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: profiles/, app-portage/gs-pypi/
Date: Tue, 11 Dec 2018 13:39:46
Message-Id: 1544535294.9612809801c17c5e0fb7c68877b5e3f808d28029.mgorny@gentoo
1 commit: 9612809801c17c5e0fb7c68877b5e3f808d28029
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 13:34:54 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 13:34:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96128098
7
8 app-portage/gs-pypi: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/659414
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-portage/gs-pypi/Manifest | 3 ---
14 app-portage/gs-pypi/gs-pypi-0.1.ebuild | 25 -------------------------
15 app-portage/gs-pypi/gs-pypi-0.2.1-r1.ebuild | 25 -------------------------
16 app-portage/gs-pypi/gs-pypi-0.2.1.ebuild | 25 -------------------------
17 app-portage/gs-pypi/gs-pypi-0.2.ebuild | 25 -------------------------
18 app-portage/gs-pypi/gs-pypi-9999.ebuild | 26 --------------------------
19 app-portage/gs-pypi/metadata.xml | 14 --------------
20 profiles/package.mask | 5 -----
21 8 files changed, 148 deletions(-)
22
23 diff --git a/app-portage/gs-pypi/Manifest b/app-portage/gs-pypi/Manifest
24 deleted file mode 100644
25 index 1bf6c1912b3..00000000000
26 --- a/app-portage/gs-pypi/Manifest
27 +++ /dev/null
28 @@ -1,3 +0,0 @@
29 -DIST gs-pypi-0.1.tar.gz 15351 BLAKE2B fa1a1af502abf0bc4d7d77344c87da7632f5176d693decca3d7738c4ea8e9e6973cab342f155fb23e07053369cbf2e639130763a446fcc783efdb4a2363f6f70 SHA512 e7d8dabed21de28f327da3163e95ea16dfb63c27d502233c0f6eae7bf3146866498c492795eff5c7126bf56bf6dd1613457290ffab83962741d49bd9254f059f
30 -DIST gs-pypi-0.2.1.tar.gz 16608 BLAKE2B 498eb01321ff91e70d46315d64838b6b2770f12ec71fcbc0dc92ed14bdf96d08e88181739cb27faef881ffcbdc8ac08861b04498f45348783f53394a0a8b4925 SHA512 72c04ab621690b0e1e8aee489cef09ed3f04a84b4d1f5e0888913429f24c37e79e320d41c585d7e5a087b8f9e6859f6702c42d81c1086bb51ce77c9949af6ac0
31 -DIST gs-pypi-0.2.tar.gz 16582 BLAKE2B 8d331913165fc94d3aa2e1a1fbd9f11bde8834441520998b7341819ae669d6301190d1ac362b4ada4f8cc1ead858a5229bec2554eb6a1b172a613e762fade174 SHA512 b28143f6eb85151cee27c24f11fd8e2adae7115120cc38eeaaa9a59af49af9cee8423725db0babc0dec7ef357ed2485f8a360f69db9fb246f1097fc0f3c227b0
32
33 diff --git a/app-portage/gs-pypi/gs-pypi-0.1.ebuild b/app-portage/gs-pypi/gs-pypi-0.1.ebuild
34 deleted file mode 100644
35 index dae5eca3555..00000000000
36 --- a/app-portage/gs-pypi/gs-pypi-0.1.ebuild
37 +++ /dev/null
38 @@ -1,25 +0,0 @@
39 -# Copyright 1999-2014 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=5
43 -
44 -PYTHON_COMPAT=(python{2_7,3_4})
45 -
46 -inherit distutils-r1
47 -
48 -DESCRIPTION="g-sorcery backend for pypi packages"
49 -HOMEPAGE="https://github.com/jauhien/gs-pypi"
50 -SRC_URI="https://github.com/jauhien/gs-pypi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
51 -
52 -LICENSE="GPL-2"
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~x86"
55 -
56 -DEPEND="app-portage/g-sorcery[$(python_gen_usedep 'python*')]
57 - dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]"
58 -RDEPEND="${DEPEND}"
59 -
60 -python_install_all() {
61 - distutils-r1_python_install_all
62 - doman docs/*.8
63 -}
64
65 diff --git a/app-portage/gs-pypi/gs-pypi-0.2.1-r1.ebuild b/app-portage/gs-pypi/gs-pypi-0.2.1-r1.ebuild
66 deleted file mode 100644
67 index 80da171c493..00000000000
68 --- a/app-portage/gs-pypi/gs-pypi-0.2.1-r1.ebuild
69 +++ /dev/null
70 @@ -1,25 +0,0 @@
71 -# Copyright 1999-2016 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -PYTHON_COMPAT=(python{2_7,3_4,3_5})
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="g-sorcery backend for pypi packages"
81 -HOMEPAGE="https://github.com/jauhien/gs-pypi"
82 -SRC_URI="https://github.com/jauhien/gs-pypi/archive/${PV}.tar.gz -> ${P}.tar.gz"
83 -
84 -LICENSE="GPL-2"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~x86"
87 -
88 -DEPEND=">=app-portage/g-sorcery-0.2.1[bson(-),git(-),$(python_gen_usedep 'python*')]
89 - dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]"
90 -RDEPEND="${DEPEND}"
91 -
92 -python_install_all() {
93 - distutils-r1_python_install_all
94 - doman docs/*.8
95 -}
96
97 diff --git a/app-portage/gs-pypi/gs-pypi-0.2.1.ebuild b/app-portage/gs-pypi/gs-pypi-0.2.1.ebuild
98 deleted file mode 100644
99 index a118272f159..00000000000
100 --- a/app-portage/gs-pypi/gs-pypi-0.2.1.ebuild
101 +++ /dev/null
102 @@ -1,25 +0,0 @@
103 -# Copyright 1999-2015 Gentoo Foundation
104 -# Distributed under the terms of the GNU General Public License v2
105 -
106 -EAPI=5
107 -
108 -PYTHON_COMPAT=(python{2_7,3_4})
109 -
110 -inherit distutils-r1
111 -
112 -DESCRIPTION="g-sorcery backend for pypi packages"
113 -HOMEPAGE="https://github.com/jauhien/gs-pypi"
114 -SRC_URI="https://github.com/jauhien/gs-pypi/archive/${PV}.tar.gz -> ${P}.tar.gz"
115 -
116 -LICENSE="GPL-2"
117 -SLOT="0"
118 -KEYWORDS="~amd64 ~x86"
119 -
120 -DEPEND=">=app-portage/g-sorcery-0.2.1[bson(-),git(-),$(python_gen_usedep 'python*')]
121 - dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]"
122 -RDEPEND="${DEPEND}"
123 -
124 -python_install_all() {
125 - distutils-r1_python_install_all
126 - doman docs/*.8
127 -}
128
129 diff --git a/app-portage/gs-pypi/gs-pypi-0.2.ebuild b/app-portage/gs-pypi/gs-pypi-0.2.ebuild
130 deleted file mode 100644
131 index eed9d40201b..00000000000
132 --- a/app-portage/gs-pypi/gs-pypi-0.2.ebuild
133 +++ /dev/null
134 @@ -1,25 +0,0 @@
135 -# Copyright 1999-2015 Gentoo Foundation
136 -# Distributed under the terms of the GNU General Public License v2
137 -
138 -EAPI=5
139 -
140 -PYTHON_COMPAT=(python{2_7,3_4})
141 -
142 -inherit distutils-r1
143 -
144 -DESCRIPTION="g-sorcery backend for pypi packages"
145 -HOMEPAGE="https://github.com/jauhien/gs-pypi"
146 -SRC_URI="https://github.com/jauhien/gs-pypi/archive/${PV}.tar.gz -> ${P}.tar.gz"
147 -
148 -LICENSE="GPL-2"
149 -SLOT="0"
150 -KEYWORDS="~amd64 ~x86"
151 -
152 -DEPEND=">=app-portage/g-sorcery-0.2[bson(-),$(python_gen_usedep 'python*')]
153 - dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]"
154 -RDEPEND="${DEPEND}"
155 -
156 -python_install_all() {
157 - distutils-r1_python_install_all
158 - doman docs/*.8
159 -}
160
161 diff --git a/app-portage/gs-pypi/gs-pypi-9999.ebuild b/app-portage/gs-pypi/gs-pypi-9999.ebuild
162 deleted file mode 100644
163 index 4233e2078a9..00000000000
164 --- a/app-portage/gs-pypi/gs-pypi-9999.ebuild
165 +++ /dev/null
166 @@ -1,26 +0,0 @@
167 -# Copyright 1999-2016 Gentoo Foundation
168 -# Distributed under the terms of the GNU General Public License v2
169 -
170 -EAPI=6
171 -
172 -PYTHON_COMPAT=(python{2_7,3_4,3_5})
173 -
174 -inherit distutils-r1 git-r3
175 -
176 -DESCRIPTION="g-sorcery backend for pypi packages"
177 -HOMEPAGE="https://github.com/jauhien/gs-pypi"
178 -SRC_URI=""
179 -EGIT_BRANCH="master"
180 -EGIT_REPO_URI="https://github.com/jauhien/gs-pypi"
181 -
182 -LICENSE="GPL-2"
183 -SLOT="0"
184 -
185 -DEPEND=">=app-portage/g-sorcery-9999[bson(-),git(-),$(python_gen_usedep 'python*')]
186 - dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]"
187 -RDEPEND="${DEPEND}"
188 -
189 -python_install_all() {
190 - distutils-r1_python_install_all
191 - doman docs/*.8
192 -}
193
194 diff --git a/app-portage/gs-pypi/metadata.xml b/app-portage/gs-pypi/metadata.xml
195 deleted file mode 100644
196 index 299a3233827..00000000000
197 --- a/app-portage/gs-pypi/metadata.xml
198 +++ /dev/null
199 @@ -1,14 +0,0 @@
200 -<?xml version="1.0" encoding="UTF-8"?>
201 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
202 -<pkgmetadata>
203 - <maintainer type="person">
204 - <email>dolsen@g.o</email>
205 - </maintainer>
206 - <maintainer type="project">
207 - <email>layman@g.o</email>
208 - <name>Gentoo Layman team</name>
209 - </maintainer>
210 - <upstream>
211 - <remote-id type="github">jauhien/gs-pypi</remote-id>
212 - </upstream>
213 -</pkgmetadata>
214
215 diff --git a/profiles/package.mask b/profiles/package.mask
216 index 69c5ec3999d..a7f0f1fbe0d 100644
217 --- a/profiles/package.mask
218 +++ b/profiles/package.mask
219 @@ -231,11 +231,6 @@ dev-db/maatkit
220 # Merged into >=app-portage/gentoolkit-0.4 (#659412). Removal in a month.
221 app-portage/gentoolkit-dev
222
223 -# Pacho Ramos <pacho@g.o> (11 Nov 2018)
224 -# Broken since python 3.6 (#659414), buggy (#640372, #607666). Removal in a
225 -# month.
226 -app-portage/gs-pypi
227 -
228 # Pacho Ramos <pacho@g.o> (11 Nov 2018)
229 # Fails to build (#662000), not compatible with kernel-4, use kernel driver rtsx_pci
230 # instead. Removal in a month.