Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
Date: Tue, 30 Aug 2022 15:03:16
Message-Id: 1661871774.94e2ba9a4777553899c2f26b87d58eac07fd99b1.asturm@gentoo
1 commit: 94e2ba9a4777553899c2f26b87d58eac07fd99b1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 18:32:21 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 15:02:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e2ba9a
7
8 dev-util/catalyst: drop 3.0.18, EAPI-6--
9
10 Closes: https://bugs.gentoo.org/849482
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-util/catalyst/Manifest | 1 -
14 dev-util/catalyst/catalyst-3.0.18.ebuild | 73 --------------------------------
15 2 files changed, 74 deletions(-)
16
17 diff --git a/dev-util/catalyst/Manifest b/dev-util/catalyst/Manifest
18 index b5babf4abeb6..02379c1ffa34 100644
19 --- a/dev-util/catalyst/Manifest
20 +++ b/dev-util/catalyst/Manifest
21 @@ -1,2 +1 @@
22 -DIST catalyst-3.0.18.tar.bz2 621208 BLAKE2B 63f76634b96006ef4a751b0ce166ab36dcba3016234251b2e44e89b43b0c6909e57914007d6287e54584094ff7f064c0251a79f095c87e4c7957925e9d4605cd SHA512 94a30304b242b4e63cc14f34916acd68c03700876ba1cc2f516880f4e8365258de8b62db85cddc9492229414484ba6908edc91991b70b13da0578792b8b96aa3
23 DIST catalyst-3.0.21.tar.bz2 620472 BLAKE2B 6ecf59edde24cbec6d072a31680b75e2e7f142e267b43783473dc607b189d5091b6ca2b7bd02e88a6528a7bccea8441fce21c74aed6623ec14d701557fb4d267 SHA512 e2c58a562508e25465186a5d9771040ddb9f00104943a6434489e5ef01da220ac0330339f741d023717c8d1df6ec2bf765654fabe4097d93d3086ef9005a294c
24
25 diff --git a/dev-util/catalyst/catalyst-3.0.18.ebuild b/dev-util/catalyst/catalyst-3.0.18.ebuild
26 deleted file mode 100644
27 index 3a8a525c1ceb..000000000000
28 --- a/dev-util/catalyst/catalyst-3.0.18.ebuild
29 +++ /dev/null
30 @@ -1,73 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -if [[ ${PV} == *9999* ]]; then
37 - SRC_ECLASS="git-r3"
38 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/catalyst.git"
39 - EGIT_BRANCH="master"
40 -else
41 - SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2"
42 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
43 -fi
44 -
45 -PYTHON_COMPAT=( python3_{8,9} )
46 -DISTUTILS_USE_SETUPTOOLS=no
47 -
48 -inherit distutils-r1 ${SRC_ECLASS}
49 -
50 -DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
51 -HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst"
52 -
53 -LICENSE="GPL-2+"
54 -SLOT="0"
55 -IUSE="ccache doc +iso system-bootloader"
56 -
57 -DEPEND="
58 - app-text/asciidoc
59 - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
60 - <dev-python/snakeoil-0.9.6[${PYTHON_USEDEP}]
61 -"
62 -RDEPEND="
63 - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
64 - <dev-python/snakeoil-0.9.6[${PYTHON_USEDEP}]
65 - >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}]
66 - app-arch/lbzip2
67 - app-crypt/shash
68 - sys-fs/dosfstools
69 - || (
70 - app-arch/tar[xattr]
71 - app-arch/libarchive[xattr]
72 - )
73 - amd64? ( >=sys-boot/syslinux-3.72 )
74 - x86? ( >=sys-boot/syslinux-3.72 )
75 - ccache? ( dev-util/ccache )
76 - iso? ( app-cdr/cdrtools )
77 - kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
78 -"
79 -PDEPEND="system-bootloader? ( >=sys-apps/memtest86+-5.01-r4
80 - sys-boot/grub:2
81 - amd64? ( sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] )
82 - x86? ( sys-boot/grub[grub_platforms_efi-32] )
83 - sys-boot/syslinux
84 - sys-boot/shim )"
85 -
86 -python_prepare_all() {
87 - python_setup
88 - echo VERSION="${PV}" "${PYTHON}" setup.py set_version
89 - VERSION="${PV}" "${PYTHON}" setup.py set_version || die
90 - distutils-r1_python_prepare_all
91 -}
92 -
93 -python_compile_all() {
94 - # build the man pages and docs
95 - emake
96 -}
97 -
98 -python_install_all() {
99 - distutils-r1_python_install_all
100 - if use doc; then
101 - dodoc files/HOWTO.html files/docbook-xsl.css
102 - fi
103 -}