diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-08-02 13:27:46 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-08-02 13:27:46 +0000 |
commit | b01bba6103176a405183d21cd9c289b0f237c3f8 (patch) | |
tree | 77971f5139a8fdec57ee52483d119b5a625e890c /net-misc/socat | |
parent | Fixed a typo in einfo. (diff) | |
download | historical-b01bba6103176a405183d21cd9c289b0f237c3f8.tar.gz historical-b01bba6103176a405183d21cd9c289b0f237c3f8.tar.bz2 historical-b01bba6103176a405183d21cd9c289b0f237c3f8.zip |
add ~alpha
Diffstat (limited to 'net-misc/socat')
-rw-r--r-- | net-misc/socat/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/socat/Manifest | 4 | ||||
-rw-r--r-- | net-misc/socat/socat-1.3.2.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog index fcc4eb6b446a..a98ee6fe8547 100644 --- a/net-misc/socat/ChangeLog +++ b/net-misc/socat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/socat # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.5 2003/07/29 19:47:10 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.6 2003/08/02 13:27:39 agriffis Exp $ + + 02 Aug 2003; Aron Griffis <agriffis@gentoo.org> socat-1.3.2.0.ebuild: + Add ~alpha to KEYWORDS *socat-1.3.2.0 (30 Jul 2003) diff --git a/net-misc/socat/Manifest b/net-misc/socat/Manifest index a39f14732ede..6f8987ed5631 100644 --- a/net-misc/socat/Manifest +++ b/net-misc/socat/Manifest @@ -1,7 +1,7 @@ -MD5 8fe34c65c1a0f2f37ba9fc2316d45a38 ChangeLog 666 MD5 0ebf52a7604fcd03077a74b95ddcb1ce socat-1.3.0.1.ebuild 1619 MD5 40dab67cd288c5ece83f08940ca3df22 socat-1.3.1.0.ebuild 1623 -MD5 b25035e2fc6b792dd74b4bb355d6fc17 socat-1.3.2.0.ebuild 1539 +MD5 43023ca89912d98aedf4ee1819516f4c ChangeLog 765 +MD5 d48aa386c036082e371d48623b2b8521 socat-1.3.2.0.ebuild 1547 MD5 506ab9d342949b2589479d2c61ff4038 files/digest-socat-1.3.0.1 66 MD5 3716109facbed0db26250a872dd6eda1 files/digest-socat-1.3.1.0 66 MD5 a7603fa9eae81b2f857ba740fedb09d7 files/digest-socat-1.3.2.0 66 diff --git a/net-misc/socat/socat-1.3.2.0.ebuild b/net-misc/socat/socat-1.3.2.0.ebuild index 9c1e2e297346..3e2f1eccd809 100644 --- a/net-misc/socat/socat-1.3.2.0.ebuild +++ b/net-misc/socat/socat-1.3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.3.2.0.ebuild,v 1.1 2003/07/29 19:47:10 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.3.2.0.ebuild,v 1.2 2003/08/02 13:27:39 agriffis Exp $ DESCRIPTION="Multipurpose relay (SOcket CAT)" HOMEPAGE="http://www.dest-unreach.org/socat/" @@ -8,7 +8,7 @@ SRC_URI="http://www.dest-unreach.org/${PN}/download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~alpha" IUSE="ssl readline ipv6" |