public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/gdal-grass: metadata.xml ChangeLog gdal-grass-1.4.3.ebuild
@ 2009-11-21 20:06 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-11-21 20:06 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/11/21 20:06:52

  Added:                metadata.xml ChangeLog gdal-grass-1.4.3.ebuild
  Log:
  Initial import from science overlay, requirement for qgis, see bug #113355
  (Portage version: 2.2_rc50/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-geosciences/gdal-grass/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gdal-grass/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gdal-grass/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-geosciences</herd>
</pkgmetadata>




1.1                  sci-geosciences/gdal-grass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gdal-grass/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gdal-grass/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sci-geosciences/gdal-grass
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gdal-grass/ChangeLog,v 1.1 2009/11/21 20:06:52 bicatali Exp $

*gdal-grass-1.4.3 (21 Nov 2009)

  21 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org>
  +gdal-grass-1.4.3.ebuild, +files/gdal-grass-makefile.patch, +metadata.xml:
  Initial import from science overlay, requirement for qgis, see bug #113355




1.1                  sci-geosciences/gdal-grass/gdal-grass-1.4.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gdal-grass/gdal-grass-1.4.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gdal-grass/gdal-grass-1.4.3.ebuild?rev=1.1&content-type=text/plain

Index: gdal-grass-1.4.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gdal-grass/gdal-grass-1.4.3.ebuild,v 1.1 2009/11/21 20:06:52 bicatali Exp $

EAPI=2
inherit eutils

DESCRIPTION="GDAL plugin to access GRASS data"
HOMEPAGE="http://www.gdal.org/"
SRC_URI="http://download.osgeo.org/gdal/${P}.tar.gz"

SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"

IUSE=""

RDEPEND="sci-libs/gdal
	sci-geosciences/grass"

DEPEND="${RDEPEND}"

src_prepare() {
	epatch "${FILESDIR}/${PN}-makefile.patch"
}

src_configure() {
	GRASS_ENVD="/etc/env.d/99grass /etc/env.d/99grass-6 /etc/env.d/99grass-cvs";
	for file in ${GRASS_ENVD}; do
		if test -r ${file}; then
			GRASSPATH=$(sed -n 's/LDPATH="\(.*\)\/lib"$/\1/p' ${file});
		fi
	done
	econf --with-grass=${GRASSPATH} --with-gdal
}

src_install() {
	#pass the right variables to 'make install' to prevent a sandbox access violation
	emake DESTDIR="${D}" \
		GRASSTABLES_DIR="${D}$(gdal-config --prefix)/share/gdal/grass" \
		AUTOLOAD_DIR="${D}/usr/lib/gdalplugins" \
		install || die "emake install failure"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-21 20:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-21 20:06 [gentoo-commits] gentoo-x86 commit in sci-geosciences/gdal-grass: metadata.xml ChangeLog gdal-grass-1.4.3.ebuild Sebastien Fabbro (bicatali)

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