summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-02-01 08:58:23 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-02-01 08:58:23 +0000
commit4b2d2202b5168415ca1c881b23042f6f40417bd8 (patch)
treef8d3ac09f94950bf38fa322b074d6c6a91eb4d8c /dev-libs/qof
parentBug #299258: version bump. (diff)
downloadgentoo-2-4b2d2202b5168415ca1c881b23042f6f40417bd8.tar.gz
gentoo-2-4b2d2202b5168415ca1c881b23042f6f40417bd8.tar.bz2
gentoo-2-4b2d2202b5168415ca1c881b23042f6f40417bd8.zip
clean up
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'dev-libs/qof')
-rw-r--r--dev-libs/qof/ChangeLog5
-rw-r--r--dev-libs/qof/qof-0.7.5.ebuild43
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
-}