Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/
Date: Mon, 26 Mar 2018 16:14:05
Message-Id: 1522080830.d5dc08ae8d35f8d9c82378cfbff874c01d590fc9.mgorny@gentoo
1 commit: d5dc08ae8d35f8d9c82378cfbff874c01d590fc9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 26 06:28:49 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 16:13:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5dc08ae
7
8 app-portage/gemato: Drop old
9
10 app-portage/gemato/Manifest | 2 --
11 app-portage/gemato/gemato-11.2.ebuild | 34 ----------------------------------
12 app-portage/gemato/gemato-12.0.ebuild | 34 ----------------------------------
13 3 files changed, 70 deletions(-)
14
15 diff --git a/app-portage/gemato/Manifest b/app-portage/gemato/Manifest
16 index d57a033c45d..c0f7d092d72 100644
17 --- a/app-portage/gemato/Manifest
18 +++ b/app-portage/gemato/Manifest
19 @@ -1,3 +1 @@
20 -DIST gemato-11.2.tar.gz 66260 BLAKE2B 94b7f4a6718314e767676589b10addb05d52133e7e860b257cb558f31ffea27c88bc06bfd2fed7268bfd34179aaee77a9a6e7ffd3bd3fc4e43987e719d809f1e SHA512 61c5a8dccbb99c5ff7880a4e3d26a3f468a70e9622b7aebf53d312cc7105ec7c9abb04d00acdfa9cac29c4779b267abc35074272b7c921f8221d18383b0d445c
21 -DIST gemato-12.0.tar.gz 66625 BLAKE2B 736593356edb10c3e46f70dc12c91712d263f6814e6b786fd63219f05d55eda8f305309d24b7043d969aad5e394b590c3e054f2e91a4d9cc539fdc809e13e1ff SHA512 a7a31e55574e15754ed8cce65a9bbd41fe16f71a641ebc2e5054c8dfacc10c21f22b580edbe3cc001253b4ab7276d02b6dfe81b30e68e009bd24d22b2dd100ed
22 DIST gemato-12.1.tar.gz 66807 BLAKE2B 7a6155f337d382bdea7fb4f0bbcb0982e8d4237502dfa7fd8006754bc15e2bfe1f58f133f8cc24ee39eaf947e0770f9ff0672769daa0f03d790ef88958877417 SHA512 7d6287b335121d38859e43ce0818ebb86c51105ed836594f0540fda5ff683a6e58ce09b7dad9cea0667e6379cca6902225b095a3d0922a12cd8c62a36b11386c
23
24 diff --git a/app-portage/gemato/gemato-11.2.ebuild b/app-portage/gemato/gemato-11.2.ebuild
25 deleted file mode 100644
26 index ed441c24063..00000000000
27 --- a/app-portage/gemato/gemato-11.2.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -# pyblake2 & pysha3 are broken with pypy3
36 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
37 -PYTHON_REQ_USE='threads(+)'
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Stand-alone Manifest generation & verification tool"
41 -HOMEPAGE="https://github.com/mgorny/gemato"
42 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin ~amd64-fbsd"
47 -IUSE="+blake2 bzip2 +gpg lzma sha3 test"
48 -
49 -MODULE_RDEPEND="
50 - blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )
51 - bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) )
52 - gpg? ( app-crypt/gnupg )
53 - lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
54 - sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )"
55 -
56 -RDEPEND="${MODULE_RDEPEND}
57 - dev-python/setuptools[${PYTHON_USEDEP}]"
58 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
59 - test? ( ${MODULE_RDEPEND} )"
60 -
61 -python_test() {
62 - esetup.py test
63 -}
64
65 diff --git a/app-portage/gemato/gemato-12.0.ebuild b/app-portage/gemato/gemato-12.0.ebuild
66 deleted file mode 100644
67 index 41600021c7a..00000000000
68 --- a/app-portage/gemato/gemato-12.0.ebuild
69 +++ /dev/null
70 @@ -1,34 +0,0 @@
71 -# Copyright 1999-2018 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -# pyblake2 & pysha3 are broken with pypy3
77 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
78 -PYTHON_REQ_USE='threads(+)'
79 -inherit distutils-r1
80 -
81 -DESCRIPTION="Stand-alone Manifest generation & verification tool"
82 -HOMEPAGE="https://github.com/mgorny/gemato"
83 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
84 -
85 -LICENSE="BSD-2"
86 -SLOT="0"
87 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin ~amd64-fbsd"
88 -IUSE="+blake2 bzip2 +gpg lzma sha3 test"
89 -
90 -MODULE_RDEPEND="
91 - blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )
92 - bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) )
93 - gpg? ( app-crypt/gnupg )
94 - lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
95 - sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )"
96 -
97 -RDEPEND="${MODULE_RDEPEND}
98 - dev-python/setuptools[${PYTHON_USEDEP}]"
99 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
100 - test? ( ${MODULE_RDEPEND} )"
101 -
102 -python_test() {
103 - esetup.py test
104 -}