diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-23 17:30:38 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-02-23 17:30:38 +0000 |
commit | 442bf6c9a0b7bec568dfbd5bda84a7404bd41ff0 (patch) | |
tree | 07714534137788be97ac4a0f342ffe9b20a81561 /sci-libs/pgplot | |
parent | Remove broken version as recommended by upstream. (diff) | |
download | gentoo-2-442bf6c9a0b7bec568dfbd5bda84a7404bd41ff0.tar.gz gentoo-2-442bf6c9a0b7bec568dfbd5bda84a7404bd41ff0.tar.bz2 gentoo-2-442bf6c9a0b7bec568dfbd5bda84a7404bd41ff0.zip |
Added ~ppc, thanks to Pierre Martin.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/pgplot')
-rw-r--r-- | sci-libs/pgplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/pgplot/metadata.xml | 10 | ||||
-rw-r--r-- | sci-libs/pgplot/pgplot-5.2.2-r3.ebuild | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-libs/pgplot/ChangeLog b/sci-libs/pgplot/ChangeLog index ac7335dc815b..7a65a4570762 100644 --- a/sci-libs/pgplot/ChangeLog +++ b/sci-libs/pgplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/pgplot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.16 2009/02/13 11:24:29 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.17 2009/02/23 17:30:38 bicatali Exp $ + + 23 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml, + pgplot-5.2.2-r3.ebuild: + Added ~ppc, thanks to Pierre Martin. 13 Feb 2009; Patrick Kursawe <phosphan@gentoo.org> -pgplot-5.2.2-r2.ebuild, pgplot-5.2.2-r3.ebuild: diff --git a/sci-libs/pgplot/metadata.xml b/sci-libs/pgplot/metadata.xml index f3e88639d650..87378f8463a9 100644 --- a/sci-libs/pgplot/metadata.xml +++ b/sci-libs/pgplot/metadata.xml @@ -3,10 +3,10 @@ <pkgmetadata> <herd>sci</herd> <longdescription lang="en"> -PGPLOT is a Fortran subroutine package for drawing graphs on a variety -of display devices. The CPGPLOT library adds an intermediate level of -wrapper functions between C programs and the PGPLOT library. These -functions hide the system dependencies of calling PGPLOT behind a -system independent interface. + PGPLOT is a Fortran subroutine package for drawing graphs on a variety + of display devices. The CPGPLOT library adds an intermediate level of + wrapper functions between C programs and the PGPLOT library. These + functions hide the system dependencies of calling PGPLOT behind a + system independent interface. </longdescription> </pkgmetadata> diff --git a/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild index 568afc09e1f3..7457250f81f5 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.3 2009/02/13 11:24:29 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r3.ebuild,v 1.4 2009/02/23 17:30:38 bicatali Exp $ inherit eutils toolchain-funcs fortran @@ -10,7 +10,7 @@ HOMEPAGE="http://www.astro.caltech.edu/~tjp/pgplot/" SRC_URI="ftp://ftp.astro.caltech.edu/pub/pgplot/${MY_P}.tar.gz" LICENSE="free-noncomm" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="doc motif tk" RDEPEND="x11-libs/libX11 x11-libs/libXt |