From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02578138334 for ; Fri, 2 Aug 2019 10:10:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17930E07DB; Fri, 2 Aug 2019 10:10:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1CEFE07DB for ; Fri, 2 Aug 2019 10:10:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F68F34929D for ; Fri, 2 Aug 2019 10:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BCAE5CB for ; Fri, 2 Aug 2019 10:10:14 +0000 (UTC) From: "Aaron W. Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron W. Swenson" Message-ID: <1564740601.c60a356f1a8e373f19e0ea92ec4abd26536cd0c8.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Guess/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Shell-Guess/Manifest dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild dev-perl/Shell-Guess/metadata.xml X-VCS-Directories: dev-perl/Shell-Guess/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: c60a356f1a8e373f19e0ea92ec4abd26536cd0c8 X-VCS-Branch: master Date: Fri, 2 Aug 2019 10:10:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94bc3a06-cd55-4c19-876e-5b2c9da3ff4e X-Archives-Hash: 46174d74fcc5eb95a6b38538a915d66d commit: c60a356f1a8e373f19e0ea92ec4abd26536cd0c8 Author: Aaron W. Swenson gentoo org> AuthorDate: Fri Aug 2 09:42:18 2019 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Fri Aug 2 10:10:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60a356f 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 gentoo.org> dev-perl/Shell-Guess/Manifest | 1 + dev-perl/Shell-Guess/Shell-Guess-0.90.0.ebuild | 18 ++++++++++++++++++ dev-perl/Shell-Guess/metadata.xml | 16 ++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-perl/Shell-Guess/Manifest b/dev-perl/Shell-Guess/Manifest new file mode 100644 index 00000000000..92a59d27a2d --- /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 00000000000..e42c0ca4653 --- /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 00000000000..bb60119cf63 --- /dev/null +++ b/dev-perl/Shell-Guess/metadata.xml @@ -0,0 +1,16 @@ + + + + + titanofold@gentoo.org + Aaron W. Swenson + + + perl@gentoo.org + Gentoo Perl Project + + + Shell-Guess + Shell::Guess + +