Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spiped/, net-misc/spiped/files/
Date: Tue, 30 Aug 2022 13:23:43
Message-Id: 1661865651.bff405b7df492a2e5b4e22e87f4ebec5588e1df5.asturm@gentoo
1 commit: bff405b7df492a2e5b4e22e87f4ebec5588e1df5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 08:58:24 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 13:20:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff405b7
7
8 net-misc/spiped: drop 1.6.0-r1, 1.6.1, EAPI-6--
9
10 Closes: https://bugs.gentoo.org/867205
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-misc/spiped/Manifest | 2 -
14 .../files/spiped-1.6.0-ldflags-support.patch | 22 ---------
15 net-misc/spiped/spiped-1.6.0-r1.ebuild | 53 ----------------------
16 net-misc/spiped/spiped-1.6.1.ebuild | 52 ---------------------
17 4 files changed, 129 deletions(-)
18
19 diff --git a/net-misc/spiped/Manifest b/net-misc/spiped/Manifest
20 index f45facce2784..3d0735c745f5 100644
21 --- a/net-misc/spiped/Manifest
22 +++ b/net-misc/spiped/Manifest
23 @@ -1,3 +1 @@
24 -DIST spiped-1.6.0.tgz 94431 BLAKE2B e994115d5080e4f41d57d3ef88223c7dca373320266a3fe4f0420fb7aef6ecf329fad5a409ec31f53caaeb22d86d0c3a48060758ceee28d011676a12124fc057 SHA512 9bca8e7da31b86f956a653279f9346d8270a7e28a07d30b4a7104b21fbfbd1a81410e6a7dc0827127331a8f10226d5b8d2ddaacb94c9f76ecc6d15d728ead27a
25 -DIST spiped-1.6.1.tgz 115055 BLAKE2B d9ee65c10b183cc8d5451adeb65a728052378811e71ee40d7e6f121c00b6003d4b21cc9402b424aac15d115cdbdc158207ef3e6c60b93fab2a4ba63257fd2f1d SHA512 ec69cb49a19e4e5705526ec74ee683ac3923412bc5ca3a45fc8268699367421cd37354ccc03c18c2d48f06cdb8a4c4bce3ef3b60934997c6770547e02e6f66ae
26 DIST spiped-1.6.2.tgz 142332 BLAKE2B ce9fe45223eec8bbb741eb3106b17a395347de2766c289def9897321cce9907e104b55752ff3b2c9c7deafd178aaeef1e8fa8afe82c2d25582004c8c92982df6 SHA512 d16262a3e8be876ca1ef1aac8bb38fae91f523a9af0d488eb0dfa23e0b9db795d2a021e55f31095d92f5b94e4516e30ea23f537c3b14a2f1b9871297e26cda76
27
28 diff --git a/net-misc/spiped/files/spiped-1.6.0-ldflags-support.patch b/net-misc/spiped/files/spiped-1.6.0-ldflags-support.patch
29 deleted file mode 100644
30 index e7502d539c94..000000000000
31 --- a/net-misc/spiped/files/spiped-1.6.0-ldflags-support.patch
32 +++ /dev/null
33 @@ -1,22 +0,0 @@
34 ---- a/spiped/Makefile 2020-06-11 10:21:27.592104792 -0000
35 -+++ b/spiped/Makefile 2020-06-11 10:21:55.028522571 -0000
36 -@@ -27,7 +27,7 @@
37 - rm -f ${PROG} ${SRCS:.c=.o}
38 -
39 - ${PROG}:${SRCS:.c=.o}
40 -- ${CC} -o ${PROG} ${SRCS:.c=.o} ${LDADD_EXTRA} ${LDADD_REQ} ${LDADD_POSIX}
41 -+ ${CC} -o ${PROG} ${SRCS:.c=.o} ${LDADD_EXTRA} ${LDADD_REQ} ${LDADD_POSIX} ${LDFLAGS}
42 -
43 - main.o: main.c ../libcperciva/util/asprintf.h ../libcperciva/util/daemonize.h ../libcperciva/events/events.h ../libcperciva/util/getopt.h ../lib/util/graceful_shutdown.h ../libcperciva/util/parsenum.h ../libcperciva/util/sock.h ../libcperciva/util/warnp.h dispatch.h ../proto/proto_crypt.h ../libcperciva/crypto/crypto_dh.h
44 - ${CC} ${CFLAGS} ${CFLAGS_POSIX} -D_POSIX_C_SOURCE=200809L -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. ${IDIRS} -c main.c -o main.o
45 ---- a/spipe/Makefile 2020-06-11 10:21:19.025515816 -0000
46 -+++ b/spipe/Makefile 2020-06-11 10:22:17.924981556 -0000
47 -@@ -27,7 +27,7 @@
48 - rm -f ${PROG} ${SRCS:.c=.o}
49 -
50 - ${PROG}:${SRCS:.c=.o}
51 -- ${CC} -o ${PROG} ${SRCS:.c=.o} ${LDADD_EXTRA} ${LDADD_REQ} ${LDADD_POSIX}
52 -+ ${CC} -o ${PROG} ${SRCS:.c=.o} ${LDADD_EXTRA} ${LDADD_REQ} ${LDADD_POSIX} ${LDFLAGS}
53 -
54 - main.o: main.c ../libcperciva/events/events.h ../libcperciva/util/getopt.h ../libcperciva/util/parsenum.h ../libcperciva/util/sock.h ../libcperciva/util/warnp.h ../proto/proto_conn.h ../proto/proto_crypt.h ../libcperciva/crypto/crypto_dh.h pushbits.h
55 - ${CC} ${CFLAGS} ${CFLAGS_POSIX} -D_POSIX_C_SOURCE=200809L -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -I.. ${IDIRS} -c main.c -o main.o
56
57 diff --git a/net-misc/spiped/spiped-1.6.0-r1.ebuild b/net-misc/spiped/spiped-1.6.0-r1.ebuild
58 deleted file mode 100644
59 index ea13d092d4c8..000000000000
60 --- a/net-misc/spiped/spiped-1.6.0-r1.ebuild
61 +++ /dev/null
62 @@ -1,53 +0,0 @@
63 -# Copyright 1999-2022 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=6
67 -
68 -inherit toolchain-funcs
69 -
70 -DESCRIPTION="secure pipe daemon"
71 -HOMEPAGE="http://www.tarsnap.com/spiped.html"
72 -SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz"
73 -
74 -LICENSE="BSD"
75 -SLOT="0"
76 -KEYWORDS="amd64 x86"
77 -
78 -MY_PN="${PN/d/}"
79 -
80 -DEPEND="
81 - dev-libs/openssl:0="
82 -
83 -# Blocker added due to #548126
84 -RDEPEND="
85 - ${DEPEND}
86 - !net-mail/qlogtools"
87 -
88 -PATCHES=(
89 - "${FILESDIR}/${P}-ldflags-support.patch"
90 -)
91 -
92 -src_compile() {
93 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
94 -}
95 -
96 -src_install() {
97 - dobin "${MY_PN}/${MY_PN}"
98 - dosbin "${PN}/${PN}"
99 -
100 - doman "${MY_PN}/${MY_PN}.1" "${PN}/${PN}.1"
101 -
102 - newinitd "${FILESDIR}/${PN}.initd" "${PN}"
103 - newconfd "${FILESDIR}/${PN}.confd" "${PN}"
104 -
105 - dodir "etc/${PN}"
106 -}
107 -
108 -pkg_postinst() {
109 - elog
110 - elog "You will need to configure spiped via its"
111 - elog "configuration file located in /etc/conf.d/."
112 - elog
113 - elog "Please have a look at this file prior to starting up spiped!"
114 - elog
115 -}
116
117 diff --git a/net-misc/spiped/spiped-1.6.1.ebuild b/net-misc/spiped/spiped-1.6.1.ebuild
118 deleted file mode 100644
119 index c317aff96986..000000000000
120 --- a/net-misc/spiped/spiped-1.6.1.ebuild
121 +++ /dev/null
122 @@ -1,52 +0,0 @@
123 -# Copyright 1999-2022 Gentoo Authors
124 -# Distributed under the terms of the GNU General Public License v2
125 -
126 -EAPI=6
127 -
128 -inherit toolchain-funcs
129 -
130 -DESCRIPTION="secure pipe daemon"
131 -HOMEPAGE="http://www.tarsnap.com/spiped.html"
132 -SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz"
133 -
134 -LICENSE="BSD"
135 -SLOT="0"
136 -KEYWORDS="~amd64 ~x86"
137 -
138 -MY_PN="${PN/d/}"
139 -
140 -DEPEND="
141 - dev-libs/openssl:0="
142 -
143 -# Blocker added due to #548126
144 -RDEPEND="
145 - ${DEPEND}
146 - !net-mail/qlogtools"
147 -
148 -# Some tests fail.
149 -RESTRICT="test"
150 -
151 -src_compile() {
152 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
153 -}
154 -
155 -src_install() {
156 - dobin "${MY_PN}/${MY_PN}"
157 - dosbin "${PN}/${PN}"
158 -
159 - doman "${MY_PN}/${MY_PN}.1" "${PN}/${PN}.1"
160 -
161 - newinitd "${FILESDIR}/${PN}.initd" "${PN}"
162 - newconfd "${FILESDIR}/${PN}.confd" "${PN}"
163 -
164 - dodir "etc/${PN}"
165 -}
166 -
167 -pkg_postinst() {
168 - elog
169 - elog "You will need to configure spiped via its"
170 - elog "configuration file located in /etc/conf.d/."
171 - elog
172 - elog "Please have a look at this file prior to starting up spiped!"
173 - elog
174 -}