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: Sun, 27 May 2018 08:41:19
Message-Id: 1527410462.b9d853944121606e24afe45d1aa3e95b09c4be66.mgorny@gentoo
1 commit: b9d853944121606e24afe45d1aa3e95b09c4be66
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 08:03:24 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 08:41:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d85394
7
8 app-portage/gemato: Drop old
9
10 app-portage/gemato/Manifest | 1 -
11 app-portage/gemato/gemato-12.1.ebuild | 34 ----------------------------------
12 2 files changed, 35 deletions(-)
13
14 diff --git a/app-portage/gemato/Manifest b/app-portage/gemato/Manifest
15 index b764cdeecb4..f2d4d3233d4 100644
16 --- a/app-portage/gemato/Manifest
17 +++ b/app-portage/gemato/Manifest
18 @@ -1,3 +1,2 @@
19 -DIST gemato-12.1.tar.gz 66807 BLAKE2B 7a6155f337d382bdea7fb4f0bbcb0982e8d4237502dfa7fd8006754bc15e2bfe1f58f133f8cc24ee39eaf947e0770f9ff0672769daa0f03d790ef88958877417 SHA512 7d6287b335121d38859e43ce0818ebb86c51105ed836594f0540fda5ff683a6e58ce09b7dad9cea0667e6379cca6902225b095a3d0922a12cd8c62a36b11386c
20 DIST gemato-12.2.tar.gz 66897 BLAKE2B 85ca439620afdb2045e571ed7a11f3eb8ce85e41c0984ad51af3b9d22c0926138eda0c7b02e1d70e200eb8c93cf4003e61f901e0fd5fd28861217b02a1e3ab64 SHA512 10ba7da5de3b90722b0bdcf9d3766a7c83c68d29d23e49744a31b0c8ad80eaa4917dff2fbd9f12ef2fa4fde03244e79f6fe5e9c108db7fb64fd6ea68fa0eb81c
21 DIST gemato-13.0.tar.gz 66899 BLAKE2B e75a16d6a26f010801df072154897a485e9aee6434cf60962d59d11fda70b790284a734d9137ccc7910b0a95278d922640aece45e42ca497d1118e01992c2a15 SHA512 0ca17f1df8606e09a88411d75d144094bd13e440b04721175c8d9a3ea92fc616b34de0c80c817898ee94a1d82e37e4de50319634a351a52bccaec9653ad2f166
22
23 diff --git a/app-portage/gemato/gemato-12.1.ebuild b/app-portage/gemato/gemato-12.1.ebuild
24 deleted file mode 100644
25 index 41600021c7a..00000000000
26 --- a/app-portage/gemato/gemato-12.1.ebuild
27 +++ /dev/null
28 @@ -1,34 +0,0 @@
29 -# Copyright 1999-2018 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -
32 -EAPI=6
33 -
34 -# pyblake2 & pysha3 are broken with pypy3
35 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
36 -PYTHON_REQ_USE='threads(+)'
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Stand-alone Manifest generation & verification tool"
40 -HOMEPAGE="https://github.com/mgorny/gemato"
41 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD-2"
44 -SLOT="0"
45 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin ~amd64-fbsd"
46 -IUSE="+blake2 bzip2 +gpg lzma sha3 test"
47 -
48 -MODULE_RDEPEND="
49 - blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )
50 - bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) )
51 - gpg? ( app-crypt/gnupg )
52 - lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
53 - sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )"
54 -
55 -RDEPEND="${MODULE_RDEPEND}
56 - dev-python/setuptools[${PYTHON_USEDEP}]"
57 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
58 - test? ( ${MODULE_RDEPEND} )"
59 -
60 -python_test() {
61 - esetup.py test
62 -}