public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnome: libgnome-2.32.1.ebuild ChangeLog
@ 2011-02-02 10:51 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2011-02-02 10:51 UTC (permalink / raw
  To: gentoo-commits

pacho       11/02/02 10:51:10

  Modified:             ChangeLog
  Added:                libgnome-2.32.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.9.35/cvs/Linux x86_64)

Revision  Changes    Path
1.204                gnome-base/libgnome/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- ChangeLog	11 Dec 2010 22:34:13 -0000	1.203
+++ ChangeLog	2 Feb 2011 10:51:10 -0000	1.204
@@ -1,6 +1,11 @@
 # ChangeLog for gnome-base/libgnome
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.203 2010/12/11 22:34:13 pacho Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.204 2011/02/02 10:51:10 pacho Exp $
+
+*libgnome-2.32.1 (02 Feb 2011)
+
+  02 Feb 2011; Pacho Ramos <pacho@gentoo.org> +libgnome-2.32.1.ebuild:
+  Version bump.
 
   11 Dec 2010; Pacho Ramos <pacho@gentoo.org> libgnome-2.32.0.ebuild:
   '--enable-sound' is no longer available, use '--enable-canberra' as it's the



1.1                  gnome-base/libgnome/libgnome-2.32.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild?rev=1.1&content-type=text/plain

Index: libgnome-2.32.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v 1.1 2011/02/02 10:51:10 pacho Exp $

EAPI="3"
GCONF_DEBUG="yes"

inherit gnome2 eutils

DESCRIPTION="Essential Gnome Libraries"
HOMEPAGE="http://library.gnome.org/devel/libgnome/stable/"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="branding doc esd"

SRC_URI="${SRC_URI}
	branding? ( mirror://gentoo/gentoo-gdm-theme-r3.tar.bz2 )"

RDEPEND=">=gnome-base/gconf-2
	>=dev-libs/glib-2.16
	>=gnome-base/gnome-vfs-2.5.3
	>=gnome-base/libbonobo-2.13
	>=dev-libs/popt-1.7
	media-libs/libcanberra
	esd? (
		>=media-sound/esound-0.2.26
		>=media-libs/audiofile-0.2.3 )"

DEPEND="${RDEPEND}
	>=dev-lang/perl-5
	>=dev-util/intltool-0.40
	>=dev-util/pkgconfig-0.17
	doc? ( >=dev-util/gtk-doc-1 )"

PDEPEND="gnome-base/gvfs"

pkg_setup() {
	G2CONF="${G2CONF}
		--disable-schemas-install
		--enable-canberra
		$(use_enable esd)"
	DOCS="AUTHORS ChangeLog NEWS README"
}

src_prepare() {
	gnome2_src_prepare

	# Make sure menus have icons. People don't like change
	epatch "${FILESDIR}/${PN}-2.28.0-menus-have-icons.patch"

	use branding && epatch "${FILESDIR}"/${PN}-2.26.0-branding.patch
}

src_install() {
	gnome2_src_install

	if use branding; then
		# Add gentoo backgrounds
		dodir /usr/share/pixmaps/backgrounds/gnome/gentoo || die "dodir failed"
		insinto /usr/share/pixmaps/backgrounds/gnome/gentoo
		doins "${WORKDIR}"/gentoo-emergence/gentoo-emergence.png || die "doins 1 failed"
		doins "${WORKDIR}"/gentoo-cow/gentoo-cow-alpha.png || die "doins 2 failed"
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnome: libgnome-2.32.1.ebuild ChangeLog
@ 2011-02-23 22:53 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-23 22:53 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/23 22:53:21

  Modified:             libgnome-2.32.1.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #353436
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  gnome-base/libgnome/libgnome-2.32.1.ebuild

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

Index: libgnome-2.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgnome-2.32.1.ebuild	2 Feb 2011 10:51:10 -0000	1.1
+++ libgnome-2.32.1.ebuild	23 Feb 2011 22:53:21 -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/gnome-base/libgnome/libgnome-2.32.1.ebuild,v 1.1 2011/02/02 10:51:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v 1.2 2011/02/23 22:53:21 hwoarang Exp $
 
 EAPI="3"
 GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="branding doc esd"
 
 SRC_URI="${SRC_URI}



1.205                gnome-base/libgnome/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- ChangeLog	2 Feb 2011 10:51:10 -0000	1.204
+++ ChangeLog	23 Feb 2011 22:53:21 -0000	1.205
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libgnome
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.204 2011/02/02 10:51:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.205 2011/02/23 22:53:21 hwoarang Exp $
+
+  23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> libgnome-2.32.1.ebuild:
+  Stable on amd64 wrt bug #353436
 
 *libgnome-2.32.1 (02 Feb 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnome: libgnome-2.32.1.ebuild ChangeLog
@ 2011-02-24 19:19 Thomas Kahle (tomka)
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Kahle (tomka) @ 2011-02-24 19:19 UTC (permalink / raw
  To: gentoo-commits

tomka       11/02/24 19:19:02

  Modified:             libgnome-2.32.1.ebuild ChangeLog
  Log:
  x86 stable per bug 353436
  
  (Portage version: 2.1.9.40/cvs/Linux i686)

Revision  Changes    Path
1.3                  gnome-base/libgnome/libgnome-2.32.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild?r1=1.2&r2=1.3

Index: libgnome-2.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libgnome-2.32.1.ebuild	23 Feb 2011 22:53:21 -0000	1.2
+++ libgnome-2.32.1.ebuild	24 Feb 2011 19:19:02 -0000	1.3
@@ -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/libgnome/libgnome-2.32.1.ebuild,v 1.2 2011/02/23 22:53:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v 1.3 2011/02/24 19:19:02 tomka Exp $
 
 EAPI="3"
 GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="branding doc esd"
 
 SRC_URI="${SRC_URI}



1.206                gnome-base/libgnome/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog	23 Feb 2011 22:53:21 -0000	1.205
+++ ChangeLog	24 Feb 2011 19:19:02 -0000	1.206
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libgnome
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.205 2011/02/23 22:53:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.206 2011/02/24 19:19:02 tomka Exp $
+
+  24 Feb 2011; Thomas Kahle <tomka@gentoo.org> libgnome-2.32.1.ebuild:
+  x86 stable per bug 353436
 
   23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> libgnome-2.32.1.ebuild:
   Stable on amd64 wrt bug #353436






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnome: libgnome-2.32.1.ebuild ChangeLog
@ 2011-03-12 16:18 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2011-03-12 16:18 UTC (permalink / raw
  To: gentoo-commits

armin76     11/03/12 16:18:52

  Modified:             libgnome-2.32.1.ebuild ChangeLog
  Log:
  alpha/arm/ia64/sh/sparc stable wrt #353436
  
  (Portage version: 2.1.9.41/cvs/Linux ia64)

Revision  Changes    Path
1.4                  gnome-base/libgnome/libgnome-2.32.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild?r1=1.3&r2=1.4

Index: libgnome-2.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libgnome-2.32.1.ebuild	24 Feb 2011 19:19:02 -0000	1.3
+++ libgnome-2.32.1.ebuild	12 Mar 2011 16:18:52 -0000	1.4
@@ -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/libgnome/libgnome-2.32.1.ebuild,v 1.3 2011/02/24 19:19:02 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v 1.4 2011/03/12 16:18:52 armin76 Exp $
 
 EAPI="3"
 GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="branding doc esd"
 
 SRC_URI="${SRC_URI}



1.207                gnome-base/libgnome/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- ChangeLog	24 Feb 2011 19:19:02 -0000	1.206
+++ ChangeLog	12 Mar 2011 16:18:52 -0000	1.207
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libgnome
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.206 2011/02/24 19:19:02 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.207 2011/03/12 16:18:52 armin76 Exp $
+
+  12 Mar 2011; Raúl Porcel <armin76@gentoo.org> libgnome-2.32.1.ebuild:
+  alpha/arm/ia64/sh/sparc stable wrt #353436
 
   24 Feb 2011; Thomas Kahle <tomka@gentoo.org> libgnome-2.32.1.ebuild:
   x86 stable per bug 353436






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnome: libgnome-2.32.1.ebuild ChangeLog
@ 2011-03-21 21:12 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 9+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-21 21:12 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/03/21 21:12:52

  Modified:             libgnome-2.32.1.ebuild ChangeLog
  Log:
  ppc64 stable wrt #353436
  
  (Portage version: 2.2.0_alpha27/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  gnome-base/libgnome/libgnome-2.32.1.ebuild

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

Index: libgnome-2.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libgnome-2.32.1.ebuild	12 Mar 2011 16:18:52 -0000	1.4
+++ libgnome-2.32.1.ebuild	21 Mar 2011 21:12:52 -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/gnome-base/libgnome/libgnome-2.32.1.ebuild,v 1.4 2011/03/12 16:18:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v 1.5 2011/03/21 21:12:52 xarthisius Exp $
 
 EAPI="3"
 GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ~mips ~ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="branding doc esd"
 
 SRC_URI="${SRC_URI}



1.208                gnome-base/libgnome/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog	12 Mar 2011 16:18:52 -0000	1.207
+++ ChangeLog	21 Mar 2011 21:12:52 -0000	1.208
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libgnome
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.207 2011/03/12 16:18:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.208 2011/03/21 21:12:52 xarthisius Exp $
+
+  21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> libgnome-2.32.1.ebuild:
+  ppc64 stable wrt #353436
 
   12 Mar 2011; Raúl Porcel <armin76@gentoo.org> libgnome-2.32.1.ebuild:
   alpha/arm/ia64/sh/sparc stable wrt #353436






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnome: libgnome-2.32.1.ebuild ChangeLog
@ 2011-03-22 19:16 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2011-03-22 19:16 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/22 19:16:22

  Modified:             libgnome-2.32.1.ebuild ChangeLog
  Log:
  Marking libgnome-2.32.1 ppc for bug 353436
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  gnome-base/libgnome/libgnome-2.32.1.ebuild

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

Index: libgnome-2.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libgnome-2.32.1.ebuild	21 Mar 2011 21:12:52 -0000	1.5
+++ libgnome-2.32.1.ebuild	22 Mar 2011 19:16:21 -0000	1.6
@@ -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/libgnome/libgnome-2.32.1.ebuild,v 1.5 2011/03/21 21:12:52 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v 1.6 2011/03/22 19:16:21 ranger Exp $
 
 EAPI="3"
 GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~mips ~ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="branding doc esd"
 
 SRC_URI="${SRC_URI}



1.209                gnome-base/libgnome/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- ChangeLog	21 Mar 2011 21:12:52 -0000	1.208
+++ ChangeLog	22 Mar 2011 19:16:21 -0000	1.209
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libgnome
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.208 2011/03/21 21:12:52 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.209 2011/03/22 19:16:21 ranger Exp $
+
+  22 Mar 2011; Brent Baude <ranger@gentoo.org> libgnome-2.32.1.ebuild:
+  Marking libgnome-2.32.1 ppc stable for bug 353436
 
   21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> libgnome-2.32.1.ebuild:
   ppc64 stable wrt #353436






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

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

ssuominen    11/04/10 08:36:44

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

Revision  Changes    Path
1.7                  gnome-base/libgnome/libgnome-2.32.1.ebuild

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

Index: libgnome-2.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libgnome-2.32.1.ebuild	22 Mar 2011 19:16:21 -0000	1.6
+++ libgnome-2.32.1.ebuild	10 Apr 2011 08:36:44 -0000	1.7
@@ -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/libgnome/libgnome-2.32.1.ebuild,v 1.6 2011/03/22 19:16:21 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v 1.7 2011/04/10 08:36:44 ssuominen Exp $
 
 EAPI="3"
 GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE="branding doc esd"
+IUSE="branding doc esd static-libs"
 
 SRC_URI="${SRC_URI}
 	branding? ( mirror://gentoo/gentoo-gdm-theme-r3.tar.bz2 )"
@@ -38,6 +38,7 @@
 
 pkg_setup() {
 	G2CONF="${G2CONF}
+		$(use_enable static-libs static)
 		--disable-schemas-install
 		--enable-canberra
 		$(use_enable esd)"
@@ -63,4 +64,6 @@
 		doins "${WORKDIR}"/gentoo-emergence/gentoo-emergence.png || die "doins 1 failed"
 		doins "${WORKDIR}"/gentoo-cow/gentoo-cow-alpha.png || die "doins 2 failed"
 	fi
+
+	find "${ED}" -name '*.la' -exec rm -f {} +
 }



1.210                gnome-base/libgnome/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- ChangeLog	22 Mar 2011 19:16:21 -0000	1.209
+++ ChangeLog	10 Apr 2011 08:36:44 -0000	1.210
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libgnome
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.209 2011/03/22 19:16:21 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.210 2011/04/10 08:36:44 ssuominen Exp $
+
+  10 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> libgnome-2.32.1.ebuild:
+  USE="static-libs" and punt useless libtool files.
 
   22 Mar 2011; Brent Baude <ranger@gentoo.org> libgnome-2.32.1.ebuild:
   Marking libgnome-2.32.1 ppc stable for bug 353436






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

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

ssuominen    11/04/10 12:41:37

  Modified:             libgnome-2.32.1.ebuild ChangeLog
  Log:
  Revert USE=static-libs and simply pass --disable-static.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  gnome-base/libgnome/libgnome-2.32.1.ebuild

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

Index: libgnome-2.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libgnome-2.32.1.ebuild	10 Apr 2011 08:36:44 -0000	1.7
+++ libgnome-2.32.1.ebuild	10 Apr 2011 12:41:37 -0000	1.8
@@ -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/libgnome/libgnome-2.32.1.ebuild,v 1.7 2011/04/10 08:36:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v 1.8 2011/04/10 12:41:37 ssuominen Exp $
 
 EAPI="3"
 GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE="branding doc esd static-libs"
+IUSE="branding doc esd"
 
 SRC_URI="${SRC_URI}
 	branding? ( mirror://gentoo/gentoo-gdm-theme-r3.tar.bz2 )"
@@ -38,7 +38,7 @@
 
 pkg_setup() {
 	G2CONF="${G2CONF}
-		$(use_enable static-libs static)
+		--disable-static
 		--disable-schemas-install
 		--enable-canberra
 		$(use_enable esd)"



1.211                gnome-base/libgnome/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- ChangeLog	10 Apr 2011 08:36:44 -0000	1.210
+++ ChangeLog	10 Apr 2011 12:41:37 -0000	1.211
@@ -1,9 +1,9 @@
 # ChangeLog for gnome-base/libgnome
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.210 2011/04/10 08:36:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.211 2011/04/10 12:41:37 ssuominen Exp $
 
   10 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> libgnome-2.32.1.ebuild:
-  USE="static-libs" and punt useless libtool files.
+  Punt useless static libraries and libtool files.
 
   22 Mar 2011; Brent Baude <ranger@gentoo.org> libgnome-2.32.1.ebuild:
   Marking libgnome-2.32.1 ppc stable for bug 353436






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

* [gentoo-commits] gentoo-x86 commit in gnome-base/libgnome: libgnome-2.32.1.ebuild ChangeLog
@ 2012-03-18 13:49 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-03-18 13:49 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/03/18 13:49:35

  Modified:             libgnome-2.32.1.ebuild ChangeLog
  Log:
  Remove USE="esd" because media-sound/esd isn't in tree anymore.
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  gnome-base/libgnome/libgnome-2.32.1.ebuild

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

Index: libgnome-2.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libgnome-2.32.1.ebuild	10 Apr 2011 12:41:37 -0000	1.8
+++ libgnome-2.32.1.ebuild	18 Mar 2012 13:49:35 -0000	1.9
@@ -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/gnome-base/libgnome/libgnome-2.32.1.ebuild,v 1.8 2011/04/10 12:41:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.32.1.ebuild,v 1.9 2012/03/18 13:49:35 ssuominen Exp $
 
 EAPI="3"
 GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
-IUSE="branding doc esd"
+IUSE="branding doc"
 
 SRC_URI="${SRC_URI}
 	branding? ( mirror://gentoo/gentoo-gdm-theme-r3.tar.bz2 )"
@@ -23,10 +23,7 @@
 	>=gnome-base/gnome-vfs-2.5.3
 	>=gnome-base/libbonobo-2.13
 	>=dev-libs/popt-1.7
-	media-libs/libcanberra
-	esd? (
-		>=media-sound/esound-0.2.26
-		>=media-libs/audiofile-0.2.3 )"
+	media-libs/libcanberra"
 
 DEPEND="${RDEPEND}
 	>=dev-lang/perl-5
@@ -41,7 +38,7 @@
 		--disable-static
 		--disable-schemas-install
 		--enable-canberra
-		$(use_enable esd)"
+		--disable-esd"
 	DOCS="AUTHORS ChangeLog NEWS README"
 }
 



1.213                gnome-base/libgnome/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog	5 Jan 2012 22:15:01 -0000	1.212
+++ ChangeLog	18 Mar 2012 13:49:35 -0000	1.213
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/libgnome
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.212 2012/01/05 22:15:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/ChangeLog,v 1.213 2012/03/18 13:49:35 ssuominen Exp $
+
+  18 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> libgnome-2.32.1.ebuild:
+  Remove USE="esd" because media-sound/esd isn't in tree anymore.
 
 *libgnome-2.32.1-r1 (05 Jan 2012)
 






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

end of thread, other threads:[~2012-03-18 13:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-10 12:41 [gentoo-commits] gentoo-x86 commit in gnome-base/libgnome: libgnome-2.32.1.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-18 13:49 Samuli Suominen (ssuominen)
2011-04-10  8:36 Samuli Suominen (ssuominen)
2011-03-22 19:16 Brent Baude (ranger)
2011-03-21 21:12 Kacper Kowalik (xarthisius)
2011-03-12 16:18 Raul Porcel (armin76)
2011-02-24 19:19 Thomas Kahle (tomka)
2011-02-23 22:53 Markos Chandras (hwoarang)
2011-02-02 10:51 Pacho Ramos (pacho)

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