From ce22ec791d999920e1b3076f48fdada707b64129 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Wed, 12 Jan 2011 17:08:40 +0000 Subject: Version bump Package-Manager: portage-2.2.0_alpha14/cvs/Linux x86_64 --- dev-perl/PGPLOT/ChangeLog | 9 +++++++-- dev-perl/PGPLOT/PGPLOT-2.210.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 dev-perl/PGPLOT/PGPLOT-2.210.ebuild (limited to 'dev-perl/PGPLOT') 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 +PGPLOT-2.210.ebuild: + Version bump 05 Feb 2010; Torsten Veller 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}" -- cgit v1.2.3-65-gdbad