Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/kbuild: kbuild-0.1.5-r1.ebuild ChangeLog
Date: Fri, 24 Apr 2009 07:59:29
Message-Id: E1LxGJe-00024z-3N@stork.gentoo.org
1 patrick 09/04/24 07:59:22
2
3 Modified: kbuild-0.1.5-r1.ebuild ChangeLog
4 Log:
5 Adding subversion to depends, fixes #266741
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-util/kbuild/kbuild-0.1.5-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: kbuild-0.1.5-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- kbuild-0.1.5-r1.ebuild 18 Apr 2009 15:46:18 -0000 1.1
22 +++ kbuild-0.1.5-r1.ebuild 24 Apr 2009 07:59:21 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v 1.1 2009/04/18 15:46:18 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/kbuild-0.1.5-r1.ebuild,v 1.2 2009/04/24 07:59:21 patrick Exp $
28
29 EAPI=2
30
31 @@ -19,6 +19,7 @@
32 IUSE=""
33
34 DEPEND="dev-util/cvs
35 + dev-util/subversion
36 sys-devel/gettext"
37 RDEPEND=""
38
39
40
41
42 1.9 dev-util/kbuild/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.9&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?rev=1.9&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kbuild/ChangeLog?r1=1.8&r2=1.9
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v
51 retrieving revision 1.8
52 retrieving revision 1.9
53 diff -u -r1.8 -r1.9
54 --- ChangeLog 18 Apr 2009 15:46:18 -0000 1.8
55 +++ ChangeLog 24 Apr 2009 07:59:22 -0000 1.9
56 @@ -1,6 +1,9 @@
57 # ChangeLog for dev-util/kbuild
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.8 2009/04/18 15:46:18 patrick Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kbuild/ChangeLog,v 1.9 2009/04/24 07:59:22 patrick Exp $
61 +
62 + 24 Apr 2009; Patrick Lauer <patrick@g.o> kbuild-0.1.5-r1:
63 + Adding subversion to depends, fixes #266741
64
65 *kbuild-0.1.5-r1 (18 Apr 2009)