diff options
author | 2009-11-24 07:41:36 +0000 | |
---|---|---|
committer | 2009-11-24 07:41:36 +0000 | |
commit | 9f2c043ec202d3154374c9df255cb3311ba4e335 (patch) | |
tree | 036c31e44c45c158dfdcb40362e92985ad2588cb /dev-perl/DBD-SQLite | |
parent | Fixed some paths for tclxml and ds9.tcl (diff) | |
download | historical-9f2c043ec202d3154374c9df255cb3311ba4e335.tar.gz historical-9f2c043ec202d3154374c9df255cb3311ba4e335.tar.bz2 historical-9f2c043ec202d3154374c9df255cb3311ba4e335.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/DBD-SQLite')
-rw-r--r-- | dev-perl/DBD-SQLite/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/DBD-SQLite/DBD-SQLite-1.27.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/DBD-SQLite/ChangeLog b/dev-perl/DBD-SQLite/ChangeLog index e808b425f4c1..0bd9d99a3cdf 100644 --- a/dev-perl/DBD-SQLite/ChangeLog +++ b/dev-perl/DBD-SQLite/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/DBD-SQLite # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.69 2009/11/19 11:26:13 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.70 2009/11/24 07:40:51 robbat2 Exp $ + +*DBD-SQLite-1.27 (24 Nov 2009) + + 24 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +DBD-SQLite-1.27.ebuild: + Version bump via perl-bump experimental tool. 19 Nov 2009; Torsten Veller <tove@gentoo.org> DBD-SQLite-0.31-r1.ebuild: Fix SRC_URI diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.27.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.27.ebuild new file mode 100644 index 000000000000..55e029fd104a --- /dev/null +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.27.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 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.27.ebuild,v 1.1 2009/11/24 07:40:52 robbat2 Exp $ + +EAPI=2 + +MODULE_AUTHOR=ADAMK +inherit perl-module eutils + +DESCRIPTION="Self Contained RDBMS in a DBI Driver" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-perl/DBI-1.57 + !<dev-perl/DBD-SQLite-1" + +SRC_TEST="do" |