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 33C0A1384B4 for ; Wed, 9 Dec 2015 12:01:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C025121C068; Wed, 9 Dec 2015 12:01:37 +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 5FBB021C068 for ; Wed, 9 Dec 2015 12:01:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61E2033D3CF for ; Wed, 9 Dec 2015 12:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 366D4CB2 for ; Wed, 9 Dec 2015 12:01:32 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1449662489.6601b6158523f7816d40240a9ec35e5cba18ebae.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cdiff/cdiff-0.9.6.ebuild dev-util/cdiff/cdiff-9999.ebuild X-VCS-Directories: dev-util/cdiff/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6601b6158523f7816d40240a9ec35e5cba18ebae X-VCS-Branch: master Date: Wed, 9 Dec 2015 12:01:32 +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: 8b48f709-58aa-4cff-a6f6-ee4b6c414089 X-Archives-Hash: 96e506297622566c614eda9369ab0340 commit: 6601b6158523f7816d40240a9ec35e5cba18ebae Author: Justin Lecher gentoo org> AuthorDate: Wed Dec 9 11:57:43 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 9 12:01:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6601b615 dev-util/cdiff: Clarify description Clean live ebuild code from normal ebuilds Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567826 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-util/cdiff/cdiff-0.9.6.ebuild | 14 ++++---------- dev-util/cdiff/cdiff-9999.ebuild | 19 ++++++------------- 2 files changed, 10 insertions(+), 23 deletions(-) diff --git a/dev-util/cdiff/cdiff-0.9.6.ebuild b/dev-util/cdiff/cdiff-0.9.6.ebuild index 251fa11..e16cd6e 100644 --- a/dev-util/cdiff/cdiff-0.9.6.ebuild +++ b/dev-util/cdiff/cdiff-0.9.6.ebuild @@ -8,20 +8,14 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 -if [[ "${PV}" != *"9999"* ]] ; then - KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -else - KEYWORDS="" - EGIT_REPO_URI="https://github.com/ymattw/cdiff.git" - inherit git-r3 -fi - -DESCRIPTION="Colored, side-by-side diff terminal viewer" +DESCRIPTION="Term based view of colored, incremental diff in a Git/Mercurial/Svn workspace" HOMEPAGE="https://github.com/ymattw/${PN}" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +IUSE="" DEPEND=" !