diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-06-19 08:42:24 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-06-19 08:42:24 -0700 |
commit | ec6d2609cdfa812b3cdd239aaf40afd71b2e7a59 (patch) | |
tree | 6169141187aab5de306c8814c0c4d820c8b5c7d6 /dev-perl/Yahoo-Search | |
parent | Merge remote-tracking branch 'bohr/master' (diff) | |
parent | Merge perl stuff. (diff) | |
download | robbat2-master.tar.gz robbat2-master.tar.bz2 robbat2-master.zip |
Diffstat (limited to 'dev-perl/Yahoo-Search')
-rw-r--r-- | dev-perl/Yahoo-Search/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Yahoo-Search/Yahoo-Search-1.10.13.ebuild | 20 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Yahoo-Search/Manifest b/dev-perl/Yahoo-Search/Manifest new file mode 100644 index 0000000..d0708f1 --- /dev/null +++ b/dev-perl/Yahoo-Search/Manifest @@ -0,0 +1,2 @@ +DIST Yahoo-Search-1.10.13.tar.gz 36157 RMD160 a352ffba3840623ab5686f135f2fcd8dd30b00a5 SHA1 5ed330f370db348a5e0e0ca346e3dfb97b2414a3 SHA256 06b9bf27fcbbe3e53adc3ff5fa551cda8011591067025c618bfdae68d500f8ca +EBUILD Yahoo-Search-1.10.13.ebuild 525 RMD160 f9a455f5ab229a7c31caf5493322491495a825fd SHA1 db5ccc6d53d4807ed917b6adb6c8a78d87ad878a SHA256 1229847858ac0f3f06bd07d18e7ade1a1a0052d6d1de4e406f78c9c81e1e1a09 diff --git a/dev-perl/Yahoo-Search/Yahoo-Search-1.10.13.ebuild b/dev-perl/Yahoo-Search/Yahoo-Search-1.10.13.ebuild new file mode 100644 index 0000000..497e8ed --- /dev/null +++ b/dev-perl/Yahoo-Search/Yahoo-Search-1.10.13.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# This ebuild generated by g-cpan 0.16.0 + +EAPI="2" + +MODULE_AUTHOR="JFRIEDL" + +inherit perl-module + +DESCRIPTION="Yahoo::Search::XML -- Simple routines for parsing XML from Yahoo! Search. (This package is included in, and automatically loaded by, the Yahoo::Search package.)" + +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-perl/libwww-perl + dev-perl/URI + dev-lang/perl" |