diff options
Diffstat (limited to 'dev-perl/String-ShellQuote')
-rw-r--r-- | dev-perl/String-ShellQuote/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/String-ShellQuote/String-ShellQuote-1.40.0-r1.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/String-ShellQuote/metadata.xml | 9 |
3 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/String-ShellQuote/Manifest b/dev-perl/String-ShellQuote/Manifest new file mode 100644 index 000000000000..96c18b172c00 --- /dev/null +++ b/dev-perl/String-ShellQuote/Manifest @@ -0,0 +1 @@ +DIST String-ShellQuote-1.04.tar.gz 6867 SHA256 e606365038ce20d646d255c805effdd32f86475f18d43ca75455b00e4d86dd35 SHA512 f5b472985fb9c15d5c82c03b5c6c90a3a545ada854b90a96cfb7b0f57b8a817707ed91ca0f20344a2b8d200fe365ea737a9b39b64d526310d41ac2466552236d WHIRLPOOL 172b39c9d2d49050c39c27c1496b2217ea0922423f884947c811ae96411a1640bc520105b5e8a5eeee5be3a9a52b9d024af3467619b231013f7f1fbd4c9436a8 diff --git a/dev-perl/String-ShellQuote/String-ShellQuote-1.40.0-r1.ebuild b/dev-perl/String-ShellQuote/String-ShellQuote-1.40.0-r1.ebuild new file mode 100644 index 000000000000..92dbd2d7796a --- /dev/null +++ b/dev-perl/String-ShellQuote/String-ShellQuote-1.40.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=ROSCH +MODULE_VERSION=1.04 +inherit perl-module + +DESCRIPTION="Quote strings for passing through the shell" + +SLOT="0" +KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 x86" +IUSE="" + +SRC_TEST=do diff --git a/dev-perl/String-ShellQuote/metadata.xml b/dev-perl/String-ShellQuote/metadata.xml new file mode 100644 index 000000000000..0d66ad7350d4 --- /dev/null +++ b/dev-perl/String-ShellQuote/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">String-ShellQuote</remote-id> + <remote-id type="cpan-module">String::ShellQuote</remote-id> + </upstream> +</pkgmetadata> |