public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild
@ 2009-03-18 23:59 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-03-18 23:59 UTC (permalink / raw
  To: gentoo-commits

eva         09/03/18 23:59:37

  Modified:             ChangeLog
  Added:                libglade-2.6.4.ebuild
  Log:
  Bump to 2.6.4. Code cleanup and build fixes for single includes.
  (Portage version: 2.2_rc25/cvs/Linux x86_64)

Revision  Changes    Path
1.123                gnome-base/libglade/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.122&r2=1.123

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	5 Jan 2009 23:38:31 -0000	1.122
+++ ChangeLog	18 Mar 2009 23:59:37 -0000	1.123
@@ -1,6 +1,13 @@
 # ChangeLog for gnome-base/libglade
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.122 2009/01/05 23:38:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.123 2009/03/18 23:59:37 eva Exp $
+
+*libglade-2.6.4 (18 Mar 2009)
+
+  18 Mar 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  files/Makefile.in.am-2.4.2-xmlcatalog.patch,
+  files/libglade-2.6.3-fix_tests-page_size.patch, +libglade-2.6.4.ebuild:
+  Bump to 2.6.4. Code cleanup and build fixes for single includes.
 
   05 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org>
   -libglade-2.6.1.ebuild, -libglade-2.6.2.ebuild:



1.1                  gnome-base/libglade/libglade-2.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.1&content-type=text/plain

Index: libglade-2.6.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.1 2009/03/18 23:59:37 eva Exp $

EAPI="2"

inherit eutils gnome2

DESCRIPTION="Library to construct graphical interfaces at runtime"
HOMEPAGE="http://www.gnome.org/"

LICENSE="LGPL-2"
SLOT="2.0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc"

RDEPEND=">=dev-libs/glib-2.10
	>=x11-libs/gtk+-2.8.10
	>=dev-libs/atk-1.9
	>=dev-libs/libxml2-2.4.10
	>=dev-lang/python-2.0-r7"
DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.9
	doc? ( >=dev-util/gtk-doc-1 )"

DOCS="AUTHORS ChangeLog NEWS README"

src_prepare() {
	# patch to stop make install installing the xml catalog
	# because we do it ourselves in postinst()
	epatch "${FILESDIR}"/Makefile.in.am-2.4.2-xmlcatalog.patch

	# patch to not throw a warning with gtk+-2.14 during tests, as it triggers abort
	epatch "${FILESDIR}/${PN}-2.6.3-fix_tests-page_size.patch"
}

src_install() {
	dodir /etc/xml
	gnome2_src_install
}

pkg_postinst() {
	echo ">>> Updating XML catalog"
	/usr/bin/xmlcatalog --noout --add "system" \
		"http://glade.gnome.org/glade-2.0.dtd" \
		/usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog
	gnome2_pkg_postinst
}

pkg_postrm() {
	gnome2_pkg_postrm
	echo ">>> removing entries from the XML catalog"
	/usr/bin/xmlcatalog --noout --del \
		/usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog
}






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild
@ 2009-08-14 21:05 Markus Meier (maekke)
  0 siblings, 0 replies; 14+ messages in thread
From: Markus Meier (maekke) @ 2009-08-14 21:05 UTC (permalink / raw
  To: gentoo-commits

maekke      09/08/14 21:05:40

  Modified:             ChangeLog libglade-2.6.4.ebuild
  Log:
  amd64/x86 stable, bug #280814
  (Portage version: 2.2_rc38/cvs/Linux x86_64)

Revision  Changes    Path
1.124                gnome-base/libglade/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.123&r2=1.124

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	18 Mar 2009 23:59:37 -0000	1.123
+++ ChangeLog	14 Aug 2009 21:05:40 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libglade
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.123 2009/03/18 23:59:37 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.124 2009/08/14 21:05:40 maekke Exp $
+
+  14 Aug 2009; Markus Meier <maekke@gentoo.org> libglade-2.6.4.ebuild:
+  amd64/x86 stable, bug #280814
 
 *libglade-2.6.4 (18 Mar 2009)
 



1.2                  gnome-base/libglade/libglade-2.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?r1=1.1&r2=1.2

Index: libglade-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libglade-2.6.4.ebuild	18 Mar 2009 23:59:37 -0000	1.1
+++ libglade-2.6.4.ebuild	14 Aug 2009 21:05:40 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.1 2009/03/18 23:59:37 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.2 2009/08/14 21:05:40 maekke Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=dev-libs/glib-2.10






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild
@ 2009-08-29 10:50 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 14+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-08-29 10:50 UTC (permalink / raw
  To: gentoo-commits

klausman    09/08/29 10:50:59

  Modified:             ChangeLog libglade-2.6.4.ebuild
  Log:
  Stable on alpha, bug #280814
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.125                gnome-base/libglade/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.124&r2=1.125

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	14 Aug 2009 21:05:40 -0000	1.124
+++ ChangeLog	29 Aug 2009 10:50:59 -0000	1.125
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libglade
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.124 2009/08/14 21:05:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.125 2009/08/29 10:50:59 klausman Exp $
+
+  29 Aug 2009; Tobias Klausmann <klausman@gentoo.org> libglade-2.6.4.ebuild:
+  Stable on alpha, bug #280814
 
   14 Aug 2009; Markus Meier <maekke@gentoo.org> libglade-2.6.4.ebuild:
   amd64/x86 stable, bug #280814



1.3                  gnome-base/libglade/libglade-2.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?r1=1.2&r2=1.3

Index: libglade-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libglade-2.6.4.ebuild	14 Aug 2009 21:05:40 -0000	1.2
+++ libglade-2.6.4.ebuild	29 Aug 2009 10:50:59 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.2 2009/08/14 21:05:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.3 2009/08/29 10:50:59 klausman Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=dev-libs/glib-2.10






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild
@ 2009-08-29 18:56 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 14+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-08-29 18:56 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/08/29 18:56:28

  Modified:             ChangeLog libglade-2.6.4.ebuild
  Log:
  ppc stable #280814
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.126                gnome-base/libglade/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.125&r2=1.126

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	29 Aug 2009 10:50:59 -0000	1.125
+++ ChangeLog	29 Aug 2009 18:56:27 -0000	1.126
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libglade
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.125 2009/08/29 10:50:59 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.126 2009/08/29 18:56:27 nixnut Exp $
+
+  29 Aug 2009; nixnut <nixnut@gentoo.org> libglade-2.6.4.ebuild:
+  ppc stable #280814
 
   29 Aug 2009; Tobias Klausmann <klausman@gentoo.org> libglade-2.6.4.ebuild:
   Stable on alpha, bug #280814



1.4                  gnome-base/libglade/libglade-2.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?r1=1.3&r2=1.4

Index: libglade-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libglade-2.6.4.ebuild	29 Aug 2009 10:50:59 -0000	1.3
+++ libglade-2.6.4.ebuild	29 Aug 2009 18:56:27 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.3 2009/08/29 10:50:59 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.4 2009/08/29 18:56:27 nixnut Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2.0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=dev-libs/glib-2.10






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild
@ 2009-09-06 20:53 Brent Baude (ranger)
  0 siblings, 0 replies; 14+ messages in thread
From: Brent Baude (ranger) @ 2009-09-06 20:53 UTC (permalink / raw
  To: gentoo-commits

ranger      09/09/06 20:53:48

  Modified:             ChangeLog libglade-2.6.4.ebuild
  Log:
  Marking libglade-2.6.4 ppc64 for bug 280814
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.127                gnome-base/libglade/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.126&r2=1.127

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	29 Aug 2009 18:56:27 -0000	1.126
+++ ChangeLog	6 Sep 2009 20:53:47 -0000	1.127
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libglade
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.126 2009/08/29 18:56:27 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.127 2009/09/06 20:53:47 ranger Exp $
+
+  06 Sep 2009; Brent Baude <ranger@gentoo.org> libglade-2.6.4.ebuild:
+  Marking libglade-2.6.4 ppc64 for bug 280814
 
   29 Aug 2009; nixnut <nixnut@gentoo.org> libglade-2.6.4.ebuild:
   ppc stable #280814



1.5                  gnome-base/libglade/libglade-2.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?r1=1.4&r2=1.5

Index: libglade-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libglade-2.6.4.ebuild	29 Aug 2009 18:56:27 -0000	1.4
+++ libglade-2.6.4.ebuild	6 Sep 2009 20:53:47 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.4 2009/08/29 18:56:27 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.5 2009/09/06 20:53:47 ranger Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2.0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=dev-libs/glib-2.10






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild
@ 2009-09-15  1:32 Jeroen Roovers (jer)
  0 siblings, 0 replies; 14+ messages in thread
From: Jeroen Roovers (jer) @ 2009-09-15  1:32 UTC (permalink / raw
  To: gentoo-commits

jer         09/09/15 01:32:17

  Modified:             ChangeLog libglade-2.6.4.ebuild
  Log:
  Stable for HPPA (bug #280814).
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.128                gnome-base/libglade/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.127&r2=1.128

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	6 Sep 2009 20:53:47 -0000	1.127
+++ ChangeLog	15 Sep 2009 01:32:17 -0000	1.128
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libglade
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.127 2009/09/06 20:53:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.128 2009/09/15 01:32:17 jer Exp $
+
+  15 Sep 2009; Jeroen Roovers <jer@gentoo.org> libglade-2.6.4.ebuild:
+  Stable for HPPA (bug #280814).
 
   06 Sep 2009; Brent Baude <ranger@gentoo.org> libglade-2.6.4.ebuild:
   Marking libglade-2.6.4 ppc64 for bug 280814



1.6                  gnome-base/libglade/libglade-2.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?r1=1.5&r2=1.6

Index: libglade-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libglade-2.6.4.ebuild	6 Sep 2009 20:53:47 -0000	1.5
+++ libglade-2.6.4.ebuild	15 Sep 2009 01:32:17 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.5 2009/09/06 20:53:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.6 2009/09/15 01:32:17 jer Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2.0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=dev-libs/glib-2.10






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild
@ 2009-10-09 18:25 Raul Porcel (armin76)
  0 siblings, 0 replies; 14+ messages in thread
From: Raul Porcel (armin76) @ 2009-10-09 18:25 UTC (permalink / raw
  To: gentoo-commits

armin76     09/10/09 18:25:07

  Modified:             ChangeLog libglade-2.6.4.ebuild
  Log:
  arm/ia64/sh/sparc stable wrt #280814
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.129                gnome-base/libglade/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.128&r2=1.129

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog	15 Sep 2009 01:32:17 -0000	1.128
+++ ChangeLog	9 Oct 2009 18:25:07 -0000	1.129
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libglade
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.128 2009/09/15 01:32:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.129 2009/10/09 18:25:07 armin76 Exp $
+
+  09 Oct 2009; Raúl Porcel <armin76@gentoo.org> libglade-2.6.4.ebuild:
+  arm/ia64/sh/sparc stable wrt #280814
 
   15 Sep 2009; Jeroen Roovers <jer@gentoo.org> libglade-2.6.4.ebuild:
   Stable for HPPA (bug #280814).



1.7                  gnome-base/libglade/libglade-2.6.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?r1=1.6&r2=1.7

Index: libglade-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libglade-2.6.4.ebuild	15 Sep 2009 01:32:17 -0000	1.6
+++ libglade-2.6.4.ebuild	9 Oct 2009 18:25:07 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.6 2009/09/15 01:32:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.7 2009/10/09 18:25:07 armin76 Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2.0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=dev-libs/glib-2.10






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild
@ 2010-11-08 22:43 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2010-11-08 22:43 UTC (permalink / raw
  To: gentoo-commits

eva         10/11/08 22:43:29

  Modified:             ChangeLog libglade-2.6.4.ebuild
  Log:
  Fix support for python interpreter not being python 2, bug #313451. Pin glib and gtk+ to slot 2.
  
  (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)

Revision  Changes    Path
1.131                gnome-base/libglade/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.130&r2=1.131

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog	11 Oct 2009 02:46:15 -0000	1.130
+++ ChangeLog	8 Nov 2010 22:43:29 -0000	1.131
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-base/libglade
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.130 2009/10/11 02:46:15 leio Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.131 2010/11/08 22:43:29 eva Exp $
+
+  08 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org> libglade-2.6.4.ebuild:
+  Fix support for python interpreter not being python 2, bug #313451. Pin
+  glib and gtk+ to slot 2.
 
   11 Oct 2009; Mart Raudsepp <leio@gentoo.org> -libglade-2.6.3.ebuild:
   Remove old



1.8                  gnome-base/libglade/libglade-2.6.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?r1=1.7&r2=1.8

Index: libglade-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libglade-2.6.4.ebuild	9 Oct 2009 18:25:07 -0000	1.7
+++ libglade-2.6.4.ebuild	8 Nov 2010 22:43:29 -0000	1.8
@@ -1,10 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.7 2009/10/09 18:25:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.8 2010/11/08 22:43:29 eva Exp $
 
 EAPI="2"
+PYTHON_DEPEND="2"
 
-inherit eutils gnome2
+inherit eutils gnome2 python
 
 DESCRIPTION="Library to construct graphical interfaces at runtime"
 HOMEPAGE="http://www.gnome.org/"
@@ -14,16 +15,18 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="doc"
 
-RDEPEND=">=dev-libs/glib-2.10
-	>=x11-libs/gtk+-2.8.10
+RDEPEND=">=dev-libs/glib-2.10:2
+	>=x11-libs/gtk+-2.8.10:2
 	>=dev-libs/atk-1.9
-	>=dev-libs/libxml2-2.4.10
-	>=dev-lang/python-2.0-r7"
+	>=dev-libs/libxml2-2.4.10"
 DEPEND="${RDEPEND}
 	>=dev-util/pkgconfig-0.9
 	doc? ( >=dev-util/gtk-doc-1 )"
 
-DOCS="AUTHORS ChangeLog NEWS README"
+pkg_setup() {
+	DOCS="AUTHORS ChangeLog NEWS README"
+	python_set_active_version 2
+}
 
 src_prepare() {
 	# patch to stop make install installing the xml catalog
@@ -37,6 +40,7 @@
 src_install() {
 	dodir /etc/xml
 	gnome2_src_install
+	python_convert_shebangs 2 "${D}"/usr/bin/libglade-convert
 }
 
 pkg_postinst() {






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild
@ 2011-01-27 11:49 Pacho Ramos (pacho)
  0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos (pacho) @ 2011-01-27 11:49 UTC (permalink / raw
  To: gentoo-commits

pacho       11/01/27 11:49:02

  Modified:             ChangeLog libglade-2.6.4.ebuild
  Log:
  Don't build tests when unneeded (bug #226227), bump to eapi3, set GCONF_DEBUG to proper value and update HOMEPAGE.
  
  (Portage version: 2.1.9.35/cvs/Linux x86_64)

Revision  Changes    Path
1.132                gnome-base/libglade/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.131&r2=1.132

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	8 Nov 2010 22:43:29 -0000	1.131
+++ ChangeLog	27 Jan 2011 11:49:02 -0000	1.132
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-base/libglade
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.131 2010/11/08 22:43:29 eva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.132 2011/01/27 11:49:02 pacho Exp $
+
+  27 Jan 2011; Pacho Ramos <pacho@gentoo.org> libglade-2.6.4.ebuild:
+  Don't build tests when unneeded (bug #226227), bump to eapi3, set GCONF_DEBUG
+  to proper value and update HOMEPAGE.
 
   08 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org> libglade-2.6.4.ebuild:
   Fix support for python interpreter not being python 2, bug #313451. Pin



1.9                  gnome-base/libglade/libglade-2.6.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?r1=1.8&r2=1.9

Index: libglade-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libglade-2.6.4.ebuild	8 Nov 2010 22:43:29 -0000	1.8
+++ libglade-2.6.4.ebuild	27 Jan 2011 11:49:02 -0000	1.9
@@ -1,19 +1,20 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.8 2010/11/08 22:43:29 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.9 2011/01/27 11:49:02 pacho Exp $
 
-EAPI="2"
+EAPI="3"
+GCONF_DEBUG="no"
 PYTHON_DEPEND="2"
 
 inherit eutils gnome2 python
 
 DESCRIPTION="Library to construct graphical interfaces at runtime"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="http://library.gnome.org/devel/libglade/stable/"
 
 LICENSE="LGPL-2"
 SLOT="2.0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="doc"
+IUSE="doc test"
 
 RDEPEND=">=dev-libs/glib-2.10:2
 	>=x11-libs/gtk+-2.8.10:2
@@ -35,12 +36,16 @@
 
 	# patch to not throw a warning with gtk+-2.14 during tests, as it triggers abort
 	epatch "${FILESDIR}/${PN}-2.6.3-fix_tests-page_size.patch"
+
+	if ! use test; then
+		sed 's/ tests//' -i Makefile.am Makefile.in || die "sed failed"
+	fi
 }
 
 src_install() {
 	dodir /etc/xml
 	gnome2_src_install
-	python_convert_shebangs 2 "${D}"/usr/bin/libglade-convert
+	python_convert_shebangs 2 "${ED}"/usr/bin/libglade-convert
 }
 
 pkg_postinst() {






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild
@ 2011-04-10 10:34 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 14+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-04-10 10:34 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/04/10 10:34:21

  Modified:             ChangeLog libglade-2.6.4.ebuild
  Log:
  USE="static-libs" and punt useless libtool file.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.133                gnome-base/libglade/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.133&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.133&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.132&r2=1.133

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog	27 Jan 2011 11:49:02 -0000	1.132
+++ ChangeLog	10 Apr 2011 10:34:21 -0000	1.133
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libglade
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.132 2011/01/27 11:49:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.133 2011/04/10 10:34:21 ssuominen Exp $
+
+  10 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> libglade-2.6.4.ebuild:
+  USE="static-libs" and punt useless libtool file.
 
   27 Jan 2011; Pacho Ramos <pacho@gentoo.org> libglade-2.6.4.ebuild:
   Don't build tests when unneeded (bug #226227), bump to eapi3, set GCONF_DEBUG



1.10                 gnome-base/libglade/libglade-2.6.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?r1=1.9&r2=1.10

Index: libglade-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libglade-2.6.4.ebuild	27 Jan 2011 11:49:02 -0000	1.9
+++ libglade-2.6.4.ebuild	10 Apr 2011 10:34:21 -0000	1.10
@@ -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/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.9 2011/01/27 11:49:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.10 2011/04/10 10:34:21 ssuominen Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
 LICENSE="LGPL-2"
 SLOT="2.0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="doc test"
+IUSE="doc static-libs test"
 
 RDEPEND=">=dev-libs/glib-2.10:2
 	>=x11-libs/gtk+-2.8.10:2
@@ -25,6 +25,7 @@
 	doc? ( >=dev-util/gtk-doc-1 )"
 
 pkg_setup() {
+	G2CONF="${G2CONF} $(use_enable static-libs static)"
 	DOCS="AUTHORS ChangeLog NEWS README"
 	python_set_active_version 2
 }
@@ -45,6 +46,7 @@
 src_install() {
 	dodir /etc/xml
 	gnome2_src_install
+	find "${ED}" -name '*.la' -exec rm -f {} +
 	python_convert_shebangs 2 "${ED}"/usr/bin/libglade-convert
 }
 






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild
@ 2011-04-22 22:16 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 14+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2011-04-22 22:16 UTC (permalink / raw
  To: gentoo-commits

eva         11/04/22 22:16:58

  Modified:             ChangeLog libglade-2.6.4.ebuild
  Log:
  Ensure tests are run, bug #354631.
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.134                gnome-base/libglade/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.133&r2=1.134

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog	10 Apr 2011 10:34:21 -0000	1.133
+++ ChangeLog	22 Apr 2011 22:16:58 -0000	1.134
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libglade
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.133 2011/04/10 10:34:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.134 2011/04/22 22:16:58 eva Exp $
+
+  22 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org> libglade-2.6.4.ebuild:
+  Ensure tests are run, bug #354631.
 
   10 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> libglade-2.6.4.ebuild:
   USE="static-libs" and punt useless libtool file.



1.11                 gnome-base/libglade/libglade-2.6.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?r1=1.10&r2=1.11

Index: libglade-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libglade-2.6.4.ebuild	10 Apr 2011 10:34:21 -0000	1.10
+++ libglade-2.6.4.ebuild	22 Apr 2011 22:16:58 -0000	1.11
@@ -1,12 +1,12 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.10 2011/04/10 10:34:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.11 2011/04/22 22:16:58 eva Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
 PYTHON_DEPEND="2"
 
-inherit eutils gnome2 python
+inherit eutils gnome2 python virtualx
 
 DESCRIPTION="Library to construct graphical interfaces at runtime"
 HOMEPAGE="http://library.gnome.org/devel/libglade/stable/"
@@ -43,6 +43,10 @@
 	fi
 }
 
+src_test() {
+	Xemake check || die "make check failed"
+}
+
 src_install() {
 	dodir /etc/xml
 	gnome2_src_install






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild
@ 2011-09-29 16:50 Pacho Ramos (pacho)
  0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos (pacho) @ 2011-09-29 16:50 UTC (permalink / raw
  To: gentoo-commits

pacho       11/09/29 16:50:18

  Modified:             ChangeLog libglade-2.6.4.ebuild
  Log:
  Drop DEPRECATED flags, bug #384775 by Ian Abbott.
  
  (Portage version: 2.1.10.19/cvs/Linux x86_64)

Revision  Changes    Path
1.135                gnome-base/libglade/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.135&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.135&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.134&r2=1.135

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog	22 Apr 2011 22:16:58 -0000	1.134
+++ ChangeLog	29 Sep 2011 16:50:18 -0000	1.135
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libglade
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.134 2011/04/22 22:16:58 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.135 2011/09/29 16:50:18 pacho Exp $
+
+  29 Sep 2011; Pacho Ramos <pacho@gentoo.org> libglade-2.6.4.ebuild:
+  Drop DEPRECATED flags, bug #384775 by Ian Abbott.
 
   22 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org> libglade-2.6.4.ebuild:
   Ensure tests are run, bug #354631.



1.12                 gnome-base/libglade/libglade-2.6.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?r1=1.11&r2=1.12

Index: libglade-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libglade-2.6.4.ebuild	22 Apr 2011 22:16:58 -0000	1.11
+++ libglade-2.6.4.ebuild	29 Sep 2011 16:50:18 -0000	1.12
@@ -1,9 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.11 2011/04/22 22:16:58 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.12 2011/09/29 16:50:18 pacho Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
 PYTHON_DEPEND="2"
 
 inherit eutils gnome2 python virtualx
@@ -38,6 +39,9 @@
 	# patch to not throw a warning with gtk+-2.14 during tests, as it triggers abort
 	epatch "${FILESDIR}/${PN}-2.6.3-fix_tests-page_size.patch"
 
+	sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
+		glade/Makefile.am glade/Makefile.in || die
+
 	if ! use test; then
 		sed 's/ tests//' -i Makefile.am Makefile.in || die "sed failed"
 	fi
@@ -50,7 +54,6 @@
 src_install() {
 	dodir /etc/xml
 	gnome2_src_install
-	find "${ED}" -name '*.la' -exec rm -f {} +
 	python_convert_shebangs 2 "${ED}"/usr/bin/libglade-convert
 }
 






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild
@ 2012-05-12 20:19 Alexis Ballier (aballier)
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-12 20:19 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/12 20:19:54

  Modified:             ChangeLog libglade-2.6.4.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha104/cvs/Linux x86_64)

Revision  Changes    Path
1.138                gnome-base/libglade/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.138&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.138&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.137&r2=1.138

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog	5 May 2012 08:31:24 -0000	1.137
+++ ChangeLog	12 May 2012 20:19:54 -0000	1.138
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libglade
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.137 2012/05/05 08:31:24 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.138 2012/05/12 20:19:54 aballier Exp $
+
+  12 May 2012; Alexis Ballier <aballier@gentoo.org> libglade-2.6.4.ebuild:
+  keyword ~amd64-fbsd
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> libglade-2.6.4.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig



1.15                 gnome-base/libglade/libglade-2.6.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?r1=1.14&r2=1.15

Index: libglade-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libglade-2.6.4.ebuild	5 May 2012 08:31:24 -0000	1.14
+++ libglade-2.6.4.ebuild	12 May 2012 20:19:54 -0000	1.15
@@ -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/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.14 2012/05/05 08:31:24 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.15 2012/05/12 20:19:54 aballier Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2.0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc static-libs test"
 
 RDEPEND=">=dev-libs/glib-2.10:2






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild
@ 2012-09-12  6:13 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 14+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-09-12  6:13 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/09/12 06:13:33

  Modified:             ChangeLog libglade-2.6.4.ebuild
  Log:
  Enable prefix support; bug #430090, thanks to Christoph Junghans and  Gilles Dartiguelongue.
  
  (Portage version: 2.2.0_alpha125/cvs/Linux x86_64)

Revision  Changes    Path
1.139                gnome-base/libglade/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.139&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?rev=1.139&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/ChangeLog?r1=1.138&r2=1.139

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog	12 May 2012 20:19:54 -0000	1.138
+++ ChangeLog	12 Sep 2012 06:13:33 -0000	1.139
@@ -1,6 +1,11 @@
 # ChangeLog for gnome-base/libglade
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.138 2012/05/12 20:19:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/ChangeLog,v 1.139 2012/09/12 06:13:33 tetromino Exp $
+
+  12 Sep 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  libglade-2.6.4.ebuild, +files/libglade-2.6.4-enable-extensions.patch:
+  Enable prefix support; bug #430090, thanks to Christoph Junghans and Gilles
+  Dartiguelongue.
 
   12 May 2012; Alexis Ballier <aballier@gentoo.org> libglade-2.6.4.ebuild:
   keyword ~amd64-fbsd



1.16                 gnome-base/libglade/libglade-2.6.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild?r1=1.15&r2=1.16

Index: libglade-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libglade-2.6.4.ebuild	12 May 2012 20:19:54 -0000	1.15
+++ libglade-2.6.4.ebuild	12 Sep 2012 06:13:33 -0000	1.16
@@ -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/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.15 2012/05/12 20:19:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.6.4.ebuild,v 1.16 2012/09/12 06:13:33 tetromino Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2.0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 
 RDEPEND=">=dev-libs/glib-2.10:2
@@ -42,6 +42,9 @@
 	# Fails with gold due to recent changes in glib-2.32's pkg-config files
 	epatch "${FILESDIR}/${P}-gold-glib-2.32.patch"
 
+	# Needed for solaris, else gcc finds a syntax error in /usr/include/signal.h
+	epatch "${FILESDIR}/${P}-enable-extensions.patch"
+
 	sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
 		glade/Makefile.am glade/Makefile.in || die
 
@@ -65,15 +68,15 @@
 
 pkg_postinst() {
 	echo ">>> Updating XML catalog"
-	/usr/bin/xmlcatalog --noout --add "system" \
+	"${EPREFIX}"/usr/bin/xmlcatalog --noout --add "system" \
 		"http://glade.gnome.org/glade-2.0.dtd" \
-		/usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog
+		"${EPREFIX}"/usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog
 	gnome2_pkg_postinst
 }
 
 pkg_postrm() {
 	gnome2_pkg_postrm
 	echo ">>> removing entries from the XML catalog"
-	/usr/bin/xmlcatalog --noout --del \
-		/usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog
+	"${EPREFIX}"/usr/bin/xmlcatalog --noout --del \
+		"${EPREFIX}"/usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog
 }





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

end of thread, other threads:[~2012-09-12  6:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-22 22:16 [gentoo-commits] gentoo-x86 commit in gnome-base/libglade: ChangeLog libglade-2.6.4.ebuild Gilles Dartiguelongue (eva)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-12  6:13 Alexandre Rostovtsev (tetromino)
2012-05-12 20:19 Alexis Ballier (aballier)
2011-09-29 16:50 Pacho Ramos (pacho)
2011-04-10 10:34 Samuli Suominen (ssuominen)
2011-01-27 11:49 Pacho Ramos (pacho)
2010-11-08 22:43 Gilles Dartiguelongue (eva)
2009-10-09 18:25 Raul Porcel (armin76)
2009-09-15  1:32 Jeroen Roovers (jer)
2009-09-06 20:53 Brent Baude (ranger)
2009-08-29 18:56 Gysbert Wassenaar (nixnut)
2009-08-29 10:50 Tobias Klausmann (klausman)
2009-08-14 21:05 Markus Meier (maekke)
2009-03-18 23:59 Gilles Dartiguelongue (eva)

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