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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D50B7158043 for ; Sat, 20 Apr 2024 10:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D64CE29F4; Sat, 20 Apr 2024 10:05:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 472D2E29F9 for ; Sat, 20 Apr 2024 10:05:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FFDD3433E8 for ; Sat, 20 Apr 2024 10:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9567C16F9 for ; Sat, 20 Apr 2024 10:04:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1713607380.7b49536b3de28e3bd3af5b757ef16cf23d18987b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDL-Graphics-Gnuplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PDL-Graphics-Gnuplot/Manifest dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.25.0.ebuild X-VCS-Directories: dev-perl/PDL-Graphics-Gnuplot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7b49536b3de28e3bd3af5b757ef16cf23d18987b X-VCS-Branch: master Date: Sat, 20 Apr 2024 10:04:58 +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: 0b2ac79c-6356-4003-8300-e0624add9a3b X-Archives-Hash: 74b2eca962b332b222ecc17d87877ead commit: 7b49536b3de28e3bd3af5b757ef16cf23d18987b Author: Sam James gentoo org> AuthorDate: Sat Apr 20 09:43:54 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 20 10:03:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b49536b dev-perl/PDL-Graphics-Gnuplot: add 2.25.0 Before 9b7379d0edebc7ec06b8a1245ade79c4fbdaa1a1, there doesn't seem to have been a dep on gnuplot at all. I think we may need a generic one, but we can drop the USE requirements as the upstream bug is now fixed. (dev-perl/Alien-Gnuplot does depend on it anyway which is prob. why nobody noticed.) Bug: https://bugs.gentoo.org/622586 Closes: https://bugs.gentoo.org/834512 Signed-off-by: Sam James gentoo.org> dev-perl/PDL-Graphics-Gnuplot/Manifest | 1 + .../PDL-Graphics-Gnuplot-2.25.0.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-perl/PDL-Graphics-Gnuplot/Manifest b/dev-perl/PDL-Graphics-Gnuplot/Manifest index f7b70c75b9ce..d8fcbb1bc943 100644 --- a/dev-perl/PDL-Graphics-Gnuplot/Manifest +++ b/dev-perl/PDL-Graphics-Gnuplot/Manifest @@ -1 +1,2 @@ DIST PDL-Graphics-Gnuplot-2.019.tar.gz 151044 BLAKE2B ef22429b74d167edc4ccdbc3b89cfbece9b88ef0c4a0f35fdc0c5cc86aa5e3c026380a0c4f82844a079418a299d29ffea883075da9a3e321d85477df18526119 SHA512 9b3910c4859ab8526ad3b6a0c0233cf258e7b7653f6650c1f33884cdaed72acc979015a7a086f47a373b5191377b1f81fbcd162bf46d75f01ee6bf4919a90987 +DIST PDL-Graphics-Gnuplot-2.025.tar.gz 155233 BLAKE2B 184e81eef346a0c187b6596a3a1ded5a5fc5ab4cf1975461ba24061dc0f302d8fbd4dc7b3d34fd10fc660da4c6b4a5bdeef7a907b1eed4ec8896493da6f75c19 SHA512 fa4e2304fe4d9efd3f25635186e72ac477a76300b2c5816fd0fd07fdd94060f3fc14eec3fcf24e8f1b031ae1e417a2bdb6c3e3cccb3a4e0298d03238a26429c4 diff --git a/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.25.0.ebuild b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.25.0.ebuild new file mode 100644 index 000000000000..cd6598fda14e --- /dev/null +++ b/dev-perl/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot-2.25.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_VERSION=2.025 +DIST_AUTHOR=ETJ +inherit perl-module + +DESCRIPTION="Gnuplot-based plotting for PDL" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-perl/Alien-Gnuplot-1.31.0 + >=virtual/perl-File-Temp-0.190.0 + virtual/perl-IO + dev-perl/IPC-Run + virtual/perl-Scalar-List-Utils + dev-perl/PDL + dev-perl/PDL-Transform-Color + dev-perl/Safe-Isa + virtual/perl-Storable + virtual/perl-Time-HiRes + sci-visualization/gnuplot +" +BDEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.480.0 + test? ( virtual/perl-Test-Simple ) +"