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: Thu, 25 Jan 2018 18:57:30
Message-Id: 1516906642.5fdd6ddec2358b82745277a6c42cb770fad7572d.mgorny@gentoo
1 commit: 5fdd6ddec2358b82745277a6c42cb770fad7572d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 25 10:04:09 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 25 18:57:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdd6dde
7
8 app-portage/gemato: Remove obsolete portage-postsync
9
10 Remove the Portage repo.postsync.d file that is now obsolete given
11 built-in gemato support in Portage.
12
13 Closes: https://github.com/gentoo/gentoo/pull/6956
14
15 app-portage/gemato/gemato-10.3.ebuild | 14 ++------------
16 app-portage/gemato/gemato-9999.ebuild | 14 ++------------
17 2 files changed, 4 insertions(+), 24 deletions(-)
18
19 diff --git a/app-portage/gemato/gemato-10.3.ebuild b/app-portage/gemato/gemato-10.3.ebuild
20 index fc3300922c2..80473b478f6 100644
21 --- a/app-portage/gemato/gemato-10.3.ebuild
22 +++ b/app-portage/gemato/gemato-10.3.ebuild
23 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
24 LICENSE="BSD-2"
25 SLOT="0"
26 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
27 -IUSE="+blake2 bzip2 +gpg lzma +portage-postsync sha3 test"
28 +IUSE="+blake2 bzip2 +gpg lzma sha3 test"
29
30 MODULE_RDEPEND="
31 blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )
32 @@ -24,20 +24,10 @@ MODULE_RDEPEND="
33 sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )"
34
35 RDEPEND="${MODULE_RDEPEND}
36 - dev-python/setuptools[${PYTHON_USEDEP}]
37 - portage-postsync? ( app-crypt/gentoo-keys )"
38 + dev-python/setuptools[${PYTHON_USEDEP}]"
39 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
40 test? ( ${MODULE_RDEPEND} )"
41
42 python_test() {
43 esetup.py test
44 }
45 -
46 -python_install_all() {
47 - distutils-r1_python_install_all
48 -
49 - if use portage-postsync; then
50 - exeinto /etc/portage/repo.postsync.d
51 - doexe utils/repo.postsync.d/00gemato
52 - fi
53 -}
54
55 diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild
56 index ddcbd59df71..573302e781e 100644
57 --- a/app-portage/gemato/gemato-9999.ebuild
58 +++ b/app-portage/gemato/gemato-9999.ebuild
59 @@ -16,7 +16,7 @@ EGIT_REPO_URI="https://github.com/mgorny/gemato.git"
60 LICENSE="BSD-2"
61 SLOT="0"
62 KEYWORDS=""
63 -IUSE="+blake2 bzip2 +gpg lzma +portage-postsync sha3 test"
64 +IUSE="+blake2 bzip2 +gpg lzma sha3 test"
65
66 MODULE_RDEPEND="
67 blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )
68 @@ -26,20 +26,10 @@ MODULE_RDEPEND="
69 sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )"
70
71 RDEPEND="${MODULE_RDEPEND}
72 - dev-python/setuptools[${PYTHON_USEDEP}]
73 - portage-postsync? ( app-crypt/gentoo-keys )"
74 + dev-python/setuptools[${PYTHON_USEDEP}]"
75 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
76 test? ( ${MODULE_RDEPEND} )"
77
78 python_test() {
79 esetup.py test
80 }
81 -
82 -python_install_all() {
83 - distutils-r1_python_install_all
84 -
85 - if use portage-postsync; then
86 - exeinto /etc/portage/repo.postsync.d
87 - doexe utils/repo.postsync.d/00gemato
88 - fi
89 -}