diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-14 23:01:57 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-14 23:01:57 +0000 |
commit | bfb6393b76f76b75d4a28a4fe891a265d5a16dd1 (patch) | |
tree | 0bf92f035eb3750f93aa065cf2199c0a9b0c10a2 /net-irc/xchat-gnome | |
parent | Initial import. Bug #59625. (diff) | |
download | historical-bfb6393b76f76b75d4a28a4fe891a265d5a16dd1.tar.gz historical-bfb6393b76f76b75d4a28a4fe891a265d5a16dd1.tar.bz2 historical-bfb6393b76f76b75d4a28a4fe891a265d5a16dd1.zip |
Initial commit. Based on the ebuild provided by Hendrik Brandt in bug #54896.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'net-irc/xchat-gnome')
-rw-r--r-- | net-irc/xchat-gnome/ChangeLog | 10 | ||||
-rw-r--r-- | net-irc/xchat-gnome/Manifest | 14 | ||||
-rw-r--r-- | net-irc/xchat-gnome/files/digest-xchat-gnome-0.4 | 1 | ||||
-rw-r--r-- | net-irc/xchat-gnome/metadata.xml | 5 | ||||
-rw-r--r-- | net-irc/xchat-gnome/xchat-gnome-0.4.ebuild | 47 |
5 files changed, 77 insertions, 0 deletions
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 <swegener@gentoo.org> +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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-irc</herd> +</pkgmetadata> 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" +} |