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 0533A138334 for ; Fri, 2 Aug 2019 10:10:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7685AE07FE; Fri, 2 Aug 2019 10:10:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 49AD6E07FE for ; Fri, 2 Aug 2019 10:10:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 96DB73492CA 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 3FB54741 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: <1564740602.5df94f83ad75e02739c787deb1f701df326f99f4.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Shell-Config-Generate/Manifest dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild dev-perl/Shell-Config-Generate/metadata.xml X-VCS-Directories: dev-perl/Shell-Config-Generate/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: 5df94f83ad75e02739c787deb1f701df326f99f4 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: f613ca56-5137-4266-99df-89c9243bf1ba X-Archives-Hash: 896f33f64c157970fbb2cc6e0a72cf01 commit: 5df94f83ad75e02739c787deb1f701df326f99f4 Author: Aaron W. Swenson gentoo org> AuthorDate: Fri Aug 2 09:44:59 2019 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Fri Aug 2 10:10:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df94f83 dev-perl/Shell-Config-Generate: Initial commit. Needed by Needed by dev-perl/Alien-Base-ModuleBuild, and www-apps/rt. Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Aaron W. Swenson gentoo.org> dev-perl/Shell-Config-Generate/Manifest | 1 + .../Shell-Config-Generate-0.330.0.ebuild | 23 ++++++++++++++++++++++ dev-perl/Shell-Config-Generate/metadata.xml | 16 +++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-perl/Shell-Config-Generate/Manifest b/dev-perl/Shell-Config-Generate/Manifest new file mode 100644 index 00000000000..7d0aaedb65b --- /dev/null +++ b/dev-perl/Shell-Config-Generate/Manifest @@ -0,0 +1 @@ +DIST Shell-Config-Generate-0.33.tar.gz 28382 BLAKE2B 5bb797e79c0adf5176c1e54cabe2ad2776a7431427601e980942e86a7715b2b08e732d3489203b1fbb64ef3580b5aab1d92a6eca71b068c250346c48c2c751c6 SHA512 57041179a9798ec4dde78c13770fc58499776201891fe865baff4cd00efe6801411eb3bc1f89271cf4a35edf4782de33fdcb8a572c6c5adba188f50a13755bd3 diff --git a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild new file mode 100644 index 00000000000..11321ba2171 --- /dev/null +++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.330.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=PLICEASE +DIST_VERSION=0.33 +inherit perl-module + +DESCRIPTION="Portably generate config for any shell" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="dev-perl/Shell-Guess" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=dev-perl/Test2-Suite-0.0.60 + >=virtual/perl-Test-Simple-1.302.15 + ) +" diff --git a/dev-perl/Shell-Config-Generate/metadata.xml b/dev-perl/Shell-Config-Generate/metadata.xml new file mode 100644 index 00000000000..efe08aaf46b --- /dev/null +++ b/dev-perl/Shell-Config-Generate/metadata.xml @@ -0,0 +1,16 @@ + + + + + titanofold@gentoo.org + Aaron W. Swenson + + + perl@gentoo.org + Gentoo Perl Project + + + Shell-Config-Generate + Shell::Config::Generate + +