diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-11 01:32:49 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-11 01:32:49 +0000 |
commit | c5dfdb1c63c2e2421ded1bc8fc3daf49e79e5265 (patch) | |
tree | 41be7e5c18bd145401169efb8ea88f809586c03b /dev-perl/DBD-SQLite | |
parent | Fix date on XCB mask. (diff) | |
download | gentoo-2-c5dfdb1c63c2e2421ded1bc8fc3daf49e79e5265.tar.gz gentoo-2-c5dfdb1c63c2e2421ded1bc8fc3daf49e79e5265.tar.bz2 gentoo-2-c5dfdb1c63c2e2421ded1bc8fc3daf49e79e5265.zip |
Returning it from the attic until vultureng can be updated. thanks Mr.Bones.
(Portage version: 2.1.2_pre1)
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-0.31.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/DBD-SQLite/files/digest-DBD-SQLite-0.31 | 3 |
3 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/DBD-SQLite/ChangeLog b/dev-perl/DBD-SQLite/ChangeLog index 1c367f1bd5f8..88411dfd9e13 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.44 2006/10/09 13:56:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.45 2006/10/11 01:32:49 mcummings Exp $ + + 11 Oct 2006; Michael Cummings <mcummings@gentoo.org> + +DBD-SQLite-0.31.ebuild: + Returning it from the attic until vultureng can be updated. thanks Mr.Bones. 09 Oct 2006; Michael Cummings <mcummings@gentoo.org> -DBD-SQLite-0.31.ebuild, DBD-SQLite-1.07.ebuild, DBD-SQLite-1.08.ebuild, diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-0.31.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-0.31.ebuild new file mode 100644 index 000000000000..8f83ed452f9b --- /dev/null +++ b/dev-perl/DBD-SQLite/DBD-SQLite-0.31.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-0.31.ebuild,v 1.11 2006/10/11 01:32:49 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Self Contained RDBMS in a DBI Driver" +HOMEPAGE="http://search.cpan.org/~msergeant/${P}/" +SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="x86 sparc ~ppc" +IUSE="" +SRC_TEST="do" + +DEPEND="dev-perl/DBI + dev-lang/perl" diff --git a/dev-perl/DBD-SQLite/files/digest-DBD-SQLite-0.31 b/dev-perl/DBD-SQLite/files/digest-DBD-SQLite-0.31 new file mode 100644 index 000000000000..95237583a42c --- /dev/null +++ b/dev-perl/DBD-SQLite/files/digest-DBD-SQLite-0.31 @@ -0,0 +1,3 @@ +MD5 4aa99c39104b7cd39129aec548e7d3e4 DBD-SQLite-0.31.tar.gz 357902 +RMD160 283b4513727394fb8001ca4b4c41e017317b391c DBD-SQLite-0.31.tar.gz 357902 +SHA256 d7317b19464b92e60949b8b7aebbaf6d9a0fc1ee32c77f687cda79db430dc4d5 DBD-SQLite-0.31.tar.gz 357902 |