summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2005-08-28 12:06:10 +0000
committerTony Vroon <chainsaw@gentoo.org>2005-08-28 12:06:10 +0000
commitc2ba03181c194a9d55b39383534b8b2a8b3a48cd (patch)
tree4b0e073d2a4270e295e907b0c5419a53f2388d89 /net-irc
parentversion bump (diff)
downloadgentoo-2-c2ba03181c194a9d55b39383534b8b2a8b3a48cd.tar.gz
gentoo-2-c2ba03181c194a9d55b39383534b8b2a8b3a48cd.tar.bz2
gentoo-2-c2ba03181c194a9d55b39383534b8b2a8b3a48cd.zip
Version bump.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat-gnome/ChangeLog7
-rw-r--r--net-irc/xchat-gnome/Manifest12
-rw-r--r--net-irc/xchat-gnome/files/digest-xchat-gnome-0.51
-rw-r--r--net-irc/xchat-gnome/xchat-gnome-0.5.ebuild65
4 files changed, 74 insertions, 11 deletions
diff --git a/net-irc/xchat-gnome/ChangeLog b/net-irc/xchat-gnome/ChangeLog
index bef283b913eb..18ebed8acc43 100644
--- a/net-irc/xchat-gnome/ChangeLog
+++ b/net-irc/xchat-gnome/ChangeLog
@@ -1,6 +1,11 @@
# 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.5 2005/06/26 16:39:25 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.6 2005/08/28 12:06:10 chainsaw Exp $
+
+*xchat-gnome-0.5 (28 Aug 2005)
+
+ 28 Aug 2005; Tony Vroon <chainsaw@gentoo.org> +xchat-gnome-0.5.ebuild:
+ Version bump.
26 Jun 2005; Tony Vroon <chainsaw@gentoo.org> xchat-gnome-0.4.ebuild:
Mark ~ppc.
diff --git a/net-irc/xchat-gnome/Manifest b/net-irc/xchat-gnome/Manifest
index 6ed6526fe571..69d6b189dbb9 100644
--- a/net-irc/xchat-gnome/Manifest
+++ b/net-irc/xchat-gnome/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 32b2b4852959aaf079a1fb7943e3b2e8 ChangeLog 872
MD5 ea5d21ed4c3fafc70d7aa442f7a64730 xchat-gnome-0.4.ebuild 1667
+MD5 b2f3a24732ff1aaf4a1f30d406843a9d xchat-gnome-0.5.ebuild 1561
+MD5 ba4f8ea248bc0fbcb776188ff3378f5f files/digest-xchat-gnome-0.5 69
MD5 6b74f53c26e12ea2bc55b54b33ada601 files/digest-xchat-gnome-0.4 69
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCvtm+p5vW4rUFj5oRAushAKCnoQ/uFQGWJbkJZCYXjvAJWg76bgCfUZHl
-FAS/yusRR90cIcUfZHEecBw=
-=Mbz6
------END PGP SIGNATURE-----
diff --git a/net-irc/xchat-gnome/files/digest-xchat-gnome-0.5 b/net-irc/xchat-gnome/files/digest-xchat-gnome-0.5
new file mode 100644
index 000000000000..51b264ab80c6
--- /dev/null
+++ b/net-irc/xchat-gnome/files/digest-xchat-gnome-0.5
@@ -0,0 +1 @@
+MD5 5b2a8a3abae883f68695d9bcf65a568b xchat-gnome-0.5.tar.bz2 2203619
diff --git a/net-irc/xchat-gnome/xchat-gnome-0.5.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.5.ebuild
new file mode 100644
index 000000000000..1c7bfa5cc000
--- /dev/null
+++ b/net-irc/xchat-gnome/xchat-gnome-0.5.ebuild
@@ -0,0 +1,65 @@
+# 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.5.ebuild,v 1.1 2005/08/28 12:06:10 chainsaw Exp $
+
+inherit gnome2
+
+DESCRIPTION="GNOME frontend for the popular X-Chat IRC client"
+HOMEPAGE="http://xchat-gnome.navi.cx/"
+SRC_URI="http://flapjack.navi.cx/releases/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc"
+IUSE="perl tcltk python ssl mmx ipv6 nls"
+
+RDEPEND=">=dev-libs/glib-2.0.3
+ >=gnome-base/libgnome-2
+ >=gnome-base/gconf-2
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/libglade-2
+ >=gnome-base/gnome-vfs-2
+ ssl? ( >=dev-libs/openssl-0.9.6d )
+ perl? ( >=dev-lang/perl-5.6.1 )
+ python? ( dev-lang/python )
+ tcltk? ( dev-lang/tcl )
+ !net-irc/xchat"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.7
+ 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) \
+ $(use_enable tcltk tcl) \
+ $(use_enable mmx) \
+ $(use_enable ipv6) \
+ $(use_enable nls) \
+ || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_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 src/fe-gnome/{BUGS,ChangeLog,TODO} || die "dodoc failed"
+}
+
+pkg_postinst() {
+ gnome2_gconf_install
+}