diff options
Diffstat (limited to 'dev-libs/qof')
-rw-r--r-- | dev-libs/qof/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/qof/qof-0.7.5.ebuild | 43 |
2 files changed, 4 insertions, 44 deletions
diff --git a/dev-libs/qof/ChangeLog b/dev-libs/qof/ChangeLog index 74211a3ab1b1..9b9fd6710270 100644 --- a/dev-libs/qof/ChangeLog +++ b/dev-libs/qof/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/qof # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.28 2010/01/30 18:16:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/ChangeLog,v 1.29 2010/02/01 08:58:23 fauli Exp $ + + 01 Feb 2010; Christian Faulhammer <fauli@gentoo.org> -qof-0.7.5.ebuild: + clean up 30 Jan 2010; Raúl Porcel <armin76@gentoo.org> qof-0.7.5-r1.ebuild: sparc stable wrt #299604 diff --git a/dev-libs/qof/qof-0.7.5.ebuild b/dev-libs/qof/qof-0.7.5.ebuild deleted file mode 100644 index 2a0a131cfe6e..000000000000 --- a/dev-libs/qof/qof-0.7.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2009 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.9 2009/06/09 18:38:56 fauli Exp $ - -EAPI=1 - -inherit eutils - -DESCRIPTION="A Query Object Framework" -HOMEPAGE="http://qof.alioth.debian.org/" -SRC_URI="mirror://sourceforge/qof/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" - -KEYWORDS="amd64 ~ppc ~ppc64 sparc x86" - -IUSE="doc nls sqlite" - -# Raise dependency to gnome-extra/libgda-3* once it is stable -RDEPEND="gnome-extra/libgda:1 - dev-libs/libxml2 - sqlite? ( =dev-db/sqlite-2* )" -DEPEND="${DEPEND} - dev-util/pkgconfig - !dev-libs/qof:2 - doc? ( app-doc/doxygen )" - -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 -} |