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, 08 Sep 2019 06:43:44
Message-Id: 1567922889.1691ebf01a4081ad15c2b25993a14f87128eb792.mgorny@gentoo
1 commit: 1691ebf01a4081ad15c2b25993a14f87128eb792
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 8 06:08:09 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 06:08:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1691ebf0
7
8 app-portage/gemato: Drop 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.0.ebuild | 43 ---------------------------
14 app-portage/gemato/gemato-14.0m.ebuild | 53 ----------------------------------
15 3 files changed, 98 deletions(-)
16
17 diff --git a/app-portage/gemato/Manifest b/app-portage/gemato/Manifest
18 index 55da3219d2b..27ef0bbf0c3 100644
19 --- a/app-portage/gemato/Manifest
20 +++ b/app-portage/gemato/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST gemato-14.0-multiprocessing.tar.gz 71359 BLAKE2B b8c6fbcf8a83c8e85db4045ad23296944b94623d132a6c5f15b8388662fd092cb589600fda1d11c9645541106dc735dceaeed87d642b1fadf0f352f4a9b3f108 SHA512 2f1a1cbd837ab316bf544f713470f570286a313e002a4dcc075e464e77a3b10ba86410f805aad3d5702f3deedda48f8270f1274a67d76086b4ad5cd597426c5e
23 -DIST gemato-14.0.tar.gz 70754 BLAKE2B e66d63a20e144e809555b2eeff6a24f899e1f488c95a14b2250c6eb45c39a6e6b0e614afe30a64f5a353720ab38371ba3e4bf9948052dae3e06f9f82ac3d04a2 SHA512 0494b8fab720b4e5ad2b190fab128baf997073137b933bc113dddc8c5f2c54f53d09bc640b01565e9757b41197d039c8487cb2b78de77313722d19baf008b51f
24 DIST gemato-14.1-multiprocessing.tar.gz 71707 BLAKE2B d7d22615a65bd598160b23e01a938c20ecadfb1a1332db3842b14bfac69006269efd0f1da6d6bf0f10f3aafb07ebe01af09e64f9612c50b8e98a0bd6aff27651 SHA512 fd4722dd2f632bda4abac59b7e62f531edbdc455be1f1ec94d8bf99194956de15b6cfa4d623713bf3c25e55a6cc6adcdf8039cb7d20a556924bed0ddefd95daf
25 DIST gemato-14.1.tar.gz 71142 BLAKE2B a7c8f814f9c6875e977aa178d4a49e3454ea8d6e19750786452aa2f34f0904f0ccc0a9a58411a0214a68cecd571320769c6374b265e2aa7f52fbead53ba6b284 SHA512 de57f3b7aa17e650894876bc2423c4fa9809f2de25aa2fb8ef070e943faa182c80f7ea8a519ecdf6edec8098d11f786344ee872b9e98c69bd6739760652baa2e
26
27 diff --git a/app-portage/gemato/gemato-14.0.ebuild b/app-portage/gemato/gemato-14.0.ebuild
28 deleted file mode 100644
29 index 9c8ca68bae1..00000000000
30 --- a/app-portage/gemato/gemato-14.0.ebuild
31 +++ /dev/null
32 @@ -1,43 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -# pyblake2 & pysha3 are broken with pypy3
39 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
40 -PYTHON_REQ_USE='threads(+)'
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Stand-alone Manifest generation & verification tool"
44 -HOMEPAGE="https://github.com/mgorny/gemato"
45 -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="BSD-2"
48 -SLOT="0"
49 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~x64-cygwin ~amd64-fbsd"
50 -IUSE="+blake2 bzip2 +gpg lzma sha3 test tools"
51 -
52 -MODULE_RDEPEND="
53 - blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_5} pypy{,3}) )
54 - bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) )
55 - gpg? ( app-crypt/gnupg )
56 - lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
57 - sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_5} pypy{,3}) )"
58 -
59 -RDEPEND="${MODULE_RDEPEND}
60 - dev-python/setuptools[${PYTHON_USEDEP}]"
61 -DEPEND=">=dev-python/setuptools-34[${PYTHON_USEDEP}]
62 - test? ( ${MODULE_RDEPEND} )"
63 -
64 -python_test() {
65 - esetup.py test
66 -}
67 -
68 -python_install_all() {
69 - distutils-r1_python_install_all
70 -
71 - if use tools; then
72 - exeinto /usr/share/gemato
73 - doexe utils/*.{bash,py}
74 - fi
75 -}
76
77 diff --git a/app-portage/gemato/gemato-14.0m.ebuild b/app-portage/gemato/gemato-14.0m.ebuild
78 deleted file mode 100644
79 index 318a72bafc8..00000000000
80 --- a/app-portage/gemato/gemato-14.0m.ebuild
81 +++ /dev/null
82 @@ -1,53 +0,0 @@
83 -# Copyright 1999-2019 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=6
87 -
88 -# pyblake2 & pysha3 are broken with pypy3
89 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
90 -PYTHON_REQ_USE='threads(+)'
91 -inherit distutils-r1
92 -
93 -MY_PV=${PV%m}+multiprocessing
94 -MY_P=${PN}-${MY_PV/+/-}
95 -
96 -DESCRIPTION="Stand-alone Manifest generation & verification tool"
97 -HOMEPAGE="https://github.com/mgorny/gemato"
98 -SRC_URI="https://github.com/mgorny/gemato/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
99 -
100 -LICENSE="BSD-2"
101 -SLOT="0"
102 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd"
103 -IUSE="+blake2 bzip2 +gpg lzma sha3 test tools"
104 -
105 -MODULE_RDEPEND="
106 - blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_5} pypy{,3}) )
107 - bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) )
108 - gpg? ( app-crypt/gnupg )
109 - lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
110 - sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_5} pypy{,3}) )"
111 -
112 -RDEPEND="${MODULE_RDEPEND}
113 - dev-python/setuptools[${PYTHON_USEDEP}]"
114 -DEPEND=">=dev-python/setuptools-34[${PYTHON_USEDEP}]
115 - test? ( ${MODULE_RDEPEND} )"
116 -
117 -S=${WORKDIR}/${MY_P}
118 -
119 -python_test() {
120 - esetup.py test
121 -}
122 -
123 -python_install_all() {
124 - distutils-r1_python_install_all
125 -
126 - if use tools; then
127 - exeinto /usr/share/gemato
128 - doexe utils/*.{bash,py}
129 - fi
130 -}
131 -
132 -pkg_postinst() {
133 - elog "The multiprocessing support in gemato may cause the process to hang."
134 - elog "Please see https://bugs.gentoo.org/647964 for more details."
135 -}