summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2016-03-21 17:10:51 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2016-03-21 17:10:51 -0400
commit8d475f3f9f2705d229ebe7e7254d673c77d86f7a (patch)
tree867e6efeafc1422126de8f60dad04dca4ad4b397 /sci-libs/geos
parentkde-apps/kmail: Update pkg_postinst (diff)
downloadgentoo-8d475f3f9f2705d229ebe7e7254d673c77d86f7a.tar.gz
gentoo-8d475f3f9f2705d229ebe7e7254d673c77d86f7a.tar.bz2
gentoo-8d475f3f9f2705d229ebe7e7254d673c77d86f7a.zip
sci-libs/geos: Removing Old
Remove old versions. Bug: 567204 Package-Manager: portage-2.2.26
Diffstat (limited to 'sci-libs/geos')
-rw-r--r--sci-libs/geos/Manifest2
-rw-r--r--sci-libs/geos/geos-3.4.1-r1.ebuild61
-rw-r--r--sci-libs/geos/geos-3.4.2-r1.ebuild58
3 files changed, 0 insertions, 121 deletions
diff --git a/sci-libs/geos/Manifest b/sci-libs/geos/Manifest
index 830e08215e93..6996dd7075a8 100644
--- a/sci-libs/geos/Manifest
+++ b/sci-libs/geos/Manifest
@@ -1,3 +1 @@
-DIST geos-3.4.1.tar.bz2 1813303 SHA256 d07ac375f3edd12425d6ce5a96db9739d5ff358cbdf60c6804f7a9e565af8ff2 SHA512 69d02630856f63bd0617db383b9936ad07e94d2b2fda4a3865657057626887439b52fd7b74602d529aff5cf8c7fbfea72672ccde807395b2dc1cc73c93c2567b WHIRLPOOL 35a6673a98d1fa1f10113c8cfef4dc32ba9b68dcc23e5522252870c2591537f80841913105425bd23ebecaa63d520ceccbfe7824a00e70e9c1461aa919bf2469
-DIST geos-3.4.2.tar.bz2 1813726 SHA256 15e8bfdf7e29087a957b56ac543ea9a80321481cef4d4f63a7b268953ad26c53 SHA512 c335608ff5e719ec6f3a6edc157c11fe5aaf9a813bf3c4b1e8a05de7a52584f6f64d5c42e646410c09a2e3cdfd3f8f994bedba37fc60454bbaa7c25ba1d36c9b WHIRLPOOL 5090bb4a4413b4c6fa00651058acfd5cb98bb8a2e68b1175baaf4ade6c737792239a08a6f9f3831c963e896469f9e9a4c1410bdddfb152638f1e72cbdb7c05e0
DIST geos-3.5.0.tar.bz2 1949397 SHA256 49982b23bcfa64a53333dab136b82e25354edeb806e5a2e2f5b8aa98b1d0ae02 SHA512 cd9c008c19213eb90959f950b03958e6abd9c22d83e6eb5f5a9020263ad8b0045dd5c5af60417c548fc130a57756ae1ef706710086cc277498b9ba6a0a6256b7 WHIRLPOOL f7530e1dc6b99b4ad83d9a01c44b8e6256e118f7615a473d666b00549296df00ca3c86d7ab4d0ae717a3b329b3a9ecac587bc475ee51cbd7e436922860d00ab9
diff --git a/sci-libs/geos/geos-3.4.1-r1.ebuild b/sci-libs/geos/geos-3.4.1-r1.ebuild
deleted file mode 100644
index 7eb33e194e9b..000000000000
--- a/sci-libs/geos/geos-3.4.1-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-inherit autotools eutils python-single-r1 python-utils-r1
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="http://trac.osgeo.org/geos/"
-SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86 ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="doc php python ruby static-libs"
-
-RDEPEND="
- php? ( >=dev-lang/php-5.3[-threads] )
- ruby? ( dev-lang/ruby )
-"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )
- php? ( dev-lang/swig )
- python? ( dev-lang/swig ${PYTHON_DEPS} )
- ruby? ( dev-lang/swig )
-"
-
-src_prepare() {
- epatch "${FILESDIR}"/3.4.1-solaris-isnan.patch
- eautoreconf
- echo "#!${EPREFIX}/bin/bash" > py-compile
-}
-
-src_configure() {
- econf \
- $(use_enable python) \
- $(use_enable ruby) \
- $(use_enable php) \
- $(use_enable static-libs static)
-}
-
-src_compile() {
- emake
-
- use doc && emake -C "${S}/doc" doxygen-html
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- # https://bugs.gentoo.org/show_bug.cgi?id=487068
- insinto /usr/include/geos
- doins include/geos/platform.h
-
- use doc && dohtml -r doc/doxygen_docs/html/*
- use python && python_optimize "${D}$(python_get_sitedir)"/geos/
-
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
diff --git a/sci-libs/geos/geos-3.4.2-r1.ebuild b/sci-libs/geos/geos-3.4.2-r1.ebuild
deleted file mode 100644
index 567d3eaf7f50..000000000000
--- a/sci-libs/geos/geos-3.4.2-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-inherit autotools eutils python-single-r1 python-utils-r1
-
-DESCRIPTION="Geometry engine library for Geographic Information Systems"
-HOMEPAGE="http://trac.osgeo.org/geos/"
-SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="doc php python ruby static-libs"
-
-RDEPEND="
- php? ( >=dev-lang/php-5.3[-threads] )
- ruby? ( dev-lang/ruby )
-"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )
- php? ( dev-lang/swig )
- python? ( dev-lang/swig ${PYTHON_DEPS} )
- ruby? ( dev-lang/swig )
-"
-
-src_prepare() {
- epatch "${FILESDIR}"/3.4.2-solaris-isnan.patch \
- "${FILESDIR}"/3.4.2-ruby_so_name.patch
- eautoreconf
- echo "#!${EPREFIX}/bin/bash" > py-compile
-}
-
-src_configure() {
- econf \
- $(use_enable python) \
- $(use_enable ruby) \
- $(use_enable php) \
- $(use_enable static-libs static)
-}
-
-src_compile() {
- emake
-
- use doc && emake -C "${S}/doc" doxygen-html
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- use doc && dohtml -r doc/doxygen_docs/html/*
- use python && python_optimize "${D}$(python_get_sitedir)"/geos/
-
- find "${ED}" -name '*.la' -exec rm -f {} +
-}