Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/multipath-tools: multipath-tools-0.4.8.ebuild ChangeLog
Date: Wed, 25 Jun 2008 17:35:24
Message-Id: E1KBYtp-0008Bp-5P@stork.gentoo.org
1 robbat2 08/06/25 17:35:17
2
3 Modified: multipath-tools-0.4.8.ebuild ChangeLog
4 Log:
5 Bug #228781 - add libaio dep, and also works on ~ppc.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc4-00103-g1beee8d x86_64)
7
8 Revision Changes Path
9 1.2 sys-fs/multipath-tools/multipath-tools-0.4.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.8.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.8.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.8.ebuild?r1=1.1&r2=1.2
14
15 Index: multipath-tools-0.4.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.8.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -p -w -b -B -u -u -r1.1 -r1.2
21 --- multipath-tools-0.4.8.ebuild 20 Jun 2008 23:57:18 -0000 1.1
22 +++ multipath-tools-0.4.8.ebuild 25 Jun 2008 17:35:16 -0000 1.2
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/sys-fs/multipath-tools/multipath-tools-0.4.8.ebuild,v 1.1 2008/06/20 23:57:18 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.8.ebuild,v 1.2 2008/06/25 17:35:16 robbat2 Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -10,12 +10,13 @@ SRC_URI="http://christophe.varoqui.free.
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 +KEYWORDS="~amd64 ~x86 ~ppc"
37 IUSE=""
38
39 RDEPEND=">=sys-fs/device-mapper-1.00.19-r1
40 sys-fs/udev
41 - sys-fs/sysfsutils"
42 + sys-fs/sysfsutils
43 + dev-libs/libaio"
44 DEPEND="${RDEPEND}"
45
46 src_unpack() {
47
48
49
50 1.18 sys-fs/multipath-tools/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/multipath-tools/ChangeLog?rev=1.18&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/multipath-tools/ChangeLog?rev=1.18&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/multipath-tools/ChangeLog?r1=1.17&r2=1.18
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v
59 retrieving revision 1.17
60 retrieving revision 1.18
61 diff -p -w -b -B -u -u -r1.17 -r1.18
62 --- ChangeLog 20 Jun 2008 23:57:18 -0000 1.17
63 +++ ChangeLog 25 Jun 2008 17:35:16 -0000 1.18
64 @@ -1,6 +1,10 @@
65 # ChangeLog for sys-fs/multipath-tools
66 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.17 2008/06/20 23:57:18 robbat2 Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.18 2008/06/25 17:35:16 robbat2 Exp $
69 +
70 + 25 Jun 2008; Robin H. Johnson <robbat2@g.o>
71 + multipath-tools-0.4.8.ebuild:
72 + Bug #228781 - add libaio dep, and also works on ~ppc.
73
74 *multipath-tools-0.4.8 (20 Jun 2008)
75
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list