Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
Date: Thu, 08 Oct 2020 21:06:23
Message-Id: 1602191168.7e1b03f30c4672fa11d1c22ee8acbe3758dfb351.mattst88@gentoo
1 commit: 7e1b03f30c4672fa11d1c22ee8acbe3758dfb351
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 21:04:14 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 21:06:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1b03f3
7
8 dev-util/catalyst: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-util/catalyst/Manifest | 3 --
13 dev-util/catalyst/catalyst-3.0.12.ebuild | 69 --------------------------------
14 dev-util/catalyst/catalyst-3.0.13.ebuild | 69 --------------------------------
15 dev-util/catalyst/catalyst-3.0.9.ebuild | 69 --------------------------------
16 4 files changed, 210 deletions(-)
17
18 diff --git a/dev-util/catalyst/Manifest b/dev-util/catalyst/Manifest
19 index 8dd66880f2f..f015253b6cf 100644
20 --- a/dev-util/catalyst/Manifest
21 +++ b/dev-util/catalyst/Manifest
22 @@ -1,4 +1 @@
23 -DIST catalyst-3.0.12.tar.bz2 621114 BLAKE2B 52306fb90f2ea3856ea26e436b4c520cc8ec65e22542ecd2ed20a54306655ea0eb3b607749fa42e6871256644e46e903b18d3159979ad40b95fc8ea1c05a1fbb SHA512 8bb50375ff8549ef790e2999ba71607281a6f631c7adec976f7e31302e8d16eaab41795d97474285e1506068117570fe350d77e4881169ae8051371bb8d54fda
24 -DIST catalyst-3.0.13.tar.bz2 621326 BLAKE2B f87a94b696d897fad8cab5e033a68a944dd5f73cbb110c3051432f9ae8baf8d341e456e1c9935345ac9102e99301c912abe706225023b3bdf28372095410cb26 SHA512 87f66b56056000ebee061003ae08d6e4e6b64aadbe89d71f6d50fe86e838e04d3f534dd3bc2f561fe42762de4108bf4d5536fab485fa260c251f90b45e97e8a9
25 DIST catalyst-3.0.14.tar.bz2 621178 BLAKE2B 3fa87125f14661bb77432267f03c0966eff8f71f4ef334ce0a14218f7557dee270840afb79b6735a149851ed44b1ea2f6cf59d8274d74e049246d89874aa484b SHA512 938a63a83458fa5a26a4b4e62d18086ed813aec5638a9dd363ba553cb7aeb337c3b8ba0768f3b5a658aa54f2f375a7fe067279c739073d2420c3ad3a42830830
26 -DIST catalyst-3.0.9.tar.bz2 873866 BLAKE2B 293a4d52c57e73269f1f82fed8ea72934a0f939b3b9d4fb9943f4971fd4155edecc6cf0170b917eba16f0125aac9861041b7e10f85f6110a35659a2f85fd3665 SHA512 c8c25ad1c76b0040bd84b491909d364306746c660afbbb8c6a074911779aabe89b60a12cc3ac5b9cd3398bdf8986b50d24d9979c3d12d2fa9de66ebf62ded309
27
28 diff --git a/dev-util/catalyst/catalyst-3.0.12.ebuild b/dev-util/catalyst/catalyst-3.0.12.ebuild
29 deleted file mode 100644
30 index 39bbd3250f4..00000000000
31 --- a/dev-util/catalyst/catalyst-3.0.12.ebuild
32 +++ /dev/null
33 @@ -1,69 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -if [[ ${PV} == *9999* ]]; then
40 - SRC_ECLASS="git-r3"
41 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/catalyst.git"
42 - EGIT_BRANCH="master"
43 -else
44 - SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2"
45 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86"
46 -fi
47 -
48 -PYTHON_COMPAT=( python3_{6,7,8} )
49 -DISTUTILS_USE_SETUPTOOLS=no
50 -
51 -inherit distutils-r1 ${SRC_ECLASS}
52 -
53 -DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
54 -HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst"
55 -
56 -LICENSE="GPL-2"
57 -SLOT="0"
58 -IUSE="ccache doc +iso kernel_linux system-bootloader"
59 -
60 -DEPEND="
61 - app-text/asciidoc
62 - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
63 -"
64 -RDEPEND="
65 - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
66 - >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}]
67 - app-arch/lbzip2
68 - app-crypt/shash
69 - sys-fs/dosfstools
70 - !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) )
71 - kernel_FreeBSD? ( app-arch/libarchive[xattr] )
72 - amd64? ( >=sys-boot/syslinux-3.72 )
73 - x86? ( >=sys-boot/syslinux-3.72 )
74 - ccache? ( dev-util/ccache )
75 - iso? ( virtual/cdrtools )
76 - kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
77 -"
78 -PDEPEND="system-bootloader? ( >=sys-apps/memtest86+-5.01-r4
79 - sys-boot/grub:2
80 - amd64? ( sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] )
81 - x86? ( sys-boot/grub[grub_platforms_efi-32] )
82 - sys-boot/syslinux
83 - sys-boot/shim )"
84 -
85 -python_prepare_all() {
86 - python_setup
87 - echo VERSION="${PV}" "${PYTHON}" setup.py set_version
88 - VERSION="${PV}" "${PYTHON}" setup.py set_version || die
89 - distutils-r1_python_prepare_all
90 -}
91 -
92 -python_compile_all() {
93 - # build the man pages and docs
94 - emake
95 -}
96 -
97 -python_install_all() {
98 - distutils-r1_python_install_all
99 - if use doc; then
100 - dodoc files/HOWTO.html files/docbook-xsl.css
101 - fi
102 -}
103
104 diff --git a/dev-util/catalyst/catalyst-3.0.13.ebuild b/dev-util/catalyst/catalyst-3.0.13.ebuild
105 deleted file mode 100644
106 index 644bdda6962..00000000000
107 --- a/dev-util/catalyst/catalyst-3.0.13.ebuild
108 +++ /dev/null
109 @@ -1,69 +0,0 @@
110 -# Copyright 1999-2020 Gentoo Authors
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=6
114 -
115 -if [[ ${PV} == *9999* ]]; then
116 - SRC_ECLASS="git-r3"
117 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/catalyst.git"
118 - EGIT_BRANCH="master"
119 -else
120 - SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2"
121 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
122 -fi
123 -
124 -PYTHON_COMPAT=( python3_{6,7,8} )
125 -DISTUTILS_USE_SETUPTOOLS=no
126 -
127 -inherit distutils-r1 ${SRC_ECLASS}
128 -
129 -DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
130 -HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst"
131 -
132 -LICENSE="GPL-2"
133 -SLOT="0"
134 -IUSE="ccache doc +iso kernel_linux system-bootloader"
135 -
136 -DEPEND="
137 - app-text/asciidoc
138 - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
139 -"
140 -RDEPEND="
141 - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
142 - >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}]
143 - app-arch/lbzip2
144 - app-crypt/shash
145 - sys-fs/dosfstools
146 - !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) )
147 - kernel_FreeBSD? ( app-arch/libarchive[xattr] )
148 - amd64? ( >=sys-boot/syslinux-3.72 )
149 - x86? ( >=sys-boot/syslinux-3.72 )
150 - ccache? ( dev-util/ccache )
151 - iso? ( virtual/cdrtools )
152 - kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
153 -"
154 -PDEPEND="system-bootloader? ( >=sys-apps/memtest86+-5.01-r4
155 - sys-boot/grub:2
156 - amd64? ( sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] )
157 - x86? ( sys-boot/grub[grub_platforms_efi-32] )
158 - sys-boot/syslinux
159 - sys-boot/shim )"
160 -
161 -python_prepare_all() {
162 - python_setup
163 - echo VERSION="${PV}" "${PYTHON}" setup.py set_version
164 - VERSION="${PV}" "${PYTHON}" setup.py set_version || die
165 - distutils-r1_python_prepare_all
166 -}
167 -
168 -python_compile_all() {
169 - # build the man pages and docs
170 - emake
171 -}
172 -
173 -python_install_all() {
174 - distutils-r1_python_install_all
175 - if use doc; then
176 - dodoc files/HOWTO.html files/docbook-xsl.css
177 - fi
178 -}
179
180 diff --git a/dev-util/catalyst/catalyst-3.0.9.ebuild b/dev-util/catalyst/catalyst-3.0.9.ebuild
181 deleted file mode 100644
182 index 39bbd3250f4..00000000000
183 --- a/dev-util/catalyst/catalyst-3.0.9.ebuild
184 +++ /dev/null
185 @@ -1,69 +0,0 @@
186 -# Copyright 1999-2020 Gentoo Authors
187 -# Distributed under the terms of the GNU General Public License v2
188 -
189 -EAPI=6
190 -
191 -if [[ ${PV} == *9999* ]]; then
192 - SRC_ECLASS="git-r3"
193 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/catalyst.git"
194 - EGIT_BRANCH="master"
195 -else
196 - SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2"
197 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86"
198 -fi
199 -
200 -PYTHON_COMPAT=( python3_{6,7,8} )
201 -DISTUTILS_USE_SETUPTOOLS=no
202 -
203 -inherit distutils-r1 ${SRC_ECLASS}
204 -
205 -DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
206 -HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst"
207 -
208 -LICENSE="GPL-2"
209 -SLOT="0"
210 -IUSE="ccache doc +iso kernel_linux system-bootloader"
211 -
212 -DEPEND="
213 - app-text/asciidoc
214 - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
215 -"
216 -RDEPEND="
217 - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
218 - >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}]
219 - app-arch/lbzip2
220 - app-crypt/shash
221 - sys-fs/dosfstools
222 - !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) )
223 - kernel_FreeBSD? ( app-arch/libarchive[xattr] )
224 - amd64? ( >=sys-boot/syslinux-3.72 )
225 - x86? ( >=sys-boot/syslinux-3.72 )
226 - ccache? ( dev-util/ccache )
227 - iso? ( virtual/cdrtools )
228 - kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
229 -"
230 -PDEPEND="system-bootloader? ( >=sys-apps/memtest86+-5.01-r4
231 - sys-boot/grub:2
232 - amd64? ( sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] )
233 - x86? ( sys-boot/grub[grub_platforms_efi-32] )
234 - sys-boot/syslinux
235 - sys-boot/shim )"
236 -
237 -python_prepare_all() {
238 - python_setup
239 - echo VERSION="${PV}" "${PYTHON}" setup.py set_version
240 - VERSION="${PV}" "${PYTHON}" setup.py set_version || die
241 - distutils-r1_python_prepare_all
242 -}
243 -
244 -python_compile_all() {
245 - # build the man pages and docs
246 - emake
247 -}
248 -
249 -python_install_all() {
250 - distutils-r1_python_install_all
251 - if use doc; then
252 - dodoc files/HOWTO.html files/docbook-xsl.css
253 - fi
254 -}