Gentoo Archives: gentoo-commits

From: "Wolfram Schlich (wschlich)" <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/ncdu: ChangeLog ncdu-1.3.ebuild
Date: Wed, 03 Oct 2007 09:00:25
Message-Id: E1Iczwi-0003B0-J9@stork.gentoo.org
1 wschlich 07/10/03 08:51:08
2
3 Modified: ChangeLog
4 Added: ncdu-1.3.ebuild
5 Log:
6 version bump wrt bug #193512
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.4 sys-fs/ncdu/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ncdu/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ncdu/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ncdu/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 3 Aug 2007 17:45:34 -0000 1.3
23 +++ ChangeLog 3 Oct 2007 08:51:08 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-fs/ncdu
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.3 2007/08/03 17:45:34 gustavoz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.4 2007/10/03 08:51:08 wschlich Exp $
29 +
30 +*ncdu-1.3 (03 Oct 2007)
31 +
32 + 03 Oct 2007; Wolfram Schlich <wschlich@g.o> +ncdu-1.3.ebuild:
33 + version bump wrt bug #193512
34
35 03 Aug 2007; Gustavo Zacarias <gustavoz@g.o> ncdu-1.1.ebuild:
36 Keyworded ~sparc for chiguire
37
38
39
40 1.1 sys-fs/ncdu/ncdu-1.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ncdu/ncdu-1.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ncdu/ncdu-1.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ncdu-1.3.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ncdu-1.3.ebuild,v 1.1 2007/10/03 08:51:08 wschlich Exp $
50
51 IUSE=""
52 DESCRIPTION="NCurses Disk Usage"
53 HOMEPAGE="http://dev.yorhel.nl/ncdu/"
54 SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz"
55 LICENSE="MIT"
56 SLOT="0"
57 KEYWORDS="~amd64 ~sparc ~x86"
58 DEPEND="sys-libs/ncurses"
59
60 src_compile() {
61 econf || die "configure failed"
62 emake || die "make failed"
63 }
64
65 src_install() {
66 emake DESTDIR="${D}" install || die "make install failed"
67 dodoc README NEWS ChangeLog
68 }
69
70
71
72 --
73 gentoo-commits@g.o mailing list