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 | 12dd28f5a0cfca8075395d6c05421de883f74234 (patch) | |
tree | d5b0a22e4c1e0632f3f66da9b00e25ced1919985 /dev-perl/PGPLOT | |
parent | Stable on x86 wrt bug #113826. (diff) | |
download | historical-12dd28f5a0cfca8075395d6c05421de883f74234.tar.gz historical-12dd28f5a0cfca8075395d6c05421de883f74234.tar.bz2 historical-12dd28f5a0cfca8075395d6c05421de883f74234.zip |
Optional dep for PDL
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-perl/PGPLOT')
-rw-r--r-- | dev-perl/PGPLOT/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/PGPLOT/Manifest | 14 | ||||
-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, 56 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..12efa0738879 --- /dev/null +++ b/dev-perl/PGPLOT/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 d867fd7e782f3ca40279f7756ddacd3a ChangeLog 351 +MD5 ee8e5a4000cb32738683b34c2ad73932 PGPLOT-2.19.ebuild 610 +MD5 66703567079683c917257f89111169fd files/digest-PGPLOT-2.19 62 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFD1NjHtG5z4I8BtQoRApi1AJwNY8vZLVoKewvAhic0p6+R69SlsgCgiT6v +w6TfFzcTM1FyLHV3fXmo/K4= +=xZca +-----END PGP SIGNATURE----- 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> |