public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass: ChangeLog grass-6.3.0.ebuild
@ 2008-06-25  4:28 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 13+ messages in thread
From: Steve Arnold (nerdboy) @ 2008-06-25  4:28 UTC (permalink / raw
  To: gentoo-commits

nerdboy     08/06/25 04:28:50

  Modified:             ChangeLog grass-6.3.0.ebuild
  Log:
  Fixed bug #229297, and checked for any wxpython use flag issues.
  (Portage version: 2.1.5.5)

Revision  Changes    Path
1.59                 sci-geosciences/grass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	24 Jun 2008 07:45:51 -0000	1.58
+++ ChangeLog	25 Jun 2008 04:28:50 -0000	1.59
@@ -1,6 +1,10 @@
 # ChangeLog for sci-geosciences/grass
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.58 2008/06/24 07:45:51 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.59 2008/06/25 04:28:50 nerdboy Exp $
+
+  25 Jun 2008; Steve Arnold <nerdboy@gentoo.org> grass-6.3.0.ebuild:
+  Fixed oversight (bug #229297) and checked for any wxpython use flag issues;
+  Tested on both amd64 and x86.
 
 *grass-6.3.0 (24 Jun 2008)
 



1.2                  sci-geosciences/grass/grass-6.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?r1=1.1&r2=1.2

Index: grass-6.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grass-6.3.0.ebuild	24 Jun 2008 07:45:51 -0000	1.1
+++ grass-6.3.0.ebuild	25 Jun 2008 04:28:50 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.1 2008/06/24 07:45:51 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.2 2008/06/25 04:28:50 nerdboy Exp $
 
 inherit eutils distutils fdo-mime versionator wxwidgets
 
@@ -78,7 +78,8 @@
 	elog ""
 	elog "This version enables the experimental wxpython interface, which"
 	elog "you may want to try, since the legacy GUI seems a little wonky"
-	elog "in this version; just enable the wxwindows USE flag and build."
+	elog "in this version; just enable the wxwindows USE flag and rebuild"
+	elog "grass to use it."
 	elog ""
 	if use gmath; then
 		for d in $(eselect lapack show); do myblas=${d}; done
@@ -152,8 +153,11 @@
 		--with-tcltk-libs=${TCL_LIBDIR}"
 	    if use wxwindows; then
 		WX_GTK_VER=2.8
-		need-wxwidgets gtk2
-		LIBGDI="/usr/$(get_libdir)/python${PYVER}/site-packages/wx-2.8-gtk2-unicode/wx/_gdi_.so"
+		need-wxwidgets unicode
+		# The following lib should be there, based on the above and the
+		# wxpython dependency (in theory).  I still need a good way to
+		# query for the location...
+		LIBGDI="/usr/$(get_libdir)/python${PYVER}/site-packages/wx-${WX_GTK_VER}-gtk2-unicode/wx/_gdi_.so"
 		myconf="${myconf} --with-python --with-wxwidgets=${WX_CONFIG}"
 	    fi
 	else
@@ -222,7 +226,7 @@
 
 	if use wxwindows; then
 	    emake -j1
-	    ln -sf "${LIBGDI}" dist.x86_64-pc-linux-gnu/lib/libgdi.so \
+	    ln -sf "${LIBGDI}" dist.${CHOST}/lib/libgdi.so \
 		|| die "making libgdi link failed"
 	    cd gui/wxpython/vdigit
 	    make default -j1 || die "make vdigit failed!"



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass: ChangeLog grass-6.3.0.ebuild
@ 2008-09-21 21:23 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 13+ messages in thread
From: Steve Arnold (nerdboy) @ 2008-09-21 21:23 UTC (permalink / raw
  To: gentoo-commits

nerdboy     08/09/21 21:23:40

  Modified:             ChangeLog grass-6.3.0.ebuild
  Log:
  updated for bug #237495 (forces python when wxwindows is enabled)
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.5 x86_64)

Revision  Changes    Path
1.63                 sci-geosciences/grass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	14 Aug 2008 07:07:57 -0000	1.62
+++ ChangeLog	21 Sep 2008 21:23:39 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/grass
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.62 2008/08/14 07:07:57 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.63 2008/09/21 21:23:39 nerdboy Exp $
+
+  21 Sep 2008; Steve Arnold <nerdboy@gentoo.org> grass-6.3.0.ebuild:
+  Updated for bug #237495 (forces python when wxwindows is enabled).
 
   14 Aug 2008; Steve Arnold <nerdboy@gentoo.org> grass-6.2.0-r1.ebuild,
   grass-6.2.1.ebuild, grass-6.2.3.ebuild, grass-6.3.0.ebuild:



1.4                  sci-geosciences/grass/grass-6.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?r1=1.3&r2=1.4

Index: grass-6.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- grass-6.3.0.ebuild	14 Aug 2008 07:07:57 -0000	1.3
+++ grass-6.3.0.ebuild	21 Sep 2008 21:23:39 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.3 2008/08/14 07:07:57 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.4 2008/09/21 21:23:39 nerdboy Exp $
 
 inherit eutils distutils fdo-mime versionator wxwidgets
 
@@ -77,8 +77,8 @@
 	local myblas
 	elog ""
 	elog "This version enables the experimental wxpython interface, which"
-	elog "you may want to try, since the legacy GUI seems a little wonky"
-	elog "in this version; just enable the wxwindows USE flag and rebuild"
+	elog "you may want to try.  If the legacy GUI seems a little wonky in"
+	elog "this version, just enable the wxwindows USE flag and rebuild"
 	elog "grass to use it."
 	elog ""
 	if use gmath; then
@@ -133,7 +133,8 @@
 
 src_compile() {
 	local myconf
-	use python || use wxindows && distutils_python_version
+	# wxwindows needs python (see bug #237495)
+	use wxwindows && distutils_python_version
 
 	myconf="--prefix=/usr --with-cxx --enable-shared \
 		--with-gdal=$(type -P gdal-config) --with-curses --with-proj \
@@ -159,6 +160,9 @@
 		# query for the location...
 		LIBGDI="/usr/$(get_libdir)/python${PYVER}/site-packages/wx-${WX_GTK_VER}-gtk2-unicode/wx/_gdi_.so"
 		myconf="${myconf} --with-python --with-wxwidgets=${WX_CONFIG}"
+	    else
+		# USE=python must be enabled above if wxwindows is enabled
+		myconf="${myconf} $(use_with python) --without-wxwidgets"
 	    fi
 	else
 		myconf="${myconf} --without-tcltk --without-x"
@@ -220,7 +224,6 @@
 		$(use_with odbc) \
 		$(use_with png) \
 		$(use_with postgres) \
-		$(use_with python) \
 		$(use_with readline) \
 		$(use_with tiff) || die "configure failed!"
 






^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass: ChangeLog grass-6.3.0.ebuild
@ 2009-03-23  3:51 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 13+ messages in thread
From: Steve Arnold (nerdboy) @ 2009-03-23  3:51 UTC (permalink / raw
  To: gentoo-commits

nerdboy     09/03/23 03:51:42

  Modified:             ChangeLog grass-6.3.0.ebuild
  Log:
  Updated with fix for fortify_source error and buffer size.
  (Portage version: 2.2_rc25/cvs/Linux x86_64)

Revision  Changes    Path
1.67                 sci-geosciences/grass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	19 Dec 2008 05:57:29 -0000	1.66
+++ ChangeLog	23 Mar 2009 03:51:42 -0000	1.67
@@ -1,6 +1,12 @@
 # ChangeLog for sci-geosciences/grass
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.66 2008/12/19 05:57:29 nerdboy Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.67 2009/03/23 03:51:42 nerdboy Exp $
+
+  23 Mar 2009; Steve Arnold <nerdboy@gentoo.org>
+  +files/grass-6.3.0-o_creat.patch, grass-6.3.0.ebuild:
+  Updated with fix for fortify_source error and buffer size.  Thanks to
+  Martin von Gagern <Martin.vGagern@gmx.net> for the o_creat patch; it
+  seems cleaner than the upstream equivalent.
 
   19 Dec 2008; Steve Arnold <nerdboy@gentoo.org>
   +files/grass-6.2.1-gcc43.patch, grass-6.2.1.ebuild:



1.6                  sci-geosciences/grass/grass-6.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?r1=1.5&r2=1.6

Index: grass-6.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- grass-6.3.0.ebuild	8 Nov 2008 22:19:39 -0000	1.5
+++ grass-6.3.0.ebuild	23 Mar 2009 03:51:42 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.5 2008/11/08 22:19:39 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.6 2009/03/23 03:51:42 nerdboy Exp $
 
 inherit eutils distutils fdo-mime versionator wxwidgets
 
@@ -108,6 +108,10 @@
 	cd "${S}"
 
 	epatch rpm/fedora/grass-readline.patch
+	# fix the fortify_source and buffer issues (see bug #261283)
+	epatch "${FILESDIR}"/${P}-o_creat.patch
+	sed -i -e "s:buff\[12:buff\[16:g" general/g.parser/main.c \
+	    || die "sed failed"
 
 	if ! use opengl; then
 	    epatch "${FILESDIR}"/${P}-html-nonviz.patch
@@ -214,14 +218,14 @@
 
 	if use wxwindows; then
 	    # can't use die here since we need to hack the vdigit build
-	    emake
+	    emake -j1
 	    ln -sf "${LIBGDI}" dist.${CHOST}/lib/libgdi.so \
 		|| die "making libgdi link failed"
 	    cd gui/wxpython/vdigit
 	    # now we're OK
 	    make default -j1 || die "make vdigit failed!"
 	else
-	    emake || die "make failed!"
+	    emake -j1 || die "make failed!"
 	fi
 }
 






^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass: ChangeLog grass-6.3.0.ebuild
@ 2009-06-08  4:51 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 13+ messages in thread
From: Steve Arnold (nerdboy) @ 2009-06-08  4:51 UTC (permalink / raw
  To: gentoo-commits

nerdboy     09/06/08 04:51:04

  Modified:             ChangeLog grass-6.3.0.ebuild
  Log:
  Updated with additional C++ include for bug #270916.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.68                 sci-geosciences/grass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	23 Mar 2009 03:51:42 -0000	1.67
+++ ChangeLog	8 Jun 2009 04:51:04 -0000	1.68
@@ -1,6 +1,13 @@
 # ChangeLog for sci-geosciences/grass
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.67 2009/03/23 03:51:42 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.68 2009/06/08 04:51:04 nerdboy Exp $
+
+  08 Jun 2009; Steve Arnold <nerdboy@gentoo.org>
+  +files/grass-6.3.0-gcc44.patch, grass-6.3.0.ebuild:
+  Updated with additional C++ include for bug #270916 (thanks to   	 
+  Jiří Moravec <qjim@volny.cz> for the patch).  I still don't have
+  gcc 4.4 yet, but the benign nature of the patch and building with
+  gcc 4.3.3 should suffice.
 
   23 Mar 2009; Steve Arnold <nerdboy@gentoo.org>
   +files/grass-6.3.0-o_creat.patch, grass-6.3.0.ebuild:



1.7                  sci-geosciences/grass/grass-6.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?r1=1.6&r2=1.7

Index: grass-6.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- grass-6.3.0.ebuild	23 Mar 2009 03:51:42 -0000	1.6
+++ grass-6.3.0.ebuild	8 Jun 2009 04:51:04 -0000	1.7
@@ -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-geosciences/grass/grass-6.3.0.ebuild,v 1.6 2009/03/23 03:51:42 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.7 2009/06/08 04:51:04 nerdboy Exp $
 
 inherit eutils distutils fdo-mime versionator wxwidgets
 
@@ -110,6 +110,9 @@
 	epatch rpm/fedora/grass-readline.patch
 	# fix the fortify_source and buffer issues (see bug #261283)
 	epatch "${FILESDIR}"/${P}-o_creat.patch
+	# and update for gcc 4.4 C++ changes (see bug #270916)
+	epatch "${FILESDIR}"/${P}-gcc44.patch
+
 	sed -i -e "s:buff\[12:buff\[16:g" general/g.parser/main.c \
 	    || die "sed failed"
 






^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass: ChangeLog grass-6.3.0.ebuild
@ 2009-08-02 18:50 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 13+ messages in thread
From: Steve Arnold (nerdboy) @ 2009-08-02 18:50 UTC (permalink / raw
  To: gentoo-commits

nerdboy     09/08/02 18:50:18

  Modified:             ChangeLog grass-6.3.0.ebuild
  Log:
  Updated desktop file and description (set terminal=false).
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.69                 sci-geosciences/grass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	8 Jun 2009 04:51:04 -0000	1.68
+++ ChangeLog	2 Aug 2009 18:50:17 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/grass
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.68 2009/06/08 04:51:04 nerdboy Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.69 2009/08/02 18:50:17 nerdboy Exp $
+
+  02 Aug 2009; Steve Arnold <nerdboy@gentoo.org> grass-6.3.0.ebuild:
+  Updated desktop file and description (set terminal=false).
 
   08 Jun 2009; Steve Arnold <nerdboy@gentoo.org>
   +files/grass-6.3.0-gcc44.patch, grass-6.3.0.ebuild:



1.8                  sci-geosciences/grass/grass-6.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?r1=1.7&r2=1.8

Index: grass-6.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- grass-6.3.0.ebuild	8 Jun 2009 04:51:04 -0000	1.7
+++ grass-6.3.0.ebuild	2 Aug 2009 18:50:17 -0000	1.8
@@ -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-geosciences/grass/grass-6.3.0.ebuild,v 1.7 2009/06/08 04:51:04 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.8 2009/08/02 18:50:17 nerdboy Exp $
 
 inherit eutils distutils fdo-mime versionator wxwidgets
 
@@ -8,7 +8,7 @@
 MY_PVM=$(delete_all_version_separators ${MY_PV})
 MY_PM=${PN}${MY_PVM}
 
-DESCRIPTION="An open-source GIS with raster and vector functionality, as well as 3D vizualization."
+DESCRIPTION="A free GIS with raster and vector functionality, as well as 3D vizualization."
 HOMEPAGE="http://grass.osgeo.org//"
 SRC_URI="http://download.osgeo.org/grass/${MY_PM}/source/${P}.tar.gz"
 
@@ -287,7 +287,7 @@
 	Version=1.0
 	Name=Grass ${PV}
 	Type=Application
-	Comment=GRASS Open Source GIS, derived from the original US Army Corps of Engineers project.
+	Comment=GRASS (Geographic Resources Analysis Support System), the original GIS.
 	Exec=${TERM} -T Grass -e /usr/bin/${MY_PM} ${GUI}
 	Path=
 	Icon=grass_icon.png






^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass: ChangeLog grass-6.3.0.ebuild
@ 2009-09-05  2:09 Steve Arnold (nerdboy)
  0 siblings, 0 replies; 13+ messages in thread
From: Steve Arnold (nerdboy) @ 2009-09-05  2:09 UTC (permalink / raw
  To: gentoo-commits

nerdboy     09/09/05 02:09:59

  Modified:             ChangeLog grass-6.3.0.ebuild
  Log:
  Updated to use postgresql virtual in preparation for push to stable.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.70                 sci-geosciences/grass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	2 Aug 2009 18:50:17 -0000	1.69
+++ ChangeLog	5 Sep 2009 02:09:59 -0000	1.70
@@ -1,6 +1,13 @@
 # ChangeLog for sci-geosciences/grass
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.69 2009/08/02 18:50:17 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.70 2009/09/05 02:09:59 nerdboy Exp $
+
+  04 Sep 2009; Steve Arnold <nerdboy@gentoo.org> grass-6.3.0.ebuild:
+  Updated to use postgresql virtual and verified it bvilds correctly from 
+  libpq-8.0 all the way through postgres-8.3.7 (which means it can go 
+  stable now). Yee-haw!  Also tested importing a bunch of old vector data
+  using both postgres and sqlite with no issues (since it now defaults to
+  requiring a dull SQL backend).
 
   02 Aug 2009; Steve Arnold <nerdboy@gentoo.org> grass-6.3.0.ebuild:
   Updated desktop file and description (set terminal=false).
@@ -8,7 +15,7 @@
   08 Jun 2009; Steve Arnold <nerdboy@gentoo.org>
   +files/grass-6.3.0-gcc44.patch, grass-6.3.0.ebuild:
   Updated with additional C++ include for bug #270916 (thanks to   	 
-  Jiří Moravec <qjim@volny.cz> for the patch).  I still don't have
+  Jiri Moravec <qjim@volny.cz> for the patch).  I still don't have
   gcc 4.4 yet, but the benign nature of the patch and building with
   gcc 4.3.3 should suffice.
 



1.9                  sci-geosciences/grass/grass-6.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?r1=1.8&r2=1.9

Index: grass-6.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- grass-6.3.0.ebuild	2 Aug 2009 18:50:17 -0000	1.8
+++ grass-6.3.0.ebuild	5 Sep 2009 02:09:59 -0000	1.9
@@ -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-geosciences/grass/grass-6.3.0.ebuild,v 1.8 2009/08/02 18:50:17 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.9 2009/09/05 02:09:59 nerdboy Exp $
 
 inherit eutils distutils fdo-mime versionator wxwidgets
 
@@ -39,7 +39,10 @@
 	opengl? ( virtual/opengl )
 	motif? ( x11-libs/openmotif )
 	png? ( >=media-libs/libpng-1.2.2 )
-	postgres? ( >=dev-db/postgresql-base-8.3 )
+	postgres? ( || (
+		>=virtual/postgresql-base-8.0
+		>=virtual/postgresql-server-8.0 )
+	)
 	python? ( dev-lang/python )
 	readline? ( sys-libs/readline )
 	sqlite? ( dev-db/sqlite )
@@ -127,6 +130,7 @@
 
 src_compile() {
 	local myconf
+	addpredict /var/cache/fontconfig
 	# wxwindows needs python (see bug #237495)
 	use wxwindows && distutils_python_version
 
@@ -292,6 +296,6 @@
 	Path=
 	Icon=grass_icon.png
 	Categories=Science;Education;
-	Terminal=true
+	Terminal=false
 	EOF
 }






^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass: ChangeLog grass-6.3.0.ebuild
@ 2010-01-07 17:10 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 13+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-07 17:10 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/07 17:10:56

  Modified:             ChangeLog grass-6.3.0.ebuild
  Log:
  stable x86, bug 250850
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.72                 sci-geosciences/grass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	28 Dec 2009 07:22:26 -0000	1.71
+++ ChangeLog	7 Jan 2010 17:10:55 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/grass
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.71 2009/12/28 07:22:26 nerdboy Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.72 2010/01/07 17:10:55 fauli Exp $
+
+  07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> grass-6.3.0.ebuild:
+  stable x86, bug 250850
 
 *grass-6.4.0_rc5 (28 Dec 2009)
 



1.10                 sci-geosciences/grass/grass-6.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?r1=1.9&r2=1.10

Index: grass-6.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- grass-6.3.0.ebuild	5 Sep 2009 02:09:59 -0000	1.9
+++ grass-6.3.0.ebuild	7 Jan 2010 17:10:55 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.9 2009/09/05 02:09:59 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.10 2010/01/07 17:10:55 fauli Exp $
 
 inherit eutils distutils fdo-mime versionator wxwidgets
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="6"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
 
 IUSE="ffmpeg fftw gmath jpeg largefile motif mysql nls odbc opengl png \
 postgres python readline sqlite tiff truetype wxwindows X"






^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass: ChangeLog grass-6.3.0.ebuild
@ 2010-01-10 17:33 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 13+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-01-10 17:33 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/01/10 17:33:48

  Modified:             ChangeLog grass-6.3.0.ebuild
  Log:
  ppc stable #250850
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.73                 sci-geosciences/grass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	7 Jan 2010 17:10:55 -0000	1.72
+++ ChangeLog	10 Jan 2010 17:33:48 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/grass
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.72 2010/01/07 17:10:55 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.73 2010/01/10 17:33:48 nixnut Exp $
+
+  10 Jan 2010; nixnut <nixnut@gentoo.org> grass-6.3.0.ebuild:
+  ppc stable #250850
 
   07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> grass-6.3.0.ebuild:
   stable x86, bug 250850



1.11                 sci-geosciences/grass/grass-6.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?r1=1.10&r2=1.11

Index: grass-6.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- grass-6.3.0.ebuild	7 Jan 2010 17:10:55 -0000	1.10
+++ grass-6.3.0.ebuild	10 Jan 2010 17:33:48 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.10 2010/01/07 17:10:55 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.11 2010/01/10 17:33:48 nixnut Exp $
 
 inherit eutils distutils fdo-mime versionator wxwidgets
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="6"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~sparc x86"
 
 IUSE="ffmpeg fftw gmath jpeg largefile motif mysql nls odbc opengl png \
 postgres python readline sqlite tiff truetype wxwindows X"






^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass: ChangeLog grass-6.3.0.ebuild
@ 2010-01-31 15:15 Raul Porcel (armin76)
  0 siblings, 0 replies; 13+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-31 15:15 UTC (permalink / raw
  To: gentoo-commits

armin76     10/01/31 15:15:43

  Modified:             ChangeLog grass-6.3.0.ebuild
  Log:
  sparc stable wrt #250850
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.74                 sci-geosciences/grass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	10 Jan 2010 17:33:48 -0000	1.73
+++ ChangeLog	31 Jan 2010 15:15:43 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/grass
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.73 2010/01/10 17:33:48 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.74 2010/01/31 15:15:43 armin76 Exp $
+
+  31 Jan 2010; Raúl Porcel <armin76@gentoo.org> grass-6.3.0.ebuild:
+  sparc stable wrt #250850
 
   10 Jan 2010; nixnut <nixnut@gentoo.org> grass-6.3.0.ebuild:
   ppc stable #250850



1.12                 sci-geosciences/grass/grass-6.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?r1=1.11&r2=1.12

Index: grass-6.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- grass-6.3.0.ebuild	10 Jan 2010 17:33:48 -0000	1.11
+++ grass-6.3.0.ebuild	31 Jan 2010 15:15:43 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.11 2010/01/10 17:33:48 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.12 2010/01/31 15:15:43 armin76 Exp $
 
 inherit eutils distutils fdo-mime versionator wxwidgets
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="6"
-KEYWORDS="~amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ppc ~ppc64 sparc x86"
 
 IUSE="ffmpeg fftw gmath jpeg largefile motif mysql nls odbc opengl png \
 postgres python readline sqlite tiff truetype wxwindows X"






^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass: ChangeLog grass-6.3.0.ebuild
@ 2010-02-03 20:56 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 13+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-02-03 20:56 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/02/03 20:56:55

  Modified:             ChangeLog grass-6.3.0.ebuild
  Log:
  Stable on amd64 wrt bug #250850
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.75                 sci-geosciences/grass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	31 Jan 2010 15:15:43 -0000	1.74
+++ ChangeLog	3 Feb 2010 20:56:55 -0000	1.75
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/grass
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.74 2010/01/31 15:15:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.75 2010/02/03 20:56:55 hwoarang Exp $
+
+  03 Feb 2010; Markos Chandras <hwoarang@gentoo.org> grass-6.3.0.ebuild:
+  Stable on amd64 wrt bug #250850
 
   31 Jan 2010; Raúl Porcel <armin76@gentoo.org> grass-6.3.0.ebuild:
   sparc stable wrt #250850



1.13                 sci-geosciences/grass/grass-6.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?r1=1.12&r2=1.13

Index: grass-6.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- grass-6.3.0.ebuild	31 Jan 2010 15:15:43 -0000	1.12
+++ grass-6.3.0.ebuild	3 Feb 2010 20:56:55 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.12 2010/01/31 15:15:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.13 2010/02/03 20:56:55 hwoarang Exp $
 
 inherit eutils distutils fdo-mime versionator wxwidgets
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="6"
-KEYWORDS="~amd64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 sparc x86"
 
 IUSE="ffmpeg fftw gmath jpeg largefile motif mysql nls odbc opengl png \
 postgres python readline sqlite tiff truetype wxwindows X"






^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass: ChangeLog grass-6.3.0.ebuild
@ 2010-09-05  4:41 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 13+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-09-05  4:41 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/09/05 04:41:48

  Modified:             ChangeLog grass-6.3.0.ebuild
  Log:
  s/wxwindows/wxwidgets
  
  (Portage version: 2.2_rc75/cvs/Linux x86_64)

Revision  Changes    Path
1.90                 sci-geosciences/grass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	4 Sep 2010 02:29:11 -0000	1.89
+++ ChangeLog	5 Sep 2010 04:41:48 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for sci-geosciences/grass
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.89 2010/09/04 02:29:11 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.90 2010/09/05 04:41:48 dirtyepic Exp $
+
+  05 Sep 2010; Ryan Hill <dirtyepic@gentoo.org> grass-6.3.0.ebuild:
+  s/wxwindows/wxwidgets
 
 *grass-6.4.0 (04 Sep 2010)
 



1.16                 sci-geosciences/grass/grass-6.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?r1=1.15&r2=1.16

Index: grass-6.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- grass-6.3.0.ebuild	17 Jun 2010 21:03:51 -0000	1.15
+++ grass-6.3.0.ebuild	5 Sep 2010 04:41:48 -0000	1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.15 2010/06/17 21:03:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.16 2010/09/05 04:41:48 dirtyepic Exp $
 
 inherit eutils distutils fdo-mime versionator wxwidgets
 
@@ -17,7 +17,7 @@
 KEYWORDS="amd64 ppc ~ppc64 sparc x86"
 
 IUSE="ffmpeg fftw gmath jpeg largefile motif mysql nls odbc opengl png \
-postgres python readline sqlite tiff truetype wxwindows X"
+postgres python readline sqlite tiff truetype wxwidgets X"
 
 RESTRICT="strip"
 
@@ -48,7 +48,7 @@
 	sqlite? ( dev-db/sqlite )
 	tiff? ( >=media-libs/tiff-3.5.7 )
 	truetype? ( >=media-libs/freetype-2.0 )
-	wxwindows? (
+	wxwidgets? (
 		>=dev-python/wxpython-2.8.1.1
 		>=dev-lang/python-2.4
 	)
@@ -69,7 +69,7 @@
 DEPEND="${RDEPEND}
 	>=sys-devel/flex-2.5.4a
 	>=sys-devel/bison-1.35
-	wxwindows? ( >=dev-lang/swig-1.3.31 )
+	wxwidgets? ( >=dev-lang/swig-1.3.31 )
 	X? (
 		x11-proto/xproto
 		x11-proto/xextproto
@@ -80,7 +80,7 @@
 	elog ""
 	elog "This version enables the experimental wxpython interface, which"
 	elog "you may want to try.  If the legacy GUI seems a little wonky in"
-	elog "this version, just enable the wxwindows USE flag and rebuild"
+	elog "this version, just enable the wxwidgets USE flag and rebuild"
 	elog "grass to use it."
 	elog ""
 	if use gmath; then
@@ -149,7 +149,7 @@
 	    myconf="${myconf} --with-tcltk --with-x \
 	        --with-tcltk-includes=/usr/include \
 		--with-tcltk-libs=${TCL_LIBDIR}"
-	    if use wxwindows; then
+	    if use wxwidgets; then
 		WX_GTK_VER=2.8
 		need-wxwidgets unicode
 		# The following lib should be there, based on the above and the
@@ -158,7 +158,7 @@
 		LIBGDI="$(python_get_sitedir)/wx-${WX_GTK_VER}-gtk2-unicode/wx/_gdi_.so"
 		myconf="${myconf} --with-python --with-wxwidgets=${WX_CONFIG}"
 	    else
-		# USE=python must be enabled above if wxwindows is enabled
+		# USE=python must be enabled above if wxwidgets is enabled
 		myconf="${myconf} $(use_with python) --without-wxwidgets"
 	    fi
 	else
@@ -221,7 +221,7 @@
 		$(use_with readline) \
 		$(use_with tiff) || die "configure failed!"
 
-	if use wxwindows; then
+	if use wxwidgets; then
 	    # can't use die here since we need to hack the vdigit build
 	    emake -j1
 	    ln -sf "${LIBGDI}" dist.${CHOST}/lib/libgdi.so \
@@ -240,7 +240,7 @@
 	    PREFIX="${D}"usr INST_DIR="${D}"usr/${MY_PM} \
 	    || die "make install failed!"
 
-	if use wxwindows; then
+	if use wxwidgets; then
 	    ln -sf "${LIBGDI}" "${D}"usr/${MY_PM}/lib/libgdi.so \
 		|| die "failed to find wx library"
 	fi
@@ -274,7 +274,7 @@
 
 generate_files() {
 	local GUI="-gui"
-	use wxwindows && GUI="-wxpython"
+	use wxwidgets && GUI="-wxpython"
 
 	cat <<-EOF > 99grass-6
 	GRASS_LD_LIBRARY_PATH="/usr/${MY_PM}/lib"






^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass: ChangeLog grass-6.3.0.ebuild
@ 2011-04-10 22:10 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 13+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-10 22:10 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/04/10 22:10:42

  Modified:             ChangeLog grass-6.3.0.ebuild
  Log:
  Fix deprecation warning.
  
  (Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)

Revision  Changes    Path
1.99                 sci-geosciences/grass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	5 Apr 2011 06:38:52 -0000	1.98
+++ ChangeLog	10 Apr 2011 22:10:42 -0000	1.99
@@ -1,6 +1,10 @@
 # ChangeLog for sci-geosciences/grass
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.98 2011/04/05 06:38:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.99 2011/04/10 22:10:42 arfrever Exp $
+
+  10 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  grass-6.3.0.ebuild:
+  Fix deprecation warning.
 
   05 Apr 2011; Justin Lecher <jlec@gentoo.org> grass-6.4.0.ebuild:
   Cleaned double /



1.23                 sci-geosciences/grass/grass-6.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild?r1=1.22&r2=1.23

Index: grass-6.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- grass-6.3.0.ebuild	26 Mar 2011 15:27:44 -0000	1.22
+++ grass-6.3.0.ebuild	10 Apr 2011 22:10:42 -0000	1.23
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.22 2011/03/26 15:27:44 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.23 2011/04/10 22:10:42 arfrever Exp $
 
-EAPI=1
+EAPI=3
 
 inherit eutils distutils fdo-mime versionator wxwidgets
 
@@ -108,10 +108,7 @@
 	fi
 }
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
+src_prepare() {
 	epatch rpm/fedora/grass-readline.patch
 	# fix the fortify_source and buffer issues (see bug #261283)
 	epatch "${FILESDIR}"/${P}-o_creat.patch
@@ -130,7 +127,7 @@
 	echo "MATHLIB=-lm" >> include/Make/Rules.make
 }
 
-src_compile() {
+src_configure() {
 	local myconf
 	addpredict /var/cache/fontconfig
 
@@ -215,8 +212,10 @@
 		$(use_with postgres) \
 		$(use_with readline) \
 		$(use_with tiff) \
-		--enable-largefile \
+		--enable-largefile
+}
 
+src_compile() {
 	if use wxwidgets; then
 	    # can't use die here since we need to hack the vdigit build
 	    emake -j1






^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass: ChangeLog grass-6.3.0.ebuild
@ 2011-07-22 11:14 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 13+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-07-22 11:14 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/07/22 11:14:58

  Modified:             ChangeLog
  Removed:              grass-6.3.0.ebuild
  Log:
  old
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.106                sci-geosciences/grass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/grass/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	19 Jul 2011 19:47:28 -0000	1.105
+++ ChangeLog	22 Jul 2011 11:14:58 -0000	1.106
@@ -1,6 +1,11 @@
 # ChangeLog for sci-geosciences/grass
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.105 2011/07/19 19:47:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.106 2011/07/22 11:14:58 scarabeus Exp $
+
+  22 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org> -grass-6.3.0.ebuild,
+  -files/grass-6.3.0-gcc44.patch, -files/grass-6.3.0-html-nonviz.patch,
+  -files/grass-6.3.0-o_creat.patch, -files/grass_icon.png:
+  old
 
   19 Jul 2011; Markus Meier <maekke@gentoo.org> grass-6.4.1.ebuild:
   x86 stable, bug #362987






^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-07-22 11:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-05  2:09 [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass: ChangeLog grass-6.3.0.ebuild Steve Arnold (nerdboy)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-22 11:14 Tomas Chvatal (scarabeus)
2011-04-10 22:10 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-09-05  4:41 Ryan Hill (dirtyepic)
2010-02-03 20:56 Markos Chandras (hwoarang)
2010-01-31 15:15 Raul Porcel (armin76)
2010-01-10 17:33 Gysbert Wassenaar (nixnut)
2010-01-07 17:10 Christian Faulhammer (fauli)
2009-08-02 18:50 Steve Arnold (nerdboy)
2009-06-08  4:51 Steve Arnold (nerdboy)
2009-03-23  3:51 Steve Arnold (nerdboy)
2008-09-21 21:23 Steve Arnold (nerdboy)
2008-06-25  4:28 Steve Arnold (nerdboy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox