Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/ocfs2-tools: ocfs2-tools-1.6.4.ebuild ocfs2-tools-1.8.2.ebuild ChangeLog
Date: Tue, 29 May 2012 12:53:05
Message-Id: 20120529125250.6CCFA2004B@flycatcher.gentoo.org
1 xarthisius 12/05/29 12:52:50
2
3 Modified: ocfs2-tools-1.6.4.ebuild ocfs2-tools-1.8.2.ebuild
4 ChangeLog
5 Log:
6 Add missing dependency on dev-libs/libaio wrt #417455. Thanks to victor romanchuk <rom@××××××××××.net> and László Szalma <dblaci@××××××.hu> for the report and confirmation respectively
7
8 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild?r1=1.3&r2=1.4
16
17 Index: ocfs2-tools-1.6.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ocfs2-tools-1.6.4.ebuild 5 May 2012 12:59:47 -0000 1.3
24 +++ ocfs2-tools-1.6.4.ebuild 29 May 2012 12:52:50 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild,v 1.3 2012/05/05 12:59:47 alexxy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild,v 1.4 2012/05/29 12:52:50 xarthisius Exp $
30
31 EAPI=3
32 PYTHON_DEPEND="gtk? 2"
33 @@ -68,6 +68,6 @@
34
35 src_install() {
36 emake DESTDIR="${D}" install || die
37 - newinitd "${FILESDIR}/ocfs2.initd" ocfs2 || die
38 - newconfd "${FILESDIR}/ocfs2.confd" ocfs2 || die
39 + newinitd "${FILESDIR}/ocfs2.initd" ocfs2 || die
40 + newconfd "${FILESDIR}/ocfs2.confd" ocfs2 || die
41 }
42
43
44
45 1.4 sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild?r1=1.3&r2=1.4
50
51 Index: ocfs2-tools-1.8.2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- ocfs2-tools-1.8.2.ebuild 21 May 2012 19:28:56 -0000 1.3
58 +++ ocfs2-tools-1.8.2.ebuild 29 May 2012 12:52:50 -0000 1.4
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2012 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild,v 1.3 2012/05/21 19:28:56 xarthisius Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild,v 1.4 2012/05/29 12:52:50 xarthisius Exp $
64
65 EAPI=4
66 PYTHON_DEPEND="gtk? 2"
67 @@ -16,6 +16,7 @@
68 IUSE="debug external gtk"
69
70 RDEPEND="
71 + dev-libs/libaio
72 sys-apps/util-linux
73 sys-cluster/libcman
74 external? (
75
76
77
78 1.13 sys-fs/ocfs2-tools/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ocfs2-tools/ChangeLog?rev=1.13&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ocfs2-tools/ChangeLog?rev=1.13&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ocfs2-tools/ChangeLog?r1=1.12&r2=1.13
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ChangeLog,v
87 retrieving revision 1.12
88 retrieving revision 1.13
89 diff -u -r1.12 -r1.13
90 --- ChangeLog 24 May 2012 04:13:39 -0000 1.12
91 +++ ChangeLog 29 May 2012 12:52:50 -0000 1.13
92 @@ -1,6 +1,12 @@
93 # ChangeLog for sys-fs/ocfs2-tools
94 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ChangeLog,v 1.12 2012/05/24 04:13:39 vapier Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ChangeLog,v 1.13 2012/05/29 12:52:50 xarthisius Exp $
97 +
98 + 29 May 2012; Kacper Kowalik <xarthisius@g.o> ocfs2-tools-1.6.4.ebuild,
99 + ocfs2-tools-1.8.2.ebuild:
100 + Add missing dependency on dev-libs/libaio wrt #417455. Thanks to victor
101 + romanchuk <rom@××××××××××.net> and László Szalma <dblaci@××××××.hu> for the
102 + report and confirmation respectively
103
104 24 May 2012; Mike Frysinger <vapier@g.o> ocfs2-tools-1.6.4-r1.ebuild:
105 Inherit eutils for epatch.