diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-15 00:38:47 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-15 00:38:47 +0000 |
commit | 7dd77312d7bc139b9b21b5d42bde954893e9b8de (patch) | |
tree | c5e8550f97538900a52026f53af37d7eb44aed93 /dev-perl/Class-DBI-Plugin-DeepAbstractSearch | |
parent | Missed keyword. (diff) | |
download | gentoo-2-7dd77312d7bc139b9b21b5d42bde954893e9b8de.tar.gz gentoo-2-7dd77312d7bc139b9b21b5d42bde954893e9b8de.tar.bz2 gentoo-2-7dd77312d7bc139b9b21b5d42bde954893e9b8de.zip |
Initial commit. Ebuild by g-cpan. Dependancy for DBIx-Class-0.08113.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Class-DBI-Plugin-DeepAbstractSearch')
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-perl/Class-DBI-Plugin-DeepAbstractSearch/ChangeLog b/dev-perl/Class-DBI-Plugin-DeepAbstractSearch/ChangeLog new file mode 100644 index 000000000000..abdcc1d141da --- /dev/null +++ b/dev-perl/Class-DBI-Plugin-DeepAbstractSearch/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Class-DBI-Plugin-DeepAbstractSearch +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI-Plugin-DeepAbstractSearch/ChangeLog,v 1.1 2009/11/15 00:38:47 robbat2 Exp $ + +*Class-DBI-Plugin-DeepAbstractSearch-0.08 (14 Nov 2009) + + 14 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +Class-DBI-Plugin-DeepAbstractSearch-0.08.ebuild, +metadata.xml: + Initial commit. Ebuild by g-cpan. Dependancy for DBIx-Class-0.08113. + diff --git a/dev-perl/Class-DBI-Plugin-DeepAbstractSearch/Class-DBI-Plugin-DeepAbstractSearch-0.08.ebuild b/dev-perl/Class-DBI-Plugin-DeepAbstractSearch/Class-DBI-Plugin-DeepAbstractSearch-0.08.ebuild new file mode 100644 index 000000000000..458fd33a54e8 --- /dev/null +++ b/dev-perl/Class-DBI-Plugin-DeepAbstractSearch/Class-DBI-Plugin-DeepAbstractSearch-0.08.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI-Plugin-DeepAbstractSearch/Class-DBI-Plugin-DeepAbstractSearch-0.08.ebuild,v 1.1 2009/11/15 00:38:47 robbat2 Exp $ + +MODULE_AUTHOR="SRIHA" + +inherit perl-module + +DESCRIPTION="deep_search_where() method for Class::DBI" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=dev-perl/Class-DBI-Plugin-0.03 + >=dev-perl/SQL-Abstract-1.60 + dev-perl/Class-DBI + dev-lang/perl" +SRC_TEST=do diff --git a/dev-perl/Class-DBI-Plugin-DeepAbstractSearch/metadata.xml b/dev-perl/Class-DBI-Plugin-DeepAbstractSearch/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Class-DBI-Plugin-DeepAbstractSearch/metadata.xml @@ -0,0 +1,10 @@ +<?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></longdescription> +</pkgmetadata> |