From: Pacho Ramos Date: Sun, 27 Jan 2019 12:29:02 +0000 (+0100) Subject: dev-python/pyswisseph: Drop old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=40ab21dfa680ca810c6f3d7adea5c71683c611e0;p=gentoo.git dev-python/pyswisseph: Drop old Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos --- diff --git a/dev-python/pyswisseph/Manifest b/dev-python/pyswisseph/Manifest index 5bff2b511196..f4cc27ad4df7 100644 --- a/dev-python/pyswisseph/Manifest +++ b/dev-python/pyswisseph/Manifest @@ -1,2 +1 @@ -DIST pyswisseph-2.00.00-2.tar.bz2 458443 BLAKE2B 4fa6cfebe46bf0d73bf9f086acf9189a6354762fac604f4dfd3fa6f5d36a6cbb8b024e9b8257d7f84cc74db1a5e63e6d495a33970d0c83ed95675914539d9217 SHA512 009542d370248989489e4d2a557b5f5cac27923bc06b9a9088b282f3f9cc8b31bfc43bba9cff3a44f8a77e20356b8a9ced60ec200b26815780af5588efbc9e4b DIST pyswisseph-2.05.01_pre20160529.tar.gz 488382 BLAKE2B 3bcea971448b13c40f440473ce2da13ca18796ab645265ae813fed517ca7062342170e0526b48a19b8686ac82526a16654b7c8e4b7d2dcd8e854c116d1fbf911 SHA512 afec6ce93a34ee116ed5247ff0004cf7c3adce33b4e0f95aa251b6b533a8925340d6f6d847ab80dfb2cf75933939d282455e7dc1f812c28ad45a42f21ce1e611 diff --git a/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild b/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild deleted file mode 100644 index 0f594661e4af..000000000000 --- a/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -PLEVEL=${PV##*_p} -MY_PV=${PV/_p*} -MY_PV=${MY_PV}-${PLEVEL} - -DESCRIPTION="Python extension to the AstroDienst Swiss Ephemeris" -HOMEPAGE="https://github.com/astrorigin/pyswisseph" -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/astrorigin/pyswisseph.git" -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.bz2" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}-${MY_PV}" -fi - -LICENSE="GPL-2+" -SLOT="0" - -DEPEND="" -RDEPEND="${DEPEND}"