From bfb6393b76f76b75d4a28a4fe891a265d5a16dd1 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sat, 14 May 2005 23:01:57 +0000 Subject: Initial commit. Based on the ebuild provided by Hendrik Brandt in bug #54896. Package-Manager: portage-2.0.51.21-r1 --- net-irc/xchat-gnome/ChangeLog | 10 +++++ net-irc/xchat-gnome/Manifest | 14 +++++++ net-irc/xchat-gnome/files/digest-xchat-gnome-0.4 | 1 + net-irc/xchat-gnome/metadata.xml | 5 +++ net-irc/xchat-gnome/xchat-gnome-0.4.ebuild | 47 ++++++++++++++++++++++++ 5 files changed, 77 insertions(+) create mode 100644 net-irc/xchat-gnome/ChangeLog create mode 100644 net-irc/xchat-gnome/Manifest create mode 100644 net-irc/xchat-gnome/files/digest-xchat-gnome-0.4 create mode 100644 net-irc/xchat-gnome/metadata.xml create mode 100644 net-irc/xchat-gnome/xchat-gnome-0.4.ebuild (limited to 'net-irc/xchat-gnome') diff --git a/net-irc/xchat-gnome/ChangeLog b/net-irc/xchat-gnome/ChangeLog new file mode 100644 index 000000000000..41ba7fec92dd --- /dev/null +++ b/net-irc/xchat-gnome/ChangeLog @@ -0,0 +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 $ + +*xchat-gnome-0.4 (14 May 2005) + + 14 May 2005; Sven Wegener +metadata.xml, + +xchat-gnome-0.4.ebuild: + Initial commit. Based on the ebuild provided by Hendrik Brandt in bug #54896. + diff --git a/net-irc/xchat-gnome/Manifest b/net-irc/xchat-gnome/Manifest new file mode 100644 index 000000000000..715f2cec11b7 --- /dev/null +++ b/net-irc/xchat-gnome/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e893b2bdaac195805c61c2a877ee9c9b xchat-gnome-0.4.ebuild 1235 +MD5 aa090ed88ac269176ab168ab1f8aca0a ChangeLog 418 +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 +-----END PGP SIGNATURE----- diff --git a/net-irc/xchat-gnome/files/digest-xchat-gnome-0.4 b/net-irc/xchat-gnome/files/digest-xchat-gnome-0.4 new file mode 100644 index 000000000000..c2fd77434f8a --- /dev/null +++ b/net-irc/xchat-gnome/files/digest-xchat-gnome-0.4 @@ -0,0 +1 @@ +MD5 6a480e9af44fba6febb761d5a125d1cb xchat-gnome-0.4.tar.bz2 2200497 diff --git a/net-irc/xchat-gnome/metadata.xml b/net-irc/xchat-gnome/metadata.xml new file mode 100644 index 000000000000..6ef15e900f17 --- /dev/null +++ b/net-irc/xchat-gnome/metadata.xml @@ -0,0 +1,5 @@ + + + +net-irc + diff --git a/net-irc/xchat-gnome/xchat-gnome-0.4.ebuild b/net-irc/xchat-gnome/xchat-gnome-0.4.ebuild new file mode 100644 index 000000000000..1eff1f8cadd1 --- /dev/null +++ b/net-irc/xchat-gnome/xchat-gnome-0.4.ebuild @@ -0,0 +1,47 @@ +# 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 $ + +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" +IUSE="perl tcltk python ssl mmx ipv6 nls" + +RDEPEND=">=dev-libs/glib-2.0.3 + 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() { + econf \ + $(use_enable ssl openssl) \ + $(use_enable perl) \ + $(use_enable python) \ + $(use_enable tcltk tcl) \ + $(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" + + # install plugin development header + insinto /usr/include/xchat + doins src/common/xchat-plugin.h || die "doins failed" + + dodoc ChangeLog README* || die "dodoc failed" +} -- cgit v1.2.3-65-gdbad