summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-09-29 10:20:50 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-09-29 10:20:50 +0000
commitbe131d6407a6dfc7631ab96caa351dac64d29af3 (patch)
treec4c704060d33b10b488a20224936c702dba31f62 /app-pda/p3nfs
parentStable on x86, bug #101890. (diff)
downloadgentoo-2-be131d6407a6dfc7631ab96caa351dac64d29af3.tar.gz
gentoo-2-be131d6407a6dfc7631ab96caa351dac64d29af3.tar.bz2
gentoo-2-be131d6407a6dfc7631ab96caa351dac64d29af3.zip
Revision bump, with patch to fix bug #89537. Assigned to mobile-phone herd.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-pda/p3nfs')
-rw-r--r--app-pda/p3nfs/ChangeLog8
-rw-r--r--app-pda/p3nfs/Manifest5
-rw-r--r--app-pda/p3nfs/files/digest-p3nfs-5.18-r11
-rw-r--r--app-pda/p3nfs/files/p3nfs-5.18-fix-defines.patch10
-rw-r--r--app-pda/p3nfs/metadata.xml2
-rw-r--r--app-pda/p3nfs/p3nfs-5.18-r1.ebuild49
6 files changed, 72 insertions, 3 deletions
diff --git a/app-pda/p3nfs/ChangeLog b/app-pda/p3nfs/ChangeLog
index 4b6837a86f09..e1e8daba3586 100644
--- a/app-pda/p3nfs/ChangeLog
+++ b/app-pda/p3nfs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/p3nfs
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/ChangeLog,v 1.8 2005/07/08 11:19:01 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/ChangeLog,v 1.9 2005/09/29 10:20:49 s4t4n Exp $
+
+*p3nfs-5.18-r1 (29 Sep 2005)
+
+ 29 Sep 2005; Michele Noberasco <s4t4n@gentoo.org> +p3nfs-5.18-r1.ebuild:
+ Revision bump, with patch to fix bug #89537. Also added some magic
+ to make it honour Gentoo CFLAGS. Assigned to mobile-phone herd.
08 Jul 2005; <brix@gentoo.org> metadata.xml:
Removed myself from metadata.xml as I no longer have a supported Symbian
diff --git a/app-pda/p3nfs/Manifest b/app-pda/p3nfs/Manifest
index 752a58c9f275..50bc22c83c8f 100644
--- a/app-pda/p3nfs/Manifest
+++ b/app-pda/p3nfs/Manifest
@@ -1,4 +1,7 @@
MD5 f4698a98dcc477289c62cc823f409b52 p3nfs-5.18.ebuild 1002
+MD5 4dcc5a4dab65a92c3c23e2b3f179da39 p3nfs-5.18-r1.ebuild 1081
MD5 600492a1ffb4dba2dafbc88928f11cf8 ChangeLog 984
-MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160
+MD5 8e1fd49c29f85eea8da87d6e7de450c6 metadata.xml 165
MD5 55b43797336e7303a88760e90d49510c files/digest-p3nfs-5.18 62
+MD5 3bdbb7197570b2dcdca1dbd03d4aca3f files/p3nfs-5.18-fix-defines.patch 303
+MD5 55b43797336e7303a88760e90d49510c files/digest-p3nfs-5.18-r1 62
diff --git a/app-pda/p3nfs/files/digest-p3nfs-5.18-r1 b/app-pda/p3nfs/files/digest-p3nfs-5.18-r1
new file mode 100644
index 000000000000..f4d346892027
--- /dev/null
+++ b/app-pda/p3nfs/files/digest-p3nfs-5.18-r1
@@ -0,0 +1 @@
+MD5 93207a9959804cca0b7f68f441da3fcf p3nfs-5.18.tar.gz 262240
diff --git a/app-pda/p3nfs/files/p3nfs-5.18-fix-defines.patch b/app-pda/p3nfs/files/p3nfs-5.18-fix-defines.patch
new file mode 100644
index 000000000000..60a0595fd610
--- /dev/null
+++ b/app-pda/p3nfs/files/p3nfs-5.18-fix-defines.patch
@@ -0,0 +1,10 @@
+--- mp_mount.c 2005-09-29 12:04:12.000000000 +0200
++++ mp_mount.c.new 2005-09-29 12:04:23.000000000 +0200
+@@ -60,7 +60,6 @@
+ #include <rpc/rpc.h>
+ #ifdef linux
+ #define _LINUX_SUNRPC_MSGPROT_H_
+-#define __KERNEL__ /* define nfs_fh for nfs_mount_data */
+ #include "nfs_prot.h"
+ #undef __KERNEL__
+ #else
diff --git a/app-pda/p3nfs/metadata.xml b/app-pda/p3nfs/metadata.xml
index 20ce219711a2..6c47f761d506 100644
--- a/app-pda/p3nfs/metadata.xml
+++ b/app-pda/p3nfs/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
+<herd>mobile-phone</herd>
</pkgmetadata>
diff --git a/app-pda/p3nfs/p3nfs-5.18-r1.ebuild b/app-pda/p3nfs/p3nfs-5.18-r1.ebuild
new file mode 100644
index 000000000000..129eb48a6432
--- /dev/null
+++ b/app-pda/p3nfs/p3nfs-5.18-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/p3nfs-5.18-r1.ebuild,v 1.1 2005/09/29 10:20:50 s4t4n Exp $
+
+inherit eutils flag-o-matic
+
+DESCRIPTION="Symbian to Unix and Linux communication program"
+HOMEPAGE="http://www.koeniglich.de/p3nfs.html"
+SRC_URI="http://www.koeniglich.de/packages/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+DEPEND="net-nds/portmap
+ >=sys-apps/sed-4"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}/nfsd
+
+ #Patch to fix bug #89537
+ epatch ${FILESDIR}/${P}-fix-defines.patch
+}
+
+src_compile() {
+ append-ldflags -Wl,-z,now
+ sed -i "s:\$(LDFLAGS):${LDFLAGS}:" ${S}/nfsd/Makefile.in
+
+ econf || die "econf failed"
+ emake CFLAGS="${CFLAGS} -Wall -I." || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR=${D} install || die "emake install failed"
+
+ dodoc CHANGES README TODO
+}
+
+pkg_postinst() {
+ einfo
+ einfo "You need to install one of the nfsapp-*.sis clients on your"
+ einfo "Symbian device to be able to mount it's filesystems."
+ einfo
+ einfo "Make sure to have portmap running before you start the"
+ einfo "p3nfsd server."
+ einfo
+}