Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
Date: Sun, 11 Oct 2015 18:01:16
Message-Id: 1444586456.2b38ba339c59963a5e095564b6b03dc6b10b77f1.vapier@gentoo
1 commit: 2b38ba339c59963a5e095564b6b03dc6b10b77f1
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 17:57:32 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 18:00:56 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b38ba33
7
8 dev-util/catalyst: drop old versions
9
10 dev-util/catalyst/Manifest | 2 -
11 dev-util/catalyst/catalyst-2.0.16.ebuild | 111 -------------------------------
12 dev-util/catalyst/catalyst-2.0.17.ebuild | 111 -------------------------------
13 dev-util/catalyst/catalyst-2.0.18.ebuild | 111 -------------------------------
14 4 files changed, 335 deletions(-)
15
16 diff --git a/dev-util/catalyst/Manifest b/dev-util/catalyst/Manifest
17 index d7654b4..822c3d4 100644
18 --- a/dev-util/catalyst/Manifest
19 +++ b/dev-util/catalyst/Manifest
20 @@ -1,3 +1 @@
21 -DIST catalyst-2.0.16.tar.bz2 878929 SHA256 4578cbbc36a5d913b51967faad6feb9b8bb10a04794fe44e73b71790fa389142 SHA512 460ee4c996a7197f2d3e2504ef5ff205c74c0e7ca763a67dc57932a8df6199334fef3b234d90da1717d3f59b36081a29c768a864efa82129cd4f6e2de34ac3a8 WHIRLPOOL e43861bcb7286f85e8d0857d32f4e0ba9f39eea5bae2eac05e0b9e782ee2edad2a8171e1a0ea451c7ee67b21f2210f8ff3f2a9e37c16d16552c6c46e74637233
22 -DIST catalyst-2.0.17.tar.bz2 861341 SHA256 5f4142598d921e5174ff06f9571856760a324e79db5f3b63caf0d1a16adc813c SHA512 9d7b9ad383dcc5d4ba058596c0b607eb9601b28025d9300f63e68d78cbd5bca8fa3f3e03a81dc6b233021e773ba4301df0bf5cec51ca4368eb3577a68d33a92c WHIRLPOOL e97fc120141cc4f9f5c297652d8b43313780f615429c0eb3d9b85cba40aeca01dcbc6efb0f8d388cc5e7debabb2563cfc9b5a5aa00e3d00d306aed0f799fc642
23 DIST catalyst-2.0.18.tar.bz2 861398 SHA256 f3c2583fb8da425a9c57d3a00aac559e6bfde5951f1c7ef30ddf4fa00d6bedbd SHA512 5a1408ffe06ce5c06a6bca8f0e3ecd91c17cdc36e2dfa37881d843432bdfe987fd2cfd988cd5719bdf378c18c2e79ee59e281c3b4dba4ae9edfc2dd654b8ee4a WHIRLPOOL 73abb541bd9984e26e43dbeee3156ca84104aedfe16a027b97790274aaffa8678a29677da4ada908fe9c2184268eb9c266a8961a5e0681fccc463c47a6d83542
24
25 diff --git a/dev-util/catalyst/catalyst-2.0.16.ebuild b/dev-util/catalyst/catalyst-2.0.16.ebuild
26 deleted file mode 100644
27 index 0bd3e47..0000000
28 --- a/dev-util/catalyst/catalyst-2.0.16.ebuild
29 +++ /dev/null
30 @@ -1,111 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -if [[ ${PV} == *9999* ]]; then
38 - SRC_ECLASS="git-2"
39 - EGIT_REPO_URI="anongit.gentoo.org/proj/catalyst.git"
40 - EGIT_MASTER="master"
41 - SRC_URI=""
42 - KEYWORDS=""
43 - S="${WORKDIR}/${PN}"
44 -else
45 - SRC_URI="mirror://gentoo/${P}.tar.bz2
46 - https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2
47 - https://dev.gentoo.org/~mattst88/distfiles/${P}.tar.bz2
48 - https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2
49 - https://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2"
50 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
51 -fi
52 -
53 -PYTHON_COMPAT=( python2_7 )
54 -
55 -inherit eutils multilib python-single-r1 ${SRC_ECLASS}
56 -
57 -DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
58 -HOMEPAGE="https://www.gentoo.org/proj/en/releng/catalyst/"
59 -
60 -LICENSE="GPL-2"
61 -SLOT="0"
62 -IUSE="ccache kernel_linux"
63 -
64 -DEPEND="
65 - app-text/asciidoc
66 - ${PYTHON_DEPS}
67 -"
68 -RDEPEND="
69 - app-arch/lbzip2
70 - app-crypt/shash
71 - virtual/cdrtools
72 - amd64? ( >=sys-boot/syslinux-3.72 )
73 - ia64? ( sys-fs/dosfstools )
74 - x86? ( >=sys-boot/syslinux-3.72 )
75 - ccache? ( dev-util/ccache )
76 - kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
77 - ${PYTHON_DEPS}
78 -"
79 -
80 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
81 -
82 -pkg_setup() {
83 - if use ccache ; then
84 - einfo "Enabling ccache support for catalyst."
85 - else
86 - ewarn "By default, ccache support for catalyst is disabled."
87 - ewarn "If this is not what you intended,"
88 - ewarn "then you should add ccache to your USE."
89 - fi
90 -
91 - echo
92 - einfo "The template spec files are now installed by default. You can find"
93 - einfo "them under /usr/share/doc/${PF}/examples"
94 - einfo "and they are considered to be the authorative source of information"
95 - einfo "on catalyst."
96 - echo
97 -
98 - python-single-r1_pkg_setup
99 -}
100 -
101 -src_install() {
102 - insinto /usr/$(get_libdir)/${PN}
103 - exeinto /usr/$(get_libdir)/${PN}
104 - doexe catalyst || die "copying catalyst"
105 -
106 - if [[ ${PV} == 3.9999* ]]; then
107 - doins -r modules files || die "copying files"
108 - else
109 - doins -r arch modules livecd || die "copying files"
110 - fi
111 -
112 - for x in targets/*; do
113 - exeinto /usr/$(get_libdir)/${PN}/$x
114 - doexe $x/* || die "copying ${x}"
115 - done
116 -
117 - # Here is where we actually enable ccache
118 - use ccache && \
119 - sed -i -e 's:options="autoresume kern:options="autoresume ccache kern:' \
120 - files/catalyst.conf
121 -
122 - sed -i -e "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \
123 - files/catalyst.conf
124 -
125 - make_wrapper catalyst /usr/$(get_libdir)/${PN}/catalyst
126 - insinto /etc/catalyst
127 - doins files/catalyst.conf files/catalystrc || die "copying configuration"
128 - insinto /usr/share/doc/${PF}/examples
129 - doins examples/* || die
130 - dodoc README AUTHORS
131 - doman files/catalyst.1 files/catalyst-spec.5
132 -
133 - python_fix_shebang "${ED}usr/$(get_libdir)/catalyst/catalyst"
134 - python_optimize "${ED}"
135 -}
136 -
137 -pkg_postinst() {
138 - einfo "You can find more information about catalyst by checking out the"
139 - einfo "catalyst project page at:"
140 - einfo "https://www.gentoo.org/proj/en/releng/catalyst/index.xml"
141 -}
142
143 diff --git a/dev-util/catalyst/catalyst-2.0.17.ebuild b/dev-util/catalyst/catalyst-2.0.17.ebuild
144 deleted file mode 100644
145 index 0bd3e47..0000000
146 --- a/dev-util/catalyst/catalyst-2.0.17.ebuild
147 +++ /dev/null
148 @@ -1,111 +0,0 @@
149 -# Copyright 1999-2015 Gentoo Foundation
150 -# Distributed under the terms of the GNU General Public License v2
151 -# $Id$
152 -
153 -EAPI=5
154 -
155 -if [[ ${PV} == *9999* ]]; then
156 - SRC_ECLASS="git-2"
157 - EGIT_REPO_URI="anongit.gentoo.org/proj/catalyst.git"
158 - EGIT_MASTER="master"
159 - SRC_URI=""
160 - KEYWORDS=""
161 - S="${WORKDIR}/${PN}"
162 -else
163 - SRC_URI="mirror://gentoo/${P}.tar.bz2
164 - https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2
165 - https://dev.gentoo.org/~mattst88/distfiles/${P}.tar.bz2
166 - https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2
167 - https://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2"
168 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
169 -fi
170 -
171 -PYTHON_COMPAT=( python2_7 )
172 -
173 -inherit eutils multilib python-single-r1 ${SRC_ECLASS}
174 -
175 -DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
176 -HOMEPAGE="https://www.gentoo.org/proj/en/releng/catalyst/"
177 -
178 -LICENSE="GPL-2"
179 -SLOT="0"
180 -IUSE="ccache kernel_linux"
181 -
182 -DEPEND="
183 - app-text/asciidoc
184 - ${PYTHON_DEPS}
185 -"
186 -RDEPEND="
187 - app-arch/lbzip2
188 - app-crypt/shash
189 - virtual/cdrtools
190 - amd64? ( >=sys-boot/syslinux-3.72 )
191 - ia64? ( sys-fs/dosfstools )
192 - x86? ( >=sys-boot/syslinux-3.72 )
193 - ccache? ( dev-util/ccache )
194 - kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
195 - ${PYTHON_DEPS}
196 -"
197 -
198 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
199 -
200 -pkg_setup() {
201 - if use ccache ; then
202 - einfo "Enabling ccache support for catalyst."
203 - else
204 - ewarn "By default, ccache support for catalyst is disabled."
205 - ewarn "If this is not what you intended,"
206 - ewarn "then you should add ccache to your USE."
207 - fi
208 -
209 - echo
210 - einfo "The template spec files are now installed by default. You can find"
211 - einfo "them under /usr/share/doc/${PF}/examples"
212 - einfo "and they are considered to be the authorative source of information"
213 - einfo "on catalyst."
214 - echo
215 -
216 - python-single-r1_pkg_setup
217 -}
218 -
219 -src_install() {
220 - insinto /usr/$(get_libdir)/${PN}
221 - exeinto /usr/$(get_libdir)/${PN}
222 - doexe catalyst || die "copying catalyst"
223 -
224 - if [[ ${PV} == 3.9999* ]]; then
225 - doins -r modules files || die "copying files"
226 - else
227 - doins -r arch modules livecd || die "copying files"
228 - fi
229 -
230 - for x in targets/*; do
231 - exeinto /usr/$(get_libdir)/${PN}/$x
232 - doexe $x/* || die "copying ${x}"
233 - done
234 -
235 - # Here is where we actually enable ccache
236 - use ccache && \
237 - sed -i -e 's:options="autoresume kern:options="autoresume ccache kern:' \
238 - files/catalyst.conf
239 -
240 - sed -i -e "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \
241 - files/catalyst.conf
242 -
243 - make_wrapper catalyst /usr/$(get_libdir)/${PN}/catalyst
244 - insinto /etc/catalyst
245 - doins files/catalyst.conf files/catalystrc || die "copying configuration"
246 - insinto /usr/share/doc/${PF}/examples
247 - doins examples/* || die
248 - dodoc README AUTHORS
249 - doman files/catalyst.1 files/catalyst-spec.5
250 -
251 - python_fix_shebang "${ED}usr/$(get_libdir)/catalyst/catalyst"
252 - python_optimize "${ED}"
253 -}
254 -
255 -pkg_postinst() {
256 - einfo "You can find more information about catalyst by checking out the"
257 - einfo "catalyst project page at:"
258 - einfo "https://www.gentoo.org/proj/en/releng/catalyst/index.xml"
259 -}
260
261 diff --git a/dev-util/catalyst/catalyst-2.0.18.ebuild b/dev-util/catalyst/catalyst-2.0.18.ebuild
262 deleted file mode 100644
263 index 0bd3e47..0000000
264 --- a/dev-util/catalyst/catalyst-2.0.18.ebuild
265 +++ /dev/null
266 @@ -1,111 +0,0 @@
267 -# Copyright 1999-2015 Gentoo Foundation
268 -# Distributed under the terms of the GNU General Public License v2
269 -# $Id$
270 -
271 -EAPI=5
272 -
273 -if [[ ${PV} == *9999* ]]; then
274 - SRC_ECLASS="git-2"
275 - EGIT_REPO_URI="anongit.gentoo.org/proj/catalyst.git"
276 - EGIT_MASTER="master"
277 - SRC_URI=""
278 - KEYWORDS=""
279 - S="${WORKDIR}/${PN}"
280 -else
281 - SRC_URI="mirror://gentoo/${P}.tar.bz2
282 - https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2
283 - https://dev.gentoo.org/~mattst88/distfiles/${P}.tar.bz2
284 - https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2
285 - https://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2"
286 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
287 -fi
288 -
289 -PYTHON_COMPAT=( python2_7 )
290 -
291 -inherit eutils multilib python-single-r1 ${SRC_ECLASS}
292 -
293 -DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
294 -HOMEPAGE="https://www.gentoo.org/proj/en/releng/catalyst/"
295 -
296 -LICENSE="GPL-2"
297 -SLOT="0"
298 -IUSE="ccache kernel_linux"
299 -
300 -DEPEND="
301 - app-text/asciidoc
302 - ${PYTHON_DEPS}
303 -"
304 -RDEPEND="
305 - app-arch/lbzip2
306 - app-crypt/shash
307 - virtual/cdrtools
308 - amd64? ( >=sys-boot/syslinux-3.72 )
309 - ia64? ( sys-fs/dosfstools )
310 - x86? ( >=sys-boot/syslinux-3.72 )
311 - ccache? ( dev-util/ccache )
312 - kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
313 - ${PYTHON_DEPS}
314 -"
315 -
316 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
317 -
318 -pkg_setup() {
319 - if use ccache ; then
320 - einfo "Enabling ccache support for catalyst."
321 - else
322 - ewarn "By default, ccache support for catalyst is disabled."
323 - ewarn "If this is not what you intended,"
324 - ewarn "then you should add ccache to your USE."
325 - fi
326 -
327 - echo
328 - einfo "The template spec files are now installed by default. You can find"
329 - einfo "them under /usr/share/doc/${PF}/examples"
330 - einfo "and they are considered to be the authorative source of information"
331 - einfo "on catalyst."
332 - echo
333 -
334 - python-single-r1_pkg_setup
335 -}
336 -
337 -src_install() {
338 - insinto /usr/$(get_libdir)/${PN}
339 - exeinto /usr/$(get_libdir)/${PN}
340 - doexe catalyst || die "copying catalyst"
341 -
342 - if [[ ${PV} == 3.9999* ]]; then
343 - doins -r modules files || die "copying files"
344 - else
345 - doins -r arch modules livecd || die "copying files"
346 - fi
347 -
348 - for x in targets/*; do
349 - exeinto /usr/$(get_libdir)/${PN}/$x
350 - doexe $x/* || die "copying ${x}"
351 - done
352 -
353 - # Here is where we actually enable ccache
354 - use ccache && \
355 - sed -i -e 's:options="autoresume kern:options="autoresume ccache kern:' \
356 - files/catalyst.conf
357 -
358 - sed -i -e "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \
359 - files/catalyst.conf
360 -
361 - make_wrapper catalyst /usr/$(get_libdir)/${PN}/catalyst
362 - insinto /etc/catalyst
363 - doins files/catalyst.conf files/catalystrc || die "copying configuration"
364 - insinto /usr/share/doc/${PF}/examples
365 - doins examples/* || die
366 - dodoc README AUTHORS
367 - doman files/catalyst.1 files/catalyst-spec.5
368 -
369 - python_fix_shebang "${ED}usr/$(get_libdir)/catalyst/catalyst"
370 - python_optimize "${ED}"
371 -}
372 -
373 -pkg_postinst() {
374 - einfo "You can find more information about catalyst by checking out the"
375 - einfo "catalyst project page at:"
376 - einfo "https://www.gentoo.org/proj/en/releng/catalyst/index.xml"
377 -}