aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-03-03 16:52:08 +0100
committerJustin Lecher <jlec@gentoo.org>2013-03-03 16:52:08 +0100
commit2bb13f89fc91609d0219d06717b93f7241ba107c (patch)
treef31b10524a0bdbf1d28b2803739e102e240af669 /sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild
parentsci-mathematics/dsfmt: Fix header and move to EAPI=5; cleaned ebuild syntax (diff)
downloadsci-2bb13f89fc91609d0219d06717b93f7241ba107c.tar.gz
sci-2bb13f89fc91609d0219d06717b93f7241ba107c.tar.bz2
sci-2bb13f89fc91609d0219d06717b93f7241ba107c.zip
sci-libs/libspatialindex: Fix header and move to EAPI=5: cleaned ebuild syntax
Package-Manager: portage-2.2.0_alpha164
Diffstat (limited to 'sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild')
-rw-r--r--sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild17
1 files changed, 5 insertions, 12 deletions
diff --git a/sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild b/sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild
index 9286f0250..54b40b051 100644
--- a/sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild
+++ b/sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
-EAPI=4
+EAPI=5
MY_PN="spatialindex-src"
MY_P="${MY_PN}-${PV}"
@@ -10,17 +10,10 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="General framework for developing spatial indices"
HOMEPAGE="http://trac.gispython.org/spatialindex/wiki"
SRC_URI="http://download.osgeo.org/libspatialindex/${MY_P}.tar.bz2"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
IUSE=""
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
S="${WORKDIR}/${MY_P}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "einstall failed"
-}