diff options
author | 2011-01-12 17:08:40 +0000 | |
---|---|---|
committer | 2011-01-12 17:08:40 +0000 | |
commit | ce22ec791d999920e1b3076f48fdada707b64129 (patch) | |
tree | 5a3183f6e767c2f37e7e8e3a8d9b0e724031e726 /dev-perl/PGPLOT | |
parent | Stable on amd64 wrt bug #351433 (diff) | |
download | historical-ce22ec791d999920e1b3076f48fdada707b64129.tar.gz historical-ce22ec791d999920e1b3076f48fdada707b64129.tar.bz2 historical-ce22ec791d999920e1b3076f48fdada707b64129.zip |
Version bump
Package-Manager: portage-2.2.0_alpha14/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/PGPLOT')
-rw-r--r-- | dev-perl/PGPLOT/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/PGPLOT/PGPLOT-2.210.ebuild | 22 |
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}" |