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 F26E113946D for ; Sun, 8 Aug 2021 14:46:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B12DE091C; Sun, 8 Aug 2021 14:46:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C3728E091B for ; Sun, 8 Aug 2021 14:46:27 +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 A8CF8335DCA for ; Sun, 8 Aug 2021 14:46:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5E0F86F for ; Sun, 8 Aug 2021 14:46:23 +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: <1628433950.09fe4d5c8a928018e702ab9b1435ca273f105df7.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.104.1.ebuild X-VCS-Directories: dev-perl/Software-License/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 09fe4d5c8a928018e702ab9b1435ca273f105df7 X-VCS-Branch: master Date: Sun, 8 Aug 2021 14:46:23 +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: 0b611b1a-0682-4425-bf8e-e56f299d0f1d X-Archives-Hash: b069d4430fd1cf9426856a7f0822df4c commit: 09fe4d5c8a928018e702ab9b1435ca273f105df7 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 8 14:01:52 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 8 14:45:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09fe4d5c dev-perl/Software-License: Verion bump 0.104001 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Software-License/Manifest | 1 + .../Software-License-0.104.1.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-perl/Software-License/Manifest b/dev-perl/Software-License/Manifest index e50e701f589..7bd8702853a 100644 --- a/dev-perl/Software-License/Manifest +++ b/dev-perl/Software-License/Manifest @@ -1 +1,2 @@ DIST Software-License-0.103014.tar.gz 121711 BLAKE2B c898773dc33b94aa02f6092ed49c91e2ab7f9cc8a77a66226a7eb31c826e8b21d921868411d416f5f367fdf3a024de5ca6c8830792a5fc1162568f0c2108e469 SHA512 8012f9d3e8671bdcbaf52f6790f6cd2f6a0510883bb40115c222c8c685aed6697ba33b3f9df8d853841cd2eef0806d919c9038b6ba7b1057f475b3b63457069d +DIST Software-License-0.104001.tar.gz 131973 BLAKE2B 7d988f33b433a6777bc0049f6b4bb3bed3de09bb1ce992d9273092f4f3328ae326aa1a719f24590d44315dc11c4288d989952e9b7391e08affadd508b02dd7fd SHA512 4ba5e11e8aa34a4f59ad4028e8e4547e22d5d56e04836cf280a0fb52a2fb64c8cf5347f6f6e2c368506c35eeb7e189527e4339d11541aac34c2c28737717e34e diff --git a/dev-perl/Software-License/Software-License-0.104.1.ebuild b/dev-perl/Software-License/Software-License-0.104.1.ebuild new file mode 100644 index 00000000000..b1364456fc1 --- /dev/null +++ b/dev-perl/Software-License/Software-License-0.104.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +DIST_AUTHOR=RJBS +DIST_VERSION=0.104001 +inherit perl-module + +DESCRIPTION="packages that provide templated software licenses" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +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 +" +BDEPEND=" + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + >=virtual/perl-Test-Simple-0.960.0 + dev-perl/Try-Tiny + ) +"