summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-06-23 07:38:01 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-06-23 07:38:01 +0000
commite5e4e625a44b1062738c3a4e88f6885d997fd0c2 (patch)
tree61f3a677aa95915549d506e25b7d512158b52e9f /dev-perl/Data-Page/Data-Page-2.01.ebuild
parentInitial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff)
downloadgentoo-2-e5e4e625a44b1062738c3a4e88f6885d997fd0c2.tar.gz
gentoo-2-e5e4e625a44b1062738c3a4e88f6885d997fd0c2.tar.bz2
gentoo-2-e5e4e625a44b1062738c3a4e88f6885d997fd0c2.zip
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Data-Page/Data-Page-2.01.ebuild')
-rw-r--r--dev-perl/Data-Page/Data-Page-2.01.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Data-Page/Data-Page-2.01.ebuild b/dev-perl/Data-Page/Data-Page-2.01.ebuild
new file mode 100644
index 000000000000..ab919b773ca8
--- /dev/null
+++ b/dev-perl/Data-Page/Data-Page-2.01.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Page/Data-Page-2.01.ebuild,v 1.1 2009/06/23 07:38:01 robbat2 Exp $
+
+EAPI=2
+MODULE_AUTHOR="LBROCARD"
+
+inherit perl-module
+
+DESCRIPTION="help when paging through sets of results"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-perl/Class-Accessor-Chained
+ dev-perl/Test-Exception"
+RDEPEND="${DEPEND}"