From 595b3353cc7904c2eca2cbd88b1344883210ec0d Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Sat, 3 Nov 2018 18:04:03 +0100 Subject: [PATCH] Tracked in main tree: https://github.com/gentoo/gentoo/commit/3a8f925a433e63fba963b59ceb5818c30c42310e --- sci-libs/Rtree/ChangeLog | 2 -- sci-libs/Rtree/Manifest | 1 - sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild | 28 --------------------- sci-libs/Rtree/metadata.xml | 11 -------- 4 files changed, 42 deletions(-) delete mode 100644 sci-libs/Rtree/ChangeLog delete mode 100644 sci-libs/Rtree/Manifest delete mode 100644 sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild delete mode 100644 sci-libs/Rtree/metadata.xml diff --git a/sci-libs/Rtree/ChangeLog b/sci-libs/Rtree/ChangeLog deleted file mode 100644 index 435f843..0000000 --- a/sci-libs/Rtree/ChangeLog +++ /dev/null @@ -1,2 +0,0 @@ - 08 Oct 2018; Horea Christian -Rtree-0.8.2.ebuild: - sci-libs/Rtree: dropped old version diff --git a/sci-libs/Rtree/Manifest b/sci-libs/Rtree/Manifest deleted file mode 100644 index 4fe3eb2..0000000 --- a/sci-libs/Rtree/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Rtree-0.8.3_p20180802.tar.gz 48893 SHA256 cbbbcec5f983ed3dc1bc406fbe0652aa55eb266e0930471d26fc1ccfeaff979d SHA512 10c35a1d00369b3a30c486830d7cecdae6bd9bbc2ab9ea7f398227bc46b116783b1486cc75759eb27d7b25439400cbc39b55e6f58c686caec45bbc8436c6067c WHIRLPOOL 0f94ecb076299664b61fc15ccb8c653b6dd822d2fd9be73efccf09ce9aef8aeb40a15195dc5ff4ba7ec9304dabe9edbc75e5336f72c8c52d9b27426f28de01f6 diff --git a/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild b/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild deleted file mode 100644 index ef8593e..0000000 --- a/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) - -inherit distutils-r1 - -EGIT_COMMIT_HASH="c6437a8ae182cb58aef1d0a4465bfc0c6f75b273" - -DESCRIPTION="R-Tree spatial index for Python GIS" -HOMEPAGE="https://github.com/Toblerity/rtree" -SRC_URI="https://github.com/Toblerity/rtree/archive/${EGIT_COMMIT_HASH}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="sci-libs/libspatialindex - sci-libs/scipy" -DEPEND="dev-python/setuptools" - -S="${WORKDIR}/rtree-${EGIT_COMMIT_HASH}" - -python_test() { - pytest --verbose || die -} diff --git a/sci-libs/Rtree/metadata.xml b/sci-libs/Rtree/metadata.xml deleted file mode 100644 index 0a6a504..0000000 --- a/sci-libs/Rtree/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - slis@gentoo.org - - - Toblerity/rtree - Rtree - -