diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-07-22 00:01:30 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-07-22 00:26:44 +1200 |
commit | 67ed577df04e0f8a567d66300b67e2cbe00c434d (patch) | |
tree | ae64de750119b29fa9a1bf62ba909987a5708012 /dev-perl/Software-License | |
parent | dev-perl/Sereal-Decoder: Cleanup old version 3.15.0 (diff) | |
download | gentoo-67ed577df04e0f8a567d66300b67e2cbe00c434d.tar.gz gentoo-67ed577df04e0f8a567d66300b67e2cbe00c434d.tar.bz2 gentoo-67ed577df04e0f8a567d66300b67e2cbe00c434d.zip |
dev-perl/Software-License: Cleanup old version 0.103.12
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Software-License')
-rw-r--r-- | dev-perl/Software-License/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Software-License/Software-License-0.103.12.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/Software-License/Manifest b/dev-perl/Software-License/Manifest index 83edcc44643a..88cc46d76a53 100644 --- a/dev-perl/Software-License/Manifest +++ b/dev-perl/Software-License/Manifest @@ -1,2 +1 @@ -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.12.ebuild b/dev-perl/Software-License/Software-License-0.103.12.ebuild deleted file mode 100644 index a718d8d9bd8f..000000000000 --- a/dev-perl/Software-License/Software-License-0.103.12.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 - ) -" |