summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-09-26 18:27:50 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-09-26 18:27:50 +0000
commit4eccfce9f44ed19836c3dda9e72003448cfa3c2c (patch)
tree812ca0598ba204e3cd5f359596dabb1efc1a3741 /net-misc/rinetd
parentRemove old. (diff)
downloadgentoo-2-4eccfce9f44ed19836c3dda9e72003448cfa3c2c.tar.gz
gentoo-2-4eccfce9f44ed19836c3dda9e72003448cfa3c2c.tar.bz2
gentoo-2-4eccfce9f44ed19836c3dda9e72003448cfa3c2c.zip
Remove old.
(Portage version: 2.1.11.22/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/rinetd')
-rw-r--r--net-misc/rinetd/ChangeLog7
-rw-r--r--net-misc/rinetd/rinetd-0.62.ebuild26
2 files changed, 5 insertions, 28 deletions
diff --git a/net-misc/rinetd/ChangeLog b/net-misc/rinetd/ChangeLog
index b5141684893c..7d72cefc1ab7 100644
--- a/net-misc/rinetd/ChangeLog
+++ b/net-misc/rinetd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/rinetd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rinetd/ChangeLog,v 1.9 2011/12/07 07:39:35 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rinetd/ChangeLog,v 1.10 2012/09/26 18:27:50 kensington Exp $
+
+ 26 Sep 2012; Michael Palimaka <kensington@gentoo.org> -rinetd-0.62.ebuild:
+ Remove old.
07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> rinetd-0.62-r1.ebuild:
x86 stable wrt bug #391623
diff --git a/net-misc/rinetd/rinetd-0.62.ebuild b/net-misc/rinetd/rinetd-0.62.ebuild
deleted file mode 100644
index cfa4f35fd5f0..000000000000
--- a/net-misc/rinetd/rinetd-0.62.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rinetd/rinetd-0.62.ebuild,v 1.6 2010/10/28 10:19:09 ssuominen Exp $
-
-DESCRIPTION="redirects TCP connections from one IP address and port to another"
-HOMEPAGE="http://www.boutell.com/rinetd/"
-SRC_URI="http://www.boutell.com/rinetd/http/rinetd.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
- emake CFLAGS="${CFLAGS} -DLINUX" || die
-}
-
-src_install() {
- dosbin rinetd || die
- newinitd "${FILESDIR}"/rinetd.rc rinetd
- doman rinetd.8
- dodoc CHANGES README
- dohtml index.html
-}