diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-09 12:59:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-09 12:59:30 +0000 |
commit | e5df2c7ccb587d562ddd9dee85bd9b57918acd1b (patch) | |
tree | ec404939e3c29c0b0cbbc70e39d781c62fa36c9d /dev-perl/WWW-RobotRules | |
parent | Fix dependencies. (diff) | |
download | historical-e5df2c7ccb587d562ddd9dee85bd9b57918acd1b.tar.gz historical-e5df2c7ccb587d562ddd9dee85bd9b57918acd1b.tar.bz2 historical-e5df2c7ccb587d562ddd9dee85bd9b57918acd1b.zip |
Initial commit - unbundled from libwww-perl
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/WWW-RobotRules')
-rw-r--r-- | dev-perl/WWW-RobotRules/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/WWW-RobotRules/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/WWW-RobotRules/WWW-RobotRules-6.0.0.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/WWW-RobotRules/metadata.xml | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/dev-perl/WWW-RobotRules/ChangeLog b/dev-perl/WWW-RobotRules/ChangeLog new file mode 100644 index 000000000000..11e4d7e34f9e --- /dev/null +++ b/dev-perl/WWW-RobotRules/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/WWW-RobotRules +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/ChangeLog,v 1.1 2011/03/09 12:59:30 tove Exp $ + +*WWW-RobotRules-6.0.0 (09 Mar 2011) + + 09 Mar 2011; Torsten Veller <tove@gentoo.org> +WWW-RobotRules-6.0.0.ebuild, + +metadata.xml: + Initial commit - unbundled from libwww-perl + diff --git a/dev-perl/WWW-RobotRules/Manifest b/dev-perl/WWW-RobotRules/Manifest new file mode 100644 index 000000000000..70a83007ced5 --- /dev/null +++ b/dev-perl/WWW-RobotRules/Manifest @@ -0,0 +1,4 @@ +DIST WWW-RobotRules-6.00.tar.gz 8841 RMD160 b9e327557651a205d85a0316c7cf7f48b3e375b2 SHA1 f084214b5697b8659f29623457c05451aa531a02 SHA256 d815bb98bac35fd2f52f5dd027f564c05bc6431f0b18ab2dd40e6582a236aabb +EBUILD WWW-RobotRules-6.0.0.ebuild 475 RMD160 6fae368f714ebd615ab47b4218cb87ef4656d876 SHA1 5187683a3c1271054eaf4d3f884134ab6b4e5ecf SHA256 5507dbe6278d8453ceda2176c14c3c84854ddf4a5e4f8fc59fd038eef738bb42 +MISC ChangeLog 396 RMD160 7e8085a6783b2323ac3ad977eadd7dabe25f86d1 SHA1 5a708e118ebae003c52334471fed471232022885 SHA256 36292145195263d58cfc5326b154fec5ed1290e8f2c89ef33626ef1190b857f9 +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/dev-perl/WWW-RobotRules/WWW-RobotRules-6.0.0.ebuild b/dev-perl/WWW-RobotRules/WWW-RobotRules-6.0.0.ebuild new file mode 100644 index 000000000000..11e26860fd2f --- /dev/null +++ b/dev-perl/WWW-RobotRules/WWW-RobotRules-6.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-RobotRules/WWW-RobotRules-6.0.0.ebuild,v 1.1 2011/03/09 12:59:30 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=GAAS +MODULE_VERSION=6.00 +inherit perl-module + +DESCRIPTION="Parse /robots.txt file" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + !<dev-perl/libwww-perl-6 + >=dev-perl/URI-1.10 +" +DEPEND="${RDEPEND}" + +SRC_TEST=online diff --git a/dev-perl/WWW-RobotRules/metadata.xml b/dev-perl/WWW-RobotRules/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/dev-perl/WWW-RobotRules/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |