Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/cinit: cinit-0.2.1.ebuild ChangeLog
Date: Thu, 27 Sep 2007 14:29:03
Message-Id: E1IauE4-0003TO-2n@stork.gentoo.org
1 angelos 07/09/27 14:20:24
2
3 Modified: cinit-0.2.1.ebuild ChangeLog
4 Log:
5 Removed contrib+tools that didn't get installed anyways
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 sys-apps/cinit/cinit-0.2.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/cinit/cinit-0.2.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/cinit/cinit-0.2.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/cinit/cinit-0.2.1.ebuild?r1=1.1&r2=1.2
14
15 Index: cinit-0.2.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/cinit/cinit-0.2.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- cinit-0.2.1.ebuild 1 Sep 2007 19:19:45 -0000 1.1
22 +++ cinit-0.2.1.ebuild 27 Sep 2007 14:20:23 -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-apps/cinit/cinit-0.2.1.ebuild,v 1.1 2007/09/01 19:19:45 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cinit/cinit-0.2.1.ebuild,v 1.2 2007/09/27 14:20:23 angelos Exp $
28
29 DESCRIPTION="a fast, small and simple init with support for profiles"
30 HOMEPAGE="http://linux.schottelius.org/cinit/"
31 @@ -11,6 +11,13 @@
32 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
33 IUSE="doc"
34
35 +src_unpack() {
36 + unpack ${A}
37 + cd "${S}"
38 +
39 + sed -i "/contrib+tools/d" Makefile
40 +}
41 +
42 src_compile() {
43 emake \
44 OPTIMIZE="${CFLAGS}" \
45
46
47
48 1.9 sys-apps/cinit/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/cinit/ChangeLog?rev=1.9&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/cinit/ChangeLog?rev=1.9&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/cinit/ChangeLog?r1=1.8&r2=1.9
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-apps/cinit/ChangeLog,v
57 retrieving revision 1.8
58 retrieving revision 1.9
59 diff -u -r1.8 -r1.9
60 --- ChangeLog 1 Sep 2007 19:19:45 -0000 1.8
61 +++ ChangeLog 27 Sep 2007 14:20:23 -0000 1.9
62 @@ -1,6 +1,9 @@
63 # ChangeLog for sys-apps/cinit
64 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cinit/ChangeLog,v 1.8 2007/09/01 19:19:45 angelos Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cinit/ChangeLog,v 1.9 2007/09/27 14:20:23 angelos Exp $
67 +
68 + 27 Sep 2007; Christoph Mende <angelos@g.o> cinit-0.2.1.ebuild:
69 + Removed contrib+tools that didn't get installed anyways
70
71 *cinit-0.2.1 (01 Sep 2007)
72
73
74
75
76 --
77 gentoo-commits@g.o mailing list