pacho       15/01/04 11:06:06

  Modified:             obexfs-0.12.ebuild ChangeLog
  Log:
  Fix building, bug #523062 (from ArchLinux)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.2                  sys-fs/obexfs/obexfs-0.12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/obexfs/obexfs-0.12.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/obexfs/obexfs-0.12.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/obexfs/obexfs-0.12.ebuild?r1=1.1&r2=1.2

Index: obexfs-0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/obexfs/obexfs-0.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- obexfs-0.12.ebuild  23 Jul 2009 08:54:09 -0000      1.1
+++ obexfs-0.12.ebuild  4 Jan 2015 11:06:06 -0000       1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/obexfs/obexfs-0.12.ebuild,v 1.1 
2009/07/23 08:54:09 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/obexfs/obexfs-0.12.ebuild,v 1.2 
2015/01/04 11:06:06 pacho Exp $
 
-EAPI="2"
+EAPI=5
 
 DESCRIPTION="FUSE filesystem interface for ObexFTP"
 HOMEPAGE="http://dev.zuckschwerdt.org/openobex/wiki/ObexFs";
@@ -13,11 +13,14 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=">=app-mobilephone/obexftp-0.22
-       sys-fs/fuse"
+DEPEND="
+       >=app-mobilephone/obexftp-0.22
+       sys-fs/fuse
+"
 RDEPEND="${DEPEND}"
 
-src_install() {
-       emake DESTDIR="${D}" install || die "make install failed"
-       dodoc AUTHORS ChangeLog README
+src_prepare() {
+       # Fix building, bug #523062 (from ArchLinux)
+       export OBEXFTP_CFLAGS="-I/usr/include/obexftp -I/usr/include/multicobex 
-I/usr/include/bfb"
+       export OBEXFTP_LIBS="-lobexftp -lmulticobex -lbfb -lopenobex 
-lbluetooth"
 }



1.13                 sys-fs/obexfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/obexfs/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/obexfs/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/obexfs/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/obexfs/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   9 Apr 2014 07:08:24 -0000       1.12
+++ ChangeLog   4 Jan 2015 11:06:06 -0000       1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/obexfs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/obexfs/ChangeLog,v 1.12 2014/04/09 
07:08:24 tomwij Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/obexfs/ChangeLog,v 1.13 2015/01/04 
11:06:06 pacho Exp $
+
+  04 Jan 2015; Pacho Ramos <[email protected]> obexfs-0.12.ebuild:
+  Fix building, bug #523062 (from ArchLinux)
 
   09 Apr 2014; Tom Wijsman <[email protected]> metadata.xml:
   [QA] Dissolve the mobile-phone herd to maintainer-needed because it is empty




Reply via email to