diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-07-02 22:31:16 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-07-02 22:31:16 +0000 |
commit | 9adb144bc7aa321125db6afa82c0ffb136b9ed80 (patch) | |
tree | 8d05483b4976590f7711e7424e64e7d506047965 /app-pda/p3nfs | |
parent | Correct dependency on kdebase-kioslaves (#97242). (diff) | |
download | gentoo-2-9adb144bc7aa321125db6afa82c0ffb136b9ed80.tar.gz gentoo-2-9adb144bc7aa321125db6afa82c0ffb136b9ed80.tar.bz2 gentoo-2-9adb144bc7aa321125db6afa82c0ffb136b9ed80.zip |
Pruned old ebuilds.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-pda/p3nfs')
-rw-r--r-- | app-pda/p3nfs/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/p3nfs/files/digest-p3nfs-5.16 | 1 | ||||
-rw-r--r-- | app-pda/p3nfs/files/digest-p3nfs-5.17a | 1 | ||||
-rw-r--r-- | app-pda/p3nfs/p3nfs-5.16.ebuild | 40 | ||||
-rw-r--r-- | app-pda/p3nfs/p3nfs-5.17a.ebuild | 40 |
5 files changed, 4 insertions, 83 deletions
diff --git a/app-pda/p3nfs/ChangeLog b/app-pda/p3nfs/ChangeLog index 7ccfe13b06fa..278f91d5cd8b 100644 --- a/app-pda/p3nfs/ChangeLog +++ b/app-pda/p3nfs/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2005/06/27 08:59:17 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/p3nfs/ChangeLog,v 1.7 2005/07/02 22:31:16 brix Exp $ + + 02 Jul 2005; <brix@gentoo.org> -p3nfs-5.16.ebuild, -p3nfs-5.17a.ebuild: + Pruned old ebuilds. 27 Jun 2005; <brix@gentoo.org> p3nfs-5.18.ebuild: Stable on x86. diff --git a/app-pda/p3nfs/files/digest-p3nfs-5.16 b/app-pda/p3nfs/files/digest-p3nfs-5.16 deleted file mode 100644 index 538df0aa387a..000000000000 --- a/app-pda/p3nfs/files/digest-p3nfs-5.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 fe731b8fd299e9fabc45a769a5c0df6d p3nfs-5.16.tar.gz 246547 diff --git a/app-pda/p3nfs/files/digest-p3nfs-5.17a b/app-pda/p3nfs/files/digest-p3nfs-5.17a deleted file mode 100644 index 5d7f18b98e33..000000000000 --- a/app-pda/p3nfs/files/digest-p3nfs-5.17a +++ /dev/null @@ -1 +0,0 @@ -MD5 bd4c9ee4af6a3a0b4ff39e951056eefd p3nfs-5.17a.tar.gz 260429 diff --git a/app-pda/p3nfs/p3nfs-5.16.ebuild b/app-pda/p3nfs/p3nfs-5.16.ebuild deleted file mode 100644 index b164b308ed3e..000000000000 --- a/app-pda/p3nfs/p3nfs-5.16.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.16.ebuild,v 1.2 2005/05/15 09:19:10 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 -} diff --git a/app-pda/p3nfs/p3nfs-5.17a.ebuild b/app-pda/p3nfs/p3nfs-5.17a.ebuild deleted file mode 100644 index 3829592e10a0..000000000000 --- a/app-pda/p3nfs/p3nfs-5.17a.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.17a.ebuild,v 1.2 2005/06/09 09:31:00 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 -} |