diff options
author | 2008-09-29 02:45:09 +0000 | |
---|---|---|
committer | 2008-09-29 02:45:09 +0000 | |
commit | ef39bf24c7018984d6f17c98060899fdcd286752 (patch) | |
tree | 660ee48dfb26866587e1feff7a1448ad008c5654 /dev-db/libdbi | |
parent | Version bump per bug #237991. Also fix bug #238514 for pkgconfig. (diff) | |
download | gentoo-2-ef39bf24c7018984d6f17c98060899fdcd286752.tar.gz gentoo-2-ef39bf24c7018984d6f17c98060899fdcd286752.tar.bz2 gentoo-2-ef39bf24c7018984d6f17c98060899fdcd286752.zip |
Clean up old ebuilds and repoman warnings.
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
Diffstat (limited to 'dev-db/libdbi')
-rw-r--r-- | dev-db/libdbi/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/libdbi/libdbi-0.7.2-r1.ebuild | 27 | ||||
-rw-r--r-- | dev-db/libdbi/libdbi-0.7.2.ebuild | 27 | ||||
-rw-r--r-- | dev-db/libdbi/libdbi-0.8.0.ebuild | 32 | ||||
-rw-r--r-- | dev-db/libdbi/libdbi-0.8.1.ebuild | 10 | ||||
-rw-r--r-- | dev-db/libdbi/libdbi-0.8.3.ebuild | 4 |
6 files changed, 13 insertions, 94 deletions
diff --git a/dev-db/libdbi/ChangeLog b/dev-db/libdbi/ChangeLog index ba6cc44c3af3..2c1037734d4a 100644 --- a/dev-db/libdbi/ChangeLog +++ b/dev-db/libdbi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-db/libdbi # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.20 2008/09/29 02:42:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/ChangeLog,v 1.21 2008/09/29 02:45:09 robbat2 Exp $ + + 29 Sep 2008; Robin H. Johnson <robbat2@gentoo.org> -libdbi-0.7.2.ebuild, + -libdbi-0.7.2-r1.ebuild, -libdbi-0.8.0.ebuild, libdbi-0.8.1.ebuild, + libdbi-0.8.3.ebuild: + Clean up old ebuilds and repoman warnings. *libdbi-0.8.3 (29 Sep 2008) diff --git a/dev-db/libdbi/libdbi-0.7.2-r1.ebuild b/dev-db/libdbi/libdbi-0.7.2-r1.ebuild deleted file mode 100644 index ba7e9b794f8d..000000000000 --- a/dev-db/libdbi/libdbi-0.7.2-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.7.2-r1.ebuild,v 1.4 2006/03/24 14:39:17 josejx 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://${PN}.sourceforge.net/" -LICENSE="LGPL-2.1" -RDEPEND="virtual/libc" -DEPEND=">=sys-apps/sed-4 - ${RDEPEND}" -PDEPEND="dev-db/libdbi-drivers" -IUSE="" -KEYWORDS="amd64 ppc x86" -SLOT=0 - -src_compile() { - # should append CFLAGS, not replace them - sed -i.orig -e 's/^CFLAGS = /CFLAGS += /g' src/Makefile.in - econf || die "econf failed" - emake || die "emake failed" -} - -src_install () { - emake install DESTDIR=${D} || die "make install failed" - dodoc AUTHORS ChangeLog COPYING README README.osx TODO -} diff --git a/dev-db/libdbi/libdbi-0.7.2.ebuild b/dev-db/libdbi/libdbi-0.7.2.ebuild deleted file mode 100644 index db943b64c34f..000000000000 --- a/dev-db/libdbi/libdbi-0.7.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.7.2.ebuild,v 1.7 2005/02/28 00:44:19 trapni 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://${PN}.sourceforge.net/" -LICENSE="LGPL-2.1" -DEPEND=" - >=sys-apps/sed-4" -RDEPEND="" -IUSE="" -KEYWORDS="~x86 ~ppc ~amd64" -SLOT=0 - -src_compile() { - # should append CFLAGS, not replace them - sed -i.orig -e 's/^CFLAGS = /CFLAGS += /g' src/Makefile.in - - econf || die - emake || die -} - -src_install () { - make install DESTDIR=${D} || die "make install failed" - dodoc AUTHORS ChangeLog COPYING README README.osx TODO -} diff --git a/dev-db/libdbi/libdbi-0.8.0.ebuild b/dev-db/libdbi/libdbi-0.8.0.ebuild deleted file mode 100644 index 00aaab5e1734..000000000000 --- a/dev-db/libdbi/libdbi-0.8.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.0.ebuild,v 1.3 2006/01/04 05:15:21 jer 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="virtual/libc" -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 || die "econf failed" - emake || die "emake failed" -} - -src_install () { - emake install DESTDIR=${D} || die "make install failed" - dodoc AUTHORS ChangeLog COPYING README README.osx TODO -} diff --git a/dev-db/libdbi/libdbi-0.8.1.ebuild b/dev-db/libdbi/libdbi-0.8.1.ebuild index f519e86573ea..3c8e4f561ec7 100644 --- a/dev-db/libdbi/libdbi-0.8.1.ebuild +++ b/dev-db/libdbi/libdbi-0.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.5 2007/06/20 07:43:03 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.1.ebuild,v 1.6 2008/09/29 02:45:09 robbat2 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" @@ -16,7 +16,7 @@ SLOT=0 src_unpack() { unpack ${A} - chown -R portage:portage ${S} + chown -R portage:portage "${S}" } src_compile() { @@ -27,6 +27,6 @@ src_compile() { } src_install () { - emake install DESTDIR=${D} || die "make install failed" - dodoc AUTHORS ChangeLog COPYING README README.osx TODO + emake install DESTDIR="${D}" || die "emake install failed" + dodoc AUTHORS ChangeLog README README.osx TODO } diff --git a/dev-db/libdbi/libdbi-0.8.3.ebuild b/dev-db/libdbi/libdbi-0.8.3.ebuild index a160d199bb51..8909b02c3093 100644 --- a/dev-db/libdbi/libdbi-0.8.3.ebuild +++ b/dev-db/libdbi/libdbi-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.1 2008/09/29 02:42:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.3.ebuild,v 1.2 2008/09/29 02:45:09 robbat2 Exp $ inherit eutils autotools multilib @@ -22,7 +22,7 @@ src_unpack() { chown -R portage:portage "${S}" cd "${S}" epatch "${FILESDIR}"/libdbi-0.8.1-pkg-config.patch - cp -f "${FILESDIR}"/dbi.pc.in ${S}/dbi.pc.in + cp -f "${FILESDIR}"/dbi.pc.in "${S}"/dbi.pc.in # configure.in has been changed eautoreconf || die "eautoreconf failed" |