mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
31
dev-perl/Software-License/Software-License-0.103.13.ebuild
Normal file
31
dev-perl/Software-License/Software-License-0.103.13.ebuild
Normal file
@@ -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
|
||||
)
|
||||
"
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user