summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-10-05 10:40:35 +0000
committerMarinus Schraal <foser@gentoo.org>2003-10-05 10:40:35 +0000
commit938574af3ef9b44d739253a053ef5288a16e07c4 (patch)
tree91a46dfe6ee823613d6c9238a334140cf430c42b /net-irc/xchat
parentAdded patch for logout dialog (diff)
downloadgentoo-2-938574af3ef9b44d739253a053ef5288a16e07c4.tar.gz
gentoo-2-938574af3ef9b44d739253a053ef5288a16e07c4.tar.bz2
gentoo-2-938574af3ef9b44d739253a053ef5288a16e07c4.zip
fix use dep
Diffstat (limited to 'net-irc/xchat')
-rw-r--r--net-irc/xchat/ChangeLog5
-rw-r--r--net-irc/xchat/Manifest8
-rw-r--r--net-irc/xchat/files/digest-xchat-2.0.01
-rw-r--r--net-irc/xchat/xchat-2.0.0.ebuild68
-rw-r--r--net-irc/xchat/xchat-2.0.4.ebuild4
-rw-r--r--net-irc/xchat/xchat-2.0.5.ebuild4
6 files changed, 11 insertions, 79 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index 5911bc0afc95..a6eb23edb0d3 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/xchat
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.70 2003/09/28 17:18:18 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.71 2003/10/05 10:40:30 foser Exp $
+
+ 05 Oct 2003; foser <foser@gentoo.org> xchat-2.0.{4,5}.ebuild :
+ Fix USE depend (#29942)
28 Sep 2003; Markus Nigbur <pyrania@gentoo.org> xchat-2.0.5.ebuild:
Added ~amd64 keyword. request by brad@mainstreetsoftworks.com in bug #29808.
diff --git a/net-irc/xchat/Manifest b/net-irc/xchat/Manifest
index dd8d47a2798b..b393af411abf 100644
--- a/net-irc/xchat/Manifest
+++ b/net-irc/xchat/Manifest
@@ -1,12 +1,10 @@
MD5 b424d2740a1f93cdc3f306461b4cf778 xchat-2.0.1.ebuild 1946
MD5 8f063703554a529702fa2c9f1d760b86 xchat-1.8.11.ebuild 2220
-MD5 f620d47b5f6ef7061cb8305bd9fdb248 xchat-2.0.5.ebuild 1978
-MD5 fb630b61d2521058014180c601016cd0 xchat-2.0.0.ebuild 1874
-MD5 85a180c5ae358ee8d79bf7f0d0eb1f00 xchat-2.0.4.ebuild 2009
-MD5 5f6f5724d09e18689662ed5af6ed33a5 ChangeLog 10058
+MD5 e09e7c7a11448b323c9381343d21285a xchat-2.0.5.ebuild 1977
+MD5 5560dba63d7b69569420abc72d653f03 xchat-2.0.4.ebuild 2010
+MD5 b8697760fb11ac0d20fbdd3622fc53de ChangeLog 10148
MD5 fb5772136a872c08434566d4f0bcdc7f metadata.xml 179
MD5 785881948431e9b5cc0fd90ccbd997e9 xchat-2.0.3-r1.ebuild 1915
-MD5 acbd4afdd7d00bceb3816147eb508e4b files/digest-xchat-2.0.0 64
MD5 1ee812a2b3e28e3866413e75a80ff983 files/digest-xchat-2.0.1 64
MD5 73e096b33cdb2fff840d34ecc8d7c3bb files/digest-xchat-2.0.4 64
MD5 dc4dfe00cc6b978d3d8f8bd7bc70643e files/digest-xchat-2.0.5 64
diff --git a/net-irc/xchat/files/digest-xchat-2.0.0 b/net-irc/xchat/files/digest-xchat-2.0.0
deleted file mode 100644
index d6b76da19fba..000000000000
--- a/net-irc/xchat/files/digest-xchat-2.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4751c5ccb398060c12835dd37768d8d8 xchat-2.0.0.tar.bz2 703788
diff --git a/net-irc/xchat/xchat-2.0.0.ebuild b/net-irc/xchat/xchat-2.0.0.ebuild
deleted file mode 100644
index ff31484f9574..000000000000
--- a/net-irc/xchat/xchat-2.0.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2003 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.0.ebuild,v 1.11 2003/09/11 01:23:41 msterret Exp $
-
-IUSE="perl tcltk python ssl gtk mmx ipv6"
-
-S=${WORKDIR}/${P}
-
-DESCRIPTION="X-Chat is a graphical IRC client for UNIX operating systems."
-SRC_URI="http://www.xchat.org/files/source/2.0/${P}.tar.bz2"
-HOMEPAGE="http://www.xchat.org/"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="x86 ppc ~sparc alpha"
-
-RDEPEND=">=dev-libs/glib-2.0.3
- >=x11-libs/gtk+-2.0.3
- perl? ( >=dev-lang/perl-5.6.1 )
- ssl? ( >=dev-libs/openssl-0.9.6d )
- python? ( dev-lang/python )
- tcltk? ( dev-lang/tcl )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- nls? ( >=sys-devel/gettext-0.10.38 )"
-
-src_compile() {
- local myopts
-
- use gtk \
- && myopts="${myopts} --enable-gtkfe" \
- || myopts="${myopts} --disable-gtkfe"
- use ssl \
- && myopts="${myopts} --enable-openssl" \
- || myopts="${myopts} --disable-openssl"
- use perl \
- && myopts="${myopts} --enable-perl" \
- || myopts="${myopts} --disable-perl"
- use python \
- && myopts="${myopts} --enable-python" \
- || myopts="${myopts} --disable-python"
- use tcltk \
- && myopts="${myopts} --enable-tcl" \
- || myopts="${myopts} --disable-tcl"
- use mmx \
- && myopts="${myopts} --enable-mmx" \
- || myopts="${myopts} --disable-mmx"
- use ipv6 \
- && myopts="${myopts} --enable-ipv6" \
- || myopts="${myopts} --disable-ipv6"
-
- econf \
- --program-suffix=-2 \
- ${myopts} || die "Configure failed"
-
- MAKEOPTS="-j1" emake || die "Compile failed"
-}
-
-src_install() {
- # some magic to create a menu entry for xchat 2
- mv xchat.desktop xchat.desktop.old
- sed -e "s:Exec=xchat:Exec=xchat-2:" -e "s:Name=XChat IRC:Name=XChat 2 IRC:" xchat.desktop.old > xchat.desktop
-
- einstall install || die "Install failed"
-
- dodoc AUTHORS COPYING ChangeLog README*
-}
diff --git a/net-irc/xchat/xchat-2.0.4.ebuild b/net-irc/xchat/xchat-2.0.4.ebuild
index 2cb9f5325c4e..06f69ee9714e 100644
--- a/net-irc/xchat/xchat-2.0.4.ebuild
+++ b/net-irc/xchat/xchat-2.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.4.ebuild,v 1.13 2003/09/25 14:02:05 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.4.ebuild,v 1.14 2003/10/05 10:40:30 foser Exp $
inherit eutils
@@ -23,7 +23,7 @@ fi
RDEPEND=">=dev-libs/glib-2.0.3
- !xchatnogtk ( >=x11-libs/gtk+-2.0.3 )
+ !xchatnogtk? ( >=x11-libs/gtk+-2.0.3 )
perl? ( >=dev-lang/perl-5.6.1 )
ssl? ( >=dev-libs/openssl-0.9.6d )
python? ( dev-lang/python )
diff --git a/net-irc/xchat/xchat-2.0.5.ebuild b/net-irc/xchat/xchat-2.0.5.ebuild
index 1ac8335ea01e..98b034954ede 100644
--- a/net-irc/xchat/xchat-2.0.5.ebuild
+++ b/net-irc/xchat/xchat-2.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.5.ebuild,v 1.2 2003/09/28 17:18:18 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.5.ebuild,v 1.3 2003/10/05 10:40:30 foser Exp $
inherit eutils
@@ -23,7 +23,7 @@ fi
RDEPEND=">=dev-libs/glib-2.0.3
- !xchatnogtk ( >=x11-libs/gtk+-2.0.3 )
+ !xchatnogtk? ( >=x11-libs/gtk+-2.0.3 )
perl? ( >=dev-lang/perl-5.6.1 )
ssl? ( >=dev-libs/openssl-0.9.6d )
python? ( dev-lang/python )