summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-07-21 21:21:56 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-07-21 21:21:56 +0000
commit088de640c4edd2ad7852c81eb0047943c639de38 (patch)
tree4451faf81eb176e891ef3a59dd724b2d4f2815c8 /sys-apps
parentRemove old. (diff)
downloadgentoo-2-088de640c4edd2ad7852c81eb0047943c639de38.tar.gz
gentoo-2-088de640c4edd2ad7852c81eb0047943c639de38.tar.bz2
gentoo-2-088de640c4edd2ad7852c81eb0047943c639de38.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/netkit-base/ChangeLog7
-rw-r--r--sys-apps/netkit-base/netkit-base-0.17-r8.ebuild46
2 files changed, 5 insertions, 48 deletions
diff --git a/sys-apps/netkit-base/ChangeLog b/sys-apps/netkit-base/ChangeLog
index de8e42f1564e..6f5753cb532a 100644
--- a/sys-apps/netkit-base/ChangeLog
+++ b/sys-apps/netkit-base/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/netkit-base
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/ChangeLog,v 1.39 2012/12/10 03:11:39 blueness Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/ChangeLog,v 1.40 2015/07/21 21:21:56 mrueg Exp $
+
+ 21 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -netkit-base-0.17-r8.ebuild:
+ Remove old.
10 Dec 2012; Anthony G. Basile <blueness@gentoo.org>
netkit-base-0.17-r9.ebuild:
diff --git a/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild
deleted file mode 100644
index 77940a228c06..000000000000
--- a/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild,v 1.18 2011/04/16 19:13:52 ulm Exp $
-
-inherit eutils
-
-DESCRIPTION="Old-style inetd"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
-SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/*.patch
-}
-
-src_compile() {
- ./configure || die
-
- cp MCONFIG MCONFIG.orig
- #sed -e "s/-O2/${CFLAGS} -Wstrict-prototypes -fomit-frame-pointer/"
- sed -e "s:^CFLAGS=.*:CFLAGS=${CFLAGS} -Wall -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline:" \
- MCONFIG.orig > MCONFIG
-
- emake || die "compile problem"
-}
-
-src_install() {
- sed -i \
- -e 's:in\.telnetd$:in.telnetd -L /usr/sbin/telnetlogin:' \
- etc.sample/inetd.conf
-
- dosbin inetd/inetd
- doman inetd/inetd.8
- newinitd "${FILESDIR}"/inetd.rc6 inetd
-
- dodoc BUGS ChangeLog README
- docinto samples ; dodoc etc.sample/*
-}