public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Software-License/
Date: Tue,  9 Jan 2018 00:26:27 +0000 (UTC)	[thread overview]
Message-ID: <1515457576.4e39bda05490254dcfcec098baadc7a0231ae980.kentnl@gentoo> (raw)

commit:     4e39bda05490254dcfcec098baadc7a0231ae980
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 00:25:37 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 00:26:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e39bda0

dev-perl/Software-License: Bump to version 0.103.13

Upstream:
- Add EUPL 1.1 and EUPL 1.2
- Improve autodetection of CC0_1_0 and FreeBSD 2-Clause

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Software-License/Manifest                 |  1 +
 .../Software-License-0.103.13.ebuild               | 31 ++++++++++++++++++++++
 dev-perl/Software-License/metadata.xml             |  2 ++
 3 files changed, 34 insertions(+)

diff --git a/dev-perl/Software-License/Manifest b/dev-perl/Software-License/Manifest
index d6351666fc3..83edcc44643 100644
--- a/dev-perl/Software-License/Manifest
+++ b/dev-perl/Software-License/Manifest
@@ -1 +1,2 @@
 DIST Software-License-0.103012.tar.gz 112554 BLAKE2B efb59ab3c443d74eea31d630e1a528e6cccf2c4ebd41b139a23c5ae9ae424a7e7fb94f4d827d767a81ea225d35dbd41395c0046b3299f5beaf4af24b4f25b207 SHA512 419e9f2617cdfd1586fbfb8d900805dfa3941fdd0a5584ff3489f28511731f8c4a248ab212fd85aa4eab3db55e8f60a6ea589917d404a96b5c1b5a506fbdb4e8
+DIST Software-License-0.103013.tar.gz 120235 BLAKE2B 64e65af6e2a19444e03ae6838def05cb2f2c38e59d8a9a13c04893049afb667bf5aac51e0ba0f09a01190b27f1308e9e70c5e3245003d96fd58e2a51610a1650 SHA512 69af2e6f759cb9c449ee2045e26d4cc6e344eec07f1ecae6718a5bcc0a11e594009338f509f321100b214af1a445169cf06fd32e11a477f137e57de33f377b25

diff --git a/dev-perl/Software-License/Software-License-0.103.13.ebuild b/dev-perl/Software-License/Software-License-0.103.13.ebuild
new file mode 100644
index 00000000000..c9649f70138
--- /dev/null
+++ b/dev-perl/Software-License/Software-License-0.103.13.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DIST_AUTHOR=LEONT
+DIST_VERSION=0.103013
+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
index b78232801b6..d14d919a19a 100644
--- a/dev-perl/Software-License/metadata.xml
+++ b/dev-perl/Software-License/metadata.xml
@@ -16,6 +16,8 @@
     <remote-id type="cpan-module">Software::License::BSD</remote-id>
     <remote-id type="cpan-module">Software::License::CC0_1_0</remote-id>
     <remote-id type="cpan-module">Software::License::Custom</remote-id>
+    <remote-id type="cpan-module">Software::License::EUPL_1_1</remote-id>
+    <remote-id type="cpan-module">Software::License::EUPL_1_2</remote-id>
     <remote-id type="cpan-module">Software::License::FreeBSD</remote-id>
     <remote-id type="cpan-module">Software::License::GFDL_1_2</remote-id>
     <remote-id type="cpan-module">Software::License::GFDL_1_3</remote-id>


             reply	other threads:[~2018-01-09  1:45 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-09  0:26 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-10  2:18 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Software-License/ Sam James
2024-06-09 21:12 Sam James
2024-05-01  8:11 Sam James
2023-07-24  3:23 Sam James
2023-07-24  3:20 Sam James
2023-06-18 23:19 Sam James
2021-12-05 22:15 Andreas K. Hüttel
2021-10-12  7:14 Agostino Sarubbo
2021-10-11  4:18 Sam James
2021-09-03  6:40 Agostino Sarubbo
2021-08-08 14:46 Andreas K. Hüttel
2021-06-15 21:59 Andreas K. Hüttel
2021-06-15 21:59 Andreas K. Hüttel
2020-07-31  8:37 Kent Fredric
2018-07-21 12:27 Kent Fredric
2017-09-18 13:03 Kent Fredric
2016-11-21  3:37 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1515457576.4e39bda05490254dcfcec098baadc7a0231ae980.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox