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 30835138239 for ; Tue, 15 Jun 2021 21:59:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E4F0E090F; Tue, 15 Jun 2021 21:59:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 310E8E0907 for ; Tue, 15 Jun 2021 21:59:55 +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 E442A340DF0 for ; Tue, 15 Jun 2021 21:59:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EB747B6 for ; Tue, 15 Jun 2021 21:59:51 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1623794352.37da068f01c8c324bf4e605bc755170b7fb2431c.dilfridge@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.13.ebuild X-VCS-Directories: dev-perl/Software-License/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 37da068f01c8c324bf4e605bc755170b7fb2431c X-VCS-Branch: master Date: Tue, 15 Jun 2021 21:59:51 +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: e2ec2e98-4ea4-451f-96c5-a83d8aa1ed23 X-Archives-Hash: d79400aca4f8276ad201b50730c7f85e commit: 37da068f01c8c324bf4e605bc755170b7fb2431c Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Jun 15 21:38:21 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Jun 15 21:59:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37da068f dev-perl/Software-License: remove old Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Software-License/Manifest | 1 - .../Software-License-0.103.13.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/dev-perl/Software-License/Manifest b/dev-perl/Software-License/Manifest index 8e55d10eee7..e50e701f589 100644 --- a/dev-perl/Software-License/Manifest +++ b/dev-perl/Software-License/Manifest @@ -1,2 +1 @@ -DIST Software-License-0.103013.tar.gz 120235 BLAKE2B 64e65af6e2a19444e03ae6838def05cb2f2c38e59d8a9a13c04893049afb667bf5aac51e0ba0f09a01190b27f1308e9e70c5e3245003d96fd58e2a51610a1650 SHA512 69af2e6f759cb9c449ee2045e26d4cc6e344eec07f1ecae6718a5bcc0a11e594009338f509f321100b214af1a445169cf06fd32e11a477f137e57de33f377b25 DIST Software-License-0.103014.tar.gz 121711 BLAKE2B c898773dc33b94aa02f6092ed49c91e2ab7f9cc8a77a66226a7eb31c826e8b21d921868411d416f5f367fdf3a024de5ca6c8830792a5fc1162568f0c2108e469 SHA512 8012f9d3e8671bdcbaf52f6790f6cd2f6a0510883bb40115c222c8c685aed6697ba33b3f9df8d853841cd2eef0806d919c9038b6ba7b1057f475b3b63457069d diff --git a/dev-perl/Software-License/Software-License-0.103.13.ebuild b/dev-perl/Software-License/Software-License-0.103.13.ebuild deleted file mode 100644 index 372930928ed..00000000000 --- a/dev-perl/Software-License/Software-License-0.103.13.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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" -RESTRICT="!test? ( 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 - ) -"