Gentoo Archives: gentoo-commits

From: "Wolfram Schlich (wschlich)" <wschlich@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/owfs: owfs-2.7_p0.ebuild ChangeLog
Date: Sat, 08 Dec 2007 02:24:56
Message-Id: E1J0pN5-0000J0-Js@stork.gentoo.org
1 wschlich 07/12/08 02:24:51
2
3 Modified: owfs-2.7_p0.ebuild ChangeLog
4 Log:
5 fix php check, add ~amd64
6 (Portage version: 2.1.4_rc7)
7
8 Revision Changes Path
9 1.3 sys-fs/owfs/owfs-2.7_p0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/owfs-2.7_p0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/owfs-2.7_p0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/owfs-2.7_p0.ebuild?r1=1.2&r2=1.3
14
15 Index: owfs-2.7_p0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- owfs-2.7_p0.ebuild 6 Dec 2007 16:52:01 -0000 1.2
22 +++ owfs-2.7_p0.ebuild 8 Dec 2007 02:24:51 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p0.ebuild,v 1.2 2007/12/06 16:52:01 wschlich Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p0.ebuild,v 1.3 2007/12/08 02:24:51 wschlich Exp $
28
29 inherit eutils
30
31 @@ -16,14 +16,14 @@
32 python? ( dev-lang/python dev-lang/swig )
33 tcl? ( dev-lang/tcl )
34 usb? ( dev-libs/libusb )"
35 -KEYWORDS="~x86"
36 +KEYWORDS="~amd64 ~x86"
37 SLOT="0"
38 IUSE="debug fuse ftp httpd parport perl php python server tcl usb"
39
40 S=${WORKDIR}/${MY_P}
41
42 pkg_setup() {
43 - if ! built_with_use dev-lang/php cli; then
44 + if use php && has_version dev-lang/php && ! built_with_use dev-lang/php cli; then
45 eerror "${PN} needs the command line interface (CLI) of php"
46 eerror "Please re-emerge dev-lang/php with USE=cli"
47 die "need dev-lang/php built with cli USE flag"
48
49
50
51 1.2 sys-fs/owfs/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/ChangeLog?rev=1.2&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/ChangeLog?rev=1.2&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/ChangeLog?r1=1.1&r2=1.2
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v
60 retrieving revision 1.1
61 retrieving revision 1.2
62 diff -u -r1.1 -r1.2
63 --- ChangeLog 6 Dec 2007 15:00:50 -0000 1.1
64 +++ ChangeLog 8 Dec 2007 02:24:51 -0000 1.2
65 @@ -1,6 +1,9 @@
66 # ChangeLog for sys-fs/owfs
67 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.1 2007/12/06 15:00:50 wschlich Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.2 2007/12/08 02:24:51 wschlich Exp $
70 +
71 + 08 Dec 2007; Wolfram Schlich <wschlich@g.o> owfs-2.7_p0.ebuild:
72 + fix php check, add ~amd64
73
74 *owfs-2.7_p0 (06 Dec 2007)
75
76
77
78
79 --
80 gentoo-commits@g.o mailing list