Gentoo Archives: gentoo-commits

From: "Tiago Cunha (tcunha)" <tcunha@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/diffstat: diffstat-1.50.ebuild ChangeLog
Date: Wed, 07 Oct 2009 11:46:05
Message-Id: E1MvUy3-0001Lk-E7@stork.gentoo.org
1 tcunha 09/10/07 11:46:03
2
3 Modified: ChangeLog
4 Added: diffstat-1.50.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.88 dev-util/diffstat/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.88&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.88&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?r1=1.87&r2=1.88
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v
19 retrieving revision 1.87
20 retrieving revision 1.88
21 diff -u -r1.87 -r1.88
22 --- ChangeLog 5 Oct 2009 23:21:03 -0000 1.87
23 +++ ChangeLog 7 Oct 2009 11:46:03 -0000 1.88
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/diffstat
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.87 2009/10/05 23:21:03 tcunha Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.88 2009/10/07 11:46:03 tcunha Exp $
29 +
30 +*diffstat-1.50 (07 Oct 2009)
31 +
32 + 07 Oct 2009; Tiago Cunha <tcunha@g.o> +diffstat-1.50.ebuild:
33 + Version bump.
34
35 05 Oct 2009; Tiago Cunha <tcunha@g.o> -diffstat-1.47.ebuild:
36 Remove old.
37
38
39
40 1.1 dev-util/diffstat/diffstat-1.50.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.50.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.50.ebuild?rev=1.1&content-type=text/plain
44
45 Index: diffstat-1.50.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.50.ebuild,v 1.1 2009/10/07 11:46:03 tcunha Exp $
50
51 DESCRIPTION="Display a histogram of diff changes"
52 HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
53 SRC_URI="ftp://invisible-island.net/diffstat/${P}.tgz"
54
55 LICENSE="as-is"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
58 IUSE=""
59
60 DEPEND=""
61 RDEPEND=""
62
63 src_install() {
64 emake DESTDIR="${D}" install || die "emake install failed"
65 dodoc CHANGES || die "dodoc failed"
66 }