diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-10-07 13:45:35 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-10-07 13:45:35 +0000 |
commit | b908e82d3ca47cebc22404e96831d1637b777218 (patch) | |
tree | 7249090090d5fc01db7cde4d5ad02e66968c5fe0 /app-pda/p3nfs | |
parent | Added patch for alsa driver bug. Bug 98607. (diff) | |
download | gentoo-2-b908e82d3ca47cebc22404e96831d1637b777218.tar.gz gentoo-2-b908e82d3ca47cebc22404e96831d1637b777218.tar.bz2 gentoo-2-b908e82d3ca47cebc22404e96831d1637b777218.zip |
Latest revision stable for x86. Wiped out older one...
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-pda/p3nfs')
-rw-r--r-- | app-pda/p3nfs/ChangeLog | 7 | ||||
-rw-r--r-- | app-pda/p3nfs/files/digest-p3nfs-5.18 | 1 | ||||
-rw-r--r-- | app-pda/p3nfs/p3nfs-5.18-r1.ebuild | 4 | ||||
-rw-r--r-- | app-pda/p3nfs/p3nfs-5.18.ebuild | 40 |
4 files changed, 8 insertions, 44 deletions
diff --git a/app-pda/p3nfs/ChangeLog b/app-pda/p3nfs/ChangeLog index e1e8daba3586..a7f175fdad95 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.9 2005/09/29 10:20:49 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/ChangeLog,v 1.10 2005/10/07 13:45:35 s4t4n Exp $ + + 07 Oct 2005; Michele Noberasco <s4t4n@gentoo.org> p3nfs-5.18-r1.ebuild: + Stable for x86. + -p3nfs-5.18.ebuild: + Wiped out older release. *p3nfs-5.18-r1 (29 Sep 2005) diff --git a/app-pda/p3nfs/files/digest-p3nfs-5.18 b/app-pda/p3nfs/files/digest-p3nfs-5.18 deleted file mode 100644 index f4d346892027..000000000000 --- a/app-pda/p3nfs/files/digest-p3nfs-5.18 +++ /dev/null @@ -1 +0,0 @@ -MD5 93207a9959804cca0b7f68f441da3fcf p3nfs-5.18.tar.gz 262240 diff --git a/app-pda/p3nfs/p3nfs-5.18-r1.ebuild b/app-pda/p3nfs/p3nfs-5.18-r1.ebuild index 129eb48a6432..cde46a1f95fe 100644 --- a/app-pda/p3nfs/p3nfs-5.18-r1.ebuild +++ b/app-pda/p3nfs/p3nfs-5.18-r1.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/p3nfs-5.18-r1.ebuild,v 1.2 2005/10/07 13:45:35 s4t4n Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.koeniglich.de/packages/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="net-nds/portmap diff --git a/app-pda/p3nfs/p3nfs-5.18.ebuild b/app-pda/p3nfs/p3nfs-5.18.ebuild deleted file mode 100644 index 2b49d39c7fe0..000000000000 --- a/app-pda/p3nfs/p3nfs-5.18.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.ebuild,v 1.2 2005/06/27 08:59:17 brix Exp $ - -inherit 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_compile() { - append-ldflags -Wl,-z,now - sed -i "s:\$(LDFLAGS):${LDFLAGS}:" ${S}/nfsd/Makefile.in - - econf || die "econf failed" - emake || 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 -} |