Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
Date: Mon, 29 Mar 2021 17:49:03
Message-Id: 1617040131.e537d7484f0b25f96a44eced4c9614f9ec8003f8.bkohler@gentoo
1 commit: e537d7484f0b25f96a44eced4c9614f9ec8003f8
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 29 17:35:47 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 29 17:48:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e537d748
7
8 dev-util/catalyst: drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 dev-util/catalyst/Manifest | 2 -
14 dev-util/catalyst/catalyst-3.0.14.ebuild | 69 -----------------------------
15 dev-util/catalyst/catalyst-3.0.15-r1.ebuild | 69 -----------------------------
16 3 files changed, 140 deletions(-)
17
18 diff --git a/dev-util/catalyst/Manifest b/dev-util/catalyst/Manifest
19 index 681c1171644..d9de95884c5 100644
20 --- a/dev-util/catalyst/Manifest
21 +++ b/dev-util/catalyst/Manifest
22 @@ -1,3 +1 @@
23 -DIST catalyst-3.0.14.tar.bz2 621178 BLAKE2B 3fa87125f14661bb77432267f03c0966eff8f71f4ef334ce0a14218f7557dee270840afb79b6735a149851ed44b1ea2f6cf59d8274d74e049246d89874aa484b SHA512 938a63a83458fa5a26a4b4e62d18086ed813aec5638a9dd363ba553cb7aeb337c3b8ba0768f3b5a658aa54f2f375a7fe067279c739073d2420c3ad3a42830830
24 -DIST catalyst-3.0.15.tar.bz2 621366 BLAKE2B 890381a3ed53bd28eb110a95b98fbdac83d1ee72e935919a47a5bae29f672edb1943fdf5f259572ede578c0253e55a39f25fba88109e6d9bc5af0d3e344c2db2 SHA512 ed543b995664a5786790990cb4729e84a705820d1e72eefb432c3622bb2307646a0ee753eaaafac93bda04df130e83dd6db6b59052c4bae6347b77dabd67b2d5
25 DIST catalyst-3.0.17.tar.bz2 621403 BLAKE2B 210bc38d036e04282732179b37e018ac12ac17f83517fc41198ee1bb1ce9ef8481e791eb38d0b13aa1f7edccb7fa6b57403a433c7db7063854ac2227b64f3c39 SHA512 636ebcd137b53f2cc3a80daf3ce79d218eeec2e4e44f8980df9d1b1365c4218e096c84359262d87e0096ba35370e37d973f8b35071a36823c46bd859d096991d
26
27 diff --git a/dev-util/catalyst/catalyst-3.0.14.ebuild b/dev-util/catalyst/catalyst-3.0.14.ebuild
28 deleted file mode 100644
29 index b8e4d9fc8c8..00000000000
30 --- a/dev-util/catalyst/catalyst-3.0.14.ebuild
31 +++ /dev/null
32 @@ -1,69 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -if [[ ${PV} == *9999* ]]; then
39 - SRC_ECLASS="git-r3"
40 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/catalyst.git"
41 - EGIT_BRANCH="master"
42 -else
43 - SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2"
44 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86"
45 -fi
46 -
47 -PYTHON_COMPAT=( python3_8 )
48 -DISTUTILS_USE_SETUPTOOLS=no
49 -
50 -inherit distutils-r1 ${SRC_ECLASS}
51 -
52 -DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
53 -HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst"
54 -
55 -LICENSE="GPL-2+"
56 -SLOT="0"
57 -IUSE="ccache doc +iso kernel_linux system-bootloader"
58 -
59 -DEPEND="
60 - app-text/asciidoc
61 - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
62 -"
63 -RDEPEND="
64 - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
65 - >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}]
66 - app-arch/lbzip2
67 - app-crypt/shash
68 - sys-fs/dosfstools
69 - !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) )
70 - kernel_FreeBSD? ( app-arch/libarchive[xattr] )
71 - amd64? ( >=sys-boot/syslinux-3.72 )
72 - x86? ( >=sys-boot/syslinux-3.72 )
73 - ccache? ( dev-util/ccache )
74 - iso? ( app-cdr/cdrtools )
75 - kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
76 -"
77 -PDEPEND="system-bootloader? ( >=sys-apps/memtest86+-5.01-r4
78 - sys-boot/grub:2
79 - amd64? ( sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] )
80 - x86? ( sys-boot/grub[grub_platforms_efi-32] )
81 - sys-boot/syslinux
82 - sys-boot/shim )"
83 -
84 -python_prepare_all() {
85 - python_setup
86 - echo VERSION="${PV}" "${PYTHON}" setup.py set_version
87 - VERSION="${PV}" "${PYTHON}" setup.py set_version || die
88 - distutils-r1_python_prepare_all
89 -}
90 -
91 -python_compile_all() {
92 - # build the man pages and docs
93 - emake
94 -}
95 -
96 -python_install_all() {
97 - distutils-r1_python_install_all
98 - if use doc; then
99 - dodoc files/HOWTO.html files/docbook-xsl.css
100 - fi
101 -}
102
103 diff --git a/dev-util/catalyst/catalyst-3.0.15-r1.ebuild b/dev-util/catalyst/catalyst-3.0.15-r1.ebuild
104 deleted file mode 100644
105 index 47938879932..00000000000
106 --- a/dev-util/catalyst/catalyst-3.0.15-r1.ebuild
107 +++ /dev/null
108 @@ -1,69 +0,0 @@
109 -# Copyright 1999-2021 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=6
113 -
114 -if [[ ${PV} == *9999* ]]; then
115 - SRC_ECLASS="git-r3"
116 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/catalyst.git"
117 - EGIT_BRANCH="master"
118 -else
119 - SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2"
120 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86"
121 -fi
122 -
123 -PYTHON_COMPAT=( python3_{8,9} )
124 -DISTUTILS_USE_SETUPTOOLS=no
125 -
126 -inherit distutils-r1 ${SRC_ECLASS}
127 -
128 -DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
129 -HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst"
130 -
131 -LICENSE="GPL-2+"
132 -SLOT="0"
133 -IUSE="ccache doc +iso kernel_linux system-bootloader"
134 -
135 -DEPEND="
136 - app-text/asciidoc
137 - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
138 -"
139 -RDEPEND="
140 - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
141 - >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}]
142 - app-arch/lbzip2
143 - app-crypt/shash
144 - sys-fs/dosfstools
145 - !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) )
146 - kernel_FreeBSD? ( app-arch/libarchive[xattr] )
147 - amd64? ( >=sys-boot/syslinux-3.72 )
148 - x86? ( >=sys-boot/syslinux-3.72 )
149 - ccache? ( dev-util/ccache )
150 - iso? ( app-cdr/cdrtools )
151 - kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
152 -"
153 -PDEPEND="system-bootloader? ( >=sys-apps/memtest86+-5.01-r4
154 - sys-boot/grub:2
155 - amd64? ( sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] )
156 - x86? ( sys-boot/grub[grub_platforms_efi-32] )
157 - sys-boot/syslinux
158 - sys-boot/shim )"
159 -
160 -python_prepare_all() {
161 - python_setup
162 - echo VERSION="${PV}" "${PYTHON}" setup.py set_version
163 - VERSION="${PV}" "${PYTHON}" setup.py set_version || die
164 - distutils-r1_python_prepare_all
165 -}
166 -
167 -python_compile_all() {
168 - # build the man pages and docs
169 - emake
170 -}
171 -
172 -python_install_all() {
173 - distutils-r1_python_install_all
174 - if use doc; then
175 - dodoc files/HOWTO.html files/docbook-xsl.css
176 - fi
177 -}