summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-09-15 18:03:39 +0000
committerTorsten Veller <tove@gentoo.org>2008-09-15 18:03:39 +0000
commitc5bc22d8270fc11c75e54b85ea40a5af5c902a16 (patch)
tree53840e928ab5134a5684486679cb4aeb6002c759 /dev-perl/BerkeleyDB
parentKeyworded ~ppc. Closes #237590 (diff)
downloadhistorical-c5bc22d8270fc11c75e54b85ea40a5af5c902a16.tar.gz
historical-c5bc22d8270fc11c75e54b85ea40a5af5c902a16.tar.bz2
historical-c5bc22d8270fc11c75e54b85ea40a5af5c902a16.zip
Cleanup
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-perl/BerkeleyDB')
-rw-r--r--dev-perl/BerkeleyDB/BerkeleyDB-0.27.ebuild31
-rw-r--r--dev-perl/BerkeleyDB/BerkeleyDB-0.29.ebuild31
-rw-r--r--dev-perl/BerkeleyDB/BerkeleyDB-0.30.ebuild31
-rw-r--r--dev-perl/BerkeleyDB/ChangeLog6
4 files changed, 5 insertions, 94 deletions
diff --git a/dev-perl/BerkeleyDB/BerkeleyDB-0.27.ebuild b/dev-perl/BerkeleyDB/BerkeleyDB-0.27.ebuild
deleted file mode 100644
index cf5a2cbd3d4e..000000000000
--- a/dev-perl/BerkeleyDB/BerkeleyDB-0.27.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/BerkeleyDB/BerkeleyDB-0.27.ebuild,v 1.11 2007/07/09 13:29:34 mcummings Exp $
-
-inherit perl-module eutils db-use
-
-DESCRIPTION="This module provides Berkeley DB interface for Perl."
-HOMEPAGE="http://search.cpan.org/~pmqs/BerkeleyDB-0.27"
-SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-SRC_TEST="do"
-
-# Install DB_File if you want older support. BerkleyDB no longer
-# supports less than 2.0.
-
-DEPEND=">=sys-libs/db-2.0
- dev-lang/perl"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/Gentoo-config-0.26.diff
- # on Gentoo/FreeBSD we cannot trust on the symlink /usr/include/db.h
- # as for Gentoo/Linux, so we need to esplicitely declare the exact berkdb
- # include path
- sed -i -e "s:/usr/include:$(db_includedir):" config.in || die "berkdb include directory"
-}
diff --git a/dev-perl/BerkeleyDB/BerkeleyDB-0.29.ebuild b/dev-perl/BerkeleyDB/BerkeleyDB-0.29.ebuild
deleted file mode 100644
index 5c1062434f2d..000000000000
--- a/dev-perl/BerkeleyDB/BerkeleyDB-0.29.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/BerkeleyDB/BerkeleyDB-0.29.ebuild,v 1.8 2007/07/09 13:29:34 mcummings Exp $
-
-inherit perl-module eutils db-use
-
-DESCRIPTION="This module provides Berkeley DB interface for Perl."
-HOMEPAGE="http://search.cpan.org/~pmqs/BerkeleyDB-0.27"
-SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc ~x86"
-IUSE=""
-SRC_TEST="do"
-
-# Install DB_File if you want older support. BerkleyDB no longer
-# supports less than 2.0.
-
-DEPEND=">=sys-libs/db-2.0
- dev-lang/perl"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/Gentoo-config-0.26.diff
- # on Gentoo/FreeBSD we cannot trust on the symlink /usr/include/db.h
- # as for Gentoo/Linux, so we need to esplicitely declare the exact berkdb
- # include path
- sed -i -e "s:/usr/include:$(db_includedir):" config.in || die "berkdb include directory"
-}
diff --git a/dev-perl/BerkeleyDB/BerkeleyDB-0.30.ebuild b/dev-perl/BerkeleyDB/BerkeleyDB-0.30.ebuild
deleted file mode 100644
index 11dcdb7779c3..000000000000
--- a/dev-perl/BerkeleyDB/BerkeleyDB-0.30.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/BerkeleyDB/BerkeleyDB-0.30.ebuild,v 1.7 2007/07/09 13:29:34 mcummings Exp $
-
-inherit perl-module eutils db-use
-
-DESCRIPTION="This module provides Berkeley DB interface for Perl."
-HOMEPAGE="http://search.cpan.org/~pmqs/BerkeleyDB"
-SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ppc ~ppc64 sparc ~x86"
-IUSE=""
-SRC_TEST="do"
-
-# Install DB_File if you want older support. BerkleyDB no longer
-# supports less than 2.0.
-
-DEPEND=">=sys-libs/db-2.0
- dev-lang/perl"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/Gentoo-config-0.26.diff
- # on Gentoo/FreeBSD we cannot trust on the symlink /usr/include/db.h
- # as for Gentoo/Linux, so we need to esplicitely declare the exact berkdb
- # include path
- sed -i -e "s:/usr/include:$(db_includedir):" config.in || die "berkdb include directory"
-}
diff --git a/dev-perl/BerkeleyDB/ChangeLog b/dev-perl/BerkeleyDB/ChangeLog
index 0ec1c4c43f96..896f80363588 100644
--- a/dev-perl/BerkeleyDB/ChangeLog
+++ b/dev-perl/BerkeleyDB/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/BerkeleyDB
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/BerkeleyDB/ChangeLog,v 1.49 2008/06/13 16:38:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/BerkeleyDB/ChangeLog,v 1.50 2008/09/15 17:48:41 tove Exp $
+
+ 15 Sep 2008; Torsten Veller <tove@gentoo.org> -BerkeleyDB-0.27.ebuild,
+ -BerkeleyDB-0.29.ebuild, -BerkeleyDB-0.30.ebuild:
+ Cleanup
13 Jun 2008; Raúl Porcel <armin76@gentoo.org> BerkeleyDB-0.34.ebuild:
alpha/ia64/sparc/x86 stable