From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EB93138334 for ; Tue, 30 Oct 2018 12:30:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7026AE0917; Tue, 30 Oct 2018 12:30:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D849E0917 for ; Tue, 30 Oct 2018 12:30:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28FEB335C7F for ; Tue, 30 Oct 2018 12:30:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C702E3F0 for ; Tue, 30 Oct 2018 12:29:58 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1540902544.719f6f939db4d521ada21e6b0273bdad97d2515d.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/recaptcha-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/recaptcha-client/Manifest dev-python/recaptcha-client/metadata.xml dev-python/recaptcha-client/recaptcha-client-1.0.6-r1.ebuild profiles/package.mask X-VCS-Directories: profiles/ dev-python/recaptcha-client/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 719f6f939db4d521ada21e6b0273bdad97d2515d X-VCS-Branch: master Date: Tue, 30 Oct 2018 12:29:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 28c889b0-ebb1-44ec-907e-fc65c66e13f1 X-Archives-Hash: bc17a3c42dd27fb512a2bdc291f80267 commit: 719f6f939db4d521ada21e6b0273bdad97d2515d Author: Virgil Dupras gentoo org> AuthorDate: Tue Oct 30 12:29:04 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Tue Oct 30 12:29:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719f6f93 dev-python/recaptcha-client: remove last-rited package Closes: https://bugs.gentoo.org/611614 Signed-off-by: Virgil Dupras gentoo.org> dev-python/recaptcha-client/Manifest | 1 - dev-python/recaptcha-client/metadata.xml | 11 ----------- .../recaptcha-client/recaptcha-client-1.0.6-r1.ebuild | 19 ------------------- profiles/package.mask | 5 ----- 4 files changed, 36 deletions(-) diff --git a/dev-python/recaptcha-client/Manifest b/dev-python/recaptcha-client/Manifest deleted file mode 100644 index 8b05db8e3ec..00000000000 --- a/dev-python/recaptcha-client/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST recaptcha-client-1.0.6.tar.gz 7389 BLAKE2B 454b1a5feaeb7bc2016ee44d2867a0ca6ebafdfcb04730931b16c65af1eea222922fdd9da502839d075648525cd8178c5795d008093275c299e25dad2ddb80e8 SHA512 c41954d722181ece934701df0701101b31cad74c15a123c2c641e671e5117a27ea23e1f52aa9126d7ddfd038438f951d45ec4112323306a91d81072e31b3f5bb diff --git a/dev-python/recaptcha-client/metadata.xml b/dev-python/recaptcha-client/metadata.xml deleted file mode 100644 index 4af40169ce1..00000000000 --- a/dev-python/recaptcha-client/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - Python - - - recaptcha-client - - diff --git a/dev-python/recaptcha-client/recaptcha-client-1.0.6-r1.ebuild b/dev-python/recaptcha-client/recaptcha-client-1.0.6-r1.ebuild deleted file mode 100644 index 971c2f02262..00000000000 --- a/dev-python/recaptcha-client/recaptcha-client-1.0.6-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="A plugin for reCAPTCHA and reCAPTCHA Mailhide" -HOMEPAGE="https://pypi.org/project/recaptcha-client/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="amd64 x86" -IUSE="" - -LICENSE="MIT" -SLOT="0" - -RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/profiles/package.mask b/profiles/package.mask index d7e5c4a0128..8bd1ce18eca 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -141,11 +141,6 @@ net-analyzer/mate-netspeed # version for now =media-video/libav-13_pre20171219 -# Virgil Dupras (30 Sep 2018) -# Dead upstream, unmaintained, no revdeps. -# Removal in 30 days, bug #611614 -dev-python/recaptcha-client - # Michał Górny (30 Sep 2018) # Poor quality NIH ebuilds with multiple issues and lack of test suites. # They do not support Python 3 (even if somebody claimed otherwise,