From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/
Date: Wed, 11 Sep 2019 16:21:32 +0000 (UTC) [thread overview]
Message-ID: <1568218868.069bd89c9933c875d03a25632389a7242c122c78.mgorny@gentoo> (raw)
commit: 069bd89c9933c875d03a25632389a7242c122c78
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 11 11:27:29 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 11 16:21:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069bd89c
www-client/ripe-atlas-cousteau: Drop old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-client/ripe-atlas-cousteau/Manifest | 2 --
.../ripe-atlas-cousteau-1.0.6.ebuild | 36 ----------------------
.../ripe-atlas-cousteau-1.0.7.ebuild | 36 ----------------------
3 files changed, 74 deletions(-)
diff --git a/www-client/ripe-atlas-cousteau/Manifest b/www-client/ripe-atlas-cousteau/Manifest
index 2163884e1ec..9717d3d05f9 100644
--- a/www-client/ripe-atlas-cousteau/Manifest
+++ b/www-client/ripe-atlas-cousteau/Manifest
@@ -1,3 +1 @@
-DIST ripe.atlas.cousteau-1.0.6.tar.gz 45467 BLAKE2B fde909f74e6a2d32712d747c92d3e7aefdf882531bde9912e26aa2e5b4f3736d333ccf6bb0d225111baf81ee4d671f861a429ce4542ee6f1c3d73c07f275416e SHA512 212c9890af269f945d01a1b587ba87583cbde87ce0a64b09e053644f9fa4cd01414a1092a39d0d21d68b3bd5977e0159c6a32196aaadbd78940fd4675b791daf
-DIST ripe.atlas.cousteau-1.0.7.tar.gz 45757 BLAKE2B 6bce4a9e1fbcdf595cb8a40cca8ee5aa69e05c840fe8c9bf03bae4d6f1e82857d3aee8a3ca12c5f1d4f6df9c4608af4bf6939cb2fcd2c4cad30f6d6b880637f0 SHA512 921526beef43b666f6c64480e14f3d9d73e980ea6696964791c8f663c218f2c1c5658f2d9dc9ef4e9d40687b244d98b7775b3eeda74bd4886842f18e073765de
DIST ripe.atlas.cousteau-1.2.tar.gz 47015 BLAKE2B 722ebc41a221f64784fbc2535c2727c0f2e7559e6460c6ee1453b17c739562c0b44047ccf24b2d4aa93d3911d7f9be6d43df4464524135d7efd1829b29689417 SHA512 06df80499aa3696450396b1dec66360b3996d56c98dbec52d9192c8e2442a63f3cc334a815a4615d5f9d87fc3f0facb26875f2ad3a5cdbd5047aaad506974c8e
diff --git a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.6.ebuild b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.6.ebuild
deleted file mode 100644
index 330f825d3b7..00000000000
--- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//-/.}
-DESCRIPTION="A Python wrapper around the RIPE Atlas API"
-HOMEPAGE="https://atlas.ripe.net/"
-SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.cousteau/ripe.atlas.cousteau-${PVR}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-S="${WORKDIR}/${MY_PN}-${PVR}"
-
-RDEPEND="
- >=dev-python/socketio-client-0.6.5[${PYTHON_USEDEP}]
- >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- "${RDEPEND}"
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
-
-python_test() {
- nosetests --verbose || die "Tests failed with ${EPYTHON}"
-}
diff --git a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.7.ebuild b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.7.ebuild
deleted file mode 100644
index 80a11014143..00000000000
--- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN=${PN//-/.}
-DESCRIPTION="A Python wrapper around the RIPE Atlas API"
-HOMEPAGE="https://atlas.ripe.net/"
-SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.cousteau/ripe.atlas.cousteau-${PVR}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-S="${WORKDIR}/${MY_PN}-${PVR}"
-
-RDEPEND="
- >=dev-python/socketio-client-0.6.5[${PYTHON_USEDEP}]
- >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- "${RDEPEND}"
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )"
-
-python_test() {
- nosetests --verbose || die "Tests failed with ${EPYTHON}"
-}
next reply other threads:[~2019-09-11 16:21 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-11 16:21 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-03-17 8:08 [gentoo-commits] repo/gentoo:master commit in: www-client/ripe-atlas-cousteau/ Michał Górny
2020-02-06 6:18 Michał Górny
2017-11-14 23:37 Jonas Stein
2017-05-29 16:33 Pacho Ramos
2017-02-22 16:08 Agostino Sarubbo
2017-02-22 15:06 Agostino Sarubbo
2017-01-04 15:29 Agostino Sarubbo
2016-12-19 14:14 Tobias Klausmann
2016-05-07 4:31 Ian Delaney
2016-04-15 19:10 Patrice Clement
2016-03-22 9:36 Sergei Trofimovich
2016-01-13 14:10 Patrice Clement
2015-12-17 7:56 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1568218868.069bd89c9933c875d03a25632389a7242c122c78.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox