net-misc/fakeidentd: remove old version
authorAustin English <wizardedit@gentoo.org>
Tue, 3 May 2016 23:32:47 +0000 (18:32 -0500)
committerAustin English <wizardedit@gentoo.org>
Wed, 4 May 2016 00:08:37 +0000 (19:08 -0500)
Package-Manager: portage-2.2.26

net-misc/fakeidentd/fakeidentd-2.6.ebuild [deleted file]

diff --git a/net-misc/fakeidentd/fakeidentd-2.6.ebuild b/net-misc/fakeidentd/fakeidentd-2.6.ebuild
deleted file mode 100644 (file)
index 1d7695a..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="A static, secure identd.  One source file only!"
-HOMEPAGE="http://www.guru-group.fi/~too/sw/"
-SRC_URI="http://www.guru-group.fi/~too/sw/identd.readme -> ${P}.readme
-       http://www.guru-group.fi/~too/sw/releases/identd.c -> ${P}.c"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh sparc x86"
-IUSE=""
-
-echoit() {
-       echo "$@"
-       "$@"
-}
-
-src_unpack() {
-       mkdir -p "${S}"
-       echoit cp "${DISTDIR}"/${P}.{c,readme} "${S}" || die
-}
-
-src_compile() {
-       echoit $(tc-getCC) ${CFLAGS} ${LDFLAGS} \
-               -DTRG=\"${PN}\" -DUSE_UNIX_OS -DVERSION=\"${PV}\" \
-               -o ${PN} ${P}.c || die
-}
-
-src_install() {
-       dosbin ${PN} || die
-       newdoc ${P}.readme identd.readme
-
-       newinitd "${FILESDIR}"/fakeidentd.rc fakeidentd
-       newconfd "${FILESDIR}"/fakeidentd.confd fakeidentd
-}