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, 26 Nov 2017 23:18:40
Message-Id: 1511738309.e5713acab7ac1377aeb9a2ecfd8efcac541e2cbe.mgorny@gentoo
1 commit: e5713acab7ac1377aeb9a2ecfd8efcac541e2cbe
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 23:15:28 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:18:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5713aca
7
8 app-portage/gemato: Drop old
9
10 app-portage/gemato/Manifest | 2 --
11 app-portage/gemato/gemato-4.ebuild | 30 ------------------------------
12 app-portage/gemato/gemato-7.ebuild | 31 -------------------------------
13 3 files changed, 63 deletions(-)
14
15 diff --git a/app-portage/gemato/Manifest b/app-portage/gemato/Manifest
16 index 2ec3502bb1c..46cb856ef8a 100644
17 --- a/app-portage/gemato/Manifest
18 +++ b/app-portage/gemato/Manifest
19 @@ -1,3 +1 @@
20 -DIST gemato-4.tar.gz 57334 BLAKE2B 5aad3950e8b7fcf42d088de3b9dd5ded5eaeeb3f91414c38b79eaa4afd4799ccb4084da8a8bdf1bec67b82de8dd09a4c2977f07932a4c63bc833916d184418eb SHA512 a6747a83020efe72ad356873b1648bcf80828efaf9248e17e46cf626f879ebb77571c28d4097ebe56f891a0c096a81feed84bacbd04b37e6a6ce5f0ec37d27ba
21 -DIST gemato-7.tar.gz 57456 BLAKE2B e88d2db66b207ab226f9d8cc000dea6b337a38ebb7ff0bfd41416c0f15fa0c5b36951ff2274bd466798718577bafb8ade5b791db986d4e2e1a34c5318acae79e SHA512 4a278d14c52daefc2a9d16096256df933456f11eabb8997c0293ac59754b7b57f4a9e6edd1d127c9303a4762e14ffcbcaac378f709edd5ded91e0216b7bcca33
22 DIST gemato-8.tar.gz 57379 BLAKE2B e83cba508ed781667abab3e18059f838c99e92217a7f1dde90b2cc4200a0ab83baabf789bc6bc978b4f080bf285ab9b7ea62e86a98c272abf3889093d780eac3 SHA512 9e5e7c304166d311b7101330b36c3d781e5d3901feb5247235ed04a8aa316416f6045658fab176e34ca6c2d6653eda66ef19789b39a60cb316add9985c9a8040
23
24 diff --git a/app-portage/gemato/gemato-4.ebuild b/app-portage/gemato/gemato-4.ebuild
25 deleted file mode 100644
26 index 950a1947c95..00000000000
27 --- a/app-portage/gemato/gemato-4.ebuild
28 +++ /dev/null
29 @@ -1,30 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -# backports.lzma is broken with pypy
36 -# pyblake2 & pysha3 are broken with pypy3
37 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Stand-alone Manifest generation & verification tool"
41 -HOMEPAGE="https://github.com/mgorny/gemato"
42 -SRC_URI="https://github.com/mgorny/gemato/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="BSD-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
47 -IUSE="+blake2 bzip2 +gpg lzma sha3"
48 -
49 -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 -DEPEND="${RDEPEND}"
56 -
57 -python_test() {
58 - "${PYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
59 -}
60
61 diff --git a/app-portage/gemato/gemato-7.ebuild b/app-portage/gemato/gemato-7.ebuild
62 deleted file mode 100644
63 index deffb436423..00000000000
64 --- a/app-portage/gemato/gemato-7.ebuild
65 +++ /dev/null
66 @@ -1,31 +0,0 @@
67 -# Copyright 1999-2017 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=6
71 -
72 -# backports.lzma is broken with pypy
73 -# pyblake2 & pysha3 are broken with pypy3
74 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="Stand-alone Manifest generation & verification tool"
78 -HOMEPAGE="https://github.com/mgorny/gemato"
79 -SRC_URI="https://github.com/mgorny/gemato/archive/v${PV}.tar.gz -> ${P}.tar.gz"
80 -
81 -LICENSE="BSD-2"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
84 -IUSE="+blake2 bzip2 +gpg lzma sha3"
85 -
86 -RDEPEND="
87 - blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )
88 - bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) )
89 - gpg? ( app-crypt/gnupg )
90 - lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
91 - sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )"
92 -DEPEND="${RDEPEND}
93 - dev-python/setuptools[${PYTHON_USEDEP}]"
94 -
95 -python_test() {
96 - "${PYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
97 -}