From 386eb6bf3df9af7a56f57e141e657b7ee0eabe05 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 15 Aug 2020 08:57:42 +0200 Subject: app-portage/gemato: Depend on gpg with fixed ipv6/wkd bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-portage/gemato/gemato-14.4-r1.ebuild | 33 ++++++++++++++++++++++++++++++++ app-portage/gemato/gemato-14.4.ebuild | 33 -------------------------------- app-portage/gemato/gemato-9999.ebuild | 2 +- 3 files changed, 34 insertions(+), 34 deletions(-) create mode 100644 app-portage/gemato/gemato-14.4-r1.ebuild delete mode 100644 app-portage/gemato/gemato-14.4.ebuild (limited to 'app-portage') diff --git a/app-portage/gemato/gemato-14.4-r1.ebuild b/app-portage/gemato/gemato-14.4-r1.ebuild new file mode 100644 index 000000000000..988fd3f61f4f --- /dev/null +++ b/app-portage/gemato/gemato-14.4-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6..9} pypy3 ) +PYTHON_REQ_USE='threads(+)' + +inherit distutils-r1 + +DESCRIPTION="Stand-alone Manifest generation & verification tool" +HOMEPAGE="https://github.com/mgorny/gemato" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" +IUSE="+gpg tools" + +RDEPEND=" + gpg? ( >=app-crypt/gnupg-2.2.20-r1 )" + +distutils_enable_tests setup.py + +python_install_all() { + distutils-r1_python_install_all + + if use tools; then + exeinto /usr/share/gemato + doexe utils/*.{bash,py} + fi +} diff --git a/app-portage/gemato/gemato-14.4.ebuild b/app-portage/gemato/gemato-14.4.ebuild deleted file mode 100644 index f99f63b64b5b..000000000000 --- a/app-portage/gemato/gemato-14.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6..9} pypy3 ) -PYTHON_REQ_USE='threads(+)' - -inherit distutils-r1 - -DESCRIPTION="Stand-alone Manifest generation & verification tool" -HOMEPAGE="https://github.com/mgorny/gemato" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" -IUSE="+gpg tools" - -RDEPEND=" - gpg? ( app-crypt/gnupg )" - -distutils_enable_tests setup.py - -python_install_all() { - distutils-r1_python_install_all - - if use tools; then - exeinto /usr/share/gemato - doexe utils/*.{bash,py} - fi -} diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild index 5b490f34718e..9e747002e740 100644 --- a/app-portage/gemato/gemato-9999.ebuild +++ b/app-portage/gemato/gemato-9999.ebuild @@ -20,7 +20,7 @@ KEYWORDS="" IUSE="+gpg tools" RDEPEND=" - gpg? ( app-crypt/gnupg )" + gpg? ( >=app-crypt/gnupg-2.2.20-r1 )" distutils_enable_tests setup.py -- cgit v1.2.3-65-gdbad