diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-13 06:49:42 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-13 06:49:42 +0000 |
commit | 7c466e54e00f720ec6f35842b21bd49d5f1b52ba (patch) | |
tree | 1a79ff2eb247c4a37d08f98c115b7b5b1f60194c /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-7c466e54e00f720ec6f35842b21bd49d5f1b52ba.tar.gz gentoo-2-7c466e54e00f720ec6f35842b21bd49d5f1b52ba.tar.bz2 gentoo-2-7c466e54e00f720ec6f35842b21bd49d5f1b52ba.zip |
Version bump
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/PGPLOT/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/PGPLOT/PGPLOT-2.19.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/PGPLOT/PGPLOT-2.20.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/PGPLOT/files/digest-PGPLOT-2.20 | 3 |
4 files changed, 35 insertions, 3 deletions
diff --git a/dev-perl/PGPLOT/ChangeLog b/dev-perl/PGPLOT/ChangeLog index a69d074dc878..2acb3e151e85 100644 --- a/dev-perl/PGPLOT/ChangeLog +++ b/dev-perl/PGPLOT/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/PGPLOT # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.6 2007/01/19 15:25:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.7 2007/06/13 06:49:42 mcummings Exp $ + +*PGPLOT-2.20 (13 Jun 2007) + + 13 Jun 2007; Michael Cummings <mcummings@gentoo.org> PGPLOT-2.19.ebuild, + +PGPLOT-2.20.ebuild: + Version bump 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> PGPLOT-2.19.ebuild: Version bump, thanks seemant diff --git a/dev-perl/PGPLOT/PGPLOT-2.19.ebuild b/dev-perl/PGPLOT/PGPLOT-2.19.ebuild index 8ae2a86bf7eb..58bc6622574d 100644 --- a/dev-perl/PGPLOT/PGPLOT-2.19.ebuild +++ b/dev-perl/PGPLOT/PGPLOT-2.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.6 2007/01/19 15:25:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.19.ebuild,v 1.7 2007/06/13 06:49:42 mcummings Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~ia64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" # Tests require active X display diff --git a/dev-perl/PGPLOT/PGPLOT-2.20.ebuild b/dev-perl/PGPLOT/PGPLOT-2.20.ebuild new file mode 100644 index 000000000000..5a5f36b574a4 --- /dev/null +++ b/dev-perl/PGPLOT/PGPLOT-2.20.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.20.ebuild,v 1.1 2007/06/13 06:49:42 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="allow subroutines in the PGPLOT graphics library to be called from Perl." +HOMEPAGE="http://search.cpan.org/~kgb/" +SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86" +IUSE="" + +# Tests require active X display +#SRC_TEST="do" + +DEPEND="sci-libs/pgplot + || ( x11-base/xorg-server + virtual/x11 ) + >=dev-perl/ExtUtils-F77-1.13 + dev-lang/perl" diff --git a/dev-perl/PGPLOT/files/digest-PGPLOT-2.20 b/dev-perl/PGPLOT/files/digest-PGPLOT-2.20 new file mode 100644 index 000000000000..873a6abfccb6 --- /dev/null +++ b/dev-perl/PGPLOT/files/digest-PGPLOT-2.20 @@ -0,0 +1,3 @@ +MD5 2843f43f2062f32a79aac9767203e0bb PGPLOT-2.20.tar.gz 51774 +RMD160 c13e0409aec9d8c3b28c62f8c416d785ce9a2b80 PGPLOT-2.20.tar.gz 51774 +SHA256 4d3fe8770da527cb2e0df70b68e41dc80b8a8e421298df3c8b26cd03e431adae PGPLOT-2.20.tar.gz 51774 |