Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/diffstat: ChangeLog diffstat-1.46.ebuild
Date: Thu, 04 Sep 2008 10:48:02
Message-Id: E1KbCNa-0003B5-Sb@stork.gentoo.org
1 swegener 08/09/04 10:47:58
2
3 Modified: ChangeLog
4 Added: diffstat-1.46.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5 x86_64)
8
9 Revision Changes Path
10 1.65 dev-util/diffstat/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.65&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.65&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?r1=1.64&r2=1.65
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v
19 retrieving revision 1.64
20 retrieving revision 1.65
21 diff -u -r1.64 -r1.65
22 --- ChangeLog 24 Dec 2007 15:10:39 -0000 1.64
23 +++ ChangeLog 4 Sep 2008 10:47:58 -0000 1.65
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/diffstat
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.64 2007/12/24 15:10:39 ranger Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.65 2008/09/04 10:47:58 swegener Exp $
30 +
31 +*diffstat-1.46 (04 Sep 2008)
32 +
33 + 04 Sep 2008; Sven Wegener <swegener@g.o> +diffstat-1.46.ebuild:
34 + Version bump.
35
36 24 Dec 2007; Brent Baude <ranger@g.o> diffstat-1.45.ebuild:
37 marking diffstat-1.45 ppc64 for bug 197392
38
39
40
41 1.1 dev-util/diffstat/diffstat-1.46.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.46.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.46.ebuild?rev=1.1&content-type=text/plain
45
46 Index: diffstat-1.46.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.46.ebuild,v 1.1 2008/09/04 10:47:58 swegener Exp $
51
52 inherit eutils
53
54 DESCRIPTION="creates a histogram from a diff of the insertions, deletions, and modifications per-file"
55 HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
56 SRC_URI="ftp://invisible-island.net/${PN}/${P}.tgz"
57
58 LICENSE="as-is"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
61 IUSE=""
62
63 DEPEND=""
64 RDEPEND="sys-apps/diffutils"
65
66 src_unpack() {
67 unpack ${A}
68 cd "${S}"
69 epatch "${FILESDIR}"/${PN}-1.37-hard-locale.patch
70 }
71
72 src_install() {
73 emake DESTDIR="${D}" install || die "emake install failed"
74 dodoc README CHANGES
75 }