summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-09-13 18:46:50 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-09-13 18:46:50 +0000
commita1cca03224dfbc5650a6004a317645cb72255927 (patch)
treee30716cd890896bd7bace2615da106cd9c2a7292 /dev-db/libdbi
parentRemove old. (diff)
downloadgentoo-2-a1cca03224dfbc5650a6004a317645cb72255927.tar.gz
gentoo-2-a1cca03224dfbc5650a6004a317645cb72255927.tar.bz2
gentoo-2-a1cca03224dfbc5650a6004a317645cb72255927.zip
Drop older. Fix repoman warning on latest.
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/libdbi')
-rw-r--r--dev-db/libdbi/libdbi-0.8.1.ebuild32
-rw-r--r--dev-db/libdbi/libdbi-0.8.4.ebuild4
2 files changed, 2 insertions, 34 deletions
diff --git a/dev-db/libdbi/libdbi-0.8.1.ebuild b/dev-db/libdbi/libdbi-0.8.1.ebuild
deleted file mode 100644
index 91f09eec3c1e..000000000000
--- a/dev-db/libdbi/libdbi-0.8.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.1.ebuild,v 1.9 2012/04/25 16:21:15 jlec Exp $
-
-DESCRIPTION="libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl."
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://libdbi.sourceforge.net/"
-LICENSE="LGPL-2.1"
-RDEPEND=""
-DEPEND=">=sys-apps/sed-4
- ${RDEPEND}"
-PDEPEND=">=dev-db/libdbi-drivers-0.8.0"
-IUSE=""
-KEYWORDS="amd64 hppa ppc sparc x86"
-SLOT=0
-
-src_unpack() {
- unpack ${A}
- chown -R portage:portage "${S}"
-}
-
-src_compile() {
- # should append CFLAGS, not replace them
- sed -i.orig -e 's/^CFLAGS = /CFLAGS += /g' src/Makefile.in
- econf
- emake || die "emake failed"
-}
-
-src_install () {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS ChangeLog README README.osx TODO
-}
diff --git a/dev-db/libdbi/libdbi-0.8.4.ebuild b/dev-db/libdbi/libdbi-0.8.4.ebuild
index 6b0ec16a4f18..d11b669dc7ba 100644
--- a/dev-db/libdbi/libdbi-0.8.4.ebuild
+++ b/dev-db/libdbi/libdbi-0.8.4.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.5 2012/09/13 18:44:39 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.4.ebuild,v 1.6 2012/09/13 18:46:50 scarabeus Exp $
EAPI=4
inherit eutils autotools multilib
-DESCRIPTION="libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl."
+DESCRIPTION="libdbi is a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl."
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://libdbi.sourceforge.net/"
LICENSE="LGPL-2.1"