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 F0393138335 for ; Sat, 4 Jan 2020 09:53:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77DCDE08A6; Sat, 4 Jan 2020 09:53:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5F440E08A6 for ; Sat, 4 Jan 2020 09:53:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CB21334DED5 for ; Sat, 4 Jan 2020 09:53:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52969AF for ; Sat, 4 Jan 2020 09:53:39 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1578131604.e212ba19cc3760857a665e88857040bc7bb6bbb0.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ropeide/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ropeide/Manifest dev-python/ropeide/metadata.xml dev-python/ropeide/ropeide-1.5.1-r2.ebuild X-VCS-Directories: dev-python/ropeide/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e212ba19cc3760857a665e88857040bc7bb6bbb0 X-VCS-Branch: master Date: Sat, 4 Jan 2020 09:53:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c705e640-8977-4e30-bfe6-b384bfba2af7 X-Archives-Hash: 34e4087a85fae8ff2b16338fac04478d commit: e212ba19cc3760857a665e88857040bc7bb6bbb0 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jan 4 09:53:24 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jan 4 09:53:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e212ba19 dev-python/ropeide: remove last-rited pkg Signed-off-by: Mikle Kolyada gentoo.org> dev-python/ropeide/Manifest | 1 - dev-python/ropeide/metadata.xml | 11 ----------- dev-python/ropeide/ropeide-1.5.1-r2.ebuild | 27 --------------------------- 3 files changed, 39 deletions(-) diff --git a/dev-python/ropeide/Manifest b/dev-python/ropeide/Manifest deleted file mode 100644 index 10eb49bad45..00000000000 --- a/dev-python/ropeide/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ropeide-1.5.1.tar.gz 88289 BLAKE2B 963f2910c34da67f11a59a9a51078e779beb9351504c8b812768b4b881fce86c7a382922825f6f442037c88a21740618486214ef9e33c446c743d051d13bd8e2 SHA512 fbdfc9519e49440c748c4d9fe5e8a3597b983dcee715f92ce3c9d07eb19b1792623dd3a66ee4f43790887848aa85c17b4596b006c4d1c86859c060af69c32dcb diff --git a/dev-python/ropeide/metadata.xml b/dev-python/ropeide/metadata.xml deleted file mode 100644 index 115dae5b6ac..00000000000 --- a/dev-python/ropeide/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - Python - - - rope - - diff --git a/dev-python/ropeide/ropeide-1.5.1-r2.ebuild b/dev-python/ropeide/ropeide-1.5.1-r2.ebuild deleted file mode 100644 index 36d9ec81b2d..00000000000 --- a/dev-python/ropeide/ropeide-1.5.1-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 -PYTHON_REQ_USE="tk" - -DESCRIPTION="Python refactoring IDE" -HOMEPAGE="http://freecode.com/projects/ropeide https://pypi.org/project/ropeide/" -SRC_URI="mirror://sourceforge/rope/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND=">=dev-python/rope-0.8.4[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -python_install_all() { - if use doc; then - dodoc docs/*.txt - fi - distutils-r1_python_install_all -}