Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ptlink-opm/, net-irc/ptlink-opm/files/, profiles/
Date: Wed, 30 Sep 2020 15:17:55
Message-Id: 1601479034.cd2d3b8877f7b14b8e7bf71547105ab60e92384f.sam@gentoo
1 commit: cd2d3b8877f7b14b8e7bf71547105ab60e92384f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 15:11:05 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 15:17:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2d3b88
7
8 net-irc/ptlink-opm: remove last-rited package
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-irc/ptlink-opm/Manifest | 1 -
13 .../files/ptlink-opm-1.3.1-fno-common.patch | 17 --------
14 net-irc/ptlink-opm/files/ptlink-opm.conf.d | 5 ---
15 net-irc/ptlink-opm/files/ptlink-opm.init.d | 21 ----------
16 net-irc/ptlink-opm/metadata.xml | 5 ---
17 net-irc/ptlink-opm/ptlink-opm-1.3.1-r1.ebuild | 48 ----------------------
18 net-irc/ptlink-opm/ptlink-opm-1.3.1-r2.ebuild | 48 ----------------------
19 profiles/package.mask | 1 -
20 8 files changed, 146 deletions(-)
21
22 diff --git a/net-irc/ptlink-opm/Manifest b/net-irc/ptlink-opm/Manifest
23 deleted file mode 100644
24 index 5deaed6cbb5..00000000000
25 --- a/net-irc/ptlink-opm/Manifest
26 +++ /dev/null
27 @@ -1 +0,0 @@
28 -DIST PTlink.OPM1.3.1.tar.gz 156068 BLAKE2B 2b74391e5dc45ef3a9e37b4390b0a39e61c8f041bfcb549cf9951cb216975e6b398b31a9fe1d8932bac732ad70c65595d6154157c010d330e3a7d77f2d2a50e6 SHA512 1a8955486db8c1a318dda1b7bfdaf1be9f55d68a5acafde37a5f15e80e21b8d45c51138efb9d5ca1d1fad9f46d0ccdc4b91cf9128ba2ca7086f1c0925a36a141
29
30 diff --git a/net-irc/ptlink-opm/files/ptlink-opm-1.3.1-fno-common.patch b/net-irc/ptlink-opm/files/ptlink-opm-1.3.1-fno-common.patch
31 deleted file mode 100644
32 index 6d4aaacb8a3..00000000000
33 --- a/net-irc/ptlink-opm/files/ptlink-opm-1.3.1-fno-common.patch
34 +++ /dev/null
35 @@ -1,17 +0,0 @@
36 -Three of these are not like the others
37 -
38 ---- a/include/dconf_vars.h
39 -+++ b/include/dconf_vars.h
40 -@@ -42,9 +42,9 @@
41 - E char* DNSBLZoneMsg;
42 -
43 - /* PT */
44 --char *PT_Nick;
45 --char *PT_Mask;
46 --char *PT_Info;
47 -+E char *PT_Nick;
48 -+E char *PT_Mask;
49 -+E char *PT_Info;
50 - #undef E
51 -
52 - #endif /* conf_vars_h_ */
53
54 diff --git a/net-irc/ptlink-opm/files/ptlink-opm.conf.d b/net-irc/ptlink-opm/files/ptlink-opm.conf.d
55 deleted file mode 100644
56 index 939c3cb518e..00000000000
57 --- a/net-irc/ptlink-opm/files/ptlink-opm.conf.d
58 +++ /dev/null
59 @@ -1,5 +0,0 @@
60 -# Copyright 1999-2004 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -# User to run ptlink-opm as
64 -PTLINKOPM_USER="ptlink-opm"
65
66 diff --git a/net-irc/ptlink-opm/files/ptlink-opm.init.d b/net-irc/ptlink-opm/files/ptlink-opm.init.d
67 deleted file mode 100644
68 index 70e0f0970c1..00000000000
69 --- a/net-irc/ptlink-opm/files/ptlink-opm.init.d
70 +++ /dev/null
71 @@ -1,21 +0,0 @@
72 -#!/sbin/openrc-run
73 -# Copyright 1999-2016 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -depend() {
77 - need net
78 - use dns ircd
79 -}
80 -
81 -start() {
82 - ebegin "Starting ptlink-opm"
83 - start-stop-daemon --start --quiet --exec /usr/bin/ptlink-opm \
84 - --chuid ${PTLINKOPM_USER} >/dev/null
85 - eend $?
86 -}
87 -
88 -stop() {
89 - ebegin "Shutting down ptlink-opm"
90 - start-stop-daemon --stop --exec /usr/bin/ptlink-opm
91 - eend $?
92 -}
93
94 diff --git a/net-irc/ptlink-opm/metadata.xml b/net-irc/ptlink-opm/metadata.xml
95 deleted file mode 100644
96 index 6f49eba8f49..00000000000
97 --- a/net-irc/ptlink-opm/metadata.xml
98 +++ /dev/null
99 @@ -1,5 +0,0 @@
100 -<?xml version="1.0" encoding="UTF-8"?>
101 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
102 -<pkgmetadata>
103 -<!-- maintainer-needed -->
104 -</pkgmetadata>
105
106 diff --git a/net-irc/ptlink-opm/ptlink-opm-1.3.1-r1.ebuild b/net-irc/ptlink-opm/ptlink-opm-1.3.1-r1.ebuild
107 deleted file mode 100644
108 index 7ad9abad1cc..00000000000
109 --- a/net-irc/ptlink-opm/ptlink-opm-1.3.1-r1.ebuild
110 +++ /dev/null
111 @@ -1,48 +0,0 @@
112 -# Copyright 1999-2019 Gentoo Authors
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI=6
116 -
117 -inherit eutils user
118 -
119 -MY_P="PTlink.OPM${PV}"
120 -
121 -DESCRIPTION="PTlink Open Proxy Monitor"
122 -HOMEPAGE="http://www.ptlink.net/"
123 -SRC_URI="ftp://ftp.sunsite.dk/projects/ptlink/ptopm/${MY_P}.tar.gz"
124 -LICENSE="GPL-2"
125 -SLOT="0"
126 -KEYWORDS="~ppc ~x86"
127 -IUSE=""
128 -
129 -RDEPEND=""
130 -DEPEND=">=sys-apps/sed-4"
131 -
132 -S=${WORKDIR}/${MY_P}
133 -
134 -src_configure() {
135 - econf \
136 - --sysconfdir=/etc/ptlink-opm \
137 - --localstatedir=/var/lib/ptlink-opm
138 -}
139 -
140 -src_install() {
141 - newbin src/ptopm ptlink-opm
142 -
143 - insinto /etc/ptlink-opm
144 - newins samples/ptopm.dconf.sample ptopm.dconf
145 - doins samples/scan_rules.dconf
146 -
147 - keepdir /var/{lib,log}/ptlink-opm
148 - dosym /var/log/ptlink-opm /var/lib/ptlink-opm/log
149 -
150 - dodoc CHANGES README
151 -
152 - newinitd "${FILESDIR}"/ptlink-opm.init.d ptlink-opm
153 - newconfd "${FILESDIR}"/ptlink-opm.conf.d ptlink-opm
154 -}
155 -
156 -pkg_postinst() {
157 - enewuser ptlink-opm
158 - chown ptlink-opm "${ROOT}"/var/{log,lib}/ptlink-opm
159 -}
160
161 diff --git a/net-irc/ptlink-opm/ptlink-opm-1.3.1-r2.ebuild b/net-irc/ptlink-opm/ptlink-opm-1.3.1-r2.ebuild
162 deleted file mode 100644
163 index b23d0aa8942..00000000000
164 --- a/net-irc/ptlink-opm/ptlink-opm-1.3.1-r2.ebuild
165 +++ /dev/null
166 @@ -1,48 +0,0 @@
167 -# Copyright 1999-2020 Gentoo Authors
168 -# Distributed under the terms of the GNU General Public License v2
169 -
170 -EAPI=7
171 -inherit user
172 -
173 -MY_P="PTlink.OPM${PV}"
174 -
175 -DESCRIPTION="PTlink Open Proxy Monitor"
176 -HOMEPAGE="http://www.ptlink.net/"
177 -SRC_URI="ftp://ftp.sunsite.dk/projects/ptlink/ptopm/${MY_P}.tar.gz"
178 -LICENSE="GPL-2"
179 -SLOT="0"
180 -KEYWORDS="~ppc ~x86"
181 -
182 -DEPEND=">=sys-apps/sed-4"
183 -
184 -S=${WORKDIR}/${MY_P}
185 -PATCHES=(
186 - "${FILESDIR}"/${PN}-1.3.1-fno-common.patch
187 -)
188 -
189 -src_configure() {
190 - econf \
191 - --sysconfdir=/etc/ptlink-opm \
192 - --localstatedir=/var/lib/ptlink-opm
193 -}
194 -
195 -src_install() {
196 - newbin src/ptopm ptlink-opm
197 -
198 - insinto /etc/ptlink-opm
199 - newins samples/ptopm.dconf.sample ptopm.dconf
200 - doins samples/scan_rules.dconf
201 -
202 - keepdir /var/{lib,log}/ptlink-opm
203 - dosym ../../log/ptlink-opm /var/lib/ptlink-opm/log
204 -
205 - dodoc CHANGES README
206 -
207 - newinitd "${FILESDIR}"/ptlink-opm.init.d ptlink-opm
208 - newconfd "${FILESDIR}"/ptlink-opm.conf.d ptlink-opm
209 -}
210 -
211 -pkg_postinst() {
212 - enewuser ptlink-opm
213 - chown ptlink-opm "${ROOT}"/var/{log,lib}/ptlink-opm
214 -}
215
216 diff --git a/profiles/package.mask b/profiles/package.mask
217 index 7d6bac31aa8..927c2079cbc 100644
218 --- a/profiles/package.mask
219 +++ b/profiles/package.mask
220 @@ -636,7 +636,6 @@ www-apps/ampache
221 # bug 724940, bug 708408, bug 716264, bug 633346
222 # bug 706898, bug 731188
223 net-irc/ptlink-ircd
224 -net-irc/ptlink-opm
225
226 # Aaron Bauman <bman@g.o> (2020-08-29)
227 # EAPI=4, use dev-embedded/libftd[tools] instead