summaryrefslogtreecommitdiff
path: root/dev-perl/PGPLOT
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-perl/PGPLOT
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-perl/PGPLOT')
-rw-r--r--dev-perl/PGPLOT/Manifest5
-rw-r--r--dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild21
-rw-r--r--dev-perl/PGPLOT/metadata.xml12
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/PGPLOT/Manifest b/dev-perl/PGPLOT/Manifest
new file mode 100644
index 000000000000..2f8e7f4caad1
--- /dev/null
+++ b/dev-perl/PGPLOT/Manifest
@@ -0,0 +1,5 @@
+DIST PGPLOT-2.21.tar.gz 53431 SHA256 1b81775a1769139ba615864c564b3f916973d162ee549cec42400345c528565d SHA512 fefabbbf6e0c742f2e049fcb2669ce13ae54f95ccb49403b7a10ed50c36e5793d5b976ae68eafc87ab320a7eadaecead5379bae2e898cff12f0f9ffe10f2337b WHIRLPOOL 31113732c95fc03185db06e11946e228bc63cb0e3c34600d5cb3bbbe8d67b3c6c7bfa8258886f3c1e99e69d912be772976dea5e6f8264020cfcad6faa626d8f1
+EBUILD PGPLOT-2.210.0.ebuild 468 SHA256 351f4b9203fdcbb05b589e76ce5001f17807e5c8074ad550fbb25ae1a2f3c193 SHA512 c98996442debf40d386e86b343a5c9be37eed4db80140cf9673ff6a8877c2ecf767ab123795ec15a1ae9537707b8b88ee4e2330b471253ffb8ba4a25d76891cc WHIRLPOOL ecf7c8f81dcd445de03eab78e635c5196b99551f71050d67568513c1d7824f834612c74d0e5031a122c4eabbc4f83e0a997cf5feb50c837d2caae60b103a847d
+MISC ChangeLog 2428 SHA256 ed739cd5f3be17c0733b3e1c01905e456b0abf5b4f75a9a7fd68a8c36ad10de4 SHA512 055e996259d84be04cb3faaf56e4b8fbb441d541011d352e941c2db8ae0d61dbde1a587cdc16ec31a1e1b8fd057ef4e19772f7a06e172e9338985d91280b74d2 WHIRLPOOL 30a85ac4550f954b7390f069d8d9c0d3a607b45816a8876917a34c0ed75e3b83b5ac5fd42d232192b138f12edbbc30376ffb38dafdc447fa65c72f668af2e1d5
+MISC ChangeLog-2015 2651 SHA256 1f3123cbc58e49cb2f1cfad080b88970fc35cbaea800668786bdde5971543dfa SHA512 3ef26ba9472fee9270b971a48108ef30f1c3e626296aee8ffefc7e544638da56eca0716f8c23b3575367be3d0133b8ff5d3b37a9aa52cca45e68388a10d2cdce WHIRLPOOL 74c2e73e2162972ca7c9d60dbf78ff7279370aac66cff579d6d5e290d997843fe11c2657f57dcce962399e22e019d9fc9dc3cf3ede9ea4645b2d5dbb323ea6a0
+MISC metadata.xml 383 SHA256 6f1a650caf0a6e9b1273985736350a36dfcde65d8341a4053c47e4ce93c2074f SHA512 460671b580b324b5bac3be34a4e05aa033af28a9c7a0015763c5bd34fd4a3798a7dfbc7a8267b76a83604446effe70df4298a3947de5c6277f8b7169be647ff9 WHIRLPOOL 00289c491d1044b8cf05ecf46949fab1f003fc6bbb172ac5437f1b3985531f77bc23d2faad329965722a366cde5ef354da2b345e1961fd19b4edf63eb0796fd6
diff --git a/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild b/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild
new file mode 100644
index 000000000000..52b62adb772a
--- /dev/null
+++ b/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild
@@ -0,0 +1,21 @@
+# 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}"
diff --git a/dev-perl/PGPLOT/metadata.xml b/dev-perl/PGPLOT/metadata.xml
new file mode 100644
index 000000000000..f62ec0fd86f4
--- /dev/null
+++ b/dev-perl/PGPLOT/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">PGPLOT</remote-id>
+ <remote-id type="cpan-module">PGPLOT</remote-id>
+ </upstream>
+</pkgmetadata>