diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-05 21:28:29 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-05 21:28:29 +0000 |
commit | 49dfb2b5b381fa14984f7c5c8c1b6196d8b98a0e (patch) | |
tree | 6d0d5a60aef537f31958ae030aadd44ebf0d915f /dev-perl/PGPLOT | |
parent | Version bump wrt #303507, thanks to Penetsdorfer Martin for reporting. (diff) | |
download | gentoo-2-49dfb2b5b381fa14984f7c5c8c1b6196d8b98a0e.tar.gz gentoo-2-49dfb2b5b381fa14984f7c5c8c1b6196d8b98a0e.tar.bz2 gentoo-2-49dfb2b5b381fa14984f7c5c8c1b6196d8b98a0e.zip |
Fix LICENSE (#301969). Maintenance
(Portage version: 2.2_rc62/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.20.ebuild | 16 |
2 files changed, 13 insertions, 10 deletions
diff --git a/dev-perl/PGPLOT/ChangeLog b/dev-perl/PGPLOT/ChangeLog index 7de691b2f8cc..142f4c22184e 100644 --- a/dev-perl/PGPLOT/ChangeLog +++ b/dev-perl/PGPLOT/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/PGPLOT -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.10 2009/05/02 10:57:22 tove Exp $ +# 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 $ + + 05 Feb 2010; Torsten Veller <tove@gentoo.org> PGPLOT-2.20.ebuild: + Fix LICENSE (#301969). Maintenance 02 May 2009; Torsten Veller <tove@gentoo.org> -PGPLOT-2.19.ebuild: Cleanup diff --git a/dev-perl/PGPLOT/PGPLOT-2.20.ebuild b/dev-perl/PGPLOT/PGPLOT-2.20.ebuild index f25abf228ab9..9eeb6673b87e 100644 --- a/dev-perl/PGPLOT/PGPLOT-2.20.ebuild +++ b/dev-perl/PGPLOT/PGPLOT-2.20.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 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.3 2008/07/13 21:27:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.20.ebuild,v 1.4 2010/02/05 21:28:29 tove Exp $ +EAPI=2 + +MODULE_AUTHOR=KGB 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="" @@ -16,6 +16,6 @@ IUSE="" # Tests require active X display #SRC_TEST="do" -DEPEND="sci-libs/pgplot - >=dev-perl/ExtUtils-F77-1.13 - dev-lang/perl" +RDEPEND="sci-libs/pgplot + >=dev-perl/ExtUtils-F77-1.13" +DEPEND="${RDEPEND}" |