public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.18.2.ebuild
@ 2007-09-21 17:59 Remi Cardona (remi)
  0 siblings, 0 replies; 2+ messages in thread
From: Remi Cardona (remi) @ 2007-09-21 17:59 UTC (permalink / raw
  To: gentoo-commits

remi        07/09/21 17:59:26

  Modified:             pango-1.18.2.ebuild
  Log:
  Add pango-1.18.2 (for Gnome 2.20)
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.2                  x11-libs/pango/pango-1.18.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild?r1=1.1&r2=1.2

Index: pango-1.18.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pango-1.18.2.ebuild	21 Sep 2007 17:17:31 -0000	1.1
+++ pango-1.18.2.ebuild	21 Sep 2007 17:59:26 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild,v 1.1 2007/09/21 17:17:31 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild,v 1.2 2007/09/21 17:59:26 remi Exp $
 
 inherit eutils gnome2 multilib
 
@@ -10,7 +10,7 @@
 LICENSE="LGPL-2 FTL"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc debug"
+IUSE="doc"
 
 RDEPEND="x11-libs/libXrender
 	x11-libs/libX11
@@ -47,7 +47,8 @@
 }
 
 pkg_setup() {
-	G2CONF="`use_enable debug`"
+	# Passing --disable-debug is not recommended for production use
+	use debug && G2CONF="${G2CONF} --enable-debug=yes"
 	gnome2_pkg_setup
 }
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.18.2.ebuild
@ 2007-09-22 10:10 Mart Raudsepp (leio)
  0 siblings, 0 replies; 2+ messages in thread
From: Mart Raudsepp (leio) @ 2007-09-22 10:10 UTC (permalink / raw
  To: gentoo-commits

leio        07/09/22 10:10:23

  Modified:             pango-1.18.2.ebuild
  Log:
  Remove the pkg_setup block - gnome2.eclass takes good care of it for us, including not passing --disable debug but letting the default --enable-debug=minimal happen automatically without USE=debug. This also gets rid of non-existent gnome2_pkg_setup call
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.3                  x11-libs/pango/pango-1.18.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild?r1=1.2&r2=1.3

Index: pango-1.18.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pango-1.18.2.ebuild	21 Sep 2007 17:59:26 -0000	1.2
+++ pango-1.18.2.ebuild	22 Sep 2007 10:10:23 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild,v 1.2 2007/09/21 17:59:26 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.18.2.ebuild,v 1.3 2007/09/22 10:10:23 leio Exp $
 
 inherit eutils gnome2 multilib
 
@@ -46,12 +46,6 @@
 	epunt_cxx
 }
 
-pkg_setup() {
-	# Passing --disable-debug is not recommended for production use
-	use debug && G2CONF="${G2CONF} --enable-debug=yes"
-	gnome2_pkg_setup
-}
-
 src_install() {
 	gnome2_src_install
 	rm ${D}/etc/pango/pango.modules



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-09-22 10:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-21 17:59 [gentoo-commits] gentoo-x86 commit in x11-libs/pango: pango-1.18.2.ebuild Remi Cardona (remi)
  -- strict thread matches above, loose matches on Subject: below --
2007-09-22 10:10 Mart Raudsepp (leio)

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