summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-04-25 13:05:13 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-04-25 13:05:13 +0000
commit517b48b0a2c50366bfa719fc189b18814fed81f2 (patch)
tree313b278dcc8df2d6962f9b7069036e39706bc1bc /dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild
parentInitial import. Ebuild by Radek Podgorny <radek@podgorny.cz>. Closing bug #... (diff)
downloadgentoo-2-517b48b0a2c50366bfa719fc189b18814fed81f2.tar.gz
gentoo-2-517b48b0a2c50366bfa719fc189b18814fed81f2.tar.bz2
gentoo-2-517b48b0a2c50366bfa719fc189b18814fed81f2.zip
cleaning
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild')
-rw-r--r--dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild
new file mode 100644
index 000000000000..78c61b42feb1
--- /dev/null
+++ b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.02.ebuild,v 1.1 2005/04/25 13:05:13 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Add contextual fetches to DBI"
+HOMEPAGE="http://search.cpan.org/~tmtm/${P}/"
+SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~ppc ~amd64"
+IUSE=""
+SRC_TEST="do"
+
+# DBD-SQLite is for testing
+DEPEND=">=dev-perl/DBI-1.37
+ dev-perl/DBD-SQLite
+ dev-perl/Test-Simple"