Portage is a package management system used by Gentoo Linux
# ChangeLog for app-pda/p3nfs
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/ChangeLog,v 1.18 2008/06/21 09:02:45 mrness Exp $
21 Jun 2008; Alin Năstac
Drop bindnow flags (#226961). Fix type punned QA notices.
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
24 Jan 2007; Marius Mauch
Replacing einfo with elog
02 Jun 2006; Alin Nastac
-files/p3nfs-5.18-fix-defines.patch, -p3nfs-5.18-r1.ebuild:
Remove obsolete version.
05 May 2006; Jon Hood
Add ~amd64, #108311.
13 Apr 2006; Alin Nastac
Stable on x86.
*p3nfs-5.19 (27 Feb 2006)
27 Feb 2006; Alin Nastac
Version bump.
25 Dec 2005; Diego Pettenò
Use bindnow-flags function instead of -Wl,-z,now.
07 Oct 2005; Michele Noberasco
Stable for x86.
-p3nfs-5.18.ebuild:
Wiped out older release.
*p3nfs-5.18-r1 (29 Sep 2005)
29 Sep 2005; Michele Noberasco
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;
Removed myself from metadata.xml as I no longer have a supported Symbian
device.
02 Jul 2005;
Pruned old ebuilds.
27 Jun 2005;
Stable on x86.
09 Jun 2005;
Stable on x86.
*p3nfs-5.18 (01 Jun 2005)
01 Jun 2005;
Version bump, fixes bug #94520.
15 May 2005;
Stable on x86.
*p3nfs-5.17a (03 May 2005)
03 May 2005;
Version bump.
*p3nfs-5.16 (15 Apr 2005)
15 Apr 2005;
Initial import. Fixes bug #37010.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST p3nfs-5.19.tar.gz 258444 RMD160 3ebf6480bd1d3c53484fc832ba1298d4ccb4e8f7 SHA1 7d5937f556b91c8a2666243b5e60bab7bf3bbadd SHA256 f3ce4f95772fc419c5065068bb7f73d14960c82a5fe7716c7552898c82474099
EBUILD p3nfs-5.19.ebuild 1145 RMD160 8920e7fda16e420a34eaa2557cd441dc65449a9c SHA1 195869669cadfe4855e93574b92e4411fe4c4231 SHA256 440e0bbd561ba732ee2489079c2109fdac7ae9c3d30d3bc3a00beb55e4a85525
MISC ChangeLog 2236 RMD160 9f70139a99c37fc639334502a1b2373b375f7e26 SHA1 32c63e251bddc387dcde720da27c05e792f50799 SHA256 83a75339d8f922f52726fe63f382fec4cc42e46a7b791599e9c4dcf30b51eb31
MISC metadata.xml 165 RMD160 1bf9089beacb19ba770d553d02356566ecd76892 SHA1 866903a1177187bfcc803fb62e0e3be2a2674481 SHA256 576ea680ccc744a6279987ce542f52f215515a2b4e95bd08c61a66bba9af1c57
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkhcw7sACgkQ+fWpoTWIA9HgXACfQESpFMdtvz4JObQaSWXVCXEC
z4cAn1pzWhOs2T/+7xaw1N2l8/R2ADi9
=GLkR
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/p3nfs-5.19.ebuild,v 1.5 2008/06/21 09:02:45 mrness 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="~amd64 x86"
IUSE=""
DEPEND="net-nds/portmap"
src_unpack() {
unpack ${A}
sed -i "s:.*cd client/epoc32.*:#&:" "${S}/Makefile.in"
}
src_compile() {
append-flags -fno-strict-aliasing # fix QA issues
sed -i "s:\$(LDFLAGS):${LDFLAGS}:" "${S}/server/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 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 running before you start the"
elog "p3nfsd server."
elog
}