summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-07-08 01:47:16 +0000
committerAron Griffis <agriffis@gentoo.org>2003-07-08 01:47:16 +0000
commitc1a6384b2df2ec75cb4ffcc021f7ecd6ce0cee9f (patch)
treeb768d8ecd3a54920e7bf02a65d1c901c090d302b /net-irc/ctrlproxy
parentlicense for POMPOM (diff)
downloadgentoo-2-c1a6384b2df2ec75cb4ffcc021f7ecd6ce0cee9f.tar.gz
gentoo-2-c1a6384b2df2ec75cb4ffcc021f7ecd6ce0cee9f.tar.bz2
gentoo-2-c1a6384b2df2ec75cb4ffcc021f7ecd6ce0cee9f.zip
forgotten commit to fix bug 20934
Diffstat (limited to 'net-irc/ctrlproxy')
-rw-r--r--net-irc/ctrlproxy/ChangeLog5
-rw-r--r--net-irc/ctrlproxy/Manifest4
-rw-r--r--net-irc/ctrlproxy/ctrlproxy-2.2.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/ctrlproxy/ChangeLog b/net-irc/ctrlproxy/ChangeLog
index 0aa86f030209..f495149967c1 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.2 2003/04/16 15:57:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.3 2003/07/08 01:47:09 agriffis Exp $
+
+ 26 May 2003; Aron Griffis <agriffis@gentoo.org> ctrlproxy-2.2.ebuild:
+ Fix bug 20934 by adding glib to DEPEND
*ctrlproxy-2.2 (16 Apr 2003)
diff --git a/net-irc/ctrlproxy/Manifest b/net-irc/ctrlproxy/Manifest
index 44775a40372a..f9b6699452e8 100644
--- a/net-irc/ctrlproxy/Manifest
+++ b/net-irc/ctrlproxy/Manifest
@@ -1,5 +1,5 @@
-MD5 fc06e11c3c70a09af5fc7fb6211186be ChangeLog 498
MD5 2aab6066527672187e222c4b6d5f337e ctrlproxy-2.0.ebuild 696
-MD5 2aee5ca0fbfa76d0b7a04776732bd771 ctrlproxy-2.2.ebuild 743
+MD5 33a8e5467754268016152cf964d5cf93 ctrlproxy-2.2.ebuild 760
+MD5 5831c3d203f1acd5355843a43c80ba1e ChangeLog 612
MD5 393530bab0cc4a13a4b08e60b997bb48 files/digest-ctrlproxy-2.0 63
MD5 e470ab9f4e5bb4e12afadddb3f04b5f3 files/digest-ctrlproxy-2.2 65
diff --git a/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild b/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild
index f0d965efd8c4..af559a0a89ff 100644
--- a/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild
+++ b/net-irc/ctrlproxy/ctrlproxy-2.2.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.2.ebuild,v 1.2 2003/04/16 15:57:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.2.ebuild,v 1.3 2003/07/08 01:47:09 agriffis Exp $
MY_P="${PN}_2.2-2"
DESCRIPTION="IRC proxy with multiserver and multiclient support"
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~x86"
IUSE=""
-DEPEND=""
+DEPEND=">=dev-libs/glib-2"
S=${WORKDIR}/${PN}