summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-09-17 21:54:29 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-09-17 21:54:29 +0000
commitb8300bcafe715a3c3fd100d8eeee0a9bf25189b2 (patch)
treeb1b44ae9d015d523fa832ce05f3f92ad329a5d32
parentFix hardcoded CFLAGS and gcc (diff)
downloadgentoo-2-b8300bcafe715a3c3fd100d8eeee0a9bf25189b2.tar.gz
gentoo-2-b8300bcafe715a3c3fd100d8eeee0a9bf25189b2.tar.bz2
gentoo-2-b8300bcafe715a3c3fd100d8eeee0a9bf25189b2.zip
Stable on ppc
(Portage version: 2.0.51.22-r2)
-rw-r--r--sci-geosciences/grass/ChangeLog5
-rw-r--r--sci-geosciences/grass/grass-6.0.0-r2.ebuild4
-rw-r--r--sci-libs/gdal/ChangeLog5
-rw-r--r--sci-libs/gdal/gdal-1.2.6-r3.ebuild4
-rw-r--r--sci-libs/lapack-atlas/ChangeLog6
-rw-r--r--sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild4
-rw-r--r--sci-libs/lapack-config/ChangeLog6
-rw-r--r--sci-libs/lapack-config/lapack-config-1.0.1.ebuild4
8 files changed, 26 insertions, 12 deletions
diff --git a/sci-geosciences/grass/ChangeLog b/sci-geosciences/grass/ChangeLog
index 382e1ae85e8e..2883de059b25 100644
--- a/sci-geosciences/grass/ChangeLog
+++ b/sci-geosciences/grass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-geosciences/grass
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.12 2005/09/14 03:58:04 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.13 2005/09/17 21:53:11 hansmi Exp $
+
+ 17 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> grass-6.0.0-r2.ebuild:
+ Stable on ppc.
*grass-6.0.1 (14 Sep 2005)
diff --git a/sci-geosciences/grass/grass-6.0.0-r2.ebuild b/sci-geosciences/grass/grass-6.0.0-r2.ebuild
index f09b36f8caeb..190abb64589a 100644
--- a/sci-geosciences/grass/grass-6.0.0-r2.ebuild
+++ b/sci-geosciences/grass/grass-6.0.0-r2.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-geosciences/grass/grass-6.0.0-r2.ebuild,v 1.2 2005/09/11 04:14:51 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.0.0-r2.ebuild,v 1.3 2005/09/17 21:53:11 hansmi Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="http://grass.itc.it/grass60/source/${P}.tar.gz
LICENSE="GPL-2"
SLOT="6"
-KEYWORDS="x86 ~amd64 ~ppc ~ppc64 sparc"
+KEYWORDS="~amd64 ppc ~ppc64 sparc x86"
# add gdal back to use flags once grass is fixed
IUSE="blas fftw jpeg lapack motif mysql nls odbc opengl png postgres readline tcltk tiff truetype"
diff --git a/sci-libs/gdal/ChangeLog b/sci-libs/gdal/ChangeLog
index a47a8c597299..5d2ea929e4cc 100644
--- a/sci-libs/gdal/ChangeLog
+++ b/sci-libs/gdal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/gdal
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.10 2005/09/11 04:21:43 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/ChangeLog,v 1.11 2005/09/17 21:50:32 hansmi Exp $
+
+ 17 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> gdal-1.2.6-r3.ebuild:
+ Stable on ppc.
*gdal-1.3.0 (11 Sep 2005)
diff --git a/sci-libs/gdal/gdal-1.2.6-r3.ebuild b/sci-libs/gdal/gdal-1.2.6-r3.ebuild
index 3e8b50b53976..2741e204beee 100644
--- a/sci-libs/gdal/gdal-1.2.6-r3.ebuild
+++ b/sci-libs/gdal/gdal-1.2.6-r3.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/gdal/gdal-1.2.6-r3.ebuild,v 1.3 2005/09/11 04:21:43 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gdal/gdal-1.2.6-r3.ebuild,v 1.4 2005/09/17 21:50:32 hansmi Exp $
inherit eutils libtool gnuconfig distutils
@@ -13,7 +13,7 @@ SRC_URI="http://dl.maptools.org/dl/gdal/${P}.tar.gz"
SLOT="0"
LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc sparc x86"
+KEYWORDS="~amd64 ppc sparc x86"
# need to get these arches updated on several libs first
#KEYWORDS="~alpha ~hppa ~ppc64"
diff --git a/sci-libs/lapack-atlas/ChangeLog b/sci-libs/lapack-atlas/ChangeLog
index ab4981bcc174..e5b5fa0eaeb6 100644
--- a/sci-libs/lapack-atlas/ChangeLog
+++ b/sci-libs/lapack-atlas/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/lapack-atlas
# Copyright 2004-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.6 2005/09/11 04:07:55 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.7 2005/09/17 21:54:18 hansmi Exp $
+
+ 17 Sep 2005; Michael Hanselmann <hansmi@gentoo.org>
+ lapack-atlas-3.6.0.ebuild:
+ Stable on ppc.
11 Sep 2005; Steve Arnold <nerdboy@gentoo.org> lapack-atlas-3.6.0.ebuild:
stable bump (sparc and x86) required for other sc-libs (besides, that
diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild
index 1a132a2be556..dc6e104a3a07 100644
--- a/sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild
+++ b/sci-libs/lapack-atlas/lapack-atlas-3.6.0.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/lapack-atlas/lapack-atlas-3.6.0.ebuild,v 1.7 2005/09/11 04:07:55 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild,v 1.8 2005/09/17 21:54:18 hansmi Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI1} ${SRC_URI2}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="x86 amd64 ~ppc ppc64 sparc ~alpha"
+KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
IUSE="ifc doc"
DEPEND="virtual/libc
diff --git a/sci-libs/lapack-config/ChangeLog b/sci-libs/lapack-config/ChangeLog
index 15712f8d0ca5..f30526b94de9 100644
--- a/sci-libs/lapack-config/ChangeLog
+++ b/sci-libs/lapack-config/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/lapack-config
# Copyright 2004-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-config/ChangeLog,v 1.5 2005/09/16 07:29:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-config/ChangeLog,v 1.6 2005/09/17 21:54:29 hansmi Exp $
+
+ 17 Sep 2005; Michael Hanselmann <hansmi@gentoo.org>
+ lapack-config-1.0.1.ebuild:
+ Stable on ppc.
16 Sep 2005; Aron Griffis <agriffis@gentoo.org>
lapack-config-1.0.1.ebuild:
diff --git a/sci-libs/lapack-config/lapack-config-1.0.1.ebuild b/sci-libs/lapack-config/lapack-config-1.0.1.ebuild
index d0b9cfdded66..c7c5f3beca08 100644
--- a/sci-libs/lapack-config/lapack-config-1.0.1.ebuild
+++ b/sci-libs/lapack-config/lapack-config-1.0.1.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/lapack-config/lapack-config-1.0.1.ebuild,v 1.4 2005/09/16 07:29:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-config/lapack-config-1.0.1.ebuild,v 1.5 2005/09/17 21:54:29 hansmi Exp $
DESCRIPTION="Utility to change the default LAPACK library"
HOMEPAGE="http://www.gentoo.org/"
@@ -8,7 +8,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
IUSE=""
DEPEND=""