Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/treesize: ChangeLog treesize-0.54.1.ebuild
Date: Sat, 02 Jul 2011 20:19:18
Message-Id: 20110702201908.3D8622004B@flycatcher.gentoo.org
1 hwoarang 11/07/02 20:19:08
2
3 Modified: ChangeLog treesize-0.54.1.ebuild
4 Log:
5 Run eautoreconf. Bug #369919
6
7 (Portage version: 2.2.0_alpha42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sys-fs/treesize/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/treesize/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/treesize/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/treesize/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/treesize/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 11 Jul 2010 12:41:00 -0000 1.4
23 +++ ChangeLog 2 Jul 2011 20:19:08 -0000 1.5
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-fs/treesize
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/treesize/ChangeLog,v 1.4 2010/07/11 12:41:00 fauli Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/treesize/ChangeLog,v 1.5 2011/07/02 20:19:08 hwoarang Exp $
30 +
31 + 02 Jul 2011; Markos Chandras <hwoarang@g.o> treesize-0.54.1.ebuild:
32 + Run eautoreconf. Bug #369919
33
34 11 Jul 2010; Christian Faulhammer <fauli@g.o>
35 treesize-0.54.1.ebuild:
36
37
38
39 1.4 sys-fs/treesize/treesize-0.54.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/treesize/treesize-0.54.1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/treesize/treesize-0.54.1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/treesize/treesize-0.54.1.ebuild?r1=1.3&r2=1.4
44
45 Index: treesize-0.54.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-fs/treesize/treesize-0.54.1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- treesize-0.54.1.ebuild 11 Jul 2010 12:41:00 -0000 1.3
52 +++ treesize-0.54.1.ebuild 2 Jul 2011 20:19:08 -0000 1.4
53 @@ -1,10 +1,10 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/treesize/treesize-0.54.1.ebuild,v 1.3 2010/07/11 12:41:00 fauli Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/treesize/treesize-0.54.1.ebuild,v 1.4 2011/07/02 20:19:08 hwoarang Exp $
59
60 EAPI="2"
61
62 -inherit base
63 +inherit autotools base
64
65 DESCRIPTION="A disk consumption analyzing tool"
66 HOMEPAGE="http://treesize.sourceforge.net/"
67 @@ -20,6 +20,11 @@
68
69 PATCHES=( "${FILESDIR}/${PV}-amd64.patch" )
70
71 +src_prepare() {
72 + eautoreconf
73 + base_src_prepare
74 +}
75 +
76 src_install() {
77 emake DESTDIR="${D}" install || die "installation failed"
78 dodoc NEWS README TODO ChangeLog || die "nothing to read"