From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
Date: Sat, 9 Nov 2024 00:37:50 +0000 (UTC) [thread overview]
Message-ID: <1731112647.2b32b247c3b59636c7d02c5bc24e4a18360ec9bb.dilfridge@gentoo> (raw)
commit: 2b32b247c3b59636c7d02c5bc24e4a18360ec9bb
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 8 20:30:48 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 00:37:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b32b247
dev-util/catalyst: drop 3.0.22-r3, 4.0_rc2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-util/catalyst/Manifest | 2 -
dev-util/catalyst/catalyst-3.0.22-r3.ebuild | 82 ------------------
dev-util/catalyst/catalyst-4.0_rc2.ebuild | 126 ----------------------------
dev-util/catalyst/metadata.xml | 2 -
4 files changed, 212 deletions(-)
diff --git a/dev-util/catalyst/Manifest b/dev-util/catalyst/Manifest
index de8a439b0695..666e6e8b10ab 100644
--- a/dev-util/catalyst/Manifest
+++ b/dev-util/catalyst/Manifest
@@ -1,3 +1 @@
-DIST catalyst-3.0.22.tar.bz2 620528 BLAKE2B f0eb5bf1052ba65bcdab4a14fe8ab564b6396c8a7271ee16c664b90c595df2a7bcda480279d64e0c7c6ff2045e0119a6a3afec75819a673ae721e77587e1f2b2 SHA512 c2b2d20ee6581b7c9c837fd64e798b0d1b0e5cc00346827cdf7154af8e8b6e279d32ab0d7f10314aa8d50923065e8b1121d2c01a506521cdae04736769cf6ba4
-DIST catalyst-4.0-rc2.tar.bz2 355924 BLAKE2B b14905e989674a9b547c6e7c83129e1bcc0b55cf64b86e0668532d067518d7a66dd0d494b9e1f84bf0ba9f6d57c79baeb39c35d7ffd9ef09602dd4c1be9a1bd9 SHA512 16ffdf74639bde74e043480d3c756121489033cf72850b38959701c53a689263b46bb10403496de222af00321b5d691aba7bcb41eafb8b5dcb1dd56dd658ace5
DIST catalyst-4.0.0.tar.bz2 356445 BLAKE2B 1e3dc5fa5a3603b2c7e46277da00877ba34a4bd7a63a3e0f3728cdb9a76782e4dbb1b2f6f950e752e8814fa9da2db1e43280711bd7df44abe649c641760d9240 SHA512 332c9519fd59618c59367299ca1208280a973a0b99f03937831f9b39c643b090599733a0ad3735488de5b11d8581afd2b585a19bfb6a196c4eed899912388499
diff --git a/dev-util/catalyst/catalyst-3.0.22-r3.ebuild b/dev-util/catalyst/catalyst-3.0.22-r3.ebuild
deleted file mode 100644
index 752cca6f7a24..000000000000
--- a/dev-util/catalyst/catalyst-3.0.22-r3.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} == *9999* ]]; then
- SRC_ECLASS="git-r3"
- EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/catalyst.git"
- EGIT_BRANCH="master"
-else
- SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2"
- KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-fi
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 ${SRC_ECLASS}
-
-DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="ccache doc +iso system-bootloader"
-
-DEPEND="
- app-text/asciidoc
- >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
- dev-python/fasteners[${PYTHON_USEDEP}]
-"
-RDEPEND="
- >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
- dev-python/fasteners[${PYTHON_USEDEP}]
- >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}]
- app-arch/lbzip2
- app-crypt/shash
- sys-fs/dosfstools
- || (
- app-arch/tar[xattr]
- app-arch/libarchive[xattr]
- )
- amd64? ( >=sys-boot/syslinux-3.72 )
- x86? ( >=sys-boot/syslinux-3.72 )
- ccache? ( dev-util/ccache )
- iso? ( app-cdr/cdrtools )
- kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
-"
-PDEPEND="system-bootloader? ( >=sys-apps/memtest86+-5.01-r4
- sys-boot/grub:2
- amd64? ( sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] )
- x86? ( sys-boot/grub[grub_platforms_efi-32] )
- sys-boot/syslinux
- sys-boot/shim )"
-
-python_prepare_all() {
- python_setup
- echo VERSION="${PV}" "${PYTHON}" setup.py set_version
- VERSION="${PV}" "${PYTHON}" setup.py set_version || die
- distutils-r1_python_prepare_all
-}
-
-# Build man pages here so as to not clobber default src_compile
-src_configure() {
- # build the man pages and docs
- emake
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- if use doc; then
- dodoc files/HOWTO.html files/docbook-xsl.css
- fi
-}
-
-src_install() {
- distutils-r1_src_install
-
- doman files/catalyst.1 files/catalyst-config.5 files/catalyst-spec.5
- insinto /etc/catalyst
- doins etc/*
-}
diff --git a/dev-util/catalyst/catalyst-4.0_rc2.ebuild b/dev-util/catalyst/catalyst-4.0_rc2.ebuild
deleted file mode 100644
index 31c694a326bd..000000000000
--- a/dev-util/catalyst/catalyst-4.0_rc2.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P=${P/_/-}
-
-if [[ ${PV} == *9999* ]]; then
- SRC_ECLASS="git-r3"
- EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/catalyst.git"
- EGIT_BRANCH="master"
-else
- SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${MY_P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
- S="${WORKDIR}/${MY_P/_/-}"
-fi
-
-PYTHON_COMPAT=( python3_{9..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 linux-info optfeature tmpfiles ${SRC_ECLASS}
-
-DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="doc +iso"
-
-BDEPEND="
- app-text/asciidoc
-"
-DEPEND="
- sys-apps/portage[${PYTHON_USEDEP}]
- >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
- dev-python/fasteners[${PYTHON_USEDEP}]
- dev-python/tomli[${PYTHON_USEDEP}]
- sys-apps/util-linux[python,${PYTHON_USEDEP}]
-"
-RDEPEND="
- ${DEPEND}
- >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}]
- app-arch/lbzip2
- app-arch/pixz
- app-arch/tar[xattr]
- dev-vcs/git
- sys-fs/dosfstools
- sys-fs/squashfs-tools-ng[tools]
-
- iso? (
- app-cdr/cdrtools
- dev-libs/libisoburn
-
- amd64? (
- sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64]
- sys-fs/mtools
- )
- arm64? (
- sys-boot/grub[grub_platforms_efi-64]
- sys-fs/mtools
- )
- ppc? (
- sys-boot/grub:2[grub_platforms_ieee1275]
- )
- ppc64? (
- sys-boot/grub:2[grub_platforms_ieee1275]
- )
- sparc? (
- sys-boot/grub:2[grub_platforms_ieee1275]
- )
- x86? (
- sys-boot/grub[grub_platforms_efi-32]
- )
- )
-"
-
-pkg_setup() {
- CONFIG_CHECK="
- ~UTS_NS ~IPC_NS
- ~SQUASHFS ~SQUASHFS_ZLIB
- "
- linux-info_pkg_setup
-}
-
-python_prepare_all() {
- python_setup
- echo VERSION="${PV}" "${PYTHON}" setup.py set_version
- VERSION="${PV}" "${PYTHON}" setup.py set_version || die
- distutils-r1_python_prepare_all
-}
-
-# Build man pages here so as to not clobber default src_compile
-src_configure() {
- # build the man pages and docs
- emake
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- if use doc; then
- dodoc files/HOWTO.html files/docbook-xsl.css
- fi
-}
-
-python_install() {
- distutils-r1_python_install
- rm -rv "${D}"$(python_get_sitedir)/usr
-}
-
-src_install() {
- distutils-r1_src_install
-
- echo 'd /var/tmp/catalyst 0755 root root' > "${T}"/catalyst-tmpdir.conf
- dotmpfiles "${T}"/catalyst-tmpdir.conf
-
- doman files/catalyst.1 files/catalyst-config.5 files/catalyst-spec.5
- insinto /etc/catalyst
- doins etc/*
-}
-
-pkg_postinst() {
- if [[ -z ${REPLACING_VERSIONS} ]]; then
- optfeature "ccache support" dev-util/ccache
- fi
- tmpfiles_process catalyst-tmpdir.conf
-}
diff --git a/dev-util/catalyst/metadata.xml b/dev-util/catalyst/metadata.xml
index d8a6b705dc27..2567283aae7e 100644
--- a/dev-util/catalyst/metadata.xml
+++ b/dev-util/catalyst/metadata.xml
@@ -5,9 +5,7 @@
<email>catalyst@gentoo.org</email>
</maintainer>
<use>
- <flag name="ccache">Enables ccache support</flag>
<flag name="iso">Pulls in the depends for building iso images</flag>
- <flag name="system-bootloader">Pulls in the depends needed to setup livecd bootloader from the host system rather than using a cdtar</flag>
</use>
<upstream>
<remote-id type="gentoo">proj/catalyst</remote-id>
next reply other threads:[~2024-11-09 0:37 UTC|newest]
Thread overview: 163+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-09 0:37 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-02 1:00 [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/ Zac Medico
2024-11-09 0:37 Andreas K. Hüttel
2024-10-12 12:52 Andreas K. Hüttel
2024-10-12 12:49 Andreas K. Hüttel
2024-06-28 15:15 James Le Cuirot
2024-06-05 17:07 Ben Kohler
2024-01-27 17:13 Ben Kohler
2024-01-27 15:41 Ben Kohler
2023-07-12 16:17 Ben Kohler
2023-07-08 18:43 Ben Kohler
2023-05-03 10:18 Arthur Zamarin
2023-05-03 10:18 Arthur Zamarin
2023-05-03 10:18 Arthur Zamarin
2023-05-03 5:25 Sam James
2023-05-02 20:50 Sam James
2023-05-02 20:26 Sam James
2023-05-02 20:11 Sam James
2023-05-01 10:58 Sam James
2023-03-12 17:37 Andreas K. Hüttel
2023-01-11 8:07 Sam James
2023-01-11 8:07 Sam James
2022-12-02 0:33 Robin H. Johnson
2022-10-01 16:32 Andreas K. Hüttel
2022-08-30 15:03 Andreas Sturmlechner
2022-08-28 18:25 Arthur Zamarin
2022-06-03 21:30 Jakov Smolić
2022-06-03 21:30 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:47 Jakov Smolić
2022-06-03 11:33 Jakov Smolić
2022-06-03 11:33 Jakov Smolić
2022-02-01 18:34 Matt Turner
2022-01-30 21:07 Matt Turner
2022-01-30 21:07 Matt Turner
2022-01-30 21:07 Matt Turner
2022-01-04 3:29 Sam James
2021-11-24 23:01 Andreas K. Hüttel
2021-11-24 23:01 Andreas K. Hüttel
2021-11-24 19:50 Andreas K. Hüttel
2021-11-21 16:43 Michał Górny
2021-11-20 7:28 Agostino Sarubbo
2021-11-18 14:00 Jakov Smolić
2021-11-18 12:25 Agostino Sarubbo
2021-11-18 9:09 Sam James
2021-11-18 5:38 Sam James
2021-11-18 5:37 Sam James
2021-09-21 10:57 Yixun Lan
2021-09-18 22:16 Matt Turner
2021-08-19 21:44 Matt Turner
2021-07-25 3:16 Matt Turner
2021-07-07 0:33 Matt Turner
2021-07-06 22:16 Matt Turner
2021-07-06 22:16 Matt Turner
2021-06-25 18:23 Sergei Trofimovich
2021-06-20 21:08 Sergei Trofimovich
2021-06-20 1:45 Sam James
2021-06-19 15:29 Sergei Trofimovich
2021-06-14 6:34 Joshua Kinard
2021-06-12 18:26 Matt Turner
2021-06-12 2:53 Georgy Yakovlev
2021-06-11 4:21 Matt Turner
2021-06-11 4:21 Matt Turner
2021-06-06 22:39 Matt Turner
2021-03-29 17:49 Ben Kohler
2021-03-29 17:49 Ben Kohler
2021-03-29 17:48 Ben Kohler
2021-03-28 9:48 Michał Górny
2021-03-09 5:00 Matt Turner
2021-03-04 14:54 Ben Kohler
2021-02-20 15:34 Ben Kohler
2020-12-20 3:16 Matt Turner
2020-12-18 9:00 Michał Górny
2020-12-17 14:08 Ben Kohler
2020-12-16 16:06 Matt Turner
2020-11-04 22:50 Matt Turner
2020-10-30 23:49 Matt Turner
2020-10-30 22:34 Matt Turner
2020-10-30 22:34 Matt Turner
2020-10-22 17:59 Matt Turner
2020-10-14 23:22 Matt Turner
2020-10-08 21:47 Matt Turner
2020-10-08 21:08 Matt Turner
2020-10-08 21:06 Matt Turner
2020-10-08 21:06 Matt Turner
2020-10-08 21:06 Matt Turner
2020-10-08 21:06 Matt Turner
2020-10-08 21:06 Matt Turner
2020-10-08 21:06 Matt Turner
2020-10-08 21:06 Matt Turner
2020-10-08 21:06 Matt Turner
2020-10-08 21:06 Matt Turner
2020-10-03 16:07 Matt Turner
2020-09-19 18:31 Matt Turner
2020-05-23 20:28 Matt Turner
2020-05-19 16:22 Matt Turner
2020-05-19 3:56 Matt Turner
2020-05-18 20:05 Matt Turner
2020-05-17 18:35 Matt Turner
2020-05-09 18:51 Matt Turner
2020-05-05 0:44 Matt Turner
2020-04-24 7:31 Matt Turner
2020-04-24 7:31 Matt Turner
2020-04-24 7:31 Matt Turner
2020-04-24 7:31 Matt Turner
2020-04-24 7:31 Matt Turner
2020-04-24 7:31 Matt Turner
2020-04-24 7:31 Matt Turner
2020-04-15 5:54 Mike Gilbert
2020-03-10 18:38 Matt Turner
2020-01-07 14:23 Ben Kohler
2020-01-07 14:23 Ben Kohler
2019-12-06 15:17 Matt Turner
2019-12-06 15:06 Matt Turner
2019-10-20 0:04 Matt Turner
2019-08-29 1:56 Matt Turner
2019-08-26 16:57 Matt Turner
2019-08-25 7:30 Michał Górny
2019-07-29 16:07 Matt Turner
2019-06-16 18:39 Matt Turner
2019-05-05 15:56 Andreas K. Hüttel
2019-05-04 22:30 Andreas K. Hüttel
2019-05-04 19:25 Andreas K. Hüttel
2019-02-05 3:11 Matt Turner
2018-10-12 19:50 Ben Kohler
2018-10-03 12:47 Ben Kohler
2018-09-25 11:38 Ben Kohler
2018-09-14 5:56 Matt Turner
2018-08-31 19:21 Ben Kohler
2018-08-15 17:02 Ben Kohler
2018-07-21 20:26 Brian Dolbec
2018-07-21 20:26 Brian Dolbec
2018-07-20 19:48 Ben Kohler
2018-07-20 18:15 Ben Kohler
2018-07-03 2:06 Richard Farina
2018-06-27 18:17 Richard Farina
2018-03-04 2:16 Anthony G. Basile
2018-01-15 4:51 Mike Frysinger
2017-12-30 23:35 Mike Gilbert
2017-12-30 23:35 Mike Gilbert
2017-12-30 19:09 Brian Dolbec
2017-12-15 23:52 Robin H. Johnson
2017-12-02 17:32 Brian Dolbec
2017-12-01 18:05 Brian Dolbec
2017-06-11 22:34 Anthony G. Basile
2017-03-11 2:47 Richard Farina
2016-11-21 0:23 Patrice Clement
2016-08-13 13:57 Anthony G. Basile
2016-06-06 11:43 Anthony G. Basile
2016-05-25 17:17 Mike Frysinger
2016-05-25 17:17 Mike Frysinger
2016-04-08 22:12 Anthony G. Basile
2016-03-04 2:17 Anthony G. Basile
2016-02-07 5:39 Brian Dolbec
2015-11-19 4:21 Mike Frysinger
2015-10-20 20:28 Richard Farina
2015-10-11 18:01 Mike Frysinger
2015-10-11 18:01 Mike Frysinger
2015-10-11 18:01 Mike Frysinger
2015-09-06 21:25 Brian Dolbec
2015-09-04 3:14 Brian Dolbec
2015-08-29 16:25 Brian Dolbec
2015-08-28 17:25 Richard Farina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1731112647.2b32b247c3b59636c7d02c5bc24e4a18360ec9bb.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox