summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2019-08-02 05:42:18 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2019-08-02 06:10:01 -0400
commitc60a356f1a8e373f19e0ea92ec4abd26536cd0c8 (patch)
tree8f438313c8ce7ac27ab86296204c7e238c6a153f /dev-perl
parentnet-libs/google-cloud-cpp: bump to 0.10.0 (diff)
downloadgentoo-c60a356f1a8e373f19e0ea92ec4abd26536cd0c8.tar.gz
gentoo-c60a356f1a8e373f19e0ea92ec4abd26536cd0c8.tar.bz2
gentoo-c60a356f1a8e373f19e0ea92ec4abd26536cd0c8.zip
dev-perl/Shell-Guess: Initial commit.
Needed by dev-perl/Shell-Config-Generate. Ultimately needed by www-apps/rt. Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Shell-Guess/Manifest1
-rw-r--r--dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild18
-rw-r--r--dev-perl/Shell-Guess/metadata.xml16
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/Shell-Guess/Manifest b/dev-perl/Shell-Guess/Manifest
new file mode 100644
index 000000000000..92a59d27a2de
--- /dev/null
+++ b/dev-perl/Shell-Guess/Manifest
@@ -0,0 +1 @@
+DIST Shell-Guess-0.09.tar.gz 21663 BLAKE2B 1d7ae26373201348bb6b38674f929cc6e9c4211a3f34f0dab80560bd7a79771748e4036ed3c7d08625c435babdbe8d975f593e4faaa7b55eb92d164d2c0041b2 SHA512 60d8b315491cd10eb2cb1c3941db6369d93148e0bd500c72bc082b1673624dead6485d4238e241127c3a04a0f776222fbb90a40af6a327ed9e2988852fff544e
diff --git a/dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild b/dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild
new file mode 100644
index 000000000000..e42c0ca46536
--- /dev/null
+++ b/dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="Make an educated guess about the shell in use"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="virtual/perl-ExtUtils-MakeMaker
+ test? ( >=virtual/perl-Test-Simple-0.940.0 )
+"
diff --git a/dev-perl/Shell-Guess/metadata.xml b/dev-perl/Shell-Guess/metadata.xml
new file mode 100644
index 000000000000..bb60119cf633
--- /dev/null
+++ b/dev-perl/Shell-Guess/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>titanofold@gentoo.org</email>
+ <name>Aaron W. Swenson</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Shell-Guess</remote-id>
+ <remote-id type="cpan-module">Shell::Guess</remote-id>
+ </upstream>
+</pkgmetadata>