summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-06-21 13:20:11 +0000
committerSven Wegener <swegener@gentoo.org>2005-06-21 13:20:11 +0000
commit354def72ca04e602b8b9d162f4bde090740715c1 (patch)
tree0d2578508b8eb50ed47b92f2b82f8306638db1d2
parentAdjusted dependencies to work with net-irc/xchat-gnome. (diff)
downloadgentoo-2-354def72ca04e602b8b9d162f4bde090740715c1.tar.gz
gentoo-2-354def72ca04e602b8b9d162f4bde090740715c1.tar.bz2
gentoo-2-354def72ca04e602b8b9d162f4bde090740715c1.zip
Adjusted dependencies to work with net-irc/xchat-gnome.
(Portage version: 2.0.51.22-r1)
-rw-r--r--net-irc/xchat-systray/ChangeLog6
-rw-r--r--net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild7
-rw-r--r--net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild7
-rw-r--r--net-irc/xchatosd/ChangeLog5
-rw-r--r--net-irc/xchatosd/xchatosd-5.18.ebuild7
5 files changed, 24 insertions, 8 deletions
diff --git a/net-irc/xchat-systray/ChangeLog b/net-irc/xchat-systray/ChangeLog
index 16a4dcc0f4b6..9513c2b4ca0b 100644
--- a/net-irc/xchat-systray/ChangeLog
+++ b/net-irc/xchat-systray/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/xchat-systray
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/ChangeLog,v 1.21 2005/06/09 16:37:16 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/ChangeLog,v 1.22 2005/06/21 13:20:11 swegener Exp $
+
+ 21 Jun 2005; Sven Wegener <swegener@gentoo.org>
+ xchat-systray-2.4.5-r1.ebuild, xchat-systray-2.4.5-r2.ebuild:
+ Adjusted dependencies to work with net-irc/xchat-gnome.
*xchat-systray-2.4.5-r2 (09 Jun 2005)
diff --git a/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild b/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild
index c17fa2aef3d6..a97091acf253 100644
--- a/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild
+++ b/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild,v 1.6 2005/06/08 16:00:13 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.4.5-r1.ebuild,v 1.7 2005/06/21 13:20:11 swegener Exp $
inherit flag-o-matic eutils toolchain-funcs
@@ -17,7 +17,10 @@ IUSE=""
RDEPEND=">=dev-libs/glib-2.0.3
>=x11-libs/gtk+-2.0.3
- >=net-irc/xchat-2.0.3"
+ || (
+ >=net-irc/xchat-2.0.3
+ >=net-irc/xchat-gnome-0.4
+ )"
DEPEND="${RDEPEND}
sys-devel/gettext
diff --git a/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild b/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild
index cbe12bc5faa3..3ac72846eb41 100644
--- a/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild
+++ b/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild,v 1.2 2005/06/09 16:38:22 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.4.5-r2.ebuild,v 1.3 2005/06/21 13:20:11 swegener Exp $
inherit flag-o-matic eutils toolchain-funcs
@@ -17,7 +17,10 @@ IUSE=""
RDEPEND=">=dev-libs/glib-2.0.3
>=x11-libs/gtk+-2.0.3
- >=net-irc/xchat-2.0.3"
+ || (
+ >=net-irc/xchat-2.0.3
+ >=net-irc/xchat-gnome-0.4
+ )"
DEPEND="${RDEPEND}
sys-devel/gettext
diff --git a/net-irc/xchatosd/ChangeLog b/net-irc/xchatosd/ChangeLog
index 52928ec631d6..fb6bb3e03f8e 100644
--- a/net-irc/xchatosd/ChangeLog
+++ b/net-irc/xchatosd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/xchatosd
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/ChangeLog,v 1.13 2005/04/22 14:49:40 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/ChangeLog,v 1.14 2005/06/21 13:18:26 swegener Exp $
+
+ 21 Jun 2005; Sven Wegener <swegener@gentoo.org> xchatosd-5.18.ebuild:
+ Adjusted dependencies to work with net-irc/xchat-gnome.
22 Apr 2005; Sven Wegener <swegener@gentoo.org>
-files/5.12-return-values.patch, -xchatosd-5.12.ebuild,
diff --git a/net-irc/xchatosd/xchatosd-5.18.ebuild b/net-irc/xchatosd/xchatosd-5.18.ebuild
index 265569ed920c..26ee991223fa 100644
--- a/net-irc/xchatosd/xchatosd-5.18.ebuild
+++ b/net-irc/xchatosd/xchatosd-5.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.18.ebuild,v 1.4 2005/04/22 14:49:40 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.18.ebuild,v 1.5 2005/06/21 13:18:26 swegener Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -13,7 +13,10 @@ KEYWORDS="x86 ~ppc ~amd64 ~ia64"
IUSE="iconv"
RDEPEND=">=x11-libs/xosd-2.2.5
- >=net-irc/xchat-2.0.9"
+ || (
+ >=net-irc/xchat-2.0.9
+ >=net-irc/xchat-gnome-0.4
+ )"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"