pinkbyte    14/04/09 10:25:00

  Modified:             ChangeLog
  Added:                p3nfs-5.19-r3.ebuild
  Log:
  Revision bump: EAPI 5, epatch_user, some cleanups
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  Changes    Path
1.22                 app-pda/p3nfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/p3nfs/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/p3nfs/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/p3nfs/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/p3nfs/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   9 Apr 2014 10:19:59 -0000       1.21
+++ ChangeLog   9 Apr 2014 10:25:00 -0000       1.22
@@ -1,6 +1,11 @@
 # ChangeLog for app-pda/p3nfs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/ChangeLog,v 1.21 2014/04/09 
10:19:59 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/ChangeLog,v 1.22 2014/04/09 
10:25:00 pinkbyte Exp $
+
+*p3nfs-5.19-r3 (09 Apr 2014)
+
+  09 Apr 2014; Sergey Popov <[email protected]> +p3nfs-5.19-r3.ebuild:
+  Revision bump: EAPI 5, epatch_user, some cleanups
 
   09 Apr 2014; Sergey Popov <[email protected]> p3nfs-5.19-r2.ebuild,
   +files/p3nfs-5.19-set-default-tty.patch:



1.1                  app-pda/p3nfs/p3nfs-5.19-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/p3nfs/p3nfs-5.19-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/p3nfs/p3nfs-5.19-r3.ebuild?rev=1.1&content-type=text/plain

Index: p3nfs-5.19-r3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/p3nfs-5.19-r3.ebuild,v 1.1 
2014/04/09 10:25:00 pinkbyte Exp $

EAPI="5"

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="~amd64 ~x86"

DEPEND=""
RDEPEND="|| ( net-nds/portmap net-nds/rpcbind )"

src_prepare() {
        sed -i "s:.*cd client/epoc32.*:#&:" "${S}/Makefile.in" || die
        sed -i "s:\$(LDFLAGS):${LDFLAGS}:" "${S}/server/Makefile.in" || die
        append-flags -fno-strict-aliasing # fix QA issues
        # bug #314971
        epatch "${FILESDIR}/${P}-set-default-tty.patch"
        epatch_user
}

src_compile() {
        emake CFLAGS="${CFLAGS} -Wall -I." || die "emake failed"
}

src_install() {
        emake DESTDIR="${D}" DOCDIR="${D}/usr/share/doc/${PF}" install
        dodoc README
}

pkg_postinst() {
        elog
        elog "You need to install one of the nfsapp-*.sis clients on your"
        elog "Symbian device to be able to mount it's filesystems."
        elog
        elog "Make sure to have portmap or rpcbind service running"
        elog "before you start the p3nfsd server."
        elog
}




Reply via email to