diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-02-27 23:02:48 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-02-27 23:02:48 +0000 |
commit | 94a8f5ba83508b1e1283d30479a18e555b5ef146 (patch) | |
tree | 15ad7b7caf4e531159b8a7741df57539a72c1196 /app-pda/p3nfs | |
parent | Avoid -Os thanks to Alexey Dobriyan <adobriyan@gmail.com> in bug 124179 (diff) | |
download | gentoo-2-94a8f5ba83508b1e1283d30479a18e555b5ef146.tar.gz gentoo-2-94a8f5ba83508b1e1283d30479a18e555b5ef146.tar.bz2 gentoo-2-94a8f5ba83508b1e1283d30479a18e555b5ef146.zip |
version bump
(Portage version: 2.0.54)
Diffstat (limited to 'app-pda/p3nfs')
-rw-r--r-- | app-pda/p3nfs/ChangeLog | 9 | ||||
-rw-r--r-- | app-pda/p3nfs/Manifest | 12 | ||||
-rw-r--r-- | app-pda/p3nfs/files/digest-p3nfs-5.19 | 1 | ||||
-rw-r--r-- | app-pda/p3nfs/p3nfs-5.19.ebuild | 46 |
4 files changed, 56 insertions, 12 deletions
diff --git a/app-pda/p3nfs/ChangeLog b/app-pda/p3nfs/ChangeLog index 2a3d035968c7..9f04403e69f0 100644 --- a/app-pda/p3nfs/ChangeLog +++ b/app-pda/p3nfs/ChangeLog @@ -1,6 +1,11 @@ # 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.11 2005/12/25 14:55:42 flameeyes Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/ChangeLog,v 1.12 2006/02/27 23:02:48 mrness Exp $ + +*p3nfs-5.19 (27 Feb 2006) + + 27 Feb 2006; Alin Nastac <mrness@gentoo.org> +p3nfs-5.19.ebuild: + Version bump. 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> p3nfs-5.18-r1.ebuild: Use bindnow-flags function instead of -Wl,-z,now. diff --git a/app-pda/p3nfs/Manifest b/app-pda/p3nfs/Manifest index b484f90e0eb8..78acbcc6b178 100644 --- a/app-pda/p3nfs/Manifest +++ b/app-pda/p3nfs/Manifest @@ -1,15 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 ac09e06480540821e210a9a66d5b8507 ChangeLog 1501 MD5 55b43797336e7303a88760e90d49510c files/digest-p3nfs-5.18-r1 62 +MD5 9517d4aad949d40a845e064a6eb1246d files/digest-p3nfs-5.19 62 MD5 3bdbb7197570b2dcdca1dbd03d4aca3f files/p3nfs-5.18-fix-defines.patch 303 MD5 8e1fd49c29f85eea8da87d6e7de450c6 metadata.xml 165 MD5 dabeb9a196d61ae1b7d05107d793428a p3nfs-5.18-r1.ebuild 1185 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDrrL6AiZjviIA2XgRAvTOAKCBdozRTyIcR/G1omWXuDpNRwTIggCeKvIC -9jY7e/pGEwLliSefq/PghAA= -=gFTQ ------END PGP SIGNATURE----- +MD5 ae9f67a23d17ce17c884868c2587620f p3nfs-5.19.ebuild 1147 diff --git a/app-pda/p3nfs/files/digest-p3nfs-5.19 b/app-pda/p3nfs/files/digest-p3nfs-5.19 new file mode 100644 index 000000000000..92fe6da77eae --- /dev/null +++ b/app-pda/p3nfs/files/digest-p3nfs-5.19 @@ -0,0 +1 @@ +MD5 15ac5e1b44a7c7f53369846c3cfe4de4 p3nfs-5.19.tar.gz 258444 diff --git a/app-pda/p3nfs/p3nfs-5.19.ebuild b/app-pda/p3nfs/p3nfs-5.19.ebuild new file mode 100644 index 000000000000..11bc96b89776 --- /dev/null +++ b/app-pda/p3nfs/p3nfs-5.19.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2006 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.1 2006/02/27 23:02:48 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="~x86" + +IUSE="" +DEPEND="net-nds/portmap" + +src_unpack() { + unpack ${A} + + sed -i "s:.*cd client/epoc32.*:#&:" "${S}/Makefile.in" +} + +src_compile() { + append-ldflags $(bindnow-flags) + 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() { + 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 +} |