summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-12 17:08:40 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-12 17:08:40 +0000
commitdfb157b0dfcdce2d8f77b969a1951f182e429af9 (patch)
tree7b2e34934da4483e571f17a692eaf71b160c1551 /dev-perl/PGPLOT
parentVersion bump (diff)
downloadgentoo-2-dfb157b0dfcdce2d8f77b969a1951f182e429af9.tar.gz
gentoo-2-dfb157b0dfcdce2d8f77b969a1951f182e429af9.tar.bz2
gentoo-2-dfb157b0dfcdce2d8f77b969a1951f182e429af9.zip
Version bump
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/PGPLOT')
-rw-r--r--dev-perl/PGPLOT/ChangeLog9
-rw-r--r--dev-perl/PGPLOT/PGPLOT-2.210.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/PGPLOT/ChangeLog b/dev-perl/PGPLOT/ChangeLog
index 142f4c22184e..8e98db2911c7 100644
--- a/dev-perl/PGPLOT/ChangeLog
+++ b/dev-perl/PGPLOT/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/PGPLOT
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.11 2010/02/05 21:28:29 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.12 2011/01/12 17:08:40 tove Exp $
+
+*PGPLOT-2.210 (12 Jan 2011)
+
+ 12 Jan 2011; Torsten Veller <tove@gentoo.org> +PGPLOT-2.210.ebuild:
+ Version bump
05 Feb 2010; Torsten Veller <tove@gentoo.org> PGPLOT-2.20.ebuild:
Fix LICENSE (#301969). Maintenance
diff --git a/dev-perl/PGPLOT/PGPLOT-2.210.ebuild b/dev-perl/PGPLOT/PGPLOT-2.210.ebuild
new file mode 100644
index 000000000000..f2d5b30835fd
--- /dev/null
+++ b/dev-perl/PGPLOT/PGPLOT-2.210.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.210.ebuild,v 1.1 2011/01/12 17:08:40 tove Exp $
+
+EAPI=3
+
+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 ~ia64 ~x86"
+IUSE=""
+
+# Tests require active X display
+#SRC_TEST="do"
+
+RDEPEND="sci-libs/pgplot
+ >=dev-perl/ExtUtils-F77-1.13"
+DEPEND="${RDEPEND}"