public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/qof: qof-0.7.4.ebuild ChangeLog
@ 2008-01-30 12:09 Christian Faulhammer (opfer)
  0 siblings, 0 replies; only message in thread
From: Christian Faulhammer (opfer) @ 2008-01-30 12:09 UTC (permalink / raw
  To: gentoo-commits

opfer       08/01/30 12:09:52

  Modified:             qof-0.7.4.ebuild ChangeLog
  Log:
  add sqlite, doc and nls USE flags; rework the patch so really all unnecessary CFLAGS are removed; prevent auto-detection of some programs
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.2                  dev-libs/qof/qof-0.7.4.ebuild

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

Index: qof-0.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.7.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qof-0.7.4.ebuild	30 Jan 2008 11:51:06 -0000	1.1
+++ qof-0.7.4.ebuild	30 Jan 2008 12:09:51 -0000	1.2
@@ -1,6 +1,6 @@
- # Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.7.4.ebuild,v 1.1 2008/01/30 11:51:06 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.7.4.ebuild,v 1.2 2008/01/30 12:09:51 opfer Exp $
 
 inherit eutils
 
@@ -13,20 +13,24 @@
 
 KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
 
-IUSE=""
+IUSE="doc nls sqlite"
 
+# Raise dependency to gnome-extra/libgda-3* once it is unmasked
 DEPEND="gnome-extra/libgda
-	=dev-db/sqlite-2*"
+	dev-libs/libxml2
+	sqlite? ( =dev-db/sqlite-2* )
+	doc? ( app-doc/doxygen )"
 RDEPEND="${DEPEND}"
 
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
+	# Upstream not willing to remove those stupid flags...
 	epatch "${FILESDIR}/${P}-remove_spurious_CFLAGS.patch"
 }
 
 src_compile() {
-	econf || die
+	econf $(use_enable doc html-docs) --disable-error-on-warning $(use_enable nls) $(use_enable sqlite) $(use_enable doc doxygen) --disable-dot || die
 	emake -j1 || die
 }
 



1.13                 dev-libs/qof/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/qof/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	30 Jan 2008 11:51:06 -0000	1.12
+++ ChangeLog	30 Jan 2008 12:09:51 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/qof
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.12 2008/01/30 11:51:06 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.13 2008/01/30 12:09:51 opfer Exp $
+
+  30 Jan 2008; Christian Faulhammer <opfer@gentoo.org>
+  files/qof-0.7.4-remove_spurious_CFLAGS.patch, qof-0.7.4.ebuild:
+  add sqlite, doc and nls USE flags; rework the patch so really all
+  unnecessary CFLAGS are removed; prevent auto-detection of some programs
 
 *qof-0.7.4 (30 Jan 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-01-30 12:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-30 12:09 [gentoo-commits] gentoo-x86 commit in dev-libs/qof: qof-0.7.4.ebuild ChangeLog Christian Faulhammer (opfer)

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