commit: 57f3f7ff2d85c2a7e6ec9fec62994c9a2a0b6283 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Mon Nov 22 08:35:25 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Mon Nov 22 09:13:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f3f7ff
dev-lang/nwcc: treeclean Closes: https://bugs.gentoo.org/677202 Closes: https://bugs.gentoo.org/713970 Closes: https://bugs.gentoo.org/723070 Closes: https://bugs.gentoo.org/819624 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-lang/nwcc/Manifest | 1 - dev-lang/nwcc/metadata.xml | 11 ----------- dev-lang/nwcc/nwcc-0.8.3.ebuild | 24 ------------------------ profiles/package.mask | 5 ----- 4 files changed, 41 deletions(-) diff --git a/dev-lang/nwcc/Manifest b/dev-lang/nwcc/Manifest deleted file mode 100644 index c81646941ca7..000000000000 --- a/dev-lang/nwcc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nwcc_0.8.3.tar.gz 954946 BLAKE2B 260ed49d247b7b84e392525db2b61e84a439eab2d0aad2efb93ddef1adf620084a8ec44713bd75216c2f9db30c04715b74d208d45465b700556bda2df6c6fd29 SHA512 f6af50bd18e13070b512bfac6659f49d10d3ad65ea2c4c5ca3f199c8b87540ec145c7dbbe97272f48903ca1c8afaf58c146ec763c851da0b352d5980746f94f6 diff --git a/dev-lang/nwcc/metadata.xml b/dev-lang/nwcc/metadata.xml deleted file mode 100644 index f3bff5567bd6..000000000000 --- a/dev-lang/nwcc/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Patrick Lauer</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">nwcc</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-lang/nwcc/nwcc-0.8.3.ebuild b/dev-lang/nwcc/nwcc-0.8.3.ebuild deleted file mode 100644 index 7cbc0ca287aa..000000000000 --- a/dev-lang/nwcc/nwcc-0.8.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MY_P="${PN}_${PV}" - -DESCRIPTION="Nils Weller's C Compiler" -HOMEPAGE="http://nwcc.sourceforge.net/index.html" -SRC_URI="http://downloads.sourceforge.net/project/${PN}/${PN}/nwcc%200.8.3/${MY_P}.tar.gz" -SLOT="0" -LICENSE="BSD-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - # custom hackery hack - ABI="" ./configure --installprefix=/usr || die -} diff --git a/profiles/package.mask b/profiles/package.mask index ea624745dd0a..703777707504 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -362,11 +362,6 @@ app-admin/swatchdog # Removal on 2021-11-22. Bug #819684. dev-db/henplus -# Jakov Smolić <[email protected]> (2021-10-23) -# Dead upstream, stuck on EAPI 5, multiple open bugs, not updated in years. -# Removal on 2021-11-22. Bug #819624. -dev-lang/nwcc - # Sergey Popov <[email protected]> (2021-10-22) # Upstream support discontinued, see https://bw.org/2019/03/19/bw-whois/ # Suggested replacement - net-misc/whois
