diff options
author | 2004-06-06 09:41:05 +0000 | |
---|---|---|
committer | 2004-06-06 09:41:05 +0000 | |
commit | 87cdae6f772d8c9050fa17b04c2c76f6980b7d02 (patch) | |
tree | 29209c396c0803128761814e968bf35d084dc5bb /net-misc/unix2tcp | |
parent | remove old version. 3.3 - x86 keyworded. QA fix on IUSE (diff) | |
download | historical-87cdae6f772d8c9050fa17b04c2c76f6980b7d02.tar.gz historical-87cdae6f772d8c9050fa17b04c2c76f6980b7d02.tar.bz2 historical-87cdae6f772d8c9050fa17b04c2c76f6980b7d02.zip |
x86 keyworded and QA - IUSE on both
Diffstat (limited to 'net-misc/unix2tcp')
-rw-r--r-- | net-misc/unix2tcp/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/unix2tcp/unix2tcp-0.7.2.ebuild | 5 | ||||
-rw-r--r-- | net-misc/unix2tcp/unix2tcp-0.8.2.ebuild | 6 |
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" |