diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-03-30 20:07:02 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-03-30 20:07:02 +0200 |
commit | ea6e2f40a167e3418c0671f0758ae9e4699aaaaa (patch) | |
tree | 993add477b752661c417247f1d391dd14c67ef2d /app-pda | |
parent | media-radio/svxlink: Minor bugfix release (diff) | |
download | gentoo-ea6e2f40a167e3418c0671f0758ae9e4699aaaaa.tar.gz gentoo-ea6e2f40a167e3418c0671f0758ae9e4699aaaaa.tar.bz2 gentoo-ea6e2f40a167e3418c0671f0758ae9e4699aaaaa.zip |
app-pda/p3nfs: Remove last-rited package
Closes: https://bugs.gentoo.org/631044
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/p3nfs/Manifest | 1 | ||||
-rw-r--r-- | app-pda/p3nfs/files/p3nfs-5.19-set-default-tty.patch | 14 | ||||
-rw-r--r-- | app-pda/p3nfs/metadata.xml | 5 | ||||
-rw-r--r-- | app-pda/p3nfs/p3nfs-5.19-r2.ebuild | 51 | ||||
-rw-r--r-- | app-pda/p3nfs/p3nfs-5.19-r3.ebuild | 45 |
5 files changed, 0 insertions, 116 deletions
diff --git a/app-pda/p3nfs/Manifest b/app-pda/p3nfs/Manifest deleted file mode 100644 index 52c189da785d..000000000000 --- a/app-pda/p3nfs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST p3nfs-5.19.tar.gz 258444 BLAKE2B 4ad69d7cb8d39ce8e3aaef3f38eca955bbabc1d8cc1d4061b2275c324bd0860483280a44ab384434626195385e4ec07044a87cc3eeac640118760ed3bded3ed1 SHA512 b4fd4f8d4b096f9ab3c1eb649b95db88a109d0715dcf98c39e5e852e91bd6d149038a7ec3025e75aafa0c303f411daba58b3d6035349c26b69870b4c158e67ba diff --git a/app-pda/p3nfs/files/p3nfs-5.19-set-default-tty.patch b/app-pda/p3nfs/files/p3nfs-5.19-set-default-tty.patch deleted file mode 100644 index da6b73918b78..000000000000 --- a/app-pda/p3nfs/files/p3nfs-5.19-set-default-tty.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.in.orig 2014-04-09 14:05:32.579648000 +0400 -+++ configure.in 2014-04-09 14:10:05.162648000 +0400 -@@ -81,7 +81,10 @@ - break - fi - done --test -z "$DDEV" && AC_MSG_ERROR(serial device not found... Try harder.) -+if test -z "$DDEV"; then -+ DDEV="/dev/ttyS0" -+ AC_MSG_RESULT(serial device not found... Setting default one to $DDEV) -+fi - AC_SUBST(DDEV) - - dnl Looking for Symbian SDKs: diff --git a/app-pda/p3nfs/metadata.xml b/app-pda/p3nfs/metadata.xml deleted file mode 100644 index 7a38bb900964..000000000000 --- a/app-pda/p3nfs/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> diff --git a/app-pda/p3nfs/p3nfs-5.19-r2.ebuild b/app-pda/p3nfs/p3nfs-5.19-r2.ebuild deleted file mode 100644 index 5e81b0fa3d11..000000000000 --- a/app-pda/p3nfs/p3nfs-5.19-r2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -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="" -RDEPEND="|| ( net-nds/portmap net-nds/rpcbind )" - -src_prepare() { - sed -i "s:.*cd client/epoc32.*:#&:" "${S}/Makefile.in" || die - # bug #314971 - epatch "${FILESDIR}/${P}-set-default-tty.patch" -} - -src_configure() { - append-flags -fno-strict-aliasing # fix QA issues - sed -i "s:\$(LDFLAGS):${LDFLAGS}:" "${S}/server/Makefile.in" || die - - econf || die "econf failed" -} - -src_compile() { - emake CFLAGS="${CFLAGS} -Wall -I." || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" DOCDIR="${D}/usr/share/doc/${PF}" 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 or rpcbind service running" - elog "before you start the p3nfsd server." - elog -} diff --git a/app-pda/p3nfs/p3nfs-5.19-r3.ebuild b/app-pda/p3nfs/p3nfs-5.19-r3.ebuild deleted file mode 100644 index 85a4da88ee6b..000000000000 --- a/app-pda/p3nfs/p3nfs-5.19-r3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -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" - -DEPEND="" -RDEPEND="|| ( net-nds/portmap net-nds/rpcbind )" - -src_prepare() { - sed -i "s:.*cd client/epoc32.*:#&:" "${S}/Makefile.in" || die - sed -i "s:\$(LDFLAGS):${LDFLAGS}:" "${S}/server/Makefile.in" || die - append-flags -fno-strict-aliasing # fix QA issues - # bug #314971 - epatch "${FILESDIR}/${P}-set-default-tty.patch" - epatch_user -} - -src_compile() { - emake CFLAGS="${CFLAGS} -Wall -I." || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" DOCDIR="${D}/usr/share/doc/${PF}" install - 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 or rpcbind service running" - elog "before you start the p3nfsd server." - elog -} |