diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-06-21 01:04:47 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-06-21 01:04:47 +0000 |
commit | 41216ced8d8ee202a2b6b6773b9474241434db9d (patch) | |
tree | d3d9ce0f25d74513e20250026c3136b2c8a46239 /net-irc/xchat-systray | |
parent | stable on x86 (diff) | |
download | gentoo-2-41216ced8d8ee202a2b6b6773b9474241434db9d.tar.gz gentoo-2-41216ced8d8ee202a2b6b6773b9474241434db9d.tar.bz2 gentoo-2-41216ced8d8ee202a2b6b6773b9474241434db9d.zip |
QA, added IUSE=""
Diffstat (limited to 'net-irc/xchat-systray')
-rw-r--r-- | net-irc/xchat-systray/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/xchat-systray/xchat-systray-2.3.1.ebuild | 3 | ||||
-rw-r--r-- | net-irc/xchat-systray/xchat-systray-2.4.0.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/net-irc/xchat-systray/ChangeLog b/net-irc/xchat-systray/ChangeLog index 0bcd57bdfe9e..b6da377540a8 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/ChangeLog,v 1.4 2004/01/11 00:41:56 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/ChangeLog,v 1.5 2004/06/21 01:04:47 swegener Exp $ + + 21 Jun 2004; Sven Wegener <swegener@gentoo.org> xchat-systray-2.3.1.ebuild, + xchat-systray-2.4.0.ebuild: + Added IUSE="" 11 Jan 2004; Markus Nigbur <pyrania@gentoo.org> xchat-systray-2.3.1.ebuild, xchat-systray-2.4.0.ebuild: diff --git a/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild b/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild index e225d8dd1392..e0ba7903d726 100644 --- a/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild +++ b/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild,v 1.5 2004/01/11 00:41:56 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild,v 1.6 2004/06/21 01:04:47 swegener Exp $ S=${WORKDIR}/${PN}-plugin_${PV} DESCRIPTION="KDE/GNOME system tray plugin for X-Chat." @@ -10,6 +10,7 @@ HOMEPAGE="http://blight.altervista.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa" +IUSE="" RDEPEND=">=dev-libs/glib-2.0.3 >=x11-libs/gtk+-2.0.3 diff --git a/net-irc/xchat-systray/xchat-systray-2.4.0.ebuild b/net-irc/xchat-systray/xchat-systray-2.4.0.ebuild index aeb49eefddaa..2953ab030bb0 100644 --- a/net-irc/xchat-systray/xchat-systray-2.4.0.ebuild +++ b/net-irc/xchat-systray/xchat-systray-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.4.0.ebuild,v 1.2 2004/01/11 00:41:56 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.4.0.ebuild,v 1.3 2004/06/21 01:04:47 swegener Exp $ S=${WORKDIR}/${PN}-integration-${PV} DESCRIPTION="System tray plugin for X-Chat." @@ -10,6 +10,7 @@ HOMEPAGE="http://blight.altervista.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa" +IUSE="" RDEPEND=">=dev-libs/glib-2.0.3 >=x11-libs/gtk+-2.0.3 |