diff options
author | 2006-01-03 19:42:11 +0000 | |
---|---|---|
committer | 2006-01-03 19:42:11 +0000 | |
commit | bc199becab26ed891e5cfa02748962da1972fc8d (patch) | |
tree | e8783200c64db574dd372d7cd0503fbffd998e76 /app-mobilephone | |
parent | No changes, just rev bump since I didn't fix the init script befoe it hit the... (diff) | |
download | historical-bc199becab26ed891e5cfa02748962da1972fc8d.tar.gz historical-bc199becab26ed891e5cfa02748962da1972fc8d.tar.bz2 historical-bc199becab26ed891e5cfa02748962da1972fc8d.zip |
Initial import from bug #111997.
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/obexfs/ChangeLog | 10 | ||||
-rw-r--r-- | app-mobilephone/obexfs/Manifest | 14 | ||||
-rw-r--r-- | app-mobilephone/obexfs/files/digest-obexfs-0.6 | 1 | ||||
-rw-r--r-- | app-mobilephone/obexfs/metadata.xml | 7 | ||||
-rw-r--r-- | app-mobilephone/obexfs/obexfs-0.6.ebuild | 21 |
5 files changed, 53 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..34e23a7afb44 --- /dev/null +++ b/app-mobilephone/obexfs/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 60f7abba12fa3c97a384520cb51810fa ChangeLog 364 +MD5 53023bf6ac225801f45b37cd59a4e678 files/digest-obexfs-0.6 61 +MD5 aa9331331ad16eda792444cec50914ab metadata.xml 285 +MD5 d79c8bee2c012bd679b434a9e1d388c8 obexfs-0.6.ebuild 592 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDutOejG8pv1lIUX4RAkBDAKDRpHYoIcp0DwJ43tnqmTVeN9MsZgCfSWIg +DWMPorhcFN5zZxxf/yRpYqs= +=q3AN +-----END PGP SIGNATURE----- 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 +} |