public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-2.6.8.ebuild glade-2.12.1.ebuild
@ 2007-09-16 22:15 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2007-09-16 22:15 UTC (permalink / raw
  To: gentoo-commits

eva         07/09/16 22:15:39

  Modified:             ChangeLog glade-2.6.8.ebuild glade-2.12.1.ebuild
  Log:
  change gnomedb USE to libgda
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.79                 dev-util/glade/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	11 Aug 2007 15:05:47 -0000	1.78
+++ ChangeLog	16 Sep 2007 22:15:39 -0000	1.79
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/glade
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.78 2007/08/11 15:05:47 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.79 2007/09/16 22:15:39 eva Exp $
+
+  16 Sep 2007; Gilles Dartiguelongue <eva@gentoo.org> glade-2.6.8.ebuild,
+  glade-2.12.1.ebuild:
+  changed gnomedb USE to libgda
 
   11 Aug 2007; Andrej Kacian <ticho@gentoo.org> glade-3.2.2.ebuild:
   Stable on x86, bug #185823.



1.12                 dev-util/glade/glade-2.6.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.6.8.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.6.8.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.6.8.ebuild?r1=1.11&r2=1.12

Index: glade-2.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-2.6.8.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- glade-2.6.8.ebuild	24 Jun 2007 09:15:27 -0000	1.11
+++ glade-2.6.8.ebuild	16 Sep 2007 22:15:39 -0000	1.12
@@ -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/dev-util/glade/glade-2.6.8.ebuild,v 1.11 2007/06/24 09:15:27 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-2.6.8.ebuild,v 1.12 2007/09/16 22:15:39 eva Exp $
 
 inherit eutils gnome2
 
@@ -10,14 +10,14 @@
 LICENSE="GPL-2"
 SLOT="2"
 KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-IUSE="gnome gnomedb"
+IUSE="gnome libgda"
 
 RDEPEND=">=x11-libs/gtk+-2.4
 	>=dev-libs/libxml2-2.4.1
 	gnome? ( >=gnome-base/libgnomeui-2.6.0
 		>=gnome-base/libgnomecanvas-2.0.0
 		>=gnome-base/libbonoboui-2.0.0 )
-	gnomedb? ( =gnome-extra/libgnomedb-1*
+	libgda? ( =gnome-extra/libgnomedb-1*
 			=gnome-extra/libgda-1* )"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
@@ -25,18 +25,20 @@
 	>=app-text/scrollkeeper-0.3.10
 	>=dev-util/intltool-0.30"
 
+DOCS="AUTHORS FAQ INSTALL NEWS README TODO"
+USE_DESTDIR="1"
+
 src_unpack() {
-	unpack ${A}
-	# this patch fixes potential potential issues
+	gnome2_src_unpack
+
+	# this patch fixes potential issues
 	# with scrollkeeper. speeds up unnecessary scroll generation
-	cd ${S}
 	epatch ${FILESDIR}/${PN}-2.0.0-scrollkeeper.patch
 }
 
-G2CONF="${G2CONF} `use_enable gnome` `use_enable gnomedb gnome-db`"
-
-DOCS="AUTHORS FAQ INSTALL NEWS README TODO"
-USE_DESTDIR="1"
+pkg_config() {
+	G2CONF="${G2CONF} $(use_enable gnome) $(use_enable libgda gnome-db)"
+}
 
 src_install() {
 



1.10                 dev-util/glade/glade-2.12.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.12.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.12.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-2.12.1.ebuild?r1=1.9&r2=1.10

Index: glade-2.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-2.12.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- glade-2.12.1.ebuild	12 Jul 2007 01:05:42 -0000	1.9
+++ glade-2.12.1.ebuild	16 Sep 2007 22:15:39 -0000	1.10
@@ -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/dev-util/glade/glade-2.12.1.ebuild,v 1.9 2007/07/12 01:05:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-2.12.1.ebuild,v 1.10 2007/09/16 22:15:39 eva Exp $
 
 inherit gnome2
 
@@ -11,7 +11,7 @@
 SLOT="2"
 KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
 IUSE="accessibility gnome"
-# gnomedb
+# libgda
 
 RDEPEND=">=dev-libs/libxml2-2.4.1
 	>=x11-libs/gtk+-2.8
@@ -20,7 +20,7 @@
 		>=gnome-base/libgnomecanvas-2
 		>=gnome-base/libbonoboui-2
 		accessibility? ( gnome-extra/libgail-gnome ) )"
-#	gnomedb? (
+#	libgda? (
 #		=gnome-extra/libgnomedb-1*
 #		=gnome-extra/libgda-1* )"
 
@@ -35,10 +35,5 @@
 
 pkg_setup() {
 	G2CONF="$(use_enable gnome)"
-	#	$(use_enable gnomedb gnome-db)"
-}
-
-src_unpack() {
-	unpack ${A}
-	gnome2_omf_fix
+	#	$(use_enable libgda gnome-db)"
 }



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-16 22:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-16 22:15 [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-2.6.8.ebuild glade-2.12.1.ebuild 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