From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F1D201388C1 for ; Wed, 2 Mar 2016 08:35:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C910E0835; Wed, 2 Mar 2016 08:35:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 077F3E081C for ; Wed, 2 Mar 2016 08:35:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33809340901 for ; Wed, 2 Mar 2016 08:35:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBFFC18A7 for ; Wed, 2 Mar 2016 08:35:48 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1456907677.c53c108f1b321571f74e718f9216d37d988814e7.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gns3-converter/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gns3-converter/Manifest net-misc/gns3-converter/gns3-converter-1.2.4.ebuild X-VCS-Directories: net-misc/gns3-converter/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: c53c108f1b321571f74e718f9216d37d988814e7 X-VCS-Branch: master Date: Wed, 2 Mar 2016 08:35:48 +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: 02b3bde3-313b-4913-96dc-6d3a3c6ead42 X-Archives-Hash: 17d889aa8a168d4bc6fa1e03b6eb6b7e commit: c53c108f1b321571f74e718f9216d37d988814e7 Author: Aaron Bauman gentoo org> AuthorDate: Wed Mar 2 08:23:57 2016 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Mar 2 08:34:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53c108f net-misc/gns3-converter: remove old Package-Manager: portage-2.2.26 net-misc/gns3-converter/Manifest | 1 - net-misc/gns3-converter/gns3-converter-1.2.4.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/net-misc/gns3-converter/Manifest b/net-misc/gns3-converter/Manifest index 989e52b..57dac13 100644 --- a/net-misc/gns3-converter/Manifest +++ b/net-misc/gns3-converter/Manifest @@ -1,2 +1 @@ -DIST gns3-converter-1.2.4.tar.gz 33134 SHA256 dc6f4e6e93989a6b72924e5dad6fab6c4404ba03f1b8d526f54dfc36baa222e1 SHA512 68ad9b395f7cd9683afa10775cb21f8eec155603ea5da1a4fc903addbc18b66b11f7d5b3389f7dac7e07ba2d2eac052fc078ef48cd5a4e2388f8baf554db9235 WHIRLPOOL 5946fb748c394bdcc7f96a75535d441fb6cf85333bc7dd9933c1a4c69991f3550079a4097ac9669ecb6f2776e2f8a76d1b1103bd14d0fa73ade7292885abc9cf DIST gns3-converter-1.3.0.tar.gz 45837 SHA256 771b3ab878de87007d00342507bdd381c8d60870afa1537b20e791f5d4d80716 SHA512 ac2e44b3f02c8f0429158e11c964bf342973809139dcf34863071905400964006d7adbc3ddb80efe57a5ecc5eaf59e228bf7d07a7e5776dd6bcf51b4e1d3fe57 WHIRLPOOL 1d5616b74f9d910e5a6cb342a70e2b726469decb20fce1b90c16e00e56ae3ed228a213a57cfcce03ad66599e1b4d07a5ff5b2d1e20053f8908bcea9f96287284 diff --git a/net-misc/gns3-converter/gns3-converter-1.2.4.ebuild b/net-misc/gns3-converter/gns3-converter-1.2.4.ebuild deleted file mode 100644 index 1bc8a8d..0000000 --- a/net-misc/gns3-converter/gns3-converter-1.2.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{3_3,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Designed to convert old ini-style GNS3 topologies" -HOMEPAGE="https://github.com/dlintott/gns3-converter" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/configobj[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"