summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-06-06 09:41:05 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-06-06 09:41:05 +0000
commitf0c9cc6548b29d7f68fcad44c0aa7b30dacd447d (patch)
tree9a8970fa79d3dd3bcfe57de5312c2d5eed86cb8f /net-misc/unix2tcp
parentremove old version. 3.3 - x86 keyworded. QA fix on IUSE (Manifest recommit) (diff)
downloadgentoo-2-f0c9cc6548b29d7f68fcad44c0aa7b30dacd447d.tar.gz
gentoo-2-f0c9cc6548b29d7f68fcad44c0aa7b30dacd447d.tar.bz2
gentoo-2-f0c9cc6548b29d7f68fcad44c0aa7b30dacd447d.zip
x86 keyworded and QA - IUSE on both
Diffstat (limited to 'net-misc/unix2tcp')
-rw-r--r--net-misc/unix2tcp/ChangeLog6
-rw-r--r--net-misc/unix2tcp/unix2tcp-0.7.2.ebuild5
-rw-r--r--net-misc/unix2tcp/unix2tcp-0.8.2.ebuild6
3 files changed, 11 insertions, 6 deletions
diff --git a/net-misc/unix2tcp/ChangeLog b/net-misc/unix2tcp/ChangeLog
index c32faa83a084..ee8a5ab5dd14 100644
--- a/net-misc/unix2tcp/ChangeLog
+++ b/net-misc/unix2tcp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/unix2tcp
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/ChangeLog,v 1.4 2004/05/08 17:12:03 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/ChangeLog,v 1.5 2004/06/06 09:41:05 dragonheart Exp $
+
+ 06 Jun 2004; Daniel Black <dragonheart@gentoo.org> unix2tcp-0.7.2.ebuild,
+ unix2tcp-0.8.2.ebuild:
+ x86 keyworded and QA - IUSE on both
08 May 2004; David Holm <dholm@gentoo.org> unix2tcp-0.8.2.ebuild:
Added to ~ppc.
diff --git a/net-misc/unix2tcp/unix2tcp-0.7.2.ebuild b/net-misc/unix2tcp/unix2tcp-0.7.2.ebuild
index 7bdbf0eb3a7f..e1e4977db942 100644
--- a/net-misc/unix2tcp/unix2tcp-0.7.2.ebuild
+++ b/net-misc/unix2tcp/unix2tcp-0.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.3 2004/05/07 17:55:26 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/unix2tcp-0.7.2.ebuild,v 1.4 2004/06/06 09:41:05 dragonheart Exp $
inherit eutils
@@ -10,7 +10,8 @@ SRC_URI="http://dizzy.roedu.net/unix2tcp/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 s390"
+KEYWORDS="x86 s390"
+IUSE=""
src_compile() {
emake LDFLAGS="${LDFLAGS}" || die
diff --git a/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild b/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild
index 9b5fd01ecd56..2f48ad07db9e 100644
--- a/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild
+++ b/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild,v 1.2 2004/05/08 17:12:03 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild,v 1.3 2004/06/06 09:41:05 dragonheart Exp $
inherit eutils
@@ -10,8 +10,8 @@ SRC_URI="http://dizzy.roedu.net/unix2tcp/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~s390 ~ppc"
-
+KEYWORDS="x86 ~s390 ~ppc"
+IUSE=""
DEPEND="sys-devel/gcc
virtual/glibc"