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: Sat, 26 Sep 2020 10:55:50
Message-Id: 1601117741.cc4591d97aa1379e59997dc344602593eca1238b.mgorny@gentoo
1 commit: cc4591d97aa1379e59997dc344602593eca1238b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 06:19:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 10:55:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4591d9
7
8 app-portage/gemato: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gemato/Manifest | 2 --
13 app-portage/gemato/gemato-14.4-r1.ebuild | 33 --------------------------------
14 app-portage/gemato/gemato-14.5.ebuild | 33 --------------------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/app-portage/gemato/Manifest b/app-portage/gemato/Manifest
18 index b446bc7d81b..c941dc67c94 100644
19 --- a/app-portage/gemato/Manifest
20 +++ b/app-portage/gemato/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST gemato-14.4.tar.gz 72630 BLAKE2B c8956b979d7c8629e245ba339e8ee707cd51ffe545a85c712c31b97ee2aaabef7a4964cac46c9cd8c4954c33529623293a94a26ae40b578a6b640aab15d47835 SHA512 0b514e4ff7773eefd2d9adc063a4fbc6a1e7d9ea3dfa783b1d5a8e6ec1e482533a8c70cd5e200a8b9671161d77e14254ad14aee6659e3c96eb9be3bbedcf11af
23 -DIST gemato-14.5.tar.gz 72752 BLAKE2B 61ca43c92556850afdc8ab1d027aa719d13e77727caf9660d1861b1cb07ab40c05bd0fab23f99eaa47252e09465813685c59d1ebb5cc89c2c3381e1571256836 SHA512 0979de8cb4fc51c79d5af485092e0b376094238d6bb67d44db96c66b1d5ee945f0ba82dc6f72bea1042b935029cb790c5cd87bc419ba82da21a972141f3690bb
24 DIST gemato-15.2.tar.gz 72679 BLAKE2B 83e28fa3bc83976538610fec87c3a31e91a18847c107dc7793e16b5421eba69f7b60f8f05195f345ef6f4f8486203e4acbc01bad706b55c20a11480e85a3420c SHA512 5a98040dab0beac64e5e54bd54c6565cd301399709beda9e030ae9206111caf9e792260aa3c6586040060d4be71df3f1368e7554dff6affaa899c4157116faf3
25 DIST gemato-16.1.tar.gz 79946 BLAKE2B 54452ae113cee98f5c8f9ebc880b4ae424510766eb7cd8bc2775c85573388005343061aa9de8f505a72ee92801756f3cb7b67dfd39d9923d0030a4da301f7ce2 SHA512 df21eb8784cc6724874e38ba0192e1e5657483aa031656855fc0c2396179f7352f9450df6b41205425214cf70f2c812a7ee6f55a25334f0fd012b7e710c1de2c
26
27 diff --git a/app-portage/gemato/gemato-14.4-r1.ebuild b/app-portage/gemato/gemato-14.4-r1.ebuild
28 deleted file mode 100644
29 index 988fd3f61f4..00000000000
30 --- a/app-portage/gemato/gemato-14.4-r1.ebuild
31 +++ /dev/null
32 @@ -1,33 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DISTUTILS_USE_SETUPTOOLS=rdepend
39 -PYTHON_COMPAT=( python3_{6..9} pypy3 )
40 -PYTHON_REQ_USE='threads(+)'
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Stand-alone Manifest generation & verification tool"
45 -HOMEPAGE="https://github.com/mgorny/gemato"
46 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="BSD-2"
49 -SLOT="0"
50 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux"
51 -IUSE="+gpg tools"
52 -
53 -RDEPEND="
54 - gpg? ( >=app-crypt/gnupg-2.2.20-r1 )"
55 -
56 -distutils_enable_tests setup.py
57 -
58 -python_install_all() {
59 - distutils-r1_python_install_all
60 -
61 - if use tools; then
62 - exeinto /usr/share/gemato
63 - doexe utils/*.{bash,py}
64 - fi
65 -}
66
67 diff --git a/app-portage/gemato/gemato-14.5.ebuild b/app-portage/gemato/gemato-14.5.ebuild
68 deleted file mode 100644
69 index a3227bbf179..00000000000
70 --- a/app-portage/gemato/gemato-14.5.ebuild
71 +++ /dev/null
72 @@ -1,33 +0,0 @@
73 -# Copyright 1999-2020 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=7
77 -
78 -DISTUTILS_USE_SETUPTOOLS=rdepend
79 -PYTHON_COMPAT=( python3_{6..9} pypy3 )
80 -PYTHON_REQ_USE='threads(+)'
81 -
82 -inherit distutils-r1
83 -
84 -DESCRIPTION="Stand-alone Manifest generation & verification tool"
85 -HOMEPAGE="https://github.com/mgorny/gemato"
86 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
87 -
88 -LICENSE="BSD-2"
89 -SLOT="0"
90 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux"
91 -IUSE="+gpg tools"
92 -
93 -RDEPEND="
94 - gpg? ( >=app-crypt/gnupg-2.2.20-r1 )"
95 -
96 -distutils_enable_tests setup.py
97 -
98 -python_install_all() {
99 - distutils-r1_python_install_all
100 -
101 - if use tools; then
102 - exeinto /usr/share/gemato
103 - doexe utils/*.{bash,py}
104 - fi
105 -}