diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-27 02:01:10 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-02 20:39:16 +0100 |
| commit | 3f780963977ca7bb6b69e66cbe1d872a0c4ad4d5 (patch) | |
| tree | ea96d60a871567a8d6711afb741d1d8e5204d9fd /dev-db/spatialite/spatialite-2.4.0_rc4.ebuild | |
| parent | 6138f3e7460c1fc4ecdf729d31e151b441f3821e (diff) | |
| download | gentoo-3f780963977ca7bb6b69e66cbe1d872a0c4ad4d5.tar.gz gentoo-3f780963977ca7bb6b69e66cbe1d872a0c4ad4d5.tar.bz2 gentoo-3f780963977ca7bb6b69e66cbe1d872a0c4ad4d5.zip | |
dev-db/spatialite: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4099
Diffstat (limited to 'dev-db/spatialite/spatialite-2.4.0_rc4.ebuild')
| -rw-r--r-- | dev-db/spatialite/spatialite-2.4.0_rc4.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild b/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild deleted file mode 100644 index 22061452e276..000000000000 --- a/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MY_PV=${PV/_rc/-} -MY_P=lib${P/_rc*} - -inherit multilib - -DESCRIPTION="A complete Spatial DBMS in a nutshell built upon sqlite" -HOMEPAGE="http://www.gaia-gis.it/gaia-sins/" -SRC_URI="http://www.gaia-gis.it/${PN}-${MY_PV}/${MY_P}.tar.gz" - -LICENSE="MPL-1.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+geos iconv +proj" - -RDEPEND=">=dev-db/sqlite-3.7.5:3[extensions(+)] - geos? ( sci-libs/geos ) - proj? ( sci-libs/proj )" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -src_configure() { - econf \ - --disable-static \ - --enable-geocallbacks \ - --enable-epsg \ - $(use_enable geos) \ - $(use_enable iconv) \ - $(use_enable proj) -} - -src_install() { - default - - find "${ED}" -name '*.la' -exec rm -f {} + -} |
