commit: 7dacc9de918521fcb769c6affed34b7eec207cc8 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sat Feb 24 12:44:22 2024 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Feb 24 12:44:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dacc9de
dev-build/cons: treeclean Closes: https://bugs.gentoo.org/803035 Closes: https://bugs.gentoo.org/833130 Closes: https://bugs.gentoo.org/711856 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-build/cons/Manifest | 1 - dev-build/cons/cons-2.3.0-r1.ebuild | 31 ------------------------------- dev-build/cons/metadata.xml | 8 -------- profiles/package.mask | 7 ------- profiles/updates/1Q-2024 | 1 - 5 files changed, 48 deletions(-) diff --git a/dev-build/cons/Manifest b/dev-build/cons/Manifest deleted file mode 100644 index 167672cc3290..000000000000 --- a/dev-build/cons/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cons-2.3.0.tgz 235895 BLAKE2B 766b00824ede528c5d356eda40d3b2929b472720340c0f85add95ba13a5b172afaaa50c779e664cca1b5e74f9ed1d26cce8405f7994d9464a0693e5828963863 SHA512 a42b7537fa8c8cc179ff9e608e6cecfaec1ee0b2e1efb9b9b5992ced15867ca05155e87221e5fde6d912b94eac0d1a411c7feb528e882ed65ce9fb2a2d46be12 diff --git a/dev-build/cons/cons-2.3.0-r1.ebuild b/dev-build/cons/cons-2.3.0-r1.ebuild deleted file mode 100644 index cbaeccacc605..000000000000 --- a/dev-build/cons/cons-2.3.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Extensible perl-based build utility" -HOMEPAGE="https://www.gnu.org/software/cons/" -SRC_URI="https://www.gnu.org/software/${PN}/stable/${P}.tgz - https://www.gnu.org/software/${PN}/dev/${P}.tgz" - -LICENSE="GPL-2" -SLOT="2.2" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86" - -RDEPEND="dev-lang/perl - virtual/perl-Digest-MD5 - !sci-biology/emboss" -BDEPEND="${RDEPEND} - app-arch/gzip" - -DOCS=( CHANGES INSTALL MANIFEST README RELEASE TODO ) - -src_install() { - dobin cons - - docinto html - dodoc *.html - - gunzip cons.1.gz || die - doman cons.1 -} diff --git a/dev-build/cons/metadata.xml b/dev-build/cons/metadata.xml deleted file mode 100644 index b0d83aa2e489..000000000000 --- a/dev-build/cons/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Base System</name> - </maintainer> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index d375117ad571..aed1d86235aa 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -214,13 +214,6 @@ sci-libs/tensorflow sci-libs/tensorflow-estimator sci-visualization/tensorboard -# Michał Górny <[email protected]> (2024-01-17) -# Unmaintained build systems with no reverse dependencies. -# dev-build/cons was last released in 2001. -# dev-build/tup was last released in 2021 and has a few bugs reported. -# Removal on 2024-02-16. Bug #922329. -dev-build/cons - # Andreas Sturmlechner <[email protected]> (2023-12-25) # Masked until KF6 is unmasked. ~media-libs/mpvqt-1.0.0 diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024 index b13a964250b3..2ab3eb54a57c 100644 --- a/profiles/updates/1Q-2024 +++ b/profiles/updates/1Q-2024 @@ -44,7 +44,6 @@ move dev-util/bazel dev-build/bazel move dev-util/gn dev-build/gn move dev-util/gyp dev-build/gyp move dev-util/netsurf-buildsystem dev-build/netsurf-buildsystem -move sys-devel/cons dev-build/cons move dev-util/scons dev-build/scons move sys-devel/qconf dev-build/qconf move dev-util/b2 dev-build/b2
