diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-31 11:38:51 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-31 11:38:51 +0000 |
commit | 5226539426dfef74c3c3c195566e3c50c3b3d630 (patch) | |
tree | d2b248a481d32d47aa791a9282b497e4c31a8aec /net-misc | |
parent | move jython -> jython-bin (diff) | |
download | historical-5226539426dfef74c3c3c195566e3c50c3b3d630.tar.gz historical-5226539426dfef74c3c3c195566e3c50c3b3d630.tar.bz2 historical-5226539426dfef74c3c3c195566e3c50c3b3d630.zip |
~amd64
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/unix2tcp/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/unix2tcp/Manifest | 4 | ||||
-rw-r--r-- | net-misc/unix2tcp/unix2tcp-0.8.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/unix2tcp/ChangeLog b/net-misc/unix2tcp/ChangeLog index 0cb142884230..4f496850a87c 100644 --- a/net-misc/unix2tcp/ChangeLog +++ b/net-misc/unix2tcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/unix2tcp # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/ChangeLog,v 1.7 2004/07/01 22:07:40 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/ChangeLog,v 1.8 2004/07/31 11:38:51 kugelfang Exp $ + + 31 Jul 2004; Danny van Dyk <kugelfang@gentoo.org> unix2tcp-0.8.2.ebuild: + Marked ~amd64. 01 Jul 2004; Jon Hood <squinky86@gentoo.org> unix2tcp-0.8.2.ebuild: change virtual/glibc to virtual/libc diff --git a/net-misc/unix2tcp/Manifest b/net-misc/unix2tcp/Manifest index c72ade47587d..d5b7f9833ae9 100644 --- a/net-misc/unix2tcp/Manifest +++ b/net-misc/unix2tcp/Manifest @@ -1,6 +1,6 @@ +MD5 ce9afe2c6fcdcfa6367e21b3c0b07e01 ChangeLog 1091 MD5 e9d496470ea1086da7178fd43025928f unix2tcp-0.7.2.ebuild 587 -MD5 361b0e0d557c4f30b1cc8a3042431c88 unix2tcp-0.8.2.ebuild 669 -MD5 1b51d88c682f1acf41b2057de6df3178 ChangeLog 998 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 +MD5 045080355beffe46550029b0775c1826 unix2tcp-0.8.2.ebuild 676 MD5 d15c15cd9647b1b20fd4d826b07c237e files/digest-unix2tcp-0.7.2 66 MD5 3c89fcdc7c66a368bf4dd1ed5315013e files/digest-unix2tcp-0.8.2 66 diff --git a/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild b/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild index 6bfa16eb735d..1b08047654da 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 Foundation # 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.5 2004/07/01 22:07:40 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild,v 1.6 2004/07/31 11:38:51 kugelfang Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://dizzy.roedu.net/unix2tcp/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~s390 ~ppc" +KEYWORDS="x86 ~s390 ~ppc ~amd64" IUSE="" DEPEND="sys-devel/gcc virtual/libc" |