diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-23 13:23:26 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-23 13:23:26 +0000 |
commit | f2673a72ef73e48f1c4c3e8ec2a4379b3e7150c8 (patch) | |
tree | d758d25c841b33401b194b01b42eff0b9d80d204 /dev-perl | |
parent | Stable on x86 wrt bug #113826. (diff) | |
download | gentoo-2-f2673a72ef73e48f1c4c3e8ec2a4379b3e7150c8.tar.gz gentoo-2-f2673a72ef73e48f1c4c3e8ec2a4379b3e7150c8.tar.bz2 gentoo-2-f2673a72ef73e48f1c4c3e8ec2a4379b3e7150c8.zip |
Optional dep for PDL
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/PGPLOT/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/PGPLOT/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/PGPLOT/PGPLOT-2.19.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/PGPLOT/files/digest-PGPLOT-2.19 | 1 | ||||
-rw-r--r-- | dev-perl/PGPLOT/metadata.xml | 10 |
5 files changed, 44 insertions, 0 deletions
diff --git a/dev-perl/PGPLOT/ChangeLog b/dev-perl/PGPLOT/ChangeLog new file mode 100644 index 000000000000..9af580ecd861 --- /dev/null +++ b/dev-perl/PGPLOT/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/PGPLOT +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.1 2006/01/23 13:23:26 mcummings Exp $ + +*PGPLOT-2.19 (23 Jan 2006) + + 23 Jan 2006; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +PGPLOT-2.19.ebuild: + Optional dep for PDL + diff --git a/dev-perl/PGPLOT/Manifest b/dev-perl/PGPLOT/Manifest new file mode 100644 index 000000000000..9603ac424d40 --- /dev/null +++ b/dev-perl/PGPLOT/Manifest @@ -0,0 +1,2 @@ +MD5 f9f717113f3d24c21e5006a6f36716cc PGPLOT-2.19.ebuild 446 +MD5 66703567079683c917257f89111169fd files/digest-PGPLOT-2.19 62 diff --git a/dev-perl/PGPLOT/PGPLOT-2.19.ebuild b/dev-perl/PGPLOT/PGPLOT-2.19.ebuild new file mode 100644 index 000000000000..2ea85298e9d5 --- /dev/null +++ b/dev-perl/PGPLOT/PGPLOT-2.19.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.19.ebuild,v 1.1 2006/01/23 13:23:26 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="allow subroutines in the PGPLOT graphics library to be called from Perl." +HOMEPAGE="http://search.cpan.org/search?query=${PN}" +SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +# Tests require active X display +#SRC_TEST="do" + +DEPEND="sci-libs/pgplot + virtual/x11 + >=dev-perl/ExtUtils-F77-1.13" diff --git a/dev-perl/PGPLOT/files/digest-PGPLOT-2.19 b/dev-perl/PGPLOT/files/digest-PGPLOT-2.19 new file mode 100644 index 000000000000..ebf7fd0f55b6 --- /dev/null +++ b/dev-perl/PGPLOT/files/digest-PGPLOT-2.19 @@ -0,0 +1 @@ +MD5 ec1914c7344026dc1b8c14bcf408e25e PGPLOT-2.19.tar.gz 49364 diff --git a/dev-perl/PGPLOT/metadata.xml b/dev-perl/PGPLOT/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/PGPLOT/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |