Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/p3nfs/files/, app-pda/p3nfs/
Date: Fri, 30 Mar 2018 18:07:42
Message-Id: 1522433222.ea6e2f40a167e3418c0671f0758ae9e4699aaaaa.dilfridge@gentoo
1 commit: ea6e2f40a167e3418c0671f0758ae9e4699aaaaa
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 18:07:02 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 18:07:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6e2f40
7
8 app-pda/p3nfs: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/631044
11
12 app-pda/p3nfs/Manifest | 1 -
13 .../p3nfs/files/p3nfs-5.19-set-default-tty.patch | 14 ------
14 app-pda/p3nfs/metadata.xml | 5 ---
15 app-pda/p3nfs/p3nfs-5.19-r2.ebuild | 51 ----------------------
16 app-pda/p3nfs/p3nfs-5.19-r3.ebuild | 45 -------------------
17 5 files changed, 116 deletions(-)
18
19 diff --git a/app-pda/p3nfs/Manifest b/app-pda/p3nfs/Manifest
20 deleted file mode 100644
21 index 52c189da785..00000000000
22 --- a/app-pda/p3nfs/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST p3nfs-5.19.tar.gz 258444 BLAKE2B 4ad69d7cb8d39ce8e3aaef3f38eca955bbabc1d8cc1d4061b2275c324bd0860483280a44ab384434626195385e4ec07044a87cc3eeac640118760ed3bded3ed1 SHA512 b4fd4f8d4b096f9ab3c1eb649b95db88a109d0715dcf98c39e5e852e91bd6d149038a7ec3025e75aafa0c303f411daba58b3d6035349c26b69870b4c158e67ba
26
27 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
28 deleted file mode 100644
29 index da6b73918b7..00000000000
30 --- a/app-pda/p3nfs/files/p3nfs-5.19-set-default-tty.patch
31 +++ /dev/null
32 @@ -1,14 +0,0 @@
33 ---- configure.in.orig 2014-04-09 14:05:32.579648000 +0400
34 -+++ configure.in 2014-04-09 14:10:05.162648000 +0400
35 -@@ -81,7 +81,10 @@
36 - break
37 - fi
38 - done
39 --test -z "$DDEV" && AC_MSG_ERROR(serial device not found... Try harder.)
40 -+if test -z "$DDEV"; then
41 -+ DDEV="/dev/ttyS0"
42 -+ AC_MSG_RESULT(serial device not found... Setting default one to $DDEV)
43 -+fi
44 - AC_SUBST(DDEV)
45 -
46 - dnl Looking for Symbian SDKs:
47
48 diff --git a/app-pda/p3nfs/metadata.xml b/app-pda/p3nfs/metadata.xml
49 deleted file mode 100644
50 index 7a38bb90096..00000000000
51 --- a/app-pda/p3nfs/metadata.xml
52 +++ /dev/null
53 @@ -1,5 +0,0 @@
54 -<?xml version="1.0" encoding="UTF-8"?>
55 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 -<pkgmetadata>
57 - <!-- maintainer-needed -->
58 -</pkgmetadata>
59
60 diff --git a/app-pda/p3nfs/p3nfs-5.19-r2.ebuild b/app-pda/p3nfs/p3nfs-5.19-r2.ebuild
61 deleted file mode 100644
62 index 5e81b0fa3d1..00000000000
63 --- a/app-pda/p3nfs/p3nfs-5.19-r2.ebuild
64 +++ /dev/null
65 @@ -1,51 +0,0 @@
66 -# Copyright 1999-2014 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI="2"
70 -
71 -inherit eutils flag-o-matic
72 -
73 -DESCRIPTION="Symbian to Unix and Linux communication program"
74 -HOMEPAGE="http://www.koeniglich.de/p3nfs.html"
75 -SRC_URI="http://www.koeniglich.de/packages/${P}.tar.gz"
76 -
77 -LICENSE="GPL-2"
78 -SLOT="0"
79 -KEYWORDS="~amd64 x86"
80 -IUSE=""
81 -
82 -DEPEND=""
83 -RDEPEND="|| ( net-nds/portmap net-nds/rpcbind )"
84 -
85 -src_prepare() {
86 - sed -i "s:.*cd client/epoc32.*:#&:" "${S}/Makefile.in" || die
87 - # bug #314971
88 - epatch "${FILESDIR}/${P}-set-default-tty.patch"
89 -}
90 -
91 -src_configure() {
92 - append-flags -fno-strict-aliasing # fix QA issues
93 - sed -i "s:\$(LDFLAGS):${LDFLAGS}:" "${S}/server/Makefile.in" || die
94 -
95 - econf || die "econf failed"
96 -}
97 -
98 -src_compile() {
99 - emake CFLAGS="${CFLAGS} -Wall -I." || die "emake failed"
100 -}
101 -
102 -src_install() {
103 - emake DESTDIR="${D}" DOCDIR="${D}/usr/share/doc/${PF}" install || die "emake install failed"
104 -
105 - dodoc README
106 -}
107 -
108 -pkg_postinst() {
109 - elog
110 - elog "You need to install one of the nfsapp-*.sis clients on your"
111 - elog "Symbian device to be able to mount it's filesystems."
112 - elog
113 - elog "Make sure to have portmap or rpcbind service running"
114 - elog "before you start the p3nfsd server."
115 - elog
116 -}
117
118 diff --git a/app-pda/p3nfs/p3nfs-5.19-r3.ebuild b/app-pda/p3nfs/p3nfs-5.19-r3.ebuild
119 deleted file mode 100644
120 index 85a4da88ee6..00000000000
121 --- a/app-pda/p3nfs/p3nfs-5.19-r3.ebuild
122 +++ /dev/null
123 @@ -1,45 +0,0 @@
124 -# Copyright 1999-2014 Gentoo Foundation
125 -# Distributed under the terms of the GNU General Public License v2
126 -
127 -EAPI="5"
128 -
129 -inherit eutils flag-o-matic
130 -
131 -DESCRIPTION="Symbian to Unix and Linux communication program"
132 -HOMEPAGE="http://www.koeniglich.de/p3nfs.html"
133 -SRC_URI="http://www.koeniglich.de/packages/${P}.tar.gz"
134 -
135 -LICENSE="GPL-2"
136 -SLOT="0"
137 -KEYWORDS="~amd64 ~x86"
138 -
139 -DEPEND=""
140 -RDEPEND="|| ( net-nds/portmap net-nds/rpcbind )"
141 -
142 -src_prepare() {
143 - sed -i "s:.*cd client/epoc32.*:#&:" "${S}/Makefile.in" || die
144 - sed -i "s:\$(LDFLAGS):${LDFLAGS}:" "${S}/server/Makefile.in" || die
145 - append-flags -fno-strict-aliasing # fix QA issues
146 - # bug #314971
147 - epatch "${FILESDIR}/${P}-set-default-tty.patch"
148 - epatch_user
149 -}
150 -
151 -src_compile() {
152 - emake CFLAGS="${CFLAGS} -Wall -I." || die "emake failed"
153 -}
154 -
155 -src_install() {
156 - emake DESTDIR="${D}" DOCDIR="${D}/usr/share/doc/${PF}" install
157 - dodoc README
158 -}
159 -
160 -pkg_postinst() {
161 - elog
162 - elog "You need to install one of the nfsapp-*.sis clients on your"
163 - elog "Symbian device to be able to mount it's filesystems."
164 - elog
165 - elog "Make sure to have portmap or rpcbind service running"
166 - elog "before you start the p3nfsd server."
167 - elog
168 -}