diff options
author | 2006-04-26 00:14:47 +0000 | |
---|---|---|
committer | 2006-04-26 00:14:47 +0000 | |
commit | e32574fecf312f8ae169becd30832b92680ddd79 (patch) | |
tree | 2b84f712759a4ef3d86a69c01f96f5c1525b1c16 /dev-perl/XML-RSS/XML-RSS-1.10.ebuild | |
parent | stop that. fix doicon or the thing in question that doesn't work with the do... (diff) | |
download | historical-e32574fecf312f8ae169becd30832b92680ddd79.tar.gz historical-e32574fecf312f8ae169becd30832b92680ddd79.tar.bz2 historical-e32574fecf312f8ae169becd30832b92680ddd79.zip |
Version bump
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'dev-perl/XML-RSS/XML-RSS-1.10.ebuild')
-rw-r--r-- | dev-perl/XML-RSS/XML-RSS-1.10.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/XML-RSS/XML-RSS-1.10.ebuild b/dev-perl/XML-RSS/XML-RSS-1.10.ebuild new file mode 100644 index 000000000000..440ba1218042 --- /dev/null +++ b/dev-perl/XML-RSS/XML-RSS-1.10.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 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.10.ebuild,v 1.1 2006/04/26 00:12:30 mcummings Exp $ + +inherit perl-module + +IUSE="" +DESCRIPTION="a basic framework for creating and maintaining RSS files" +SRC_URI="mirror://cpan/authors/id/A/AB/ABH/${P}.tar.gz" +HOMEPAGE="http://perl-rss.sourceforge.net/" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + +SRC_TEST="do" + +DEPEND="${DEPEND} + >=dev-perl/Test-Manifest-0.9 + >=dev-perl/XML-Parser-2.30" |