diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-09-13 07:41:23 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-09-13 07:41:23 +0000 |
commit | 3e2d6cc96bf872d29977f7702e891468ed884186 (patch) | |
tree | c5aa5aef0e28e0223457a7f52b4e6cfeeca07dea /sys-fs/obexfs | |
parent | Added to portage, ebuild by myself. (diff) | |
download | gentoo-2-3e2d6cc96bf872d29977f7702e891468ed884186.tar.gz gentoo-2-3e2d6cc96bf872d29977f7702e891468ed884186.tar.bz2 gentoo-2-3e2d6cc96bf872d29977f7702e891468ed884186.zip |
Version bump (#147295).
(Portage version: 2.1.1)
Diffstat (limited to 'sys-fs/obexfs')
-rw-r--r-- | sys-fs/obexfs/ChangeLog | 9 | ||||
-rw-r--r-- | sys-fs/obexfs/files/digest-obexfs-0.10 | 3 | ||||
-rw-r--r-- | sys-fs/obexfs/files/digest-obexfs-0.8 | 2 | ||||
-rw-r--r-- | sys-fs/obexfs/files/obexfs-0.10-as-needed.patch | 15 | ||||
-rw-r--r-- | sys-fs/obexfs/obexfs-0.10.ebuild | 35 |
5 files changed, 63 insertions, 1 deletions
diff --git a/sys-fs/obexfs/ChangeLog b/sys-fs/obexfs/ChangeLog index 974a9bc418cd..eeabe9e6ced1 100644 --- a/sys-fs/obexfs/ChangeLog +++ b/sys-fs/obexfs/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-fs/obexfs # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/obexfs/ChangeLog,v 1.2 2006/06/10 16:01:24 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/obexfs/ChangeLog,v 1.3 2006/09/13 07:41:23 mrness Exp $ + +*obexfs-0.10 (13 Sep 2006) + + 13 Sep 2006; Alin Nastac <mrness@gentoo.org> + +files/obexfs-0.10-as-needed.patch, -obexfs-0.7.ebuild, + +obexfs-0.10.ebuild: + Version bump (#147295). 04 Jun 2006; Alin Nastac <mrness@gentoo.org> +files/obexfs-0.8-as-needed.patch, +metadata.xml, +obexfs-0.7.ebuild, diff --git a/sys-fs/obexfs/files/digest-obexfs-0.10 b/sys-fs/obexfs/files/digest-obexfs-0.10 new file mode 100644 index 000000000000..b4663c2da2fc --- /dev/null +++ b/sys-fs/obexfs/files/digest-obexfs-0.10 @@ -0,0 +1,3 @@ +MD5 c8815a6347b0fa2d4fe1f250d88f4e58 obexfs-0.10.tar.gz 76752 +RMD160 4b4c6d2e87091d5e0066ad8f9eee7537ee07539a obexfs-0.10.tar.gz 76752 +SHA256 c4b4837081828b4d168911b2d1dc927f5db51dbf9ea4c7a424ccc1e52c54324a obexfs-0.10.tar.gz 76752 diff --git a/sys-fs/obexfs/files/digest-obexfs-0.8 b/sys-fs/obexfs/files/digest-obexfs-0.8 index cfee8f0047fb..d2157add9314 100644 --- a/sys-fs/obexfs/files/digest-obexfs-0.8 +++ b/sys-fs/obexfs/files/digest-obexfs-0.8 @@ -1 +1,3 @@ MD5 cafe66c4c8ddb784d68bb6bfd4df9d61 obexfs-0.8.tar.gz 76393 +RMD160 a3440c923c5f371261fffec91be2c909571ced1e obexfs-0.8.tar.gz 76393 +SHA256 867d59478e9f58c3fad21e239e9965f77976d4ecf45268158940c917a2a3d307 obexfs-0.8.tar.gz 76393 diff --git a/sys-fs/obexfs/files/obexfs-0.10-as-needed.patch b/sys-fs/obexfs/files/obexfs-0.10-as-needed.patch new file mode 100644 index 000000000000..2ded0437ea08 --- /dev/null +++ b/sys-fs/obexfs/files/obexfs-0.10-as-needed.patch @@ -0,0 +1,15 @@ +diff -Nru obexfs-0.10.orig/fuse/Makefile.am obexfs-0.10/fuse/Makefile.am +--- obexfs-0.10.orig/fuse/Makefile.am 2005-12-09 20:58:52.000000000 +0200 ++++ obexfs-0.10/fuse/Makefile.am 2006-09-13 10:14:39.000000000 +0300 +@@ -1,9 +1,9 @@ + ## Process this file with automake to produce Makefile.in + +-LDADD = -lfuse -lpthread \ ++LDADD = -lfuse -lpthread -lobexftp \ + @OPENOBEX_LIBS@ \ + -lbluetooth \ +- -lobexftp -lmulticobex -lbfb ++ -lmulticobex -lbfb + + obexfs_SOURCES = obexfs.c + diff --git a/sys-fs/obexfs/obexfs-0.10.ebuild b/sys-fs/obexfs/obexfs-0.10.ebuild new file mode 100644 index 000000000000..ae8651b59d11 --- /dev/null +++ b/sys-fs/obexfs/obexfs-0.10.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/obexfs/obexfs-0.10.ebuild,v 1.1 2006/09/13 07:41:23 mrness Exp $ + +inherit eutils linux-info + +DESCRIPTION="FUSE filesystem interface for ObexFTP" +HOMEPAGE="http://triq.net/obex/" +SRC_URI="http://triq.net/obexftp/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=net-wireless/bluez-libs-2.19 + >=app-mobilephone/obexftp-0.19 + >=sys-fs/fuse-2.4.1-r1" + +src_unpack() { + unpack ${A} + + epatch "${FILESDIR}/${P}-as-needed.patch" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog README +} + +pkg_postinst() { + # Check kernel configuration + local CONFIG_CHECK="~FUSE_FS" + check_extra_config +} |