net-analyzer/ripe-atlas-tools: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sun, 27 Jan 2019 19:43:01 +0000 (20:43 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sun, 27 Jan 2019 19:46:01 +0000 (20:46 +0100)
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
net-analyzer/ripe-atlas-tools/Manifest
net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.1.ebuild [deleted file]
net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.2.ebuild [deleted file]
net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3.ebuild [deleted file]

index adf36b77adccf626a88cfa0d1cb21036e1fbbf7b..ddad8ec9cfa1bdd484fa0ff425c267b272e771a9 100644 (file)
@@ -1,3 +1 @@
-DIST ripe.atlas.tools-1.2.1.tar.gz 83916 BLAKE2B f48ba56deaa282a2c801e49abc712c3b4cdca20ee37d40b57c6d7d2602f68f5cdf54fc53820484672039bce349a68567ba1a1ebb2eb74665f716868c279de7d7 SHA512 4c91d14f15e80e7e0ce4d6973e497bb48561314434d1521437311fb813197da7ba0a3e27f14cebe5a71d75baba37d2e5045b94d9e39699ef4a4e57aafb063ea7
-DIST ripe.atlas.tools-1.2.2.tar.gz 84242 BLAKE2B 2d5bf29716d67404b9b6752dffe0642444bc1ab771029dd2b27b8a2d2cec31f805eb67b96adfe0bbb5aca33c17cc2c838387f3736163b8b96e99274d5152418b SHA512 f76efc0412e21ae50c27ddb33b00274f9be6f6f8d2106eac4e76d8dcdc14f114efc0cae5ee961b56f10b302cee0afa0ea6b84b0df588ddaf9ff5e132f8db4f2c
 DIST ripe.atlas.tools-1.2.3.tar.gz 86364 BLAKE2B de2aa0a57e135d463d1edb7e3277d21052353009d1dbcc2ead03d659c9736e61f36e95d102b5c3792448a1ea304e340f97856647f3c565fec9fcbbf0c414596a SHA512 f9e3b94ac9561faf0f6738099a0511b5aedb3b0d3230997a8033b8a1a804b885169891de8f408933ad90e3d4543375741657d9989fef09548d9cc8f0d9920e66
diff --git a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.1.ebuild b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.1.ebuild
deleted file mode 100644 (file)
index 283dfe5..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-MY_PN=${PN//-/.}
-DESCRIPTION="The official command-line client for RIPE Atlas"
-HOMEPAGE="https://atlas.ripe.net/"
-SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.tools/ripe.atlas.tools-${PVR}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-S="${WORKDIR}/${MY_PN}-${PVR}"
-
-RDEPEND="
-       >=net-libs/ripe-atlas-sagan-1.1.8[${PYTHON_USEDEP}]
-       >=www-client/ripe-atlas-cousteau-1.0.6[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
-       >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/tzlocal[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/ujson[${PYTHON_USEDEP}]"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               "${RDEPEND}"
-               dev-python/nose[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
-
-python_test() {
-       nosetests --verbose || die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-       distutils-r1_python_install
-       echo "RIPE Atlas Tools (Magellan) [Gentoo Linux] ${PVR}" > \
-               ${D}$(python_get_sitedir)/ripe/atlas/tools/user-agent
-}
diff --git a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.2.ebuild b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.2.ebuild
deleted file mode 100644 (file)
index 7bb832d..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-MY_PN=${PN//-/.}
-DESCRIPTION="The official command-line client for RIPE Atlas"
-HOMEPAGE="https://atlas.ripe.net/"
-SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.tools/ripe.atlas.tools-${PVR}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-S="${WORKDIR}/${MY_PN}-${PVR}"
-
-RDEPEND="
-       >=net-libs/ripe-atlas-sagan-1.1.8[${PYTHON_USEDEP}]
-       >=www-client/ripe-atlas-cousteau-1.0.7[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
-       >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/tzlocal[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/ujson[${PYTHON_USEDEP}]"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               "${RDEPEND}"
-               dev-python/nose[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
-
-python_test() {
-       nosetests --verbose || die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-       distutils-r1_python_install
-       echo "RIPE Atlas Tools (Magellan) [Gentoo Linux] ${PVR}" > \
-               ${D}$(python_get_sitedir)/ripe/atlas/tools/user-agent
-}
diff --git a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3.ebuild b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-1.2.3.ebuild
deleted file mode 100644 (file)
index c48c771..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-MY_PN=${PN//-/.}
-DESCRIPTION="The official command-line client for RIPE Atlas"
-HOMEPAGE="https://atlas.ripe.net/"
-SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.tools/ripe.atlas.tools-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-S="${WORKDIR}/${MY_PN}-${PVR}"
-
-DOCS=( CHANGES.rst README.rst )
-
-RDEPEND="
-       >=net-libs/ripe-atlas-sagan-1.1.8[${PYTHON_USEDEP}]
-       >=www-client/ripe-atlas-cousteau-1.0.7[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
-       >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/tzlocal[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/ujson[${PYTHON_USEDEP}]"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               ${RDEPEND}
-               dev-python/nose[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
-
-python_test() {
-       nosetests --verbose || die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-       distutils-r1_python_install
-       echo "RIPE Atlas Tools (Magellan) [Gentoo Linux] ${PVR}" > \
-               ${D}$(python_get_sitedir)/ripe/atlas/tools/user-agent
-}