diff options
author | 2005-05-02 17:56:33 +0000 | |
---|---|---|
committer | 2005-05-02 17:56:33 +0000 | |
commit | c268de6af6c7a1536bbd4b183bc4f0a45de9b78a (patch) | |
tree | 408e8a150255d84a3ef1bda1b00039274e6d9850 /dev-perl/XML-RSS-Feed/XML-RSS-Feed-2.04.ebuild | |
parent | bump and clean (diff) | |
download | historical-c268de6af6c7a1536bbd4b183bc4f0a45de9b78a.tar.gz historical-c268de6af6c7a1536bbd4b183bc4f0a45de9b78a.tar.bz2 historical-c268de6af6c7a1536bbd4b183bc4f0a45de9b78a.zip |
import
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'dev-perl/XML-RSS-Feed/XML-RSS-Feed-2.04.ebuild')
-rw-r--r-- | dev-perl/XML-RSS-Feed/XML-RSS-Feed-2.04.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/XML-RSS-Feed/XML-RSS-Feed-2.04.ebuild b/dev-perl/XML-RSS-Feed/XML-RSS-Feed-2.04.ebuild new file mode 100644 index 000000000000..126dbd18eb88 --- /dev/null +++ b/dev-perl/XML-RSS-Feed/XML-RSS-Feed-2.04.ebuild @@ -0,0 +1,23 @@ +# 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-Feed/XML-RSS-Feed-2.04.ebuild,v 1.1 2005/05/02 17:56:33 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Persistant XML RSS Encapsulation" +HOMEPAGE="http://search.cpan.org/~jbisbee/${P}/" +SRC_URI="mirror://cpan/authors/id/J/JB/JBISBEE/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-perl/HTML-Parser + dev-perl/XML-RSS + dev-perl/Clone + dev-perl/Time-HiRes + dev-perl/URI + dev-perl/Digest-MD5" |