public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-irc/xchat-gnome: ChangeLog xchat-gnome-0.26.1-r2.ebuild
@ 2011-05-12 21:26 Nathan Phillip Brink (binki)
  0 siblings, 0 replies; 5+ messages in thread
From: Nathan Phillip Brink (binki) @ 2011-05-12 21:26 UTC (permalink / raw
  To: gentoo-commits

binki       11/05/12 21:26:12

  Modified:             ChangeLog
  Added:                xchat-gnome-0.26.1-r2.ebuild
  Log:
  Fix multilib-nosymlink support for USE=tcl. Fix automagic dependency on dev-libs/openssl.
  
  (Portage version: 2.2.0_alpha30-r1/cvs/Linux x86_64)

Revision  Changes    Path
1.63                 net-irc/xchat-gnome/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	9 Mar 2011 16:18:31 -0000	1.62
+++ ChangeLog	12 May 2011 21:26:12 -0000	1.63
@@ -1,6 +1,14 @@
 # ChangeLog for net-irc/xchat-gnome
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.62 2011/03/09 16:18:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.63 2011/05/12 21:26:12 binki Exp $
+
+*xchat-gnome-0.26.1-r2 (12 May 2011)
+
+  12 May 2011; Nathan Phillip Brink <binki@gentoo.org>
+  +xchat-gnome-0.26.1-r2.ebuild, +files/xchat-gnome-0.26.1-multilib.patch,
+  +files/xchat-gnome-0.26.1-ssl-automagic.patch:
+  Fix multilib-nosymlink support for USE=tcl. Fix automagic dependency on
+  dev-libs/openssl.
 
   09 Mar 2011; Samuli Suominen <ssuominen@gentoo.org>
   xchat-gnome-0.26.1-r1.ebuild, +files/xchat-gnome-0.26.1-libnotify-0.7.patch:



1.1                  net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: xchat-gnome-0.26.1-r2.ebuild
===================================================================
# Copyright 1999-2011 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.26.1-r2.ebuild,v 1.1 2011/05/12 21:26:12 binki Exp $

EAPI=3
GCONF_DEBUG="yes"
PYTHON_DEPEND="python? 2"

inherit autotools eutils multilib gnome2 python

DESCRIPTION="GNOME frontend for the popular X-Chat IRC client"
HOMEPAGE="http://xchat-gnome.navi.cx/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="dbus libnotify mmx nls perl python spell ssl tcl"

RDEPEND=">=dev-libs/glib-2.18:2
	>=gnome-base/libgnome-2.16.0
	>=gnome-base/gconf-2.8.0
	>=gnome-base/libgnomeui-2.16.0
	>=gnome-base/libglade-2.3.2
	>=media-libs/libcanberra-0.3[gtk]
	>=x11-libs/gtk+-2.14:2
	>=x11-libs/libsexy-0.1.11
	x11-libs/libX11
	spell? ( app-text/enchant )
	ssl? ( >=dev-libs/openssl-0.9.6d )
	perl? ( >=dev-lang/perl-5.6.1 )
	tcl? ( dev-lang/tcl )
	dbus? ( >=sys-apps/dbus-0.60 )
	libnotify? ( >=x11-libs/libnotify-0.3.2 )
"
DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.7
	>=app-text/gnome-doc-utils-0.3.2
	nls? ( sys-devel/gettext )"

# gnome-base/gnome-common needed when doing eautoreconf

pkg_setup() {
	# Per configure.ac, shm is disable because of upstream bug #565958
	# --enable-shm
	G2CONF="${G2CONF}
		--enable-gnomefe
		--enable-canberra
		--disable-schemas-install
		--disable-scrollkeeper
		--disable-static
		--disable-maintainer-mode
		$(use_with ssl openssl)
		$(use_enable perl)
		$(use_enable python)
		$(use_enable tcl tcl=/usr/$(get_libdir))
		$(use_enable mmx)
		$(use_enable dbus)
		$(use_enable nls)
		$(use_enable libnotify notification)"

	DOCS="AUTHORS ChangeLog NEWS"

	use python && python_set_active_version 2
}

src_prepare() {
	epatch "${FILESDIR}"/${P}-libnotify-0.7.patch

	# https://bugzilla.gnome.org/show_bug.cgi?id=649844
	epatch "${FILESDIR}"/${P}-multilib.patch
	# https://bugzilla.gnome.org/show_bug.cgi?id=650008
	epatch "${FILESDIR}"/${P}-ssl-automagic.patch

	eautoconf

	gnome2_src_prepare

	# Fix build with it documentation, bug #341173
	epatch "${FILESDIR}/${PN}-0.26.1-fix-it-help.patch"
}

src_install() {
	gnome2_src_install

	# install plugin development header
	insinto /usr/include/xchat-gnome
	doins src/common/xchat-plugin.h || die

	# Not needed for plugins
	find "${D}" -type f -name "*.la" -delete || die "la files removal failed"
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-irc/xchat-gnome: ChangeLog xchat-gnome-0.26.1-r2.ebuild
@ 2011-05-17 22:41 Nathan Phillip Brink (binki)
  0 siblings, 0 replies; 5+ messages in thread
From: Nathan Phillip Brink (binki) @ 2011-05-17 22:41 UTC (permalink / raw
  To: gentoo-commits

binki       11/05/17 22:41:30

  Modified:             ChangeLog xchat-gnome-0.26.1-r2.ebuild
  Log:
  Fix bug 367311 caused by my misuse of use_enable().
  
  (Portage version: 2.2.0_alpha31-r1/cvs/Linux x86_64)

Revision  Changes    Path
1.64                 net-irc/xchat-gnome/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	12 May 2011 21:26:12 -0000	1.63
+++ ChangeLog	17 May 2011 22:41:30 -0000	1.64
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/xchat-gnome
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.63 2011/05/12 21:26:12 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.64 2011/05/17 22:41:30 binki Exp $
+
+  17 May 2011; Nathan Phillip Brink <binki@gentoo.org>
+  xchat-gnome-0.26.1-r2.ebuild:
+  Fix bug 367311 caused by my misuse of use_enable().
 
 *xchat-gnome-0.26.1-r2 (12 May 2011)
 



1.2                  net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?r1=1.1&r2=1.2

Index: xchat-gnome-0.26.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xchat-gnome-0.26.1-r2.ebuild	12 May 2011 21:26:12 -0000	1.1
+++ xchat-gnome-0.26.1-r2.ebuild	17 May 2011 22:41:30 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.26.1-r2.ebuild,v 1.1 2011/05/12 21:26:12 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v 1.2 2011/05/17 22:41:30 binki Exp $
 
 EAPI=3
 GCONF_DEBUG="yes"
@@ -52,7 +52,7 @@
 		$(use_with ssl openssl)
 		$(use_enable perl)
 		$(use_enable python)
-		$(use_enable tcl tcl=/usr/$(get_libdir))
+		$(use_enable tcl tcl /usr/$(get_libdir))
 		$(use_enable mmx)
 		$(use_enable dbus)
 		$(use_enable nls)






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-irc/xchat-gnome: ChangeLog xchat-gnome-0.26.1-r2.ebuild
@ 2011-12-29 18:00 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2011-12-29 18:00 UTC (permalink / raw
  To: gentoo-commits

pacho       11/12/29 18:00:11

  Modified:             ChangeLog xchat-gnome-0.26.1-r2.ebuild
  Log:
  amd64 stable, bug 393007
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.67                 net-irc/xchat-gnome/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	29 Dec 2011 16:38:05 -0000	1.66
+++ ChangeLog	29 Dec 2011 18:00:11 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/xchat-gnome
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.66 2011/12/29 16:38:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.67 2011/12/29 18:00:11 pacho Exp $
+
+  29 Dec 2011; Pacho Ramos <pacho@gentoo.org> xchat-gnome-0.26.1-r2.ebuild:
+  amd64 stable, bug 393007
 
   29 Dec 2011; Pacho Ramos <pacho@gentoo.org> xchat-gnome-0.26.1-r2.ebuild:
   Drop unavailable configure option, move to eapi4.



1.5                  net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?r1=1.4&r2=1.5

Index: xchat-gnome-0.26.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xchat-gnome-0.26.1-r2.ebuild	29 Dec 2011 16:38:05 -0000	1.4
+++ xchat-gnome-0.26.1-r2.ebuild	29 Dec 2011 18:00:11 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.26.1-r2.ebuild,v 1.4 2011/12/29 16:38:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v 1.5 2011/12/29 18:00:11 pacho Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE="dbus libnotify mmx nls perl python spell ssl tcl"
 
 RDEPEND=">=dev-libs/glib-2.18:2






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-irc/xchat-gnome: ChangeLog xchat-gnome-0.26.1-r2.ebuild
@ 2012-01-14 17:35 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2012-01-14 17:35 UTC (permalink / raw
  To: gentoo-commits

maekke      12/01/14 17:35:57

  Modified:             ChangeLog xchat-gnome-0.26.1-r2.ebuild
  Log:
  x86 stable, bug #393007
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.68                 net-irc/xchat-gnome/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	29 Dec 2011 18:00:11 -0000	1.67
+++ ChangeLog	14 Jan 2012 17:35:57 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/xchat-gnome
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.67 2011/12/29 18:00:11 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.68 2012/01/14 17:35:57 maekke Exp $
+
+  14 Jan 2012; Markus Meier <maekke@gentoo.org> xchat-gnome-0.26.1-r2.ebuild:
+  x86 stable, bug #393007
 
   29 Dec 2011; Pacho Ramos <pacho@gentoo.org> xchat-gnome-0.26.1-r2.ebuild:
   amd64 stable, bug 393007



1.6                  net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?r1=1.5&r2=1.6

Index: xchat-gnome-0.26.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xchat-gnome-0.26.1-r2.ebuild	29 Dec 2011 18:00:11 -0000	1.5
+++ xchat-gnome-0.26.1-r2.ebuild	14 Jan 2012 17:35:57 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.26.1-r2.ebuild,v 1.5 2011/12/29 18:00:11 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v 1.6 2012/01/14 17:35:57 maekke Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
 IUSE="dbus libnotify mmx nls perl python spell ssl tcl"
 
 RDEPEND=">=dev-libs/glib-2.18:2






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-irc/xchat-gnome: ChangeLog xchat-gnome-0.26.1-r2.ebuild
@ 2012-03-05 22:12 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-03-05 22:12 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/05 22:12:10

  Modified:             ChangeLog xchat-gnome-0.26.1-r2.ebuild
  Log:
  Marking xchat-gnome-0.26.1-r2 ppc for bug 393007
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.69                 net-irc/xchat-gnome/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	14 Jan 2012 17:35:57 -0000	1.68
+++ ChangeLog	5 Mar 2012 22:12:10 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/xchat-gnome
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.68 2012/01/14 17:35:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.69 2012/03/05 22:12:10 ranger Exp $
+
+  05 Mar 2012; Brent Baude <ranger@gentoo.org> xchat-gnome-0.26.1-r2.ebuild:
+  Marking xchat-gnome-0.26.1-r2 ppc stable for bug 393007
 
   14 Jan 2012; Markus Meier <maekke@gentoo.org> xchat-gnome-0.26.1-r2.ebuild:
   x86 stable, bug #393007



1.7                  net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?r1=1.6&r2=1.7

Index: xchat-gnome-0.26.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xchat-gnome-0.26.1-r2.ebuild	14 Jan 2012 17:35:57 -0000	1.6
+++ xchat-gnome-0.26.1-r2.ebuild	5 Mar 2012 22:12:10 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.26.1-r2.ebuild,v 1.6 2012/01/14 17:35:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v 1.7 2012/03/05 22:12:10 ranger Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd"
 IUSE="dbus libnotify mmx nls perl python spell ssl tcl"
 
 RDEPEND=">=dev-libs/glib-2.18:2






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-05 22:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-29 18:00 [gentoo-commits] gentoo-x86 commit in net-irc/xchat-gnome: ChangeLog xchat-gnome-0.26.1-r2.ebuild Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-05 22:12 Brent Baude (ranger)
2012-01-14 17:35 Markus Meier (maekke)
2011-05-17 22:41 Nathan Phillip Brink (binki)
2011-05-12 21:26 Nathan Phillip Brink (binki)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox