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: ChangeLog owfs-2.7_p4.ebuild owfs-2.7_p0-r1.ebuild owfs-2.7_p0.ebuild owfs-2.7_p0-r2.ebuild owfs-2.7_p3.ebuild
Date: Fri, 30 May 2008 20:08:02
Message-Id: E1K2AtI-0001lr-04@stork.gentoo.org
1 wschlich 08/05/30 20:07:55
2
3 Modified: ChangeLog owfs-2.7_p4.ebuild
4 Removed: owfs-2.7_p0-r1.ebuild owfs-2.7_p0.ebuild
5 owfs-2.7_p0-r2.ebuild owfs-2.7_p3.ebuild
6 Log:
7 removed old versions, fix deps as per bug #221499
8 (Portage version: 2.1.5_rc4)
9
10 Revision Changes Path
11 1.9 sys-fs/owfs/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 22 Mar 2008 17:53:35 -0000 1.8
24 +++ ChangeLog 30 May 2008 20:07:55 -0000 1.9
25 @@ -1,6 +1,15 @@
26 # ChangeLog for sys-fs/owfs
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.8 2008/03/22 17:53:35 wschlich Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.9 2008/05/30 20:07:55 wschlich Exp $
30 +
31 + 30 May 2008; Wolfram Schlich <wschlich@g.o> -owfs-2.7_p0.ebuild,
32 + -owfs-2.7_p0-r1.ebuild, -owfs-2.7_p0-r2.ebuild, -owfs-2.7_p3.ebuild,
33 + owfs-2.7_p4.ebuild:
34 + removed old versions, fix deps as per bug #221499
35 +
36 + 22 Mar 2008; Wolfram Schlich <wschlich@g.o> -owfs-2.7_p0.ebuild,
37 + -owfs-2.7_p0-r1.ebuild, -owfs-2.7_p0-r2.ebuild, -owfs-2.7_p3.ebuild:
38 + removed old versions
39
40 *owfs-2.7_p4 (22 Mar 2008)
41
42
43
44
45 1.2 sys-fs/owfs/owfs-2.7_p4.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/owfs-2.7_p4.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/owfs-2.7_p4.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/owfs/owfs-2.7_p4.ebuild?r1=1.1&r2=1.2
50
51 Index: owfs-2.7_p4.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p4.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- owfs-2.7_p4.ebuild 22 Mar 2008 17:53:35 -0000 1.1
58 +++ owfs-2.7_p4.ebuild 30 May 2008 20:07:55 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p4.ebuild,v 1.1 2008/03/22 17:53:35 wschlich Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p4.ebuild,v 1.2 2008/05/30 20:07:55 wschlich Exp $
64
65 inherit eutils depend.php
66
67 @@ -10,13 +10,17 @@
68 SRC_URI="mirror://sourceforge/owfs/${MY_P}.tar.gz"
69 HOMEPAGE="http://www.owfs.org/ http://owfs.sourceforge.net/"
70 LICENSE="GPL-2"
71 -DEPEND="fuse? ( sys-fs/fuse )
72 - perl? ( dev-lang/perl dev-lang/swig )
73 - php? ( dev-lang/php dev-lang/swig )
74 - python? ( dev-lang/python dev-lang/swig )
75 +RDEPEND="fuse? ( sys-fs/fuse )
76 + perl? ( dev-lang/perl )
77 + php? ( dev-lang/php )
78 + python? ( dev-lang/python )
79 tcl? ( dev-lang/tcl )
80 usb? ( dev-libs/libusb )
81 zeroconf? ( || ( net-dns/avahi net-misc/mDNSResponder ) )"
82 +DEPEND="${RDEPEND}
83 + perl? ( dev-lang/swig )
84 + php? ( dev-lang/swig )
85 + python? ( dev-lang/swig )"
86 KEYWORDS="~amd64 ~x86"
87 SLOT="0"
88 IUSE="debug fuse ftpd httpd parport perl php python server tcl usb zeroconf"
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list