Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/grass/files: grass-pkgconf.patch grass-6.2.1-ffmpeg-fix.patch 99grass-6 grass-6.2.1-html-nviz-fix.patch grass-6.2.0-html-nonviz.patch grass-6.2.1-html-nonviz.patch 99grass-6.2 grass-6.2.1-gcc43.patch
Date: Tue, 04 May 2010 10:52:15
Message-Id: 20100504105211.17DCE2963B@corvid.gentoo.org
1 scarabeus 10/05/04 10:52:10
2
3 Added: grass-pkgconf.patch
4 Removed: grass-6.2.1-ffmpeg-fix.patch 99grass-6
5 grass-6.2.1-html-nviz-fix.patch
6 grass-6.2.0-html-nonviz.patch
7 grass-6.2.1-html-nonviz.patch 99grass-6.2
8 grass-6.2.1-gcc43.patch
9 Log:
10 Update install approach. Install .pc file. Drop old.
11 (Portage version: 2.2_rc67/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.1 sci-geosciences/grass/files/grass-pkgconf.patch
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/files/grass-pkgconf.patch?rev=1.1&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/grass/files/grass-pkgconf.patch?rev=1.1&content-type=text/plain
18
19 Index: grass-pkgconf.patch
20 ===================================================================
21 --- grass.pc.in.old 2010-05-04 11:38:58.000000000 +0200
22 +++ grass.pc.in 2010-05-04 11:40:11.000000000 +0200
23 @@ -1,12 +1,12 @@
24 # Package Information for pkg-config
25
26 -prefix=@prefix@/grass-@GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@
27 -exec_prefix=@prefix@/grass-@GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@
28 -libdir=@prefix@/grass-@GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@/lib
29 -includedir=@prefix@/grass-@GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@/include
30 +prefix=@prefix@
31 +exec_prefix=@prefix@
32 +libdir=@libdir@
33 +includedir=@includedir@
34
35 Name: GRASS
36 Description: GRASS GIS
37 Version: @GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@
38 -Libs: -L@prefix@/grass-@GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@/lib -lgrass_I -lgrass_vask -lgrass_gmath -lgrass_gis -lgrass_datetime -lgrass_gproj -lgrass_vect -lgrass_dbmibase -lgrass_dbmiclient
39 -Cflags: -I@prefix@/grass-@GRASS_VERSION_MAJOR@.@GRASS_VERSION_MINOR@.@GRASS_VERSION_RELEASE@/include
40 +Libs: -L${libdir} -lgrass_I -lgrass_vask -lgrass_gmath -lgrass_gis -lgrass_datetime -lgrass_gproj -lgrass_vect -lgrass_dbmibase -lgrass_dbmiclient
41 +Cflags: -I${includedir}/grass