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 45960138334 for ; Sat, 4 Jan 2020 09:01:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FF9CE0899; Sat, 4 Jan 2020 09:01:37 +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 6C48AE0899 for ; Sat, 4 Jan 2020 09:01:37 +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 3900D34DD1D for ; Sat, 4 Jan 2020 09:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9E601E for ; Sat, 4 Jan 2020 09:01:34 +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: <1578128484.51d4cf69be7db50f84d02504daec5045ca867cc3.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/irrtree/, net-misc/irrtree/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/irrtree/Manifest net-misc/irrtree/files/irrtree-1.2.1-leniency-deps.patch net-misc/irrtree/files/irrtree-1.2.1-queue-capitalisation.patch net-misc/irrtree/irrtree-1.2.1.ebuild net-misc/irrtree/metadata.xml X-VCS-Directories: net-misc/irrtree/ net-misc/irrtree/files/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 51d4cf69be7db50f84d02504daec5045ca867cc3 X-VCS-Branch: master Date: Sat, 4 Jan 2020 09:01:34 +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: 6202d195-e947-4790-ac1b-60dc7fd539cd X-Archives-Hash: 23548fe3cf39a913f5b324c36ddac727 commit: 51d4cf69be7db50f84d02504daec5045ca867cc3 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Jan 4 09:01:24 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jan 4 09:01:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d4cf69 net-misc/irrtree: remove last-rited pkg Signed-off-by: Mikle Kolyada gentoo.org> net-misc/irrtree/Manifest | 1 - .../files/irrtree-1.2.1-leniency-deps.patch | 12 ------------ .../files/irrtree-1.2.1-queue-capitalisation.patch | 12 ------------ net-misc/irrtree/irrtree-1.2.1.ebuild | 22 ---------------------- net-misc/irrtree/metadata.xml | 11 ----------- 5 files changed, 58 deletions(-) diff --git a/net-misc/irrtree/Manifest b/net-misc/irrtree/Manifest deleted file mode 100644 index 19a6b36ea5f..00000000000 --- a/net-misc/irrtree/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST irrtree-1.2.1.tar.gz 5554 BLAKE2B fa5482f461d2eb4a93b7daa4851db11368ee39083bc312eb9e72836a2f001223db796e5a2947e3377d610496adda63d02f2cfedb65520570b4ca0328a5532af5 SHA512 c22f3ca606cbbda66a466e3c0518c8bb61d32fe3d376005b351de1f36a245cd3a28d89ba1ef8102e6dc2d06d679e260a46c8d056554f62fc2eb0ca21a23ab981 diff --git a/net-misc/irrtree/files/irrtree-1.2.1-leniency-deps.patch b/net-misc/irrtree/files/irrtree-1.2.1-leniency-deps.patch deleted file mode 100644 index 2997d2af2c7..00000000000 --- a/net-misc/irrtree/files/irrtree-1.2.1-leniency-deps.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr irrtree-1.2.1.ORIG/setup.py irrtree-1.2.1/setup.py ---- irrtree-1.2.1.ORIG/setup.py 2019-02-01 15:42:43.837122511 +0000 -+++ irrtree-1.2.1/setup.py 2019-02-01 15:42:58.682123129 +0000 -@@ -46,7 +46,7 @@ - print(" git push --tags") - sys.exit() - --reqs = ['asciitree==0.3.3', 'progressbar2==3.34.3'] -+reqs = ['asciitree>=0.3.3', 'progressbar2>=3.34.3'] - - setup( - name='irrtree', diff --git a/net-misc/irrtree/files/irrtree-1.2.1-queue-capitalisation.patch b/net-misc/irrtree/files/irrtree-1.2.1-queue-capitalisation.patch deleted file mode 100644 index 1196efa760f..00000000000 --- a/net-misc/irrtree/files/irrtree-1.2.1-queue-capitalisation.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr irrtree-1.2.1.ORIG/irrtree/cli.py irrtree-1.2.1/irrtree/cli.py ---- irrtree-1.2.1.ORIG/irrtree/cli.py 2019-02-01 15:49:05.583138394 +0000 -+++ irrtree-1.2.1/irrtree/cli.py 2019-02-01 15:49:18.405138927 +0000 -@@ -26,7 +26,7 @@ - # POSSIBILITY OF SUCH DAMAGE. - - from collections import OrderedDict as OD --from queue import Queue -+from Queue import Queue - - import asciitree - import getopt diff --git a/net-misc/irrtree/irrtree-1.2.1.ebuild b/net-misc/irrtree/irrtree-1.2.1.ebuild deleted file mode 100644 index 998439317b2..00000000000 --- a/net-misc/irrtree/irrtree-1.2.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 ) -PATCHES="${FILESDIR}/${P}-leniency-deps.patch - ${FILESDIR}/${P}-queue-capitalisation.patch" - -inherit distutils-r1 - -DEPEND="dev-python/asciitree - dev-python/progressbar2" -RDEPEND="${DEPEND}" - -DESCRIPTION="The BGP swiss army knife of networking" -HOMEPAGE="https://github.com/job/irrtree" -SRC_URI="https://github.com/job/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" diff --git a/net-misc/irrtree/metadata.xml b/net-misc/irrtree/metadata.xml deleted file mode 100644 index 723a74591c6..00000000000 --- a/net-misc/irrtree/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - chainsaw@gentoo.org - Tony Vroon - - - job/irrtree - -