summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-01-03 19:42:11 +0000
committerAlin Năstac <mrness@gentoo.org>2006-01-03 19:42:11 +0000
commit1480e9fd1dd71ad0c6c2400999f7b246055b70b0 (patch)
treeedc38d586ff8381c4a5efe8e5550e07a6c4bf2be /app-mobilephone
parentNo changes, just rev bump since I didn't fix the init script befoe it hit the... (diff)
downloadgentoo-2-1480e9fd1dd71ad0c6c2400999f7b246055b70b0.tar.gz
gentoo-2-1480e9fd1dd71ad0c6c2400999f7b246055b70b0.tar.bz2
gentoo-2-1480e9fd1dd71ad0c6c2400999f7b246055b70b0.zip
Initial import from bug #111997.
(Portage version: 2.0.53)
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/obexfs/ChangeLog10
-rw-r--r--app-mobilephone/obexfs/Manifest2
-rw-r--r--app-mobilephone/obexfs/files/digest-obexfs-0.61
-rw-r--r--app-mobilephone/obexfs/metadata.xml7
-rw-r--r--app-mobilephone/obexfs/obexfs-0.6.ebuild21
5 files changed, 41 insertions, 0 deletions
diff --git a/app-mobilephone/obexfs/ChangeLog b/app-mobilephone/obexfs/ChangeLog
new file mode 100644
index 000000000000..deb0c8160f59
--- /dev/null
+++ b/app-mobilephone/obexfs/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-mobilephone/obexfs
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexfs/ChangeLog,v 1.1 2006/01/03 19:42:11 mrness Exp $
+
+*obexfs-0.6 (03 Jan 2006)
+
+ 03 Jan 2006; Alin Nastac <mrness@gentoo.org> +metadata.xml,
+ +obexfs-0.6.ebuild:
+ Initial import from bug #111997.
+
diff --git a/app-mobilephone/obexfs/Manifest b/app-mobilephone/obexfs/Manifest
new file mode 100644
index 000000000000..71c7d94ffca7
--- /dev/null
+++ b/app-mobilephone/obexfs/Manifest
@@ -0,0 +1,2 @@
+MD5 53023bf6ac225801f45b37cd59a4e678 files/digest-obexfs-0.6 61
+MD5 85e109bb5b0840149cf67a96a5a9a6d8 obexfs-0.6.ebuild 781
diff --git a/app-mobilephone/obexfs/files/digest-obexfs-0.6 b/app-mobilephone/obexfs/files/digest-obexfs-0.6
new file mode 100644
index 000000000000..db24ac02945f
--- /dev/null
+++ b/app-mobilephone/obexfs/files/digest-obexfs-0.6
@@ -0,0 +1 @@
+MD5 5f4ec5db773eb2f5b5a065c706e6da56 obexfs-0.6.tar.gz 74602
diff --git a/app-mobilephone/obexfs/metadata.xml b/app-mobilephone/obexfs/metadata.xml
new file mode 100644
index 000000000000..3f87287dadd1
--- /dev/null
+++ b/app-mobilephone/obexfs/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>mobile-phone</herd>
+ <longdescription>Userspace filesystem used for accessing files on
+OBEX-capable mobile phones.</longdescription>
+</pkgmetadata>
diff --git a/app-mobilephone/obexfs/obexfs-0.6.ebuild b/app-mobilephone/obexfs/obexfs-0.6.ebuild
new file mode 100644
index 000000000000..3f6fc048fbf2
--- /dev/null
+++ b/app-mobilephone/obexfs/obexfs-0.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexfs/obexfs-0.6.ebuild,v 1.1 2006/01/03 19:42:11 mrness Exp $
+
+DESCRIPTION="OBEX filesystem"
+SRC_URI="http://triq.net/obexftp/beta-testing/${P}.tar.gz"
+HOMEPAGE="http://triq.net/obex"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=dev-libs/openobex-1.0.0
+ >=app-mobilephone/obexftp-0.18_beta4
+ >=sys-fs/fuse-2.4.1-r1"
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+ dodoc AUTHORS ChangeLog
+}