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/svk: svk-2.0.2.ebuild ChangeLog
Date: Sat, 25 Apr 2009 07:57:49
Message-Id: E1Lxclf-0007VJ-Eb@stork.gentoo.org
1 patrick 09/04/25 07:57:47
2
3 Modified: svk-2.0.2.ebuild ChangeLog
4 Log:
5 Removing broken configure placeholder function. Now installs some files! Fixes #264877, thanks to Tove
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 dev-util/svk/svk-2.0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/svk/svk-2.0.2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/svk/svk-2.0.2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/svk/svk-2.0.2.ebuild?r1=1.4&r2=1.5
14
15 Index: svk-2.0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/svk/svk-2.0.2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- svk-2.0.2.ebuild 9 Jan 2009 22:34:17 -0000 1.4
22 +++ svk-2.0.2.ebuild 25 Apr 2009 07:57:47 -0000 1.5
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/svk/svk-2.0.2.ebuild,v 1.4 2009/01/09 22:34:17 josejx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/svk/svk-2.0.2.ebuild,v 1.5 2009/04/25 07:57:47 patrick Exp $
28
29 EAPI=2
30
31 @@ -61,8 +61,6 @@
32 dev-perl/TimeDate"
33 RDEPEND="${DEPEND}"
34
35 -src_configure() { : ; }
36 -
37 src_install() {
38 perl-module_src_install
39 if use bash-completion; then
40
41
42
43 1.37 dev-util/svk/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/svk/ChangeLog?rev=1.37&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/svk/ChangeLog?rev=1.37&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/svk/ChangeLog?r1=1.36&r2=1.37
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-util/svk/ChangeLog,v
52 retrieving revision 1.36
53 retrieving revision 1.37
54 diff -u -r1.36 -r1.37
55 --- ChangeLog 9 Jan 2009 22:34:17 -0000 1.36
56 +++ ChangeLog 25 Apr 2009 07:57:47 -0000 1.37
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-util/svk
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-util/svk/ChangeLog,v 1.36 2009/01/09 22:34:17 josejx Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-util/svk/ChangeLog,v 1.37 2009/04/25 07:57:47 patrick Exp $
62 +
63 + 25 Apr 2009; Patrick Lauer <patrick@g.o> svk-2.0.2:
64 + Removing broken configure placeholder function. Now installs some files!
65 + Fixes #264877, thanks to Tove
66
67 09 Jan 2009; Joseph Jezak <josejx@g.o> svk-2.0.2.ebuild:
68 Marked ~ppc for bug #253448.