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 9B4F7139360 for ; Tue, 10 Aug 2021 18:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C88BE090F; Tue, 10 Aug 2021 18:24:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 54747E090F for ; Tue, 10 Aug 2021 18:24:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E926D342E58 for ; Tue, 10 Aug 2021 18:24:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 095078D4 for ; Tue, 10 Aug 2021 18:24:15 +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: <1628619838.3752f98e411886c81993913fb7eaba9c9666a354.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SVG/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/SVG/Manifest dev-perl/SVG/SVG-2.860.0.ebuild X-VCS-Directories: dev-perl/SVG/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 3752f98e411886c81993913fb7eaba9c9666a354 X-VCS-Branch: master Date: Tue, 10 Aug 2021 18:24:15 +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: c80e58e8-3612-41f4-9a0e-cba1457073b9 X-Archives-Hash: d8a2ea6c28a7d05a96b16b9e1db22e94 commit: 3752f98e411886c81993913fb7eaba9c9666a354 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Aug 10 18:20:00 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Aug 10 18:23:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3752f98e dev-perl/SVG: Version bump 2.86 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/SVG/Manifest | 1 + dev-perl/SVG/SVG-2.860.0.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-perl/SVG/Manifest b/dev-perl/SVG/Manifest index 7f8db47bdd6..22d2ed93c58 100644 --- a/dev-perl/SVG/Manifest +++ b/dev-perl/SVG/Manifest @@ -1 +1,2 @@ DIST SVG-2.82.tar.gz 53717 BLAKE2B eb09b912cc719a53b7aa990ca0d56213c6c3e46f36ff7a0e32e3e643d3a012541f5bdeb4077b3cdb879c19ceec7d7bca9a38d42b78e6d18cdde0a2358ba61f28 SHA512 4241cfdc05758d90b7c2fd8a0fd2df1a8a95bad6859a6e30eb2f05a6c6e15f37ab9739304e956929f48b20a41c2b309fc97854440a4a1350a4badd515c7041a5 +DIST SVG-2.86.tar.gz 57375 BLAKE2B bb9ae8664fab28d3fcc8886dd636ba6944f10a43d4d6811a97a64fba9ed1a3cb0fb8057ead1233654384faa24931817c2f8b7f41358d9674977ecd091b4f2ca0 SHA512 d8f66c3103cf7fabe0902f86c768e04c757b2c95c5b3291a273e3d3da0201042d6cd70f3a5c005fc0e8b3a6c075c212b9d0bc265f80e210fb8ecfca8178473d0 diff --git a/dev-perl/SVG/SVG-2.860.0.ebuild b/dev-perl/SVG/SVG-2.860.0.ebuild new file mode 100644 index 00000000000..5b3cccea394 --- /dev/null +++ b/dev-perl/SVG/SVG-2.860.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MANWAR +DIST_VERSION=2.86 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="Perl extension for generating Scalable Vector Graphics (SVG) documents" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=" + virtual/perl-parent + virtual/perl-Scalar-List-Utils +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( >=virtual/perl-Test-Simple-0.940.0 ) +" + +src_test() { + perl_rm_files t/96-perl-critic.t t/98-tidyall.t \ + t/99_test_pod_coverage.t \ + t/meta-json.t \ + t/meta-yml.t + perl-module_src_test +}