summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-04-29 16:11:13 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-04-29 16:11:13 +0000
commitef30225739eea92b2cf3ba8e3f2c9048bdce790c (patch)
tree01c55a7f53d1c653dec8c3911355c5ab3bd07e79 /dev-perl/XML-RSS/XML-RSS-1.05.ebuild
parentVersion bumped (diff)
downloadgentoo-2-ef30225739eea92b2cf3ba8e3f2c9048bdce790c.tar.gz
gentoo-2-ef30225739eea92b2cf3ba8e3f2c9048bdce790c.tar.bz2
gentoo-2-ef30225739eea92b2cf3ba8e3f2c9048bdce790c.zip
cleaning
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'dev-perl/XML-RSS/XML-RSS-1.05.ebuild')
-rw-r--r--dev-perl/XML-RSS/XML-RSS-1.05.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/XML-RSS/XML-RSS-1.05.ebuild b/dev-perl/XML-RSS/XML-RSS-1.05.ebuild
new file mode 100644
index 000000000000..81e5d9113eaa
--- /dev/null
+++ b/dev-perl/XML-RSS/XML-RSS-1.05.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-RSS/XML-RSS-1.05.ebuild,v 1.1 2005/04/29 16:07:06 mcummings Exp $
+
+inherit perl-module
+
+IUSE=""
+DESCRIPTION="a basic framework for creating and maintaining RSS files"
+SRC_URI="mirror://cpan/authors/id/K/KE/KELLAN/${P}.tar.gz"
+HOMEPAGE="http://perl-rss.sourceforge.net/"
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~amd64 ~x86 ~sparc ~alpha ~ppc ~ppc64"
+
+SRC_TEST="do"
+
+DEPEND="${DEPEND}
+ dev-perl/Test-Manifest
+ >=dev-perl/XML-Parser-2.30"