diff options
author | Sam James <sam@gentoo.org> | 2020-09-16 22:25:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-16 22:25:51 +0000 |
commit | 8a7970d735c67b6f16b4e1af0eba6d574a67b4c1 (patch) | |
tree | 749a6f596243e05393291002db2a73bb7b42c27c /net-misc/pimpd | |
parent | net-misc/pimpd: x86 stable (forward) (diff) | |
download | gentoo-8a7970d735c67b6f16b4e1af0eba6d574a67b4c1.tar.gz gentoo-8a7970d735c67b6f16b4e1af0eba6d574a67b4c1.tar.bz2 gentoo-8a7970d735c67b6f16b4e1af0eba6d574a67b4c1.zip |
net-misc/pimpd: cleanup old EAPI 4
Closes: https://bugs.gentoo.org/740964
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/pimpd')
-rw-r--r-- | net-misc/pimpd/pimpd-0.8.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-misc/pimpd/pimpd-0.8.ebuild b/net-misc/pimpd/pimpd-0.8.ebuild deleted file mode 100644 index 62183ccfef28..000000000000 --- a/net-misc/pimpd/pimpd-0.8.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="RFC1413-compliant identd server supporting masqueraded connections" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="http://cats.meow.at/~peter/pimpd_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc sparc x86" -IUSE="" - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" -} - -src_install() { - dosbin pimpd - dodoc README -} |