diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 19:54:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 19:59:59 +0100 |
commit | ded3b0cbf2c532038fd20f498ccfe21ca0201f15 (patch) | |
tree | 206c5ad388f0196350fc8a0729d9bf2d3f6d603a /dev-util | |
parent | dev-util/cproto: drop 4.7s (diff) | |
download | gentoo-ded3b0cbf2c532038fd20f498ccfe21ca0201f15.tar.gz gentoo-ded3b0cbf2c532038fd20f498ccfe21ca0201f15.tar.bz2 gentoo-ded3b0cbf2c532038fd20f498ccfe21ca0201f15.zip |
dev-util/makepp: drop 2.0.99.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/makepp/Manifest | 1 | ||||
-rw-r--r-- | dev-util/makepp/makepp-2.0.99.1.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/dev-util/makepp/Manifest b/dev-util/makepp/Manifest index 2d6ad6bad61f..9b4ca660b648 100644 --- a/dev-util/makepp/Manifest +++ b/dev-util/makepp/Manifest @@ -1,2 +1 @@ -DIST makepp-2.0.99.1.txz 532784 BLAKE2B e69495f0ffece81e7b15b668eea8bf4f9a26a36332bd1644594d697dd2301bea4bb2340fcd2805a33c44824113149fc617db610e6624900ec9d0d77054658d8c SHA512 457d64a2e9d2860dc2f7ad1bd4ef7df9fcd1563878dcd7b63e6f1d3fd6c03cdb89aab68faa018b3ef6b3009733a365fadbb49ad6c8a03ffe6eafcf867b765213 DIST makepp-2.0.99.2.txz 528968 BLAKE2B e39c5fa515a1579ef5a568385550e8baf9176eac4a1871cdb7971ca8d3f92bfda73e5f27f4cf00c148a2c5c9622dd8253ebba0f555c6d46ce8c3581678bf8e68 SHA512 5aa8d255e545705802fec6ca304b2c672dfb9c59f7a064a5e9c4ef98f52d7dd5628023fe2a2449126ac1f9cc6ba7bac98233e3e4f07dd8a0559fd8aea7fd24a4 diff --git a/dev-util/makepp/makepp-2.0.99.1.ebuild b/dev-util/makepp/makepp-2.0.99.1.ebuild deleted file mode 100644 index 0e6a6e914a47..000000000000 --- a/dev-util/makepp/makepp-2.0.99.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PV=${PV/_} -MY_P="${PN}-${MY_PV}" -DESCRIPTION="GNU make replacement" -HOMEPAGE="http://makepp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/2.1/${MY_P}.txz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos" -IUSE="" - -DEPEND="dev-lang/perl:=" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - # default "all" rule is to run tests :x - sed -i '/^all:/s:test::' config.pl || die - default -} - -src_configure() { - # not an autoconf configure script - ./configure \ - --prefix="${EPREFIX}"/usr \ - --bindir="${EPREFIX}"/usr/bin \ - --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \ - --mandir="${EPREFIX}"/usr/share/man \ - --datadir="${EPREFIX}"/usr/share/makepp \ - || die "configure failed" -} - -src_test() { - # work around https://bugzilla.samba.org/show_bug.cgi?id=8728 - export CCACHE_UNIFY=1 - default -} |