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 7C48E138331 for ; Tue, 9 Jan 2018 02:00:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35FE5E0922; Tue, 9 Jan 2018 02:00:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 10585E0929 for ; Tue, 9 Jan 2018 02:00:12 +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 AB125341076 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 BCED21B1 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: <1515429327.67adce7d61285a9edff39d99fc90d8e3f957466d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansicolor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ansicolor/ansicolor-0.2.4.ebuild X-VCS-Directories: dev-python/ansicolor/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 67adce7d61285a9edff39d99fc90d8e3f957466d 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: b5f53f89-7860-4a04-9d36-e5481b071f59 X-Archives-Hash: 362ed6aa2e749b2d5913d28c39741b41 commit: 67adce7d61285a9edff39d99fc90d8e3f957466d Author: Ilya Tumaykin gmail com> AuthorDate: Sun Dec 24 12:53:25 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Jan 8 16:35:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67adce7d dev-python/ansicolor: minor stylistic changes Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/ansicolor/ansicolor-0.2.4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/ansicolor/ansicolor-0.2.4.ebuild b/dev-python/ansicolor/ansicolor-0.2.4.ebuild index 552bcb87be0..6b1adbd892b 100644 --- a/dev-python/ansicolor/ansicolor-0.2.4.ebuild +++ b/dev-python/ansicolor/ansicolor-0.2.4.ebuild @@ -11,10 +11,11 @@ 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" + https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz -> ${P}.tar.gz +" -SLOT="0" LICENSE="Apache-2.0" +SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE=""