Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/fuse-python: fuse-python-0.2.ebuild ChangeLog
Date: Mon, 21 Apr 2008 20:02:30
Message-Id: E1Jo2Dc-0007g1-0l@stork.gentoo.org
1 jokey 08/04/21 20:02:28
2
3 Modified: fuse-python-0.2.ebuild ChangeLog
4 Log:
5 Actually commit the fixed ebuild instead of the unfixed one fuse-python-0.2.ebuild
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.3 dev-python/fuse-python/fuse-python-0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.ebuild?r1=1.2&r2=1.3
14
15 Index: fuse-python-0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- fuse-python-0.2.ebuild 21 Apr 2008 19:51:42 -0000 1.2
22 +++ fuse-python-0.2.ebuild 21 Apr 2008 20:02:27 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.ebuild,v 1.2 2008/04/21 19:51:42 jokey Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.ebuild,v 1.3 2008/04/21 20:02:27 jokey Exp $
28
29 inherit eutils distutils
30
31 @@ -16,7 +16,7 @@
32 RDEPEND=">=dev-lang/python-2.3
33 >=sys-fs/fuse-2.0"
34
35 -src_compile () {
36 +src_unpack () {
37 + distutils_src_unpack
38 epatch "${FILESDIR}/fuse_python_accept_none.patch"
39 - distutils_src_compile
40 }
41
42
43
44 1.3 dev-python/fuse-python/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/fuse-python/ChangeLog?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/fuse-python/ChangeLog?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/fuse-python/ChangeLog?r1=1.2&r2=1.3
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- ChangeLog 21 Apr 2008 19:51:42 -0000 1.2
57 +++ ChangeLog 21 Apr 2008 20:02:27 -0000 1.3
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-fs/fuse-python
60 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.2 2008/04/21 19:51:42 jokey Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.3 2008/04/21 20:02:27 jokey Exp $
63 +
64 + 21 Apr 2008; Markus Ullmann <jokey@g.o> fuse-python-0.2.ebuild:
65 + Actually commit the fixed ebuild instead of the unfixed one
66 + fuse-python-0.2.ebuild
67
68 21 Apr 2008; Markus Ullmann <jokey@g.o>
69 -fuse-python-0.2_pre2.ebuild, fuse-python-0.2.ebuild:
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list