Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/obexfs: obexfs-0.10.ebuild ChangeLog obexfs-0.11.ebuild
Date: Sat, 21 Jun 2008 00:14:52
Message-Id: E1K9qkh-0000A6-13@stork.gentoo.org
1 mrness 08/06/21 00:14:47
2
3 Modified: obexfs-0.10.ebuild ChangeLog
4 Added: obexfs-0.11.ebuild
5 Log:
6 Fix bug #225833. Version bump.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 sys-fs/obexfs/obexfs-0.10.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/obexfs/obexfs-0.10.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/obexfs/obexfs-0.10.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/obexfs/obexfs-0.10.ebuild?r1=1.4&r2=1.5
15
16 Index: obexfs-0.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/obexfs/obexfs-0.10.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- obexfs-0.10.ebuild 23 Jun 2007 14:08:49 -0000 1.4
23 +++ obexfs-0.10.ebuild 21 Jun 2008 00:14:46 -0000 1.5
24 @@ -1,8 +1,11 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/obexfs/obexfs-0.10.ebuild,v 1.4 2007/06/23 14:08:49 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/obexfs/obexfs-0.10.ebuild,v 1.5 2008/06/21 00:14:46 mrness Exp $
30
31 -inherit eutils linux-info
32 +WANT_AUTOCONF=none
33 +WANT_AUTOMAKE=1.7
34 +
35 +inherit eutils linux-info autotools
36
37 DESCRIPTION="FUSE filesystem interface for ObexFTP"
38 HOMEPAGE="http://triq.net/obex/"
39 @@ -20,7 +23,9 @@
40 src_unpack() {
41 unpack ${A}
42
43 + cd "${S}"
44 epatch "${FILESDIR}/${P}-as-needed.patch"
45 + eautomake
46 }
47
48 src_install() {
49
50
51
52 1.9 sys-fs/obexfs/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/obexfs/ChangeLog?rev=1.9&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/obexfs/ChangeLog?rev=1.9&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/obexfs/ChangeLog?r1=1.8&r2=1.9
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sys-fs/obexfs/ChangeLog,v
61 retrieving revision 1.8
62 retrieving revision 1.9
63 diff -u -r1.8 -r1.9
64 --- ChangeLog 5 Sep 2007 14:03:16 -0000 1.8
65 +++ ChangeLog 21 Jun 2008 00:14:46 -0000 1.9
66 @@ -1,6 +1,12 @@
67 # ChangeLog for sys-fs/obexfs
68 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/obexfs/ChangeLog,v 1.8 2007/09/05 14:03:16 mrness Exp $
70 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/obexfs/ChangeLog,v 1.9 2008/06/21 00:14:46 mrness Exp $
72 +
73 +*obexfs-0.11 (21 Jun 2008)
74 +
75 + 21 Jun 2008; Alin Năstac <mrness@g.o> obexfs-0.10.ebuild,
76 + +obexfs-0.11.ebuild:
77 + Fix bug #225833. Version bump.
78
79 *obexfs-0.11_rc3 (05 Sep 2007)
80
81
82
83
84 1.1 sys-fs/obexfs/obexfs-0.11.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/obexfs/obexfs-0.11.ebuild?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/obexfs/obexfs-0.11.ebuild?rev=1.1&content-type=text/plain
88
89 Index: obexfs-0.11.ebuild
90 ===================================================================
91 # Copyright 1999-2008 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 # $Header: /var/cvsroot/gentoo-x86/sys-fs/obexfs/obexfs-0.11.ebuild,v 1.1 2008/06/21 00:14:46 mrness Exp $
94
95 DESCRIPTION="FUSE filesystem interface for ObexFTP"
96 HOMEPAGE="http://dev.zuckschwerdt.org/openobex/wiki/ObexFs"
97 SRC_URI="http://triq.net/obexftp/${P/_/-}.tar.gz"
98
99 SLOT="0"
100 LICENSE="GPL-2"
101 KEYWORDS="~amd64 ~x86"
102 IUSE=""
103
104 DEPEND=">=app-mobilephone/obexftp-0.22
105 sys-fs/fuse"
106 RDEPEND=${DEPEND}
107
108 S="${WORKDIR}/${P%_*}"
109
110 src_install() {
111 emake DESTDIR="${D}" install || die "make install failed"
112 dodoc AUTHORS ChangeLog README
113 }
114
115
116
117
118 --
119 gentoo-commits@l.g.o mailing list