public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/qof: ChangeLog qof-0.8.1.ebuild qof-0.8.0.ebuild
@ 2010-01-04 13:31 Christian Faulhammer (fauli)
  0 siblings, 0 replies; only message in thread
From: Christian Faulhammer (fauli) @ 2010-01-04 13:31 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/04 13:31:30

  Modified:             ChangeLog
  Added:                qof-0.8.1.ebuild
  Removed:              qof-0.8.0.ebuild
  Log:
  version bump
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.25                 dev-libs/qof/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	9 Jun 2009 18:38:56 -0000	1.24
+++ ChangeLog	4 Jan 2010 13:31:29 -0000	1.25
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/qof
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.24 2009/06/09 18:38:56 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.25 2010/01/04 13:31:29 fauli Exp $
+
+*qof-0.8.1 (04 Jan 2010)
+
+  04 Jan 2010; Christian Faulhammer <fauli@gentoo.org> -qof-0.8.0.ebuild,
+  +qof-0.8.1.ebuild:
+  version bump
 
 *qof-0.8.0 (09 Jun 2009)
 



1.1                  dev-libs/qof/qof-0.8.1.ebuild

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

Index: qof-0.8.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.8.1.ebuild,v 1.1 2010/01/04 13:31:29 fauli Exp $

EAPI=2

inherit eutils

DESCRIPTION="A Query Object Framework"
HOMEPAGE="http://qof.alioth.debian.org/"
SRC_URI="https://alioth.debian.org/frs/download.php/3059/${P}.tar.gz"
LICENSE="GPL-2"

SLOT="2"

KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"

IUSE="doc nls"

RDEPEND="gnome-extra/libgda:3
	dev-libs/libxml2
	>=dev-db/sqlite-2.8.0:0"
DEPEND="${DEPEND}
	dev-util/pkgconfig
	!dev-libs/qof:0
	doc? ( app-doc/doxygen
		dev-texlive/texlive-latex )"

src_prepare() {
	# Upstream not willing to remove those stupid flags...
	epatch "${FILESDIR}/${PN}-0.8.0-remove_spurious_CFLAGS.patch"
}

src_configure() {
	econf $(use_enable doc html-docs) --disable-error-on-warning \
		$(use_enable nls) --enable-sqlite  $(use_enable doc doxygen) \
		$(use_enable doc latex-docs) --enable-gdabackend --enable-gdasql \
		--disable-deprecated-glib --disable-dot \
		|| die
}
src_compile() {
	emake -j1 || die
}

src_install() {
	emake -j1 DESTDIR="${D}" install || die
}






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

only message in thread, other threads:[~2010-01-04 13:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-04 13:31 [gentoo-commits] gentoo-x86 commit in dev-libs/qof: ChangeLog qof-0.8.1.ebuild qof-0.8.0.ebuild Christian Faulhammer (fauli)

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