commit: 8a7970d735c67b6f16b4e1af0eba6d574a67b4c1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 16 22:25:38 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 16 22:25:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7970d7
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 <AT> gentoo.org> net-misc/pimpd/pimpd-0.8.ebuild | 24 ------------------------ 1 file changed, 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 62183ccfef2..00000000000 --- 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 -}
