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 E95991395E2 for ; Mon, 21 Nov 2016 03:37:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C60D4E0BE9; Mon, 21 Nov 2016 03:37:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77385E0BE9 for ; Mon, 21 Nov 2016 03:37:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E5D0341130 for ; Mon, 21 Nov 2016 03:37:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 856FA24B8 for ; Mon, 21 Nov 2016 03:37:17 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1479699385.dd57279769a83662583ced8fda8ee22b0bfb96f4.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Software-License/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Software-License/Manifest dev-perl/Software-License/Software-License-0.103.12.ebuild dev-perl/Software-License/metadata.xml X-VCS-Directories: dev-perl/Software-License/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: dd57279769a83662583ced8fda8ee22b0bfb96f4 X-VCS-Branch: master Date: Mon, 21 Nov 2016 03:37:17 +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-Archives-Salt: fec9db72-8be5-415c-a20f-47c18c11664c X-Archives-Hash: 59192925beb0895f2d4b33a6f006833e commit: dd57279769a83662583ced8fda8ee22b0bfb96f4 Author: Kent Fredric gentoo org> AuthorDate: Mon Nov 21 02:59:11 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Nov 21 03:36:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd572797 dev-perl/Software-License: Add w/ version 0.103.12 required for dev-perl/Dist-Zilla Previously maintained in ::perl-experimental by Torsten Veller and myself since May 2009 Package-Manager: portage-2.3.2 dev-perl/Software-License/Manifest | 1 + .../Software-License-0.103.12.ebuild | 31 ++++++++++++++++ dev-perl/Software-License/metadata.xml | 41 ++++++++++++++++++++++ 3 files changed, 73 insertions(+) diff --git a/dev-perl/Software-License/Manifest b/dev-perl/Software-License/Manifest new file mode 100644 index 00000000..777e888 --- /dev/null +++ b/dev-perl/Software-License/Manifest @@ -0,0 +1 @@ +DIST Software-License-0.103012.tar.gz 112554 SHA256 47f9acb7f4eeed35e38c1bec37a71b61e651965233d67dadfae6390571517db1 SHA512 419e9f2617cdfd1586fbfb8d900805dfa3941fdd0a5584ff3489f28511731f8c4a248ab212fd85aa4eab3db55e8f60a6ea589917d404a96b5c1b5a506fbdb4e8 WHIRLPOOL e8dab6f4ac3b5bb000fd575fe7414d87d02ced4598a7f418cbd09c2f1e3c22a557d49a23f4bf3bf0dbbe77fe1afde789906f5df4ced7e6d70d036c9ef4d9621d diff --git a/dev-perl/Software-License/Software-License-0.103.12.ebuild b/dev-perl/Software-License/Software-License-0.103.12.ebuild new file mode 100644 index 00000000..f695e9d --- /dev/null +++ b/dev-perl/Software-License/Software-License-0.103.12.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI=6 +DIST_AUTHOR=RJBS +DIST_VERSION=0.103012 +inherit perl-module + +DESCRIPTION="packages that provide templated software licenses" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +# r: IO::Dir -> IO +# r: strict, warnings -> perl +RDEPEND=" + virtual/perl-Carp + dev-perl/Data-Section + virtual/perl-File-Spec + virtual/perl-IO + virtual/perl-Module-Load + dev-perl/Text-Template + virtual/perl-parent +" +DEPEND=" + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + >=virtual/perl-Test-Simple-0.960.0 + dev-perl/Try-Tiny + ) +" diff --git a/dev-perl/Software-License/metadata.xml b/dev-perl/Software-License/metadata.xml new file mode 100644 index 00000000..b782328 --- /dev/null +++ b/dev-perl/Software-License/metadata.xml @@ -0,0 +1,41 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Software-License + Software::License + Software::License::AGPL_3 + Software::License::Apache_1_1 + Software::License::Apache_2_0 + Software::License::Artistic_1_0 + Software::License::Artistic_2_0 + Software::License::BSD + Software::License::CC0_1_0 + Software::License::Custom + Software::License::FreeBSD + Software::License::GFDL_1_2 + Software::License::GFDL_1_3 + Software::License::GPL_1 + Software::License::GPL_2 + Software::License::GPL_3 + Software::License::LGPL_2_1 + Software::License::LGPL_3_0 + Software::License::MIT + Software::License::Mozilla_1_0 + Software::License::Mozilla_1_1 + Software::License::Mozilla_2_0 + Software::License::None + Software::License::OpenSSL + Software::License::Perl_5 + Software::License::PostgreSQL + Software::License::QPL_1_0 + Software::License::SSLeay + Software::License::Sun + Software::License::Zlib + Software::LicenseUtils + +