diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-29 11:04:17 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-29 11:04:17 +0000 |
commit | 07adeb528363ec37445f5e9f70c186720a3b37b8 (patch) | |
tree | c37cab42187651626a8b707bd1f78cf28c0c3c24 /dev-perl/PGPLOT | |
parent | Change version scheme (diff) | |
download | gentoo-2-07adeb528363ec37445f5e9f70c186720a3b37b8.tar.gz gentoo-2-07adeb528363ec37445f5e9f70c186720a3b37b8.tar.bz2 gentoo-2-07adeb528363ec37445f5e9f70c186720a3b37b8.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/PGPLOT')
-rw-r--r-- | dev-perl/PGPLOT/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/PGPLOT/ChangeLog b/dev-perl/PGPLOT/ChangeLog index dab100a2b1ed..2e38b889c71a 100644 --- a/dev-perl/PGPLOT/ChangeLog +++ b/dev-perl/PGPLOT/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/PGPLOT # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.13 2011/04/02 10:54:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.14 2011/08/29 11:04:17 tove Exp $ + +*PGPLOT-2.210.0 (29 Aug 2011) + + 29 Aug 2011; Torsten Veller <tove@gentoo.org> +PGPLOT-2.210.0.ebuild: + Change version scheme 02 Apr 2011; Torsten Veller <tove@gentoo.org> -PGPLOT-2.20.ebuild: Cleanup diff --git a/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild b/dev-perl/PGPLOT/PGPLOT-2.210.0.ebuild new file mode 100644 index 000000000000..b58b345b503c --- /dev/null +++ b/dev-perl/PGPLOT/PGPLOT-2.210.0.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.0.ebuild,v 1.1 2011/08/29 11:04:17 tove Exp $ + +EAPI=4 + +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}" |