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 979D3138330 for ; Tue, 9 Jan 2018 02:03:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33DA8E0978; Tue, 9 Jan 2018 02:00:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0563DE0A65 for ; Tue, 9 Jan 2018 02:00:20 +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 E237934110F for ; Mon, 8 Jan 2018 16:35:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A95A31B0 for ; Mon, 8 Jan 2018 16:35:47 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1515429325.3c555771def7257ac4731c39032b789698d61153.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansicolor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ansicolor/Manifest dev-python/ansicolor/ansicolor-0.2.1.ebuild X-VCS-Directories: dev-python/ansicolor/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 3c555771def7257ac4731c39032b789698d61153 X-VCS-Branch: master Date: Mon, 8 Jan 2018 16:35:47 +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: 0d5869cd-b58b-4fd8-952c-6616d8477f5d X-Archives-Hash: 75ae21d4b0c1dc21b56b14be13440e7c commit: 3c555771def7257ac4731c39032b789698d61153 Author: Ilya Tumaykin gmail com> AuthorDate: Sun Dec 24 12:50:31 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Jan 8 16:35:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c555771 dev-python/ansicolor: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/ansicolor/Manifest | 1 - dev-python/ansicolor/ansicolor-0.2.1.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/ansicolor/Manifest b/dev-python/ansicolor/Manifest index a4758fb9e1f..ed67bada90b 100644 --- a/dev-python/ansicolor/Manifest +++ b/dev-python/ansicolor/Manifest @@ -1,2 +1 @@ -DIST ansicolor-0.2.1.tar.gz 5678 BLAKE2B 538c4223ede3263cc46e52da53cc75e2a3c3ea4685020262b7efe13050d6f33ab307f190f83b4bd44f0e99a5228651ef18afe61c960a5e355584196df44434c9 SHA512 334b90eaf3f21469062ff4f70043fa902c1cfd53e7d73d22e4df63dbeb55db1f33d71b5a88ef6ba4481a9144ee7652ea68d9554f5155e129f462872d064430b5 DIST ansicolor-0.2.4.tar.gz 5971 BLAKE2B 95be4af04df9ec9104872fa1a97dfe48174032f22cd5c0e2f9cd8292f2fb1a391476b93985df227cb7b15ef2c6998c912976c3f071ca88e74835032acb138307 SHA512 1f20955a5ddf6a2125146fab220884b3dace2faef5b06c637c396b1769ad60e69ef7ae8a4ae3ecd49d0b849efdbd388b611eb738dc7c1b7f19027afc3f30e57c diff --git a/dev-python/ansicolor/ansicolor-0.2.1.ebuild b/dev-python/ansicolor/ansicolor-0.2.1.ebuild deleted file mode 100644 index e042e1b6f10..00000000000 --- a/dev-python/ansicolor/ansicolor-0.2.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 pypy ) - -inherit distutils-r1 - -DESCRIPTION="Produce ansi color output and colored highlighting and diffing" -HOMEPAGE="https://github.com/numerodix/ansicolor" -SRC_URI=" - mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz - https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"