diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-07-24 13:59:57 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-07-24 13:59:57 +0000 |
commit | dc3d481bc5c140c03e8882324059c561c6a41c92 (patch) | |
tree | 718d911324a070aa3bf9d6646f20211645ae8bc7 /dev-perl/DBI-Shell | |
parent | Dep for DBI::Shell (diff) | |
download | historical-dc3d481bc5c140c03e8882324059c561c6a41c92.tar.gz historical-dc3d481bc5c140c03e8882324059c561c6a41c92.tar.bz2 historical-dc3d481bc5c140c03e8882324059c561c6a41c92.zip |
Source for dbish
Package-Manager: portage-2.0.51.22-r1
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.93.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/DBI-Shell/Manifest | 10 | ||||
-rw-r--r-- | dev-perl/DBI-Shell/files/digest-DBI-Shell-11.93 | 1 | ||||
-rw-r--r-- | dev-perl/DBI-Shell/metadata.xml | 11 |
5 files changed, 51 insertions, 0 deletions
diff --git a/dev-perl/DBI-Shell/ChangeLog b/dev-perl/DBI-Shell/ChangeLog new file mode 100644 index 000000000000..8fe8cf38ed13 --- /dev/null +++ b/dev-perl/DBI-Shell/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/DBI-Shell +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI-Shell/ChangeLog,v 1.1 2005/07/24 13:59:57 mcummings Exp $ + +*DBI-Shell-11.93 (24 Jul 2005) + + 24 Jul 2005; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +DBI-Shell-11.93.ebuild: + Source for dbish + diff --git a/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild b/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild new file mode 100644 index 000000000000..4c6beb1af3f0 --- /dev/null +++ b/dev-perl/DBI-Shell/DBI-Shell-11.93.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 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.93.ebuild,v 1.1 2005/07/24 13:59:57 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Interactive command shell for the DBI" +HOMEPAGE="http://search.cpan.org/~tlowery/${P}/" +SRC_URI="mirror://cpan/authors/id/T/TL/TLOWERY/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-perl/IO-Tee + dev-perl/Text-Reform" diff --git a/dev-perl/DBI-Shell/Manifest b/dev-perl/DBI-Shell/Manifest index fe04f1bd6e30..98c68c6c13bf 100644 --- a/dev-perl/DBI-Shell/Manifest +++ b/dev-perl/DBI-Shell/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 622a0c9d16349d6176a7952f8b4f69b6 DBI-Shell-11.93.ebuild 533 MD5 79f48468c7093e866f86d206ee15cdd0 metadata.xml 397 MD5 a9ddb3a73aef9c535c0608c958febb98 ChangeLog 361 MD5 576d854a475f8247c226b32dd152212e files/digest-DBI-Shell-11.93 66 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC457qtG5z4I8BtQoRAqzFAJ4hTXG7dQxcALdwOUigM1763Jp21ACdHIHL +ZeV9EF098xqj8PNEMM0KSDA= +=Wj+W +-----END PGP SIGNATURE----- diff --git a/dev-perl/DBI-Shell/files/digest-DBI-Shell-11.93 b/dev-perl/DBI-Shell/files/digest-DBI-Shell-11.93 new file mode 100644 index 000000000000..ea2f830e1a2b --- /dev/null +++ b/dev-perl/DBI-Shell/files/digest-DBI-Shell-11.93 @@ -0,0 +1 @@ +MD5 e9bc7baed5d2807a750789f28c7ff45e DBI-Shell-11.93.tar.gz 48893 diff --git a/dev-perl/DBI-Shell/metadata.xml b/dev-perl/DBI-Shell/metadata.xml new file mode 100644 index 000000000000..dcb4e58ef184 --- /dev/null +++ b/dev-perl/DBI-Shell/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription>Provides dbish, a command line tool for interacting with + any installed DBD module directly.</longdescription> +</pkgmetadata> |