commit: bf62cf4b5f0851a41f3674404dc80fc90fe06a4d Author: hasufell <hasufell <AT> hasufell <DOT> de> AuthorDate: Wed Jan 14 15:41:21 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Jan 14 15:44:32 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bf62cf4b
sci-libs/libspatialindex: rm old 1.6.1 --- sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild b/sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild deleted file mode 100644 index cb5a9d9..0000000 --- a/sci-libs/libspatialindex/libspatialindex-1.6.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -MY_PN="spatialindex-src" -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" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" -IUSE="" - -S="${WORKDIR}/${MY_P}"