diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-08 02:43:05 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-08 02:43:05 +0000 |
commit | c87ad59dcaa7a2176881f7dce9ac073f4448b322 (patch) | |
tree | 156cc2b5fa520ad4e463659cb2f73f029cc74a69 /dev-perl/DBI-Shell | |
parent | Removing wltjr as a maintainer since he was retired. (diff) | |
download | historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.gz historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.bz2 historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.zip |
Version bump.
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64
Diffstat (limited to 'dev-perl/DBI-Shell')
-rw-r--r-- | dev-perl/DBI-Shell/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/DBI-Shell/DBI-Shell-11.95.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/DBI-Shell/ChangeLog b/dev-perl/DBI-Shell/ChangeLog index bc73007a0526..83266317405a 100644 --- a/dev-perl/DBI-Shell/ChangeLog +++ b/dev-perl/DBI-Shell/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/DBI-Shell -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI-Shell/ChangeLog,v 1.12 2007/01/15 17:21:13 mcummings Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI-Shell/ChangeLog,v 1.13 2008/12/08 02:13:42 robbat2 Exp $ + +*DBI-Shell-11.95 (08 Dec 2008) + + 08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> + +DBI-Shell-11.95.ebuild: + Version bump. 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> DBI-Shell-11.93.ebuild: diff --git a/dev-perl/DBI-Shell/DBI-Shell-11.95.ebuild b/dev-perl/DBI-Shell/DBI-Shell-11.95.ebuild new file mode 100644 index 000000000000..350375510007 --- /dev/null +++ b/dev-perl/DBI-Shell/DBI-Shell-11.95.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI-Shell/DBI-Shell-11.95.ebuild,v 1.1 2008/12/08 02:13:42 robbat2 Exp $ + +inherit perl-module + +DESCRIPTION="Interactive command shell for the DBI" +HOMEPAGE="http://search.cpan.org/~tlowery/" +SRC_URI="mirror://cpan/authors/id/T/TL/TLOWERY/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-perl/IO-Tee + dev-perl/text-reform + dev-lang/perl" |