summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-09-07 23:21:28 +0000
committerSven Wegener <swegener@gentoo.org>2004-09-07 23:21:28 +0000
commit264664a72a4ce2843d77264ab2e74973e961334f (patch)
tree3e6238fb5a80538672148dd2921a82aec139a6ef /net-irc/xchat
parentMarked stable on x86. (Manifest recommit) (diff)
downloadgentoo-2-264664a72a4ce2843d77264ab2e74973e961334f.tar.gz
gentoo-2-264664a72a4ce2843d77264ab2e74973e961334f.tar.bz2
gentoo-2-264664a72a4ce2843d77264ab2e74973e961334f.zip
Merged two IUSE lines into one.
Diffstat (limited to 'net-irc/xchat')
-rw-r--r--net-irc/xchat/ChangeLog7
-rw-r--r--net-irc/xchat/xchat-2.0.10-r3.ebuild6
-rw-r--r--net-irc/xchat/xchat-2.0.7-r1.ebuild6
-rw-r--r--net-irc/xchat/xchat-2.0.8-r1.ebuild6
-rw-r--r--net-irc/xchat/xchat-2.0.9.ebuild6
-rw-r--r--net-irc/xchat/xchat-2.4.0.ebuild6
6 files changed, 16 insertions, 21 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index 1a50d31422bd..dc392a7d047e 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/xchat
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.125 2004/09/05 13:31:34 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.126 2004/09/07 23:21:28 swegener Exp $
+
+ 08 Sep 2004; Sven Wegener <swegener@gentoo.org> xchat-2.0.10-r3.ebuild,
+ xchat-2.0.7-r1.ebuild, xchat-2.0.8-r1.ebuild, xchat-2.0.9.ebuild,
+ xchat-2.4.0.ebuild:
+ Merged two IUSE lines into one.
05 Sep 2004; Guy Martin <gmsoft@gentoo.org> xchat-2.0.10-r3.ebuild:
Stable on hppa.
diff --git a/net-irc/xchat/xchat-2.0.10-r3.ebuild b/net-irc/xchat/xchat-2.0.10-r3.ebuild
index 035be19f241a..102a7ab6a344 100644
--- a/net-irc/xchat/xchat-2.0.10-r3.ebuild
+++ b/net-irc/xchat/xchat-2.0.10-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.10-r3.ebuild,v 1.4 2004/09/05 13:31:34 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.10-r3.ebuild,v 1.5 2004/09/07 23:21:28 swegener Exp $
inherit flag-o-matic eutils
@@ -12,9 +12,7 @@ HOMEPAGE="http://www.xchat.org/"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="x86 sparc hppa ~ppc ~alpha ~amd64 ~ia64 ~mips ppc64"
-IUSE="perl tcltk python ssl mmx ipv6 nls"
-# Local use flag for the text frontend (bug #26427)
-IUSE="${IUSE} xchattext xchatnogtk xchatdccserver"
+IUSE="perl tcltk python ssl mmx ipv6 nls xchattext xchatnogtk xchatdccserver"
# Added for to fix a sparc seg fault issue by Jason Wever <weeve@gentoo.org>
if [ ${ARCH} = "sparc" ]
diff --git a/net-irc/xchat/xchat-2.0.7-r1.ebuild b/net-irc/xchat/xchat-2.0.7-r1.ebuild
index 703da1e73599..9daa640bafd1 100644
--- a/net-irc/xchat/xchat-2.0.7-r1.ebuild
+++ b/net-irc/xchat/xchat-2.0.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.7-r1.ebuild,v 1.6 2004/07/20 23:10:47 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.7-r1.ebuild,v 1.7 2004/09/07 23:21:28 swegener Exp $
inherit flag-o-matic eutils
@@ -11,9 +11,7 @@ HOMEPAGE="http://www.xchat.org/"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="x86 sparc hppa ppc alpha ~amd64 ia64 ~mips"
-IUSE="perl tcltk python ssl mmx ipv6 nls"
-# Local use flag for the text frontend (bug #26427)
-IUSE="${IUSE} xchattext xchatnogtk"
+IUSE="perl tcltk python ssl mmx ipv6 nls xchattext xchatnogtk"
# Added for to fix a sparc seg fault issue by Jason Wever <weeve@gentoo.org>
if [ ${ARCH} = "sparc" ]
diff --git a/net-irc/xchat/xchat-2.0.8-r1.ebuild b/net-irc/xchat/xchat-2.0.8-r1.ebuild
index 7cba7f2e5404..e92f1c8fdbe4 100644
--- a/net-irc/xchat/xchat-2.0.8-r1.ebuild
+++ b/net-irc/xchat/xchat-2.0.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.8-r1.ebuild,v 1.12 2004/07/20 23:10:47 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.8-r1.ebuild,v 1.13 2004/09/07 23:21:28 swegener Exp $
inherit flag-o-matic eutils
@@ -11,9 +11,7 @@ HOMEPAGE="http://www.xchat.org/"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="x86 sparc hppa ppc alpha amd64 ~ia64 mips"
-IUSE="perl tcltk python ssl mmx ipv6 nls"
-# Local use flag for the text frontend (bug #26427)
-IUSE="${IUSE} xchattext xchatnogtk"
+IUSE="perl tcltk python ssl mmx ipv6 nls xchattext xchatnogtk"
# Added for to fix a sparc seg fault issue by Jason Wever <weeve@gentoo.org>
if [ ${ARCH} = "sparc" ]
diff --git a/net-irc/xchat/xchat-2.0.9.ebuild b/net-irc/xchat/xchat-2.0.9.ebuild
index e9d35c543ded..ba3be672ff37 100644
--- a/net-irc/xchat/xchat-2.0.9.ebuild
+++ b/net-irc/xchat/xchat-2.0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.9.ebuild,v 1.7 2004/08/12 22:38:01 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.9.ebuild,v 1.8 2004/09/07 23:21:28 swegener Exp $
inherit flag-o-matic eutils
@@ -12,9 +12,7 @@ HOMEPAGE="http://www.xchat.org/"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="x86 sparc hppa ~ppc ~alpha amd64 ~ia64 ~mips"
-IUSE="perl tcltk python ssl mmx ipv6 nls"
-# Local use flag for the text frontend (bug #26427)
-IUSE="${IUSE} xchattext xchatnogtk"
+IUSE="perl tcltk python ssl mmx ipv6 nls xchattext xchatnogtk"
# Added for to fix a sparc seg fault issue by Jason Wever <weeve@gentoo.org>
if [ ${ARCH} = "sparc" ]
diff --git a/net-irc/xchat/xchat-2.4.0.ebuild b/net-irc/xchat/xchat-2.4.0.ebuild
index bca3f4a3fc15..52b542bc66ab 100644
--- a/net-irc/xchat/xchat-2.4.0.ebuild
+++ b/net-irc/xchat/xchat-2.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.4.0.ebuild,v 1.3 2004/08/15 19:39:26 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.4.0.ebuild,v 1.4 2004/09/07 23:21:28 swegener Exp $
inherit flag-o-matic eutils
@@ -12,9 +12,7 @@ HOMEPAGE="http://www.xchat.org/"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~x86 ~sparc ~hppa ~ppc ~alpha ~amd64 ~ia64 ~mips ~ppc64"
-IUSE="perl tcltk python ssl mmx ipv6 nls"
-# Local use flag for the text frontend (bug #26427)
-IUSE="${IUSE} xchattext xchatnogtk xchatdccserver"
+IUSE="perl tcltk python ssl mmx ipv6 nls xchattext xchatnogtk xchatdccserver"
# Added for to fix a sparc seg fault issue by Jason Wever <weeve@gentoo.org>
if [ ${ARCH} = "sparc" ]