Gentoo Archives: gentoo-commits

From: "Federico Ferri (mescalinum)" <mescalinum@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/synce-gvfs: ChangeLog synce-gvfs-0.2.1.ebuild
Date: Tue, 27 Jan 2009 02:08:16
Message-Id: E1LRdN6-00071S-No@stork.gentoo.org
1 mescalinum 09/01/27 02:08:12
2
3 Modified: ChangeLog synce-gvfs-0.2.1.ebuild
4 Log:
5 switch back to external gnome/gvfs tarball, which allows to build synce-gvfs against a arbitrary gvfs version rather than the shipped one. (this has to continue until gvfs becomes a public api)
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 app-pda/synce-gvfs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-gvfs/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-gvfs/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-gvfs/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 24 Jan 2009 12:43:03 -0000 1.5
22 +++ ChangeLog 27 Jan 2009 02:08:12 -0000 1.6
23 @@ -1,6 +1,12 @@
24 # ChangeLog for app-pda/synce-gvfs
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/ChangeLog,v 1.5 2009/01/24 12:43:03 mescalinum Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/ChangeLog,v 1.6 2009/01/27 02:08:12 mescalinum Exp $
28 +
29 + 27 Jan 2009; Federico Ferri <mescalinum@g.o>
30 + synce-gvfs-0.2.1.ebuild:
31 + switch back to external gnome/gvfs tarball, which allows to build synce-gvfs
32 + against a arbitrary gvfs version rather than the shipped one. (this has to
33 + continue until gvfs becomes a public api)
34
35 24 Jan 2009; Federico Ferri <mescalinum@g.o>
36 synce-gvfs-0.1-r1.ebuild, synce-gvfs-0.2.1.ebuild:
37
38
39
40 1.5 app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild?r1=1.4&r2=1.5
45
46 Index: synce-gvfs-0.2.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- synce-gvfs-0.2.1.ebuild 25 Jan 2009 05:22:49 -0000 1.4
53 +++ synce-gvfs-0.2.1.ebuild 27 Jan 2009 02:08:12 -0000 1.5
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild,v 1.4 2009/01/25 05:22:49 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/synce-gvfs-0.2.1.ebuild,v 1.5 2009/01/27 02:08:12 mescalinum Exp $
59
60 inherit gnome2
61
62 @@ -29,6 +29,21 @@
63
64 RESTRICT="test"
65
66 +src_unpack() {
67 + unpack ${A}
68 + cd "${S}"
69 + # option --with-gvfs-source wants a *relative* path
70 + # see "help packaging synce-gvfs and gnome-gvfs" on
71 + # synce-devel list
72 + ln -s "$gvfs_S" ./gvfs-src-tree
73 +}
74 +
75 +src_compile() {
76 + econf --with-gvfs-source=./gvfs-src-tree || die "configure failed"
77 + emake dist || die "emake dist failed"
78 + emake || die "compile failed"
79 +}
80 +
81 src_install() {
82 emake DESTDIR="${D}" install || die "emake install failed"
83 dodoc AUTHORS ChangeLog NEWS README