summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-02-07 10:15:51 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-02-07 10:15:51 +0000
commitb97a76d4505f80992832a36dfde9183daa89d7e0 (patch)
tree4cc029374ef982acefdbc0ca21235829e5440e69 /dev-perl/XML-RAI/XML-RAI-1.2.ebuild
parentdep for bug 80913 (Manifest recommit) (diff)
downloadgentoo-2-b97a76d4505f80992832a36dfde9183daa89d7e0.tar.gz
gentoo-2-b97a76d4505f80992832a36dfde9183daa89d7e0.tar.bz2
gentoo-2-b97a76d4505f80992832a36dfde9183daa89d7e0.zip
bug 80913
Diffstat (limited to 'dev-perl/XML-RAI/XML-RAI-1.2.ebuild')
-rw-r--r--dev-perl/XML-RAI/XML-RAI-1.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/XML-RAI/XML-RAI-1.2.ebuild b/dev-perl/XML-RAI/XML-RAI-1.2.ebuild
new file mode 100644
index 000000000000..f7cbe25423b1
--- /dev/null
+++ b/dev-perl/XML-RAI/XML-RAI-1.2.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/XML-RAI/XML-RAI-1.2.ebuild,v 1.1 2005/02/07 10:15:51 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="RSS Abstraction Interface."
+HOMEPAGE="http://search.cpan.org/~tima/${P}/"
+SRC_URI="mirror://cpan/authors/id/T/TI/TIMA/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~x86 ~sparc"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND=">=dev-perl/TimeDate-1.16
+ dev-perl/XML-Elemental
+ dev-perl/Class-XPath"