Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/obexftp: obexftp-0.22.ebuild ChangeLog
Date: Wed, 05 Nov 2008 21:49:31
Message-Id: E1KxqFk-0006n0-DU@stork.gentoo.org
1 mrness 08/11/05 21:49:28
2
3 Modified: obexftp-0.22.ebuild ChangeLog
4 Log:
5 Fix broken compilation when obexftp libraries are installed and linked with inexistent version of libbluetooth.so (#244881).
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 app-mobilephone/obexftp/obexftp-0.22.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/obexftp/obexftp-0.22.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/obexftp/obexftp-0.22.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/obexftp/obexftp-0.22.ebuild?r1=1.3&r2=1.4
14
15 Index: obexftp-0.22.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.22.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- obexftp-0.22.ebuild 22 Jun 2008 00:04:47 -0000 1.3
22 +++ obexftp-0.22.ebuild 5 Nov 2008 21:49:28 -0000 1.4
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/app-mobilephone/obexftp/obexftp-0.22.ebuild,v 1.3 2008/06/22 00:04:47 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.22.ebuild,v 1.4 2008/11/05 21:49:28 mrness Exp $
28
29 inherit eutils perl-module flag-o-matic python
30
31 @@ -23,6 +23,12 @@
32 swig? ( dev-lang/swig )
33 dev-util/pkgconfig"
34
35 +src_unpack() {
36 + unpack ${A}
37 +
38 + epatch "${FILESDIR}"/${P}-ruby-libpath.patch
39 +}
40 +
41 src_compile() {
42 # do not byte-compile python module
43 if use python; then
44
45
46
47 1.40 app-mobilephone/obexftp/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/obexftp/ChangeLog?rev=1.40&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/obexftp/ChangeLog?rev=1.40&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/obexftp/ChangeLog?r1=1.39&r2=1.40
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/ChangeLog,v
56 retrieving revision 1.39
57 retrieving revision 1.40
58 diff -u -r1.39 -r1.40
59 --- ChangeLog 25 Aug 2008 17:25:51 -0000 1.39
60 +++ ChangeLog 5 Nov 2008 21:49:28 -0000 1.40
61 @@ -1,6 +1,11 @@
62 # ChangeLog for app-mobilephone/obexftp
63 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/ChangeLog,v 1.39 2008/08/25 17:25:51 nixnut Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/ChangeLog,v 1.40 2008/11/05 21:49:28 mrness Exp $
66 +
67 + 05 Nov 2008; Alin Năstac <mrness@g.o>
68 + +files/obexftp-0.22-ruby-libpath.patch, obexftp-0.22.ebuild:
69 + Fix broken compilation when obexftp libraries are installed and linked with
70 + inexistent version of libbluetooth.so (#244881).
71
72 25 Aug 2008; nixnut <nixnut@g.o> ChangeLog:
73 Stable on ppc wrt bug 224409