diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-06-12 15:33:03 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-06-12 15:33:03 +0000 |
commit | b4f3b9685a796fd25ea729c9f507a8b52404c455 (patch) | |
tree | 495ad9d35f2df579f07f72b6d1ff2a3655d5065a /sci-libs | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-b4f3b9685a796fd25ea729c9f507a8b52404c455.tar.gz gentoo-2-b4f3b9685a796fd25ea729c9f507a8b52404c455.tar.bz2 gentoo-2-b4f3b9685a796fd25ea729c9f507a8b52404c455.zip |
Stable on alpha.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/netcdf/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/netcdf/netcdf-3.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/netcdf/ChangeLog b/sci-libs/netcdf/ChangeLog index de1bd4aa8875..e3260ffbacd8 100644 --- a/sci-libs/netcdf/ChangeLog +++ b/sci-libs/netcdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/netcdf # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.10 2005/06/09 19:18:40 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.11 2005/06/12 15:33:03 kloeri Exp $ + + 12 Jun 2005; Bryan Østergaard <kloeri@gentoo.org> netcdf-3.6.0-r1.ebuild: + Stable on alpha. 09 Jun 2005; Rene Nussbaumer <killerfox@gentoo.org> netcdf-3.6.0-r1.ebuild: diff --git a/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild b/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild index ed9c806aae9d..03c1dcee0352 100644 --- a/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild +++ b/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild,v 1.4 2005/06/09 19:18:40 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild,v 1.5 2005/06/12 15:33:03 kloeri Exp $ inherit eutils @@ -13,7 +13,7 @@ HOMEPAGE="http://my.unidata.ucar.edu/content/software/netcdf/index.html" LICENSE="UCAR-Unidata" SLOT="0" IUSE="" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc sparc x86" +KEYWORDS="alpha amd64 hppa ~ia64 ~mips ~ppc sparc x86" S=${WORKDIR}/${PN}-${MY_PV}/src |