summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/qof/qof-0.7.2.ebuild')
-rw-r--r--dev-libs/qof/qof-0.7.2.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-libs/qof/qof-0.7.2.ebuild b/dev-libs/qof/qof-0.7.2.ebuild
deleted file mode 100644
index 8d11f79d55cb..000000000000
--- a/dev-libs/qof/qof-0.7.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
- # Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qof/qof-0.7.2.ebuild,v 1.11 2008/01/10 21:38:07 fmccor 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=""
-
-DEPEND="gnome-extra/libgda"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-remove_spurious_CFLAGS.patch"
-}
-
-src_compile() {
- econf || die
- emake -j1 || die
-}
-
-src_install() {
- emake -j1 DESTDIR="${D}" install || die
-}