From: W. Trevor King Date: Fri, 12 Aug 2016 16:10:31 +0000 (-0700) Subject: dev-python/geopy: Remove package X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=771a4ed6c5080493f2436b4b99f7efd95409f9e5;p=wtk-overlay.git dev-python/geopy: Remove package Geopy has been in the main Gentoo tree since at least 2012-06-26 [1]. [1]: https://bugs.gentoo.org/show_bug.cgi?id=423625 --- diff --git a/dev-python/geopy/ChangeLog b/dev-python/geopy/ChangeLog deleted file mode 100644 index ea3de11..0000000 --- a/dev-python/geopy/ChangeLog +++ /dev/null @@ -1,23 +0,0 @@ -# ChangeLog for dev-python/geopy -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*geopy-9999 (12 Dec 2012) - 12 Dec 2012; W. Trevor King geopy-9999.ebuild : - geopy has moved to Git and added support for Python 3 :). Update - and remove the unnecessary src_unpack. - -*geopy-9999 (09 Dec 2011) - 09 Dec 2011; W. Trevor King geopy-9999.ebuild : - Add ~amd64 keyword, now that I'm testing geopy on an AMD C-60. - Also update to EAPI 4. - -*geopy-9999 (18 May 2011) - 18 May 2011; W. Trevor King ChangeLog, metadata.xml, geopy-9999.ebuild : - - Created ebuild suite for geopy. - - Added initial ChangeLog which should be updated whenever the - package is updated in any way. This changelog is targetted to - users. This means that the comments should well explained and - written in clean English. The details about writing correct - changelogs are explained in the skel.ChangeLog file which you can - find in the root directory of the portage repository. diff --git a/dev-python/geopy/Manifest b/dev-python/geopy/Manifest deleted file mode 100644 index 899b39f..0000000 --- a/dev-python/geopy/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -EBUILD geopy-9999.ebuild 570 SHA256 e71f31cb4f6178282c7b9ce6f5daf4449c52c74ac90e8ba2a905f89a414c5f94 SHA512 30366f923ac444b37a66fb1fa709028b8c01b4fd8f459caae35cc2a5ef15247a936299840eed8f0253b55bce712a27e489ca59aabd214134466b9fe801ee0629 WHIRLPOOL f518f12b144329bf6c9cf6e259e04fd5bd986390ece7a98efec16c9bf8d9a8b24afd76920f4eae42aae24f6fd12310010a9105a4c63f56b4abe174216d68bfcf -MISC ChangeLog 1043 SHA256 54f401865b8b84740461ec1e913f7950225d582b2484796a7ea39502e0a8fa35 SHA512 c4801986d0631874100ef5e3b6b6550e1b0df99a415cbe9793900d6f3f5efd2b47a75d32047c1ccd9bd43fdc0505cfe81cfb3537c20cd0634b7a90b26dbfba20 WHIRLPOOL bc70e16aaaba2802b485566b5aa43216b11216795f619804cd5dbf520e1809b649113bcb735343359b983579bf4002ac5ce14f46b38272fd794766256c079687 -MISC metadata.xml 247 SHA256 30b3270d8e655f6c190d3148f49b9364795beb41991502630e6631886ef107ea SHA512 d752eb964b367c9f9b2d2c3e010170bbc81e1a3b09f34fbd04b2f28df41f248a11d6531cf7334355185111990ac1744f587e2c631d03444dd642b71e0467e833 WHIRLPOOL 2e3b6628b0e6a4bb9e199b11aaae839addc659c185883af3a0399e8351446c2d11d2d095c2d22ddb89935a74900bea08aefc4bd97d4efc1bbcbcca1e4af1b5fa diff --git a/dev-python/geopy/geopy-9999.ebuild b/dev-python/geopy/geopy-9999.ebuild deleted file mode 100644 index 9d0baef..0000000 --- a/dev-python/geopy/geopy-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" - -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.[01]" - -inherit eutils distutils - -if [[ ${PV} == "9999" ]] ; then - inherit git-2 - EGIT_BRANCH="master" - EGIT_REPO_URI="git://github.com/geopy/${PN}.git" - SRC_URI="" -else - SRC_URI="https://github.com/geopy/${PN}/tarball/v${PV} -> ${P}.tar.gz" -fi - -DESCRIPTION="A Geocoding Toolbox for Python" -HOMEPAGE="http://code.google.com/p/geopy/" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="test" diff --git a/dev-python/geopy/metadata.xml b/dev-python/geopy/metadata.xml deleted file mode 100644 index 7b35910..0000000 --- a/dev-python/geopy/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - wking@tremily.us - W. Trevor King - -