summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-27 22:18:32 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-27 22:18:32 +0000
commit9fe0192adbe0cf33f1e02f457f7c530df24fd95d (patch)
treeecceb0b9d718fe17d5d829e442dba8e033159ef2 /net-irc/xchat
parentAdd inherit eutils (diff)
downloadgentoo-2-9fe0192adbe0cf33f1e02f457f7c530df24fd95d.tar.gz
gentoo-2-9fe0192adbe0cf33f1e02f457f7c530df24fd95d.tar.bz2
gentoo-2-9fe0192adbe0cf33f1e02f457f7c530df24fd95d.zip
Add inherit eutils
Diffstat (limited to 'net-irc/xchat')
-rw-r--r--net-irc/xchat/ChangeLog8
-rw-r--r--net-irc/xchat/xchat-2.0.1-r1.ebuild4
-rw-r--r--net-irc/xchat/xchat-2.0.1.ebuild4
-rw-r--r--net-irc/xchat/xchat-2.0.6-r1.ebuild4
-rw-r--r--net-irc/xchat/xchat-2.0.6-r2.ebuild4
-rw-r--r--net-irc/xchat/xchat-2.0.7-r1.ebuild4
-rw-r--r--net-irc/xchat/xchat-2.0.7.ebuild4
-rw-r--r--net-irc/xchat/xchat-2.0.8-r1.ebuild4
-rw-r--r--net-irc/xchat/xchat-2.0.8.ebuild4
9 files changed, 25 insertions, 15 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index 762839e2430e..5e94742726ef 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-irc/xchat
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.97 2004/04/27 08:51:08 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.98 2004/04/27 22:17:41 agriffis Exp $
+
+ 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> xchat-2.0.1-r1.ebuild,
+ xchat-2.0.1.ebuild, xchat-2.0.6-r1.ebuild, xchat-2.0.6-r2.ebuild,
+ xchat-2.0.7-r1.ebuild, xchat-2.0.7.ebuild, xchat-2.0.8-r1.ebuild,
+ xchat-2.0.8.ebuild:
+ Add inherit eutils
15 Apr 2004; Guy Martin <gmsoft@gentoo.org> xchat-2.0.8-r1.ebuild:
Marked stable on hppa.
diff --git a/net-irc/xchat/xchat-2.0.1-r1.ebuild b/net-irc/xchat/xchat-2.0.1-r1.ebuild
index fb6e0bfcf2fd..55c0962e18d4 100644
--- a/net-irc/xchat/xchat-2.0.1-r1.ebuild
+++ b/net-irc/xchat/xchat-2.0.1-r1.ebuild
@@ -1,6 +1,8 @@
# 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/xchat-2.0.1-r1.ebuild,v 1.1 2004/04/11 12:50:07 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.1-r1.ebuild,v 1.2 2004/04/27 22:17:41 agriffis Exp $
+
+inherit eutils
IUSE="perl tcltk python ssl gtk mmx ipv6"
diff --git a/net-irc/xchat/xchat-2.0.1.ebuild b/net-irc/xchat/xchat-2.0.1.ebuild
index af7ce0c67ee3..4dea05b83fbf 100644
--- a/net-irc/xchat/xchat-2.0.1.ebuild
+++ b/net-irc/xchat/xchat-2.0.1.ebuild
@@ -1,6 +1,8 @@
# 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/xchat-2.0.1.ebuild,v 1.11 2004/04/05 15:04:17 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.1.ebuild,v 1.12 2004/04/27 22:17:41 agriffis Exp $
+
+inherit eutils
IUSE="perl tcltk python ssl gtk mmx ipv6"
diff --git a/net-irc/xchat/xchat-2.0.6-r1.ebuild b/net-irc/xchat/xchat-2.0.6-r1.ebuild
index 18eb86cdc7bb..2585f2432f34 100644
--- a/net-irc/xchat/xchat-2.0.6-r1.ebuild
+++ b/net-irc/xchat/xchat-2.0.6-r1.ebuild
@@ -1,8 +1,8 @@
# 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/xchat-2.0.6-r1.ebuild,v 1.7 2004/04/05 15:04:17 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.6-r1.ebuild,v 1.8 2004/04/27 22:17:41 agriffis Exp $
-inherit flag-o-matic
+inherit flag-o-matic eutils
DESCRIPTION="Graphical IRC client"
SRC_URI="http://www.xchat.org/files/source/2.0/${P}.tar.bz2"
diff --git a/net-irc/xchat/xchat-2.0.6-r2.ebuild b/net-irc/xchat/xchat-2.0.6-r2.ebuild
index b3a532460edd..fb8549748776 100644
--- a/net-irc/xchat/xchat-2.0.6-r2.ebuild
+++ b/net-irc/xchat/xchat-2.0.6-r2.ebuild
@@ -1,8 +1,8 @@
# 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/xchat-2.0.6-r2.ebuild,v 1.1 2004/04/11 12:50:07 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.6-r2.ebuild,v 1.2 2004/04/27 22:17:41 agriffis Exp $
-inherit flag-o-matic
+inherit flag-o-matic eutils
DESCRIPTION="Graphical IRC client"
SRC_URI="http://www.xchat.org/files/source/2.0/${P}.tar.bz2"
diff --git a/net-irc/xchat/xchat-2.0.7-r1.ebuild b/net-irc/xchat/xchat-2.0.7-r1.ebuild
index efbc9e5c0ab7..b94dc8767890 100644
--- a/net-irc/xchat/xchat-2.0.7-r1.ebuild
+++ b/net-irc/xchat/xchat-2.0.7-r1.ebuild
@@ -1,8 +1,8 @@
# 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/xchat-2.0.7-r1.ebuild,v 1.1 2004/04/11 12:50:07 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.7-r1.ebuild,v 1.2 2004/04/27 22:17:41 agriffis Exp $
-inherit flag-o-matic
+inherit flag-o-matic eutils
DESCRIPTION="Graphical IRC client"
SRC_URI="http://www.xchat.org/files/source/2.0/${P}.tar.bz2"
diff --git a/net-irc/xchat/xchat-2.0.7.ebuild b/net-irc/xchat/xchat-2.0.7.ebuild
index 747cc2cf9e71..ccd24161f533 100644
--- a/net-irc/xchat/xchat-2.0.7.ebuild
+++ b/net-irc/xchat/xchat-2.0.7.ebuild
@@ -1,8 +1,8 @@
# 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/xchat-2.0.7.ebuild,v 1.9 2004/04/05 15:04:17 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.7.ebuild,v 1.10 2004/04/27 22:17:41 agriffis Exp $
-inherit flag-o-matic
+inherit flag-o-matic eutils
DESCRIPTION="Graphical IRC client"
SRC_URI="http://www.xchat.org/files/source/2.0/${P}.tar.bz2"
diff --git a/net-irc/xchat/xchat-2.0.8-r1.ebuild b/net-irc/xchat/xchat-2.0.8-r1.ebuild
index db4be18aea9a..353ecd1f3249 100644
--- a/net-irc/xchat/xchat-2.0.8-r1.ebuild
+++ b/net-irc/xchat/xchat-2.0.8-r1.ebuild
@@ -1,8 +1,8 @@
# 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/xchat-2.0.8-r1.ebuild,v 1.8 2004/04/15 15:54:15 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.8-r1.ebuild,v 1.9 2004/04/27 22:17:41 agriffis Exp $
-inherit flag-o-matic
+inherit flag-o-matic eutils
DESCRIPTION="Graphical IRC client"
SRC_URI="http://www.xchat.org/files/source/2.0/${P}.tar.bz2"
diff --git a/net-irc/xchat/xchat-2.0.8.ebuild b/net-irc/xchat/xchat-2.0.8.ebuild
index c2c2109acd68..ff7faaa85fa6 100644
--- a/net-irc/xchat/xchat-2.0.8.ebuild
+++ b/net-irc/xchat/xchat-2.0.8.ebuild
@@ -1,8 +1,8 @@
# 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/xchat-2.0.8.ebuild,v 1.2 2004/04/05 15:04:17 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.8.ebuild,v 1.3 2004/04/27 22:17:41 agriffis Exp $
-inherit flag-o-matic
+inherit flag-o-matic eutils
DESCRIPTION="Graphical IRC client"
SRC_URI="http://www.xchat.org/files/source/2.0/${P}.tar.bz2"