commit: c426de5292604c5bb3d1e8158d2a9a986caae2f0 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Aug 28 22:45:58 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Aug 28 22:51:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c426de52
net-misc/pimpd: EAPI bump Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> net-misc/pimpd/pimpd-0.8-r1.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/net-misc/pimpd/pimpd-0.8-r1.ebuild b/net-misc/pimpd/pimpd-0.8-r1.ebuild new file mode 100644 index 00000000000..8fca8381c8f --- /dev/null +++ b/net-misc/pimpd/pimpd-0.8-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 +}