Skip to content

Commit

Permalink
app-crypt-1/gpgme: Bump v.1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Aug 12, 2023
1 parent 216f956 commit 261e015
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/atoms/base/app-crypt-1/gpgme/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
env:
- JOBS={{ ( index .Values.labels "jobs" ) | default "3" }}
- LUET_PORTAGE_CACHE_PACKAGES="/var/cache/portage/packages"
- LUET_PORTAGE_IGNORE_TAR_WARNING=1
- LUET_PORTAGE_PKGMETA=1
- LUET_PORTAGE_PKGFILES=1
- FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
prelude:
- eval 'rm -rf /pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage
--dir /pkgdir/{{ .Values.name }} {{ ( index .Values.labels "emerge.packages" ) }}
- rm -v /var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true
package_dir: /pkgdir/{{ .Values.name }}
excludes:
- ^/var/cache/portage/
- ^/var/git/
requires:
- name: funtoo-base
version: '>=0'
category: seed
49 changes: 49 additions & 0 deletions packages/atoms/base/app-crypt-1/gpgme/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: gpgme
version: 1.18.0
category: app-crypt-1
use_flags:
- -python_targets_python3_10
- -python_targets_python3_7
- -python_targets_python3_8
- -qt5
- -test
- python
- python_targets_python3_9
requires:
- name: gnupg
version: '>=0'
category: app-crypt
- name: python
version: '>=0'
category: dev-lang-3.9
- name: python-exec
version: '>=0'
category: dev-lang-2
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: GnuPG Made Easy is a library for making GnuPG easier to use
uri:
- https://www.gnupg.org/related_software/gpgme
license: GPL-2 LGPL-2.1
labels:
BDEPEND: python? ( dev-lang/swig ) >=app-portage/elt-patches-20170815
DEPEND: app-crypt/gnupg dev-libs/libassuan dev-libs/libgpg-error python? ( python_targets_python3_7?
( dev-lang/python:3.7 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_8?
( dev-lang/python:3.8 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_10(-)]
) qt5? ( dev-qt/qtcore:5 ) test? ( qt5? ( dev-qt/qttest:5 ) )
IUSE: common-lisp static-libs +cxx python qt5 test python_targets_python3_7 python_targets_python3_9
python_targets_python3_8 python_targets_python3_10
RDEPEND: app-crypt/gnupg dev-libs/libassuan dev-libs/libgpg-error python? ( python_targets_python3_7?
( dev-lang/python:3.7 ) python_targets_python3_9? ( dev-lang/python:3.9 ) python_targets_python3_8?
( dev-lang/python:3.8 ) python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python3_10(-)]
) qt5? ( dev-qt/qtcore:5 )
emerge.packages: app-crypt/gpgme:1
kit: core-kit
original.package.name: app-crypt/gpgme
original.package.slot: "1"
original.package.version: 1.18.0

0 comments on commit 261e015

Please sign in to comment.