From 4578a80ddb75c68124c976d1b71b90b879291d35 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Fri, 8 Feb 2008 19:33:03 +0000 Subject: version bump and clean up (Portage version: 2.1.3.19) --- dev-libs/qof/ChangeLog | 8 +++++++- dev-libs/qof/qof-0.7.4.ebuild | 39 --------------------------------------- dev-libs/qof/qof-0.7.5.ebuild | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 40 deletions(-) delete mode 100644 dev-libs/qof/qof-0.7.4.ebuild create mode 100644 dev-libs/qof/qof-0.7.5.ebuild (limited to 'dev-libs/qof') diff --git a/dev-libs/qof/ChangeLog b/dev-libs/qof/ChangeLog index c4d7a14a7148..4a10a0d3807b 100644 --- a/dev-libs/qof/ChangeLog +++ b/dev-libs/qof/ChangeLog @@ -1,6 +1,12 @@ # 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.13 2008/01/30 12:09:51 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.14 2008/02/08 19:33:03 opfer Exp $ + +*qof-0.7.5 (08 Feb 2008) + + 08 Feb 2008; Christian Faulhammer -qof-0.7.4.ebuild, + +qof-0.7.5.ebuild: + version bump and clean up 30 Jan 2008; Christian Faulhammer files/qof-0.7.4-remove_spurious_CFLAGS.patch, qof-0.7.4.ebuild: diff --git a/dev-libs/qof/qof-0.7.4.ebuild b/dev-libs/qof/qof-0.7.4.ebuild deleted file mode 100644 index e997456c0321..000000000000 --- a/dev-libs/qof/qof-0.7.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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.2 2008/01/30 12:09:51 opfer Exp $ - -inherit eutils - -DESCRIPTION="A Query Object Framework" -HOMEPAGE="http://qof.sourceforge.net/" -SRC_URI="mirror://sourceforge/qof/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" - -KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" - -IUSE="doc nls sqlite" - -# Raise dependency to gnome-extra/libgda-3* once it is unmasked -DEPEND="gnome-extra/libgda - 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 $(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 -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die -} diff --git a/dev-libs/qof/qof-0.7.5.ebuild b/dev-libs/qof/qof-0.7.5.ebuild new file mode 100644 index 000000000000..ac635031b881 --- /dev/null +++ b/dev-libs/qof/qof-0.7.5.ebuild @@ -0,0 +1,39 @@ +# 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.5.ebuild,v 1.1 2008/02/08 19:33:03 opfer Exp $ + +inherit eutils + +DESCRIPTION="A Query Object Framework" +HOMEPAGE="http://qof.sourceforge.net/" +SRC_URI="mirror://sourceforge/qof/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" + +IUSE="doc nls sqlite" + +# Raise dependency to gnome-extra/libgda-3* once it is unmasked +DEPEND="gnome-extra/libgda + 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}/${PN}-0.7.4-remove_spurious_CFLAGS.patch" +} + +src_compile() { + 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 +} + +src_install() { + emake -j1 DESTDIR="${D}" install || die +} -- cgit v1.2.3-65-gdbad