Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/portage-utils/
Date: Sat, 28 Nov 2015 02:45:04
Message-Id: 1448678667.cebf57dff63c48cb9f6a1adf56ad610a71df5439.vapier@gentoo
1 commit: cebf57dff63c48cb9f6a1adf56ad610a71df5439
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 02:28:48 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 02:44:27 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebf57df
7
8 app-portage/portage-utils: drop old versions
9
10 app-portage/portage-utils/Manifest | 3 -
11 .../portage-utils/portage-utils-0.53.ebuild | 76 ----------------------
12 .../portage-utils/portage-utils-0.54.ebuild | 76 ----------------------
13 .../portage-utils/portage-utils-0.55.ebuild | 76 ----------------------
14 4 files changed, 231 deletions(-)
15
16 diff --git a/app-portage/portage-utils/Manifest b/app-portage/portage-utils/Manifest
17 index 27d9ea5..016789a 100644
18 --- a/app-portage/portage-utils/Manifest
19 +++ b/app-portage/portage-utils/Manifest
20 @@ -1,4 +1 @@
21 -DIST portage-utils-0.53.tar.xz 404040 SHA256 876653e795af89aeadfac1206403b1ed9543f3ac75232459d4e597e20f236c04 SHA512 5965c39572dd476bde2668a4a643d6c44da47d822f75201efbaf10a8dbb02a5bb0210ef95519b99d762106caf6f3440f78312327516d33fa8551139104483259 WHIRLPOOL 115f9e67962b890e9027ba2b16ffb7c282426a514a0272e279fb2d171152cd54638e6fb94df4121f72d84b59ed3713e05d177ed29cacddd0070d555671d21e42
22 -DIST portage-utils-0.54.tar.xz 510528 SHA256 d3cd50e822253008c83e871ee53e83f4fa3dcfbfa25799ec48a8dcf37ac67928 SHA512 4e7b01cff96744f767a0892df5fd2f28c17a619aac1912a2f1ebb91c0706367cb02eb478e9192e6f4fb9a22956d8fb6256497b03086938f26efcd0ba27e8c1ff WHIRLPOOL 04ea363f9867896226040c9011168ea2755f67706400f9a1d183e1a8a46e97dd9f8ff3e225c933d8c01d609da72c2a2ed7ec15b050bee4c5fbd12f187b1dabf1
23 -DIST portage-utils-0.55.tar.xz 513336 SHA256 4754aaeda32cc9aaf2fa3943badde51caf84ccf2e03129bd2dc2a5459936baff SHA512 25a5ceabc03b264ff2210ced8307c5a73c739ea3be74ba65f59c70372255e055ccbe25f565420ee1d61490b0baa43d6af8151f8c0a47b3c67a4ff7fff1fce2d0 WHIRLPOOL b437d09cbda38ede3d233639cbada731ac5beef5201db1de37bc80f0041935b141454205d89e31db4b2ddf9c82ec356343d1ce4ee6f937f1679f95225da8910d
24 DIST portage-utils-0.56.tar.xz 513832 SHA256 4df7323fb2667dd9bcee0f2d169c01ed8600aa6196118e6cd3a10cfe99852bbf SHA512 f2136a7df4cd91499b135fbf000f81a71177d5a39b4da2db484ab0f9492d152eaa72a5fee0e56d4b58611462e251905e554f5e41890a749f05d19e50c16c77b6 WHIRLPOOL af0a96ca3bf2dd39335317829aa8aff110a63042c415368400977e974cc21163da7eb76f7d53fcd05e133fd8a8568255ba022a32f1b174bda0dcb15b5f1476b9
25
26 diff --git a/app-portage/portage-utils/portage-utils-0.53.ebuild b/app-portage/portage-utils/portage-utils-0.53.ebuild
27 deleted file mode 100644
28 index c7db567..0000000
29 --- a/app-portage/portage-utils/portage-utils-0.53.ebuild
30 +++ /dev/null
31 @@ -1,76 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="4"
37 -
38 -inherit flag-o-matic toolchain-funcs eutils
39 -
40 -DESCRIPTION="small and fast portage helper tools written in C"
41 -HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"
42 -SRC_URI="mirror://gentoo/${P}.tar.xz
43 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
48 -IUSE="nls static"
49 -
50 -DEPEND="app-arch/xz-utils"
51 -RDEPEND=""
52 -
53 -src_prepare() {
54 - epatch_user
55 -}
56 -
57 -src_configure() {
58 - use static && append-ldflags -static
59 -
60 - # Avoid slow configure+gnulib+make if on an up-to-date Linux system
61 - if use prefix || ! use kernel_linux || \
62 - has_version '<sys-libs/glibc-2.10'
63 - then
64 - econf --with-eprefix="${EPREFIX}"
65 - else
66 - tc-export CC
67 - fi
68 -}
69 -
70 -src_compile() {
71 - emake NLS=$(usex nls)
72 -}
73 -
74 -src_install() {
75 - default
76 -
77 - exeinto /etc/portage/bin
78 - doexe "${FILESDIR}"/post_sync
79 - insinto /etc/portage/postsync.d
80 - doins "${FILESDIR}"/q-reinitialize
81 -
82 - # Portage fixes shebangs, we just need to fix the paths in the files
83 - sed -i \
84 - -e "s:\(/etc/portage/postsync.d\|/usr/bin/q\):${EPREFIX}&:g" \
85 - "${ED}"/etc/portage/bin/post_sync \
86 - "${ED}"/etc/portage/postsync.d/q-reinitialize || die
87 -}
88 -
89 -pkg_preinst() {
90 - # preserve +x bit on postsync files #301721
91 - local x
92 - pushd "${ED}" >/dev/null
93 - for x in etc/portage/postsync.d/* ; do
94 - [[ -x ${EROOT}/${x} ]] && chmod +x "${x}"
95 - done
96 -}
97 -
98 -pkg_postinst() {
99 - if [[ -z ${REPLACING_VERSIONS} ]] ; then
100 - elog "${EPREFIX}/etc/portage/postsync.d/q-reinitialize has been installed for convenience"
101 - elog "If you wish for it to be automatically run at the end of every --sync:"
102 - elog " # chmod +x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize"
103 - elog "Normally this should only take a few seconds to run but file systems"
104 - elog "such as ext3 can take a lot longer. To disable, simply do:"
105 - elog " # chmod -x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize"
106 - fi
107 -}
108
109 diff --git a/app-portage/portage-utils/portage-utils-0.54.ebuild b/app-portage/portage-utils/portage-utils-0.54.ebuild
110 deleted file mode 100644
111 index 662e897..0000000
112 --- a/app-portage/portage-utils/portage-utils-0.54.ebuild
113 +++ /dev/null
114 @@ -1,76 +0,0 @@
115 -# Copyright 1999-2015 Gentoo Foundation
116 -# Distributed under the terms of the GNU General Public License v2
117 -# $Id$
118 -
119 -EAPI="4"
120 -
121 -inherit flag-o-matic toolchain-funcs eutils
122 -
123 -DESCRIPTION="small and fast portage helper tools written in C"
124 -HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"
125 -SRC_URI="mirror://gentoo/${P}.tar.xz
126 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
127 -
128 -LICENSE="GPL-2"
129 -SLOT="0"
130 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
131 -IUSE="nls static"
132 -
133 -DEPEND="app-arch/xz-utils"
134 -RDEPEND=""
135 -
136 -src_prepare() {
137 - epatch_user
138 -}
139 -
140 -src_configure() {
141 - use static && append-ldflags -static
142 -
143 - # Avoid slow configure+gnulib+make if on an up-to-date Linux system
144 - if use prefix || ! use kernel_linux || \
145 - has_version '<sys-libs/glibc-2.10'
146 - then
147 - econf --with-eprefix="${EPREFIX}"
148 - else
149 - tc-export CC
150 - fi
151 -}
152 -
153 -src_compile() {
154 - emake NLS=$(usex nls)
155 -}
156 -
157 -src_install() {
158 - default
159 -
160 - exeinto /etc/portage/bin
161 - doexe "${FILESDIR}"/post_sync
162 - insinto /etc/portage/postsync.d
163 - doins "${FILESDIR}"/q-reinitialize
164 -
165 - # Portage fixes shebangs, we just need to fix the paths in the files
166 - sed -i \
167 - -e "s:\(/etc/portage/postsync.d\|/usr/bin/q\):${EPREFIX}&:g" \
168 - "${ED}"/etc/portage/bin/post_sync \
169 - "${ED}"/etc/portage/postsync.d/q-reinitialize || die
170 -}
171 -
172 -pkg_preinst() {
173 - # preserve +x bit on postsync files #301721
174 - local x
175 - pushd "${ED}" >/dev/null
176 - for x in etc/portage/postsync.d/* ; do
177 - [[ -x ${EROOT}/${x} ]] && chmod +x "${x}"
178 - done
179 -}
180 -
181 -pkg_postinst() {
182 - if [[ -z ${REPLACING_VERSIONS} ]] ; then
183 - elog "${EPREFIX}/etc/portage/postsync.d/q-reinitialize has been installed for convenience"
184 - elog "If you wish for it to be automatically run at the end of every --sync:"
185 - elog " # chmod +x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize"
186 - elog "Normally this should only take a few seconds to run but file systems"
187 - elog "such as ext3 can take a lot longer. To disable, simply do:"
188 - elog " # chmod -x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize"
189 - fi
190 -}
191
192 diff --git a/app-portage/portage-utils/portage-utils-0.55.ebuild b/app-portage/portage-utils/portage-utils-0.55.ebuild
193 deleted file mode 100644
194 index 662e897..0000000
195 --- a/app-portage/portage-utils/portage-utils-0.55.ebuild
196 +++ /dev/null
197 @@ -1,76 +0,0 @@
198 -# Copyright 1999-2015 Gentoo Foundation
199 -# Distributed under the terms of the GNU General Public License v2
200 -# $Id$
201 -
202 -EAPI="4"
203 -
204 -inherit flag-o-matic toolchain-funcs eutils
205 -
206 -DESCRIPTION="small and fast portage helper tools written in C"
207 -HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"
208 -SRC_URI="mirror://gentoo/${P}.tar.xz
209 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
210 -
211 -LICENSE="GPL-2"
212 -SLOT="0"
213 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
214 -IUSE="nls static"
215 -
216 -DEPEND="app-arch/xz-utils"
217 -RDEPEND=""
218 -
219 -src_prepare() {
220 - epatch_user
221 -}
222 -
223 -src_configure() {
224 - use static && append-ldflags -static
225 -
226 - # Avoid slow configure+gnulib+make if on an up-to-date Linux system
227 - if use prefix || ! use kernel_linux || \
228 - has_version '<sys-libs/glibc-2.10'
229 - then
230 - econf --with-eprefix="${EPREFIX}"
231 - else
232 - tc-export CC
233 - fi
234 -}
235 -
236 -src_compile() {
237 - emake NLS=$(usex nls)
238 -}
239 -
240 -src_install() {
241 - default
242 -
243 - exeinto /etc/portage/bin
244 - doexe "${FILESDIR}"/post_sync
245 - insinto /etc/portage/postsync.d
246 - doins "${FILESDIR}"/q-reinitialize
247 -
248 - # Portage fixes shebangs, we just need to fix the paths in the files
249 - sed -i \
250 - -e "s:\(/etc/portage/postsync.d\|/usr/bin/q\):${EPREFIX}&:g" \
251 - "${ED}"/etc/portage/bin/post_sync \
252 - "${ED}"/etc/portage/postsync.d/q-reinitialize || die
253 -}
254 -
255 -pkg_preinst() {
256 - # preserve +x bit on postsync files #301721
257 - local x
258 - pushd "${ED}" >/dev/null
259 - for x in etc/portage/postsync.d/* ; do
260 - [[ -x ${EROOT}/${x} ]] && chmod +x "${x}"
261 - done
262 -}
263 -
264 -pkg_postinst() {
265 - if [[ -z ${REPLACING_VERSIONS} ]] ; then
266 - elog "${EPREFIX}/etc/portage/postsync.d/q-reinitialize has been installed for convenience"
267 - elog "If you wish for it to be automatically run at the end of every --sync:"
268 - elog " # chmod +x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize"
269 - elog "Normally this should only take a few seconds to run but file systems"
270 - elog "such as ext3 can take a lot longer. To disable, simply do:"
271 - elog " # chmod -x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize"
272 - fi
273 -}