summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2005-07-02 22:31:16 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2005-07-02 22:31:16 +0000
commit47a80a1bbbd4e45fa6415df4fdaf4db803f42aa6 (patch)
treede10753bc1ebe6d9068a958a2606da2646868d18 /app-pda
parentCorrect dependency on kdebase-kioslaves (#97242). (diff)
downloadhistorical-47a80a1bbbd4e45fa6415df4fdaf4db803f42aa6.tar.gz
historical-47a80a1bbbd4e45fa6415df4fdaf4db803f42aa6.tar.bz2
historical-47a80a1bbbd4e45fa6415df4fdaf4db803f42aa6.zip
Pruned old ebuilds.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/p3nfs/ChangeLog5
-rw-r--r--app-pda/p3nfs/Manifest6
-rw-r--r--app-pda/p3nfs/files/digest-p3nfs-5.161
-rw-r--r--app-pda/p3nfs/files/digest-p3nfs-5.17a1
-rw-r--r--app-pda/p3nfs/p3nfs-5.16.ebuild40
-rw-r--r--app-pda/p3nfs/p3nfs-5.17a.ebuild40
6 files changed, 5 insertions, 88 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/Manifest b/app-pda/p3nfs/Manifest
index 6deae452e84e..edaaaa62ab83 100644
--- a/app-pda/p3nfs/Manifest
+++ b/app-pda/p3nfs/Manifest
@@ -1,8 +1,4 @@
-MD5 464b502e3d831b73b70ce6152ef74f89 p3nfs-5.17a.ebuild 1003
-MD5 81b95acb22447b03b9d5be4cac975de9 p3nfs-5.16.ebuild 1002
MD5 f4698a98dcc477289c62cc823f409b52 p3nfs-5.18.ebuild 1002
-MD5 cae8d966887437b6e165867c1e650162 ChangeLog 754
+MD5 9ff30c86a38f22086cf7d78ac7ae4ef9 ChangeLog 851
MD5 b280eebc74d70d85e664debf1adce2c3 metadata.xml 255
-MD5 3a35accf87ab82de632474ffe8a604c3 files/digest-p3nfs-5.17a 63
-MD5 f400f25b165245e95d7437ca07b9f9d2 files/digest-p3nfs-5.16 62
MD5 55b43797336e7303a88760e90d49510c files/digest-p3nfs-5.18 62
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
-}