diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-11-16 22:51:11 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-11-16 22:51:11 +0000 |
commit | ad2680c6ef6fc858aa471a0060cc40a998a7d6f3 (patch) | |
tree | 2b758e065abf13269e66c0b6472cbaaab76d11ce /net-irc/ctrlproxy | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-ad2680c6ef6fc858aa471a0060cc40a998a7d6f3.tar.gz gentoo-2-ad2680c6ef6fc858aa471a0060cc40a998a7d6f3.tar.bz2 gentoo-2-ad2680c6ef6fc858aa471a0060cc40a998a7d6f3.zip |
stable on x86
Diffstat (limited to 'net-irc/ctrlproxy')
-rw-r--r-- | net-irc/ctrlproxy/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/ctrlproxy/Manifest | 6 | ||||
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-2.5.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-irc/ctrlproxy/ChangeLog b/net-irc/ctrlproxy/ChangeLog index 619dcdb3afd1..56db76fbbaae 100644 --- a/net-irc/ctrlproxy/ChangeLog +++ b/net-irc/ctrlproxy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ctrlproxy # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.7 2003/10/14 18:16:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.8 2003/11/16 22:51:06 agriffis Exp $ + + 16 Nov 2003; Aron Griffis <agriffis@gentoo.org> ctrlproxy-2.5.ebuild: + Stable on x86 but still having problems on alpha *ctrlproxy-2.5 (14 Oct 2003) diff --git a/net-irc/ctrlproxy/Manifest b/net-irc/ctrlproxy/Manifest index f997e45daf71..8d87f23896c1 100644 --- a/net-irc/ctrlproxy/Manifest +++ b/net-irc/ctrlproxy/Manifest @@ -1,8 +1,8 @@ +MD5 b7ec8bba6a4f9bccf4ea5e512775c0a9 ctrlproxy-2.5.ebuild 841 MD5 2aab6066527672187e222c4b6d5f337e ctrlproxy-2.0.ebuild 696 -MD5 3548ca7772750bee4f863c4fed0f4745 ChangeLog 1189 MD5 bdf9e6fac1ec10bde5b178ad99e340fe ctrlproxy-2.2.ebuild 758 +MD5 ea82c79f6dea2f81284bf8f9b11a7d6c ChangeLog 1313 MD5 397d073413aac58d3f99cef8f19457d8 metadata.xml 252 -MD5 23997e7dac4419595dab20460e012b72 ctrlproxy-2.5.ebuild 842 MD5 393530bab0cc4a13a4b08e60b997bb48 files/digest-ctrlproxy-2.0 63 -MD5 68fd0c0ccb5e8a5f575ca6cc668b8697 files/digest-ctrlproxy-2.5 65 MD5 e470ab9f4e5bb4e12afadddb3f04b5f3 files/digest-ctrlproxy-2.2 65 +MD5 68fd0c0ccb5e8a5f575ca6cc668b8697 files/digest-ctrlproxy-2.5 65 diff --git a/net-irc/ctrlproxy/ctrlproxy-2.5.ebuild b/net-irc/ctrlproxy/ctrlproxy-2.5.ebuild index d20a06ce61d0..7c5e486d64d4 100644 --- a/net-irc/ctrlproxy/ctrlproxy-2.5.ebuild +++ b/net-irc/ctrlproxy/ctrlproxy-2.5.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-irc/ctrlproxy/ctrlproxy-2.5.ebuild,v 1.1 2003/10/14 18:16:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.5.ebuild,v 1.2 2003/11/16 22:51:06 agriffis Exp $ IUSE="ssl" @@ -10,7 +10,7 @@ SRC_URI="http://jelmer.vernstok.nl/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~x86" +KEYWORDS="~alpha x86" IUSE="" DEPEND=" >=dev-libs/glib-2 |