summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-06-23 07:41:09 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-06-23 07:41:09 +0000
commit62e11f898fde46c7ec36540344cf77813e80a4a5 (patch)
tree859404fcef02925b46d8da6c30797d2bc39696d2 /dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild
parentInitial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff)
downloadgentoo-2-62e11f898fde46c7ec36540344cf77813e80a4a5.tar.gz
gentoo-2-62e11f898fde46c7ec36540344cf77813e80a4a5.tar.bz2
gentoo-2-62e11f898fde46c7ec36540344cf77813e80a4a5.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/File-Stat-Moose/File-Stat-Moose-0.06.ebuild')
-rw-r--r--dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild b/dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild
new file mode 100644
index 000000000000..b19d8f4ea608
--- /dev/null
+++ b/dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Stat-Moose/File-Stat-Moose-0.06.ebuild,v 1.1 2009/06/23 07:41:09 robbat2 Exp $
+
+EAPI=2
+MODULE_AUTHOR="DEXTER"
+
+inherit perl-module
+
+DESCRIPTION="Status info for a file - Moose-based"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-perl/DateTime
+ dev-perl/parent
+ dev-perl/Sub-Exporter
+ >=dev-perl/Exception-Warning-0.03
+ >=dev-perl/Test-Unit-Lite-0.12
+ >=dev-perl/Fatal-Exception-0.05
+ >=dev-perl/Exception-Died-0.06
+ dev-perl/constant-boolean
+ >=dev-perl/Test-Assert-0.0501
+ >=dev-perl/Exception-Base-0.2201
+ >=dev-perl/Exception-System-0.11
+ dev-perl/Moose"
+RDEPEND="${DEPEND}"