dev-python/pyswisseph: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sun, 27 Jan 2019 12:29:02 +0000 (13:29 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sun, 27 Jan 2019 12:36:13 +0000 (13:36 +0100)
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
dev-python/pyswisseph/Manifest
dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild [deleted file]

index 5bff2b511196185f3a997187a88c575e67393e26..f4cc27ad4df76ff708ba1f6136af57e48b286325 100644 (file)
@@ -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 (file)
index 0f59466..0000000
+++ /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}"