diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-12-05 02:47:11 +0000 |
commit | 2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch) | |
tree | c8af0fd04194aed03cf067d44e53c7edd3e9ab84 /dev-lang/nwcc | |
parent | e9d044d4b9b71200a96adfa280848858c0f468c9 (diff) |
gentoo resync : 05.12.2021
Diffstat (limited to 'dev-lang/nwcc')
-rw-r--r-- | dev-lang/nwcc/Manifest | 3 | ||||
-rw-r--r-- | dev-lang/nwcc/metadata.xml | 11 | ||||
-rw-r--r-- | dev-lang/nwcc/nwcc-0.8.3.ebuild | 24 |
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-lang/nwcc/Manifest b/dev-lang/nwcc/Manifest deleted file mode 100644 index ac1951b99db9..000000000000 --- a/dev-lang/nwcc/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST nwcc_0.8.3.tar.gz 954946 BLAKE2B 260ed49d247b7b84e392525db2b61e84a439eab2d0aad2efb93ddef1adf620084a8ec44713bd75216c2f9db30c04715b74d208d45465b700556bda2df6c6fd29 SHA512 f6af50bd18e13070b512bfac6659f49d10d3ad65ea2c4c5ca3f199c8b87540ec145c7dbbe97272f48903ca1c8afaf58c146ec763c851da0b352d5980746f94f6 -EBUILD nwcc-0.8.3.ebuild 519 BLAKE2B b643d368b57894910b5f69a3f7a6e621774b03950433c2b20cf1e4161b293e670772f7ddf5e6b044a4778f92dca7269289c2a51c8db52186ce6a3f044a4470e8 SHA512 7679de83f3a7ab1b639f4e9df2a33d4d99e9c3b3302c4dc477188c246c694f62e66144442971d49a84cfa47fcb2bb416f39a611255ad4805f4626cadda9952ff -MISC metadata.xml 322 BLAKE2B d58fb2457c3b8c57fc618131bdc2966f30f5d0e2c0716e242852d7ba54fa3838147fb6210056f3f0394f748b984f64a89d1f79cc76b01c1757b3c879b45433b1 SHA512 5f244575ae2332a630c672d336d9326ae38cd641723312f91dfe2dfb188360eae6f0b898273d24dd19c67ecbd5dd62da1cc768fa73fec2a64f7af554a386c573 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>patrick@gentoo.org</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 -} |