public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cdiff/
Date: Wed,  9 Dec 2015 12:01:32 +0000 (UTC)	[thread overview]
Message-ID: <1449662489.6601b6158523f7816d40240a9ec35e5cba18ebae.jlec@gentoo> (raw)

commit:     6601b6158523f7816d40240a9ec35e5cba18ebae
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  9 11:57:43 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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="
 	!<app-misc/colordiff-1.0.13-r1

diff --git a/dev-util/cdiff/cdiff-9999.ebuild b/dev-util/cdiff/cdiff-9999.ebuild
index 8bbe3dd..dba6398 100644
--- a/dev-util/cdiff/cdiff-9999.ebuild
+++ b/dev-util/cdiff/cdiff-9999.ebuild
@@ -4,30 +4,23 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
 
-inherit distutils-r1
+inherit distutils-r1 git-r3
 
-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}"
+EGIT_REPO_URI="https://github.com/ymattw/cdiff.git"
 
 LICENSE="BSD"
 SLOT="0"
+KEYWORDS=""
+IUSE=""
 
 DEPEND="
 	!<app-misc/colordiff-1.0.13-r1
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	sys-apps/less"
-
 RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}"/${PN}-0.9.2-disable-unimportant-failing-test.patch )


             reply	other threads:[~2015-12-09 12:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-09 12:01 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-21  8:33 [gentoo-commits] repo/gentoo:master commit in: dev-util/cdiff/ Justin Lecher
2016-02-14 17:54 Justin Lecher
2016-02-25 14:30 Patrice Clement
2017-04-23 20:48 Michał Górny
2017-04-24  9:31 Pacho Ramos
2017-04-26  7:40 Agostino Sarubbo
2017-04-27 12:17 Michael Palimaka
2017-05-28 11:14 Pacho Ramos
2018-04-03 23:46 Jonas Stein
2018-05-18 21:57 Patrice Clement
2019-02-22 10:31 Mikle Kolyada
2019-02-23  9:43 Pacho Ramos
2020-02-09 13:14 David Seifert
2020-02-11 12:16 Michał Górny
2020-03-18  0:42 Sebastian Pipping

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1449662489.6601b6158523f7816d40240a9ec35e5cba18ebae.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox