diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-30 12:19:23 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-30 12:19:23 +0000 |
commit | 3a204c654be545fb551b4fce311754b2c6895403 (patch) | |
tree | 5f816639a5a239e40729dc5c8621a8824085f79e /dev-perl/DBD-SQLite | |
parent | Cleanup (diff) | |
download | gentoo-2-3a204c654be545fb551b4fce311754b2c6895403.tar.gz gentoo-2-3a204c654be545fb551b4fce311754b2c6895403.tar.bz2 gentoo-2-3a204c654be545fb551b4fce311754b2c6895403.zip |
Cleanup
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/DBD-SQLite')
-rw-r--r-- | dev-perl/DBD-SQLite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DBD-SQLite/DBD-SQLite-1.12.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/DBD-SQLite/DBD-SQLite-1.13.ebuild | 21 |
3 files changed, 5 insertions, 41 deletions
diff --git a/dev-perl/DBD-SQLite/ChangeLog b/dev-perl/DBD-SQLite/ChangeLog index 281af35d4de8..9faec7c18516 100644 --- a/dev-perl/DBD-SQLite/ChangeLog +++ b/dev-perl/DBD-SQLite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DBD-SQLite # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.66 2008/06/07 09:50:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.67 2008/09/30 12:19:23 tove Exp $ + + 30 Sep 2008; Torsten Veller <tove@gentoo.org> -DBD-SQLite-1.12.ebuild, + -DBD-SQLite-1.13.ebuild: + Cleanup 07 Jun 2008; Alexis Ballier <aballier@gentoo.org> DBD-SQLite-1.14.ebuild: keyword ~sparc-fbsd diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.12.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.12.ebuild deleted file mode 100644 index 68b5d46d73b4..000000000000 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.12.ebuild +++ /dev/null @@ -1,19 +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/DBD-SQLite/DBD-SQLite-1.12.ebuild,v 1.10 2007/08/14 12:28:51 ian Exp $ - -inherit perl-module eutils - -DESCRIPTION="Self Contained RDBMS in a DBI Driver" -HOMEPAGE="http://search.cpan.org/~msergeant/${P}/" -SRC_URI="mirror://cpan/authors/id/M/MS/MSERGEANT/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc ~x86" -IUSE="" -SRC_TEST="do" - -DEPEND=">=dev-perl/DBI-1.42 - !<dev-perl/DBD-SQLite-1 - dev-lang/perl" diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.13.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.13.ebuild deleted file mode 100644 index 9345d81df9b9..000000000000 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.13.ebuild +++ /dev/null @@ -1,21 +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/DBD-SQLite/DBD-SQLite-1.13.ebuild,v 1.10 2007/04/15 20:39:24 corsair Exp $ - -inherit perl-module eutils - -DESCRIPTION="Self Contained RDBMS in a DBI Driver" -HOMEPAGE="http://search.cpan.org/~msergeant/${P}/" -SRC_URI="mirror://cpan/authors/id/M/MS/MSERGEANT/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" -IUSE="" -SRC_TEST="do" - -DEPEND=">=dev-perl/DBI-1.42 - !<dev-perl/DBD-SQLite-1 - dev-lang/perl" - -myconf="USE_LOCAL_SQLITE=1" |