Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/
Date: Sun, 03 Jun 2018 18:52:58
Message-Id: 1528051928.f373d1d0bb9a93a1152148aa626ce69ae513d50f.zmedico@gentoo
1 commit: f373d1d0bb9a93a1152148aa626ce69ae513d50f
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 3 18:52:08 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 18:52:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f373d1d0
7
8 app-portage/repoman: remove old versions
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-portage/repoman/Manifest | 3 --
13 app-portage/repoman/repoman-2.3.3.ebuild | 78 --------------------------------
14 app-portage/repoman/repoman-2.3.4.ebuild | 60 ------------------------
15 app-portage/repoman/repoman-2.3.7.ebuild | 60 ------------------------
16 4 files changed, 201 deletions(-)
17
18 diff --git a/app-portage/repoman/Manifest b/app-portage/repoman/Manifest
19 index 90b3aa96abd..d2d17712db8 100644
20 --- a/app-portage/repoman/Manifest
21 +++ b/app-portage/repoman/Manifest
22 @@ -1,7 +1,4 @@
23 DIST repoman-2.3.0-bug-586864.patch 1074 BLAKE2B f29ed4b9b66540bf765cd9bdf46ed10d99845ca141df4ad9701d94d8283343bb2e9101cf44e10ed2dc2dd11d02c5dea68e113f624db82d420dac5e846dd44c59 SHA512 b48112a623a4844e5783f229ee0208f729b99ab46128d19735a76633efee17deb81342b5dc8fa67f4f4f5a851509c04c8d2f2ba2cbd992a9d26e61da4ed5f7e8
24 DIST repoman-2.3.0.tar.bz2 75285 BLAKE2B 980fadf2247869358f76f6708117b8a9591763e9cae8fdeed8fe4cbc6915d0fd4473381a0eed99c16fc67394fda996c12b9784b7511ebe07267496e39d683258 SHA512 960c63caed12f7c89d374ecceb39677b62d588bf75cc8da1857641c60310061188f4c2fd7177c93a4e8f20cf00a423426f2a70666320f263158531a618a7ff9c
25 -DIST repoman-2.3.3.tar.bz2 78045 BLAKE2B 5c2e770af3ba0c93ce24c710fb32e8b9d937ad8dcb75cdd6461721163d012937c14745f248543bd2dafe154b649100aba1cb626c0de3bb47294d053bb19bd3a8 SHA512 17212c19b14817a8a004619dd56ad557457d45919da45edfb27538304e68187fe1104f0b6ccc2b29fa1709645a7a82c75676b118b20d79dc790b0eb2ebf5a2ce
26 -DIST repoman-2.3.4.tar.bz2 78764 BLAKE2B 0fb6bd75463fe10dd41ab1fcdfd0857341dbe973e796f2f97e636df2c29dd633d7199eb22b4605b34d6e56624ac5a75f4783ff7119c421e2303aacf7adae4877 SHA512 1a434eea6361cc06ba3c27ccd31aa02875af1a577860490f8de666b0160370f09d1c46cea95d577163845e12c5672486b176c0009c32e735e16752d67bf4d96c
27 DIST repoman-2.3.6.tar.bz2 78961 BLAKE2B c11953ced4d6bcd5e6e6a5b2dacb8802446f3acfd1842854b33fa8c0a64fa636a0b278b4fd3010b7070a7e2f00ae841ea331925ca20175e7c7e571082195d3d1 SHA512 490078d4621073e448d037373617911093bc4c3262961c4da00f201f880069c0b70c019abd86c15954ff0c547b0ea49434ee97cd972c2baff82f7cfed1a987b3
28 -DIST repoman-2.3.7.tar.bz2 80514 BLAKE2B 9342b5be35523f1eb597c94ad33425fd9f1bc81cf7b48c0194d96d2afc2cc27962e9cfbea14492c5e16856c79ab6429988201b269ef0444c17c6d91c9c11feaa SHA512 9caeb06cfe55e38566154923b785c1e3053722b50d7423241950b73c810781d111848e64815001abe218e6073a96ca462debdc99acc05123987cf4d4be0a0420
29 DIST repoman-2.3.9.tar.bz2 86432 BLAKE2B 8b60e9ee2705e8fe5d6ab569120f96ca452327c70b95a3b2fff291d4e5c6e446a5bbfa9256b5b0ed18a4e54662bb1b60f4a1e80a8a0c07d276a42fe756ec30e2 SHA512 7b492db9b46f8ebb681ec7dec6dee4a40ce5f95809d505e8b74058c391d16dacdb0171befad64f0281c0168316fcc9d7ec09c7b37742b87b890593ac610329a7
30
31 diff --git a/app-portage/repoman/repoman-2.3.3.ebuild b/app-portage/repoman/repoman-2.3.3.ebuild
32 deleted file mode 100644
33 index 48a87eaab63..00000000000
34 --- a/app-portage/repoman/repoman-2.3.3.ebuild
35 +++ /dev/null
36 @@ -1,78 +0,0 @@
37 -# Copyright 1999-2018 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
43 -PYTHON_REQ_USE='bzip2(+)'
44 -
45 -inherit distutils-r1
46 -
47 -if [[ ${PV} == 9999 ]]; then
48 - inherit git-r3
49 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git"
50 - S="${WORKDIR}/${P}/repoman"
51 -else
52 - SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/${P}.tar.bz2"
53 - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
54 -fi
55 -
56 -DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"
57 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"
58 -
59 -LICENSE="GPL-2"
60 -SLOT="0"
61 -IUSE=""
62 -
63 -RDEPEND="
64 - >=sys-apps/portage-2.3.0_rc[${PYTHON_USEDEP}]
65 - >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]
66 -"
67 -DEPEND="${RDEPEND}"
68 -
69 -python_prepare_all() {
70 - distutils-r1_python_prepare_all
71 -
72 - if [[ -n "${EPREFIX}" ]] ; then
73 - einfo "Prefixing shebangs ..."
74 -
75 - local file
76 - while read -r -d $'\0' file; do
77 - local shebang=$(head -n1 "${file}")
78 -
79 - if [[ ${shebang} == "#!"* && ! ${shebang} == "#!${EPREFIX}/"* ]] ; then
80 - sed -i -e "1s:.*:#!${EPREFIX}${shebang:2}:" "${file}" || \
81 - die "sed failed"
82 - fi
83 - done < <(find . -type f -print0)
84 - fi
85 -}
86 -
87 -python_test() {
88 - esetup.py test
89 -}
90 -
91 -python_install() {
92 - # Install sbin scripts to bindir for python-exec linking
93 - # they will be relocated in pkg_preinst()
94 - distutils-r1_python_install \
95 - --system-prefix="${EPREFIX}/usr" \
96 - --bindir="$(python_get_scriptdir)" \
97 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
98 - --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
99 - --sbindir="$(python_get_scriptdir)" \
100 - --sysconfdir="${EPREFIX}/etc" \
101 - "${@}"
102 -}
103 -
104 -pkg_postinst() {
105 - einfo ""
106 - einfo "This release of repoman is from the new portage/repoman split"
107 - einfo "release code base."
108 - einfo "This new repoman code base is still being developed. So its API's"
109 - einfo "are not to be considered stable and are subject to change."
110 - einfo "The code released has been tested and considered ready for use."
111 - einfo "This however does not guarantee it to be completely bug free."
112 - einfo "Please report any bugs you may encounter."
113 - einfo ""
114 -}
115
116 diff --git a/app-portage/repoman/repoman-2.3.4.ebuild b/app-portage/repoman/repoman-2.3.4.ebuild
117 deleted file mode 100644
118 index fe4db4aac40..00000000000
119 --- a/app-portage/repoman/repoman-2.3.4.ebuild
120 +++ /dev/null
121 @@ -1,60 +0,0 @@
122 -# Copyright 1999-2018 Gentoo Foundation
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=6
126 -
127 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
128 -PYTHON_REQ_USE='bzip2(+)'
129 -
130 -inherit distutils-r1
131 -
132 -if [[ ${PV} == *9999 ]]; then
133 - inherit git-r3
134 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git"
135 - S="${WORKDIR}/${P}/repoman"
136 -else
137 - SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/${P}.tar.bz2"
138 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
139 -fi
140 -
141 -DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"
142 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"
143 -
144 -LICENSE="GPL-2"
145 -SLOT="0"
146 -IUSE=""
147 -
148 -RDEPEND="
149 - >=sys-apps/portage-2.3.0_rc[${PYTHON_USEDEP}]
150 - >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]
151 -"
152 -DEPEND="${RDEPEND}"
153 -
154 -python_test() {
155 - esetup.py test
156 -}
157 -
158 -python_install() {
159 - # Install sbin scripts to bindir for python-exec linking
160 - # they will be relocated in pkg_preinst()
161 - distutils-r1_python_install \
162 - --system-prefix="${EPREFIX}/usr" \
163 - --bindir="$(python_get_scriptdir)" \
164 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
165 - --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
166 - --sbindir="$(python_get_scriptdir)" \
167 - --sysconfdir="${EPREFIX}/etc" \
168 - "${@}"
169 -}
170 -
171 -pkg_postinst() {
172 - einfo ""
173 - einfo "This release of repoman is from the new portage/repoman split"
174 - einfo "release code base."
175 - einfo "This new repoman code base is still being developed. So its API's"
176 - einfo "are not to be considered stable and are subject to change."
177 - einfo "The code released has been tested and considered ready for use."
178 - einfo "This however does not guarantee it to be completely bug free."
179 - einfo "Please report any bugs you may encounter."
180 - einfo ""
181 -}
182
183 diff --git a/app-portage/repoman/repoman-2.3.7.ebuild b/app-portage/repoman/repoman-2.3.7.ebuild
184 deleted file mode 100644
185 index 51f20a852af..00000000000
186 --- a/app-portage/repoman/repoman-2.3.7.ebuild
187 +++ /dev/null
188 @@ -1,60 +0,0 @@
189 -# Copyright 1999-2018 Gentoo Foundation
190 -# Distributed under the terms of the GNU General Public License v2
191 -
192 -EAPI=6
193 -
194 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
195 -PYTHON_REQ_USE='bzip2(+)'
196 -
197 -inherit distutils-r1
198 -
199 -if [[ ${PV} == *9999 ]]; then
200 - inherit git-r3
201 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git"
202 - S="${WORKDIR}/${P}/repoman"
203 -else
204 - SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2"
205 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
206 -fi
207 -
208 -DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"
209 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"
210 -
211 -LICENSE="GPL-2"
212 -SLOT="0"
213 -IUSE=""
214 -
215 -RDEPEND="
216 - >=sys-apps/portage-2.3.25[${PYTHON_USEDEP}]
217 - >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]
218 -"
219 -DEPEND="${RDEPEND}"
220 -
221 -python_test() {
222 - esetup.py test
223 -}
224 -
225 -python_install() {
226 - # Install sbin scripts to bindir for python-exec linking
227 - # they will be relocated in pkg_preinst()
228 - distutils-r1_python_install \
229 - --system-prefix="${EPREFIX}/usr" \
230 - --bindir="$(python_get_scriptdir)" \
231 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
232 - --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
233 - --sbindir="$(python_get_scriptdir)" \
234 - --sysconfdir="${EPREFIX}/etc" \
235 - "${@}"
236 -}
237 -
238 -pkg_postinst() {
239 - einfo ""
240 - einfo "This release of repoman is from the new portage/repoman split"
241 - einfo "release code base."
242 - einfo "This new repoman code base is still being developed. So its API's"
243 - einfo "are not to be considered stable and are subject to change."
244 - einfo "The code released has been tested and considered ready for use."
245 - einfo "This however does not guarantee it to be completely bug free."
246 - einfo "Please report any bugs you may encounter."
247 - einfo ""
248 -}