Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cwdiff: cwdiff-0.2.4.ebuild ChangeLog
Date: Sat, 31 Aug 2013 19:39:46
Message-Id: 20130831193941.848912004B@flycatcher.gentoo.org
1 ottxor 13/08/31 19:39:41
2
3 Modified: ChangeLog
4 Added: cwdiff-0.2.4.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
9
10 Revision Changes Path
11 1.4 dev-util/cwdiff/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 23 Jan 2013 02:17:57 -0000 1.3
24 +++ ChangeLog 31 Aug 2013 19:39:41 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/cwdiff
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.3 2013/01/23 02:17:57 ottxor Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.4 2013/08/31 19:39:41 ottxor Exp $
30 +
31 +*cwdiff-0.2.4 (31 Aug 2013)
32 +
33 + 31 Aug 2013; Christoph Junghans <ottxor@g.o> +cwdiff-0.2.4.ebuild:
34 + version bump
35
36 23 Jan 2013; Christoph Junghans <ottxor@g.o> cwdiff-0.2.3.ebuild:
37 added ~arm and ~amd64-linux
38
39
40
41 1.1 dev-util/cwdiff/cwdiff-0.2.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cwdiff-0.2.4.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.4.ebuild,v 1.1 2013/08/31 19:39:41 ottxor Exp $
51
52 EAPI=5
53
54 DESCRIPTION="Colorizes output of (w)diff"
55 HOMEPAGE="http://code.google.com/p/cj-overlay/source/browse/cwdiff?repo=evergreens"
56 SRC_URI="http://cj-overlay.googlecode.com/files/${P}.tar.gz"
57 RESTRICT="primaryuri"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-macos"
62 IUSE="a2ps mercurial"
63
64 DEPEND=""
65 RDEPEND="
66 sys-apps/sed
67 app-shells/bash
68 app-text/wdiff
69 sys-apps/diffutils
70 a2ps? ( app-text/a2ps )
71 mercurial? ( dev-vcs/mercurial )
72 "
73
74 src_install () {
75 dobin "${PN}"
76 if use mercurial ; then
77 insinto /etc/mercurial/hgrc.d
78 doins hgrc.d/"${PN}".rc
79 fi
80 }