diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-04 23:16:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-04 23:35:06 +0200 |
commit | a3fc1822c362ed619da7a442a39d81cf2679d8c8 (patch) | |
tree | 851bccad53e173c149285229f00ff6bb626be100 /dev-util/makepp/makepp-1.18.ebuild | |
parent | dev-util/duma: Drop old (EAPI 0) (diff) | |
download | gentoo-a3fc1822c362ed619da7a442a39d81cf2679d8c8.tar.gz gentoo-a3fc1822c362ed619da7a442a39d81cf2679d8c8.tar.bz2 gentoo-a3fc1822c362ed619da7a442a39d81cf2679d8c8.zip |
dev-util/makepp: Drop old (EAPI 0)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/makepp/makepp-1.18.ebuild')
-rw-r--r-- | dev-util/makepp/makepp-1.18.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-util/makepp/makepp-1.18.ebuild b/dev-util/makepp/makepp-1.18.ebuild deleted file mode 100644 index a5cef1c94211..000000000000 --- a/dev-util/makepp/makepp-1.18.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils - -DESCRIPTION="GNU make replacement" -HOMEPAGE="http://makepp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha ~ppc ~sparc ~x86" -IUSE="" -DEPEND=">=dev-lang/perl-5.6.0" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-install.patch - # There is a sandbox violation in this test. - # In future versions, this ebuild should try to find - # a better way of avoiding this, but the current version - # appears to have garbage NUL characters all over the test files, - # making them complicated to edit. - # Robert Coie <rac@gentoo.org> 2002.02.18 - rm "${S}"/makepp_tests/include.test -} - -src_compile() { - make test || die -} - -src_install() { - perl install.pl /usr "${D}" /usr/bin /usr/share/makepp /usr/share/doc/makepp -} |