From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C65C1382C5 for ; Fri, 30 Mar 2018 18:07:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B3A8E0924; Fri, 30 Mar 2018 18:07:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 140EDE0924 for ; Fri, 30 Mar 2018 18:07:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36678335D5F for ; Fri, 30 Mar 2018 18:07:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 254C7270 for ; Fri, 30 Mar 2018 18:07:36 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1522433222.ea6e2f40a167e3418c0671f0758ae9e4699aaaaa.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/p3nfs/files/, app-pda/p3nfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-pda/p3nfs/Manifest app-pda/p3nfs/files/p3nfs-5.19-set-default-tty.patch app-pda/p3nfs/metadata.xml app-pda/p3nfs/p3nfs-5.19-r2.ebuild app-pda/p3nfs/p3nfs-5.19-r3.ebuild X-VCS-Directories: app-pda/p3nfs/ app-pda/p3nfs/files/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: ea6e2f40a167e3418c0671f0758ae9e4699aaaaa X-VCS-Branch: master Date: Fri, 30 Mar 2018 18:07:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 884b2b23-330c-408c-aac0-3c0242a0c4a0 X-Archives-Hash: 4888f37ab3b3d62516942afde0a2ff60 commit: ea6e2f40a167e3418c0671f0758ae9e4699aaaaa Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Mar 30 18:07:02 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Mar 30 18:07:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6e2f40 app-pda/p3nfs: Remove last-rited package Closes: https://bugs.gentoo.org/631044 app-pda/p3nfs/Manifest | 1 - .../p3nfs/files/p3nfs-5.19-set-default-tty.patch | 14 ------ app-pda/p3nfs/metadata.xml | 5 --- app-pda/p3nfs/p3nfs-5.19-r2.ebuild | 51 ---------------------- app-pda/p3nfs/p3nfs-5.19-r3.ebuild | 45 ------------------- 5 files changed, 116 deletions(-) diff --git a/app-pda/p3nfs/Manifest b/app-pda/p3nfs/Manifest deleted file mode 100644 index 52c189da785..00000000000 --- 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 da6b73918b7..00000000000 --- 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 7a38bb90096..00000000000 --- a/app-pda/p3nfs/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - 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 5e81b0fa3d1..00000000000 --- 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 85a4da88ee6..00000000000 --- 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 -}