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