summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-07-09 15:49:31 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-07-09 15:49:31 +0000
commit8ab0294100f7a92d824e1b2193f9c4f2fd15c5f2 (patch)
tree3fa746c5e8804b6addcbc8830436a49b47cb2582 /net-misc/unix2tcp
parentVersion bump (diff)
downloadgentoo-2-8ab0294100f7a92d824e1b2193f9c4f2fd15c5f2.tar.gz
gentoo-2-8ab0294100f7a92d824e1b2193f9c4f2fd15c5f2.tar.bz2
gentoo-2-8ab0294100f7a92d824e1b2193f9c4f2fd15c5f2.zip
Remove old.
(Portage version: 2.1.12.12/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'net-misc/unix2tcp')
-rw-r--r--net-misc/unix2tcp/ChangeLog7
-rw-r--r--net-misc/unix2tcp/unix2tcp-0.7.2.ebuild23
2 files changed, 5 insertions, 25 deletions
diff --git a/net-misc/unix2tcp/ChangeLog b/net-misc/unix2tcp/ChangeLog
index bbbb72c955a2..1b0ea234fdb1 100644
--- a/net-misc/unix2tcp/ChangeLog
+++ b/net-misc/unix2tcp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/unix2tcp
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/ChangeLog,v 1.13 2009/03/22 13:29:19 jmbsvicetto Exp $
+# Copyright 2000-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/ChangeLog,v 1.14 2013/07/09 15:49:31 kensington Exp $
+
+ 09 Jul 2013; Michael Palimaka <kensington@gentoo.org> -unix2tcp-0.7.2.ebuild:
+ Remove old.
22 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
metadata.xml:
diff --git a/net-misc/unix2tcp/unix2tcp-0.7.2.ebuild b/net-misc/unix2tcp/unix2tcp-0.7.2.ebuild
deleted file mode 100644
index 24c588d67af8..000000000000
--- a/net-misc/unix2tcp/unix2tcp-0.7.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/unix2tcp-0.7.2.ebuild,v 1.5 2004/06/25 00:17:35 agriffis Exp $
-
-inherit eutils
-
-DESCRIPTION="a connection forwarder that converts Unix sockets into TCP sockets"
-HOMEPAGE="http://dizzy.roedu.net/unix2tcp/"
-SRC_URI="http://dizzy.roedu.net/unix2tcp/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 s390"
-IUSE=""
-
-src_compile() {
- emake LDFLAGS="${LDFLAGS}" || die
-}
-
-src_install() {
- dobin unix2tcp
- dodoc ChangeLog README
-}