summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-05-15 12:47:34 +0000
committerSven Wegener <swegener@gentoo.org>2005-05-15 12:47:34 +0000
commit65678a1ea5e3674a07c94b15984c91fa18cb7aa3 (patch)
treefff57c339dc1f3a531fabd9b32c6e24f62d22122 /net-irc/xchat-gnome
parentStable on ppc64 (diff)
downloadhistorical-65678a1ea5e3674a07c94b15984c91fa18cb7aa3.tar.gz
historical-65678a1ea5e3674a07c94b15984c91fa18cb7aa3.tar.bz2
historical-65678a1ea5e3674a07c94b15984c91fa18cb7aa3.zip
Disabled the gtk and text frontends, if users want them they should use plain net-irc/xchat instead.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'net-irc/xchat-gnome')
-rw-r--r--net-irc/xchat-gnome/ChangeLog6
-rw-r--r--net-irc/xchat-gnome/Manifest10
-rw-r--r--net-irc/xchat-gnome/xchat-gnome-0.4.ebuild15
3 files changed, 21 insertions, 10 deletions
diff --git a/net-irc/xchat-gnome/ChangeLog b/net-irc/xchat-gnome/ChangeLog
index 41ba7fec92dd..d6715181464b 100644
--- a/net-irc/xchat-gnome/ChangeLog
+++ b/net-irc/xchat-gnome/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/xchat-gnome
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.1 2005/05/14 23:01:57 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.2 2005/05/15 12:47:34 swegener Exp $
+
+ 15 May 2005; Sven Wegener <swegener@gentoo.org> xchat-gnome-0.4.ebuild:
+ Disabled the gtk and text frontends, if users want them they should use
+ plain net-irc/xchat instead.
*xchat-gnome-0.4 (14 May 2005)
diff --git a/net-irc/xchat-gnome/Manifest b/net-irc/xchat-gnome/Manifest
index 715f2cec11b7..94add74d1608 100644
--- a/net-irc/xchat-gnome/Manifest
+++ b/net-irc/xchat-gnome/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 e893b2bdaac195805c61c2a877ee9c9b xchat-gnome-0.4.ebuild 1235
-MD5 aa090ed88ac269176ab168ab1f8aca0a ChangeLog 418
+MD5 70588a087efb72965e4b7bc1ff078c4f xchat-gnome-0.4.ebuild 1472
+MD5 6c7c5a8acd23ca20b95ab5c68317b62b ChangeLog 598
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 6b74f53c26e12ea2bc55b54b33ada601 files/digest-xchat-gnome-0.4 69
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFChoNsI1lqEGTUzyQRArY3AKC1BG2bmMoIXWmt1h4dRzqFN9k5TACeKpS2
-olig5ZWDomW/ZpfCMKfPQ0s=
-=QiW5
+iD8DBQFCh0T6I1lqEGTUzyQRAvY0AJ44na2n+GB2erI7OREgJCEUH1xTOACgus0P
+SZS9AqimM2ABloKy3dMmr00=
+=SoYL
-----END PGP SIGNATURE-----
diff --git a/net-irc/xchat-gnome/xchat-gnome-0.4.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.4.ebuild
index 1eff1f8cadd1..5d775b1af646 100644
--- a/net-irc/xchat-gnome/xchat-gnome-0.4.ebuild
+++ b/net-irc/xchat-gnome/xchat-gnome-0.4.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-gnome/xchat-gnome-0.4.ebuild,v 1.1 2005/05/14 23:01:57 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.4.ebuild,v 1.2 2005/05/15 12:47:34 swegener Exp $
DESCRIPTION="GNOME frontend for the popular X-Chat IRC client"
HOMEPAGE="http://xchat-gnome.navi.cx/"
@@ -23,7 +23,11 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_compile() {
+ # We disable gtkfe and textfe, if you want them please use net-irc/xchat instead!
econf \
+ --disable-textfe \
+ --disable-gtkfe \
+ --enable-gnomefe \
$(use_enable ssl openssl) \
$(use_enable perl) \
$(use_enable python) \
@@ -31,17 +35,20 @@ src_compile() {
$(use_enable mmx) \
$(use_enable ipv6) \
$(use_enable nls) \
- $(use_enable xft) \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
- make DESTDIR=${D} install || die "make install"
+ make DESTDIR="${D}" install || die "make install"
+
+ rm -f \
+ "${D}"/usr/share/applications/xchat.desktop \
+ "${D}"/usr/share/pixmaps/xchat.png
# install plugin development header
insinto /usr/include/xchat
doins src/common/xchat-plugin.h || die "doins failed"
- dodoc ChangeLog README* || die "dodoc failed"
+ dodoc src/fe-gnome/{BUGS,ChangeLog,TODO} || die "dodoc failed"
}