summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-28 16:53:27 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-28 16:53:27 +0000
commit2c2c28c9e71e85cd936594c360fb63cedbc48d0e (patch)
treed7ac8453da49197a8dc68dbd085bd5b2f90af624 /net-im
parentfixo (diff)
downloadgentoo-2-2c2c28c9e71e85cd936594c360fb63cedbc48d0e.tar.gz
gentoo-2-2c2c28c9e71e85cd936594c360fb63cedbc48d0e.tar.bz2
gentoo-2-2c2c28c9e71e85cd936594c360fb63cedbc48d0e.zip
Fix DEPEND for #9795
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim-cvs/ChangeLog9
-rw-r--r--net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild6
2 files changed, 7 insertions, 8 deletions
diff --git a/net-im/gaim-cvs/ChangeLog b/net-im/gaim-cvs/ChangeLog
index f584613f3271..f6ba27da61ed 100644
--- a/net-im/gaim-cvs/ChangeLog
+++ b/net-im/gaim-cvs/ChangeLog
@@ -1,27 +1,26 @@
# ChangeLog for net-im/gaim-cvs
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-cvs/ChangeLog,v 1.4 2002/10/26 07:53:07 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-cvs/ChangeLog,v 1.5 2002/10/28 16:53:27 vapier Exp $
*gaim-cvs-0.60-r1 (25 Oct 2002)
- 26 Oct 2002; phoen][x <phoenix@gentoo.org> gaim-cvs-0.60-r1.ebuild:
+ 28 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
+ Updated DEPEND to allow for gtk-2.0 and up #9795
+ 26 Oct 2002; phoen][x <phoenix@gentoo.org> gaim-cvs-0.60-r1.ebuild:
Fixed the DEPENDency. The ebuild did not depend on dev-util/cvs, because
i inherited cvs before i set DEPEND. That caused DEPEND to overwrite the
dev-util/cvs dependency. Thx to mjc for finding that bug.
25 Oct 2002; phoen][x <phoenix@gentoo.org> gaim-cvs-0.60-r1.ebuild:
-
Cleaned the ebuild:
Removed "gnome gtk2" from IUSE; removed unused "local gnomeopts" from src_unpack();
removed #SRC_URI=; modified DESCRIPTION; removed RDEPEND="${DEPEND}".
25 Oct 2002; Mike Frysinger <vapier@gentoo.org> gaim-cvs-0.60-r1.ebuild:
-
Added the ebuild from #9227 by Seth Chandler <sethbc1980@hotmail.com>.
*gaim-cvs-0.60 (19 Oct 2002)
19 Oct 2002; phoen][x <phoenix@gentoo.org> gaim-cvs-0.60.ebuild:
-
Initial import. This is the gaim CVS ebuild.
diff --git a/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild b/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild
index 9756e0d0ba77..f42f70b0e305 100644
--- a/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild
+++ b/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild,v 1.3 2002/10/26 07:53:07 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-cvs/gaim-cvs-0.60-r1.ebuild,v 1.4 2002/10/28 16:53:27 vapier Exp $
IUSE="nas nls esd arts perl"
@@ -13,8 +13,8 @@ KEYWORDS="~x86 ~ppc"
DEPEND="=sys-libs/db-1*
!net-im/gaim
- =x11-libs/gtk+-2.0*
- =dev-libs/glib-2.0*
+ >=x11-libs/gtk+-2.0
+ >=dev-libs/glib-2.0
esd? ( >=media-sound/esound-0.2.22-r2 )
nls? ( sys-devel/gettext )
nas? ( >=media-libs/nas-1.4.1-r1 )