diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-08-19 00:24:53 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-08-19 00:24:53 +0000 |
commit | 6fb3c086b16fc9ffb90d5562fc7ae58a85350d65 (patch) | |
tree | 1ae5fe00684bd4fd79cffe9a5ad7fb5aa9cf1afc /net-irc/xchat | |
parent | Initial import, bug #235090. (diff) | |
download | gentoo-2-6fb3c086b16fc9ffb90d5562fc7ae58a85350d65.tar.gz gentoo-2-6fb3c086b16fc9ffb90d5562fc7ae58a85350d65.tar.bz2 gentoo-2-6fb3c086b16fc9ffb90d5562fc7ae58a85350d65.zip |
Stable for HPPA (bug #234387). Add local USE flags to metadata.xml.
(Portage version: 2.2_rc8/cvs/Linux 2.6.24-gentoo-r2-JeR i686)
Diffstat (limited to 'net-irc/xchat')
-rw-r--r-- | net-irc/xchat/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/xchat/metadata.xml | 5 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.8.6-r1.ebuild | 4 |
3 files changed, 12 insertions, 3 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index 9ea377fde6cf..bbb7fdfe2a42 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/xchat # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.271 2008/08/12 13:27:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.272 2008/08/19 00:24:53 jer Exp $ + + 19 Aug 2008; Jeroen Roovers <jer@gentoo.org> metadata.xml, + xchat-2.8.6-r1.ebuild: + Stable for HPPA (bug #234387). Add local USE flags to metadata.xml. 12 Aug 2008; Brent Baude <ranger@gentoo.org> xchat-2.8.6-r1.ebuild: stable ppc, bug 234387 diff --git a/net-irc/xchat/metadata.xml b/net-irc/xchat/metadata.xml index 6ef15e900f17..0935aba6ad33 100644 --- a/net-irc/xchat/metadata.xml +++ b/net-irc/xchat/metadata.xml @@ -2,4 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>net-irc</herd> +<use> +<flag name='xchatdccserver'>Enables support for the /dccserver command via a patch</flag> +<flag name='xchatnogtk'>Disables building the GTK front end to XChat</flag> +<flag name='xft'>Build xchat with support for the XFT font renderer</flag> +</use> </pkgmetadata> diff --git a/net-irc/xchat/xchat-2.8.6-r1.ebuild b/net-irc/xchat/xchat-2.8.6-r1.ebuild index 928f0b827fea..44b4b17ddd8c 100644 --- a/net-irc/xchat/xchat-2.8.6-r1.ebuild +++ b/net-irc/xchat/xchat-2.8.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.6-r1.ebuild,v 1.6 2008/08/12 13:27:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.6-r1.ebuild,v 1.7 2008/08/19 00:24:53 jer Exp $ inherit eutils versionator gnome2 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.xchat.org/" LICENSE="GPL-2" SLOT="2" -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="perl dbus tcl python ssl mmx ipv6 libnotify nls spell xchatnogtk xchatdccserver xft" RDEPEND=">=dev-libs/glib-2.6.0 |