summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-12-08 02:13:42 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-12-08 02:13:42 +0000
commitc1fb545bbf516569f9756a42985e9e7d4a4f6978 (patch)
tree3865a75d8b11e355258541469dea5602ea077fc3 /dev-perl/DBI-Shell
parentVersion bump. (diff)
downloadgentoo-2-c1fb545bbf516569f9756a42985e9e7d4a4f6978.tar.gz
gentoo-2-c1fb545bbf516569f9756a42985e9e7d4a4f6978.tar.bz2
gentoo-2-c1fb545bbf516569f9756a42985e9e7d4a4f6978.zip
Version bump.
(Portage version: 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/ChangeLog10
-rw-r--r--dev-perl/DBI-Shell/DBI-Shell-11.95.ebuild20
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"