Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
Date: Sun, 21 Nov 2021 16:43:18
Message-Id: 1637512992.bd31e00e0730294b759ff99d95241d6d7d44cd5b.mgorny@gentoo
1 commit: bd31e00e0730294b759ff99d95241d6d7d44cd5b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 21 16:42:15 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 21 16:43:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd31e00e
7
8 dev-util/catalyst: Remove old
9
10 Acked by mattst88.
11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-util/catalyst/Manifest | 1 -
15 dev-util/catalyst/catalyst-3.0.18.ebuild | 71 --------------------------------
16 2 files changed, 72 deletions(-)
17
18 diff --git a/dev-util/catalyst/Manifest b/dev-util/catalyst/Manifest
19 index 7bf82317e463..ed98acb9b3cf 100644
20 --- a/dev-util/catalyst/Manifest
21 +++ b/dev-util/catalyst/Manifest
22 @@ -1,2 +1 @@
23 -DIST catalyst-3.0.18.tar.bz2 621208 BLAKE2B 63f76634b96006ef4a751b0ce166ab36dcba3016234251b2e44e89b43b0c6909e57914007d6287e54584094ff7f064c0251a79f095c87e4c7957925e9d4605cd SHA512 94a30304b242b4e63cc14f34916acd68c03700876ba1cc2f516880f4e8365258de8b62db85cddc9492229414484ba6908edc91991b70b13da0578792b8b96aa3
24 DIST catalyst-3.0.20.tar.bz2 620395 BLAKE2B 24e1e1def627bccebea4da7b4c0f787d1b7e06cc3a830847896d71e997d859ecc2131a85d328f2d58226bbf2d459ca349d50b1af68b95bb06bfe8e1843f4c4aa SHA512 f2f2b0003a70b7843006155edca0971508d19199dfe803b85477d2f2fd0365304b9e65531cc19bfb06b83fa98dac11960b72001e899bed0f9b55c0f6881a853e
25
26 diff --git a/dev-util/catalyst/catalyst-3.0.18.ebuild b/dev-util/catalyst/catalyst-3.0.18.ebuild
27 deleted file mode 100644
28 index 5793fe90faef..000000000000
29 --- a/dev-util/catalyst/catalyst-3.0.18.ebuild
30 +++ /dev/null
31 @@ -1,71 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -if [[ ${PV} == *9999* ]]; then
38 - SRC_ECLASS="git-r3"
39 - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/catalyst.git"
40 - EGIT_BRANCH="master"
41 -else
42 - SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2"
43 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
44 -fi
45 -
46 -PYTHON_COMPAT=( python3_{8,9} )
47 -DISTUTILS_USE_SETUPTOOLS=no
48 -
49 -inherit distutils-r1 ${SRC_ECLASS}
50 -
51 -DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
52 -HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst"
53 -
54 -LICENSE="GPL-2+"
55 -SLOT="0"
56 -IUSE="ccache doc +iso kernel_linux system-bootloader"
57 -
58 -DEPEND="
59 - app-text/asciidoc
60 - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
61 - <dev-python/snakeoil-0.9.6[${PYTHON_USEDEP}]
62 -"
63 -RDEPEND="
64 - >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
65 - <dev-python/snakeoil-0.9.6[${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? ( app-cdr/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 -}