* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PGPLOT/
@ 2018-07-21 11:16 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2018-07-21 11:16 UTC (permalink / raw
To: gentoo-commits
commit: d1c79a1bf47d44739b4c61f0765c0822fba95771
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 10:42:49 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 11:15:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c79a1b
dev-perl/PGPLOT: Cleanup old version 2.210.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild b/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild
deleted file mode 100644
index 52b62adb772..00000000000
--- a/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=KGB
-MODULE_VERSION=2.21
-inherit perl-module
-
-DESCRIPTION="allow subroutines in the PGPLOT graphics library to be called from Perl"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-# Tests require active X display
-#SRC_TEST="do"
-
-RDEPEND="sci-libs/pgplot
- >=dev-perl/ExtUtils-F77-1.13"
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PGPLOT/
@ 2021-07-30 20:19 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-07-30 20:19 UTC (permalink / raw
To: gentoo-commits
commit: 86b03184a418e1487f21d7e2189cd988dfc1b61d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 19:56:08 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 20:18:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b03184
dev-perl/PGPLOT: Version bump 2.27
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/PGPLOT/Manifest | 1 +
dev-perl/PGPLOT/PGPLOT-2.270.0.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-perl/PGPLOT/Manifest b/dev-perl/PGPLOT/Manifest
index 7297f0acd86..9c73ec3edd2 100644
--- a/dev-perl/PGPLOT/Manifest
+++ b/dev-perl/PGPLOT/Manifest
@@ -1 +1,2 @@
DIST PGPLOT-2.21.tar.gz 53431 BLAKE2B 00000dc16a6040540732aadcaa9dc6df051e7d8837f2aba1bbd60844da5053da4ae858a6be9868c5c66bf47458e5c5d25c6dc854c010117ec23dd3ba3df8d80f SHA512 fefabbbf6e0c742f2e049fcb2669ce13ae54f95ccb49403b7a10ed50c36e5793d5b976ae68eafc87ab320a7eadaecead5379bae2e898cff12f0f9ffe10f2337b
+DIST PGPLOT-2.27.tar.gz 56049 BLAKE2B 50ee1f75810def08a48f18585e7da833269f2c6c514a526859551eee9c44e67f02fc01204ef9573f58f20f9a270042d6c93aacd5dfcb6144dc4b8dbe3d0e5930 SHA512 8b45a8b399ee391c44c7fb32a8cd615b459457f20a334f7a09b9c7870de3d0331b443a4c48cad520236aaf964b5576f1b3aa2517a341011cc2db7c6459776649
diff --git a/dev-perl/PGPLOT/PGPLOT-2.270.0.ebuild b/dev-perl/PGPLOT/PGPLOT-2.270.0.ebuild
new file mode 100644
index 00000000000..84827673758
--- /dev/null
+++ b/dev-perl/PGPLOT/PGPLOT-2.270.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETJ
+DIST_VERSION=2.27
+inherit perl-module
+
+DESCRIPTION="allow subroutines in the PGPLOT graphics library to be called from Perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ sci-libs/pgplot
+"
+DEPEND="${RDEPEND}
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Devel-CheckLib-1.140.0
+ >=dev-perl/ExtUtils-F77-1.130.0
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PGPLOT/
@ 2021-11-25 18:03 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-11-25 18:03 UTC (permalink / raw
To: gentoo-commits
commit: 611e1936a621b82fa8abf504912de68fdbc6ac75
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 17:57:12 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 18:03:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611e1936
dev-perl/PGPLOT: Repoman commit
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/PGPLOT/Manifest | 1 -
dev-perl/PGPLOT/PGPLOT-2.210.0-r1.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-perl/PGPLOT/Manifest b/dev-perl/PGPLOT/Manifest
index 9c73ec3edd2e..3bdd8c393cea 100644
--- a/dev-perl/PGPLOT/Manifest
+++ b/dev-perl/PGPLOT/Manifest
@@ -1,2 +1 @@
-DIST PGPLOT-2.21.tar.gz 53431 BLAKE2B 00000dc16a6040540732aadcaa9dc6df051e7d8837f2aba1bbd60844da5053da4ae858a6be9868c5c66bf47458e5c5d25c6dc854c010117ec23dd3ba3df8d80f SHA512 fefabbbf6e0c742f2e049fcb2669ce13ae54f95ccb49403b7a10ed50c36e5793d5b976ae68eafc87ab320a7eadaecead5379bae2e898cff12f0f9ffe10f2337b
DIST PGPLOT-2.27.tar.gz 56049 BLAKE2B 50ee1f75810def08a48f18585e7da833269f2c6c514a526859551eee9c44e67f02fc01204ef9573f58f20f9a270042d6c93aacd5dfcb6144dc4b8dbe3d0e5930 SHA512 8b45a8b399ee391c44c7fb32a8cd615b459457f20a334f7a09b9c7870de3d0331b443a4c48cad520236aaf964b5576f1b3aa2517a341011cc2db7c6459776649
diff --git a/dev-perl/PGPLOT/PGPLOT-2.210.0-r1.ebuild b/dev-perl/PGPLOT/PGPLOT-2.210.0-r1.ebuild
deleted file mode 100644
index 482486e167ff..000000000000
--- a/dev-perl/PGPLOT/PGPLOT-2.210.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=KGB
-DIST_VERSION=2.21
-inherit perl-module
-
-DESCRIPTION="allow subroutines in the PGPLOT graphics library to be called from Perl"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="sci-libs/pgplot
- >=dev-perl/ExtUtils-F77-1.13"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-2.21-no-dot-inc.patch"
- "${FILESDIR}/${PN}-2.21-null-render.patch"
-)
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PGPLOT/
@ 2023-06-19 1:47 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-06-19 1:47 UTC (permalink / raw
To: gentoo-commits
commit: 410dc9e5c58a135c11311cf3dadcaee51b17b593
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 01:33:00 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 01:33:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410dc9e5
dev-perl/PGPLOT: add 2.280.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/PGPLOT/Manifest | 1 +
dev-perl/PGPLOT/PGPLOT-2.280.0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-perl/PGPLOT/Manifest b/dev-perl/PGPLOT/Manifest
index 3bdd8c393cea..de52335bf3e4 100644
--- a/dev-perl/PGPLOT/Manifest
+++ b/dev-perl/PGPLOT/Manifest
@@ -1 +1,2 @@
DIST PGPLOT-2.27.tar.gz 56049 BLAKE2B 50ee1f75810def08a48f18585e7da833269f2c6c514a526859551eee9c44e67f02fc01204ef9573f58f20f9a270042d6c93aacd5dfcb6144dc4b8dbe3d0e5930 SHA512 8b45a8b399ee391c44c7fb32a8cd615b459457f20a334f7a09b9c7870de3d0331b443a4c48cad520236aaf964b5576f1b3aa2517a341011cc2db7c6459776649
+DIST PGPLOT-2.28.tar.gz 56094 BLAKE2B fc16f1d31ebb74125a86467ffb835b03bcc7eb94a94632bcf66ae694f279a391dac20a2d658d0b92b0b6bb1f10f8fc14d9151c4425a8e78caaec8035b38b0c1a SHA512 4d04a8cc8c81736a738031c79680b92c2b89c2cb552d4f380306c23d7168c46a00568806d3a7ab8ffe111a33852818bbfdc2db2364a2c43e5b00285116072448
diff --git a/dev-perl/PGPLOT/PGPLOT-2.280.0.ebuild b/dev-perl/PGPLOT/PGPLOT-2.280.0.ebuild
new file mode 100644
index 000000000000..01d9a4ebb397
--- /dev/null
+++ b/dev-perl/PGPLOT/PGPLOT-2.280.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETJ
+DIST_VERSION=2.28
+inherit perl-module
+
+DESCRIPTION="Allow subroutines in the PGPLOT graphics library to be called from Perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ sci-libs/pgplot
+"
+DEPEND="
+ ${RDEPEND}
+"
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/Devel-CheckLib-1.140.0
+ >=dev-perl/ExtUtils-F77-1.130.0
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-06-19 1:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-19 1:47 [gentoo-commits] repo/gentoo:master commit in: dev-perl/PGPLOT/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-11-25 18:03 Andreas K. Hüttel
2021-07-30 20:19 Andreas K. Hüttel
2018-07-21 11:16 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox