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/unrealircd/
Date: Fri, 23 Sep 2022 01:35:47
Message-Id: 1663896922.abdf64f37fce02892cd1896921e0313d30b9d856.sam@gentoo
1 commit: abdf64f37fce02892cd1896921e0313d30b9d856
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 01:34:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 01:35:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abdf64f3
7
8 net-irc/unrealircd: drop 6.0.4
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-irc/unrealircd/Manifest | 2 -
13 net-irc/unrealircd/unrealircd-6.0.4.ebuild | 187 -----------------------------
14 2 files changed, 189 deletions(-)
15
16 diff --git a/net-irc/unrealircd/Manifest b/net-irc/unrealircd/Manifest
17 index 38ce5e6c6857..3c494d94f4b9 100644
18 --- a/net-irc/unrealircd/Manifest
19 +++ b/net-irc/unrealircd/Manifest
20 @@ -2,5 +2,3 @@ DIST unrealircd-5.2.4.tar.gz 7201203 BLAKE2B 06afc8b5e28bbd56971b2ce21da3e000e39
21 DIST unrealircd-5.2.4.tar.gz.asc 866 BLAKE2B 9fc520e93f80a548650b016690036c4e9957e81095f75c34489eb0b83d28548a891196469199cf354207c44b22aaeecfc696995842e9b278ab10fdf5bdb8d7f6 SHA512 0d85a668e2cc3f3d736f3a321e282ecb1fd94d5f605e0e40e8c84a17a6486f8e0d299ec673fe7688fca3ead847f432144ff077547cc90321534406fbe084804b
22 DIST unrealircd-6.0.4.1.tar.gz 8696975 BLAKE2B 2ca38b2eed09747f419cb9c7e338e10687541c981cce6425e266a1e0597c3a3eb36882a0d1da43a9b829aa855289887d28206b7e7298cf310e84703b1d4e7d5c SHA512 c2da78e785ddd7dd1567dd4cbc6bf44d8013c84334ee2ed836bb2b265bb79cf2db620570e3e626d77389ea820365dec3cd84d27f219df0a38d6d0e364e99a3cc
23 DIST unrealircd-6.0.4.1.tar.gz.asc 866 BLAKE2B 018dd63bd02261fb390e98ebafaf9d712d30984a2034f8e4ee3c4125cf67b0dba4113f84f62e2b4ef3a42e10123f61e985ed5da42a234fe5fef30184af48520b SHA512 50d98bcff738307f866ff838944bf574613fb99fa8f3a7cd34272245924f70c0c56eea6376c704c56c920f6411870f259f89155b811d6bab2d34f770fcb6e0f8
24 -DIST unrealircd-6.0.4.tar.gz 8696690 BLAKE2B 25960ce78d56f7e5c2ad62751f3359ffc8df1885351f5a8bc36461f2a0a45aed1e99adb207e56988f9bf637d51f8cc17ca3d82f232f09e659a26c0afc3655a93 SHA512 fddce374dc7480e0f02d91965926028993e965450cfe871985ffbfadf38c86198d55be024eddc3dac65e44ff859a6e5e7e8176110d87042b489ce4b14deeeca2
25 -DIST unrealircd-6.0.4.tar.gz.asc 866 BLAKE2B 79bc065c7b24398bee53660c9dc4a7cfca857c7368b3667d2fdd30c87a160126dff0b255b3a20cc436026b923eb6dd744ca21a010f3a0b5df13af185bec211db SHA512 467b3cc1d291da76fea6b4e8fbeb02ffd24a3bd94b6eddf1e94ceabe9fc97e573fd6a3860b49370088a9c60ba0e0485af0f9f5a48e854e1b30f4d45be873ac20
26
27 diff --git a/net-irc/unrealircd/unrealircd-6.0.4.ebuild b/net-irc/unrealircd/unrealircd-6.0.4.ebuild
28 deleted file mode 100644
29 index 4811353f1fb1..000000000000
30 --- a/net-irc/unrealircd/unrealircd-6.0.4.ebuild
31 +++ /dev/null
32 @@ -1,187 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -SSL_CERT_MANDATORY=1
39 -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/unrealircd.asc
40 -inherit autotools ssl-cert systemd tmpfiles verify-sig
41 -
42 -DESCRIPTION="An advanced Internet Relay Chat daemon"
43 -HOMEPAGE="https://www.unrealircd.org/"
44 -SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz"
45 -SRC_URI+=" verify-sig? ( https://www.unrealircd.org/downloads/${P}.tar.gz.asc )"
46 -
47 -LICENSE="GPL-2+"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux"
50 -IUSE="class-nofakelag curl geoip +operoverride operoverride-verify"
51 -
52 -RDEPEND="acct-group/unrealircd
53 - acct-user/unrealircd
54 - >=app-crypt/argon2-20171227-r1:=
55 - dev-libs/libpcre2
56 - dev-libs/libsodium:=
57 - dev-libs/openssl:=
58 - dev-libs/jansson:=
59 - >=net-dns/c-ares-1.7:=
60 - virtual/libcrypt:=
61 - curl? ( net-misc/curl[adns] )
62 - geoip? ( dev-libs/libmaxminddb )"
63 -DEPEND="${RDEPEND}"
64 -BDEPEND="virtual/pkgconfig
65 - verify-sig? ( sec-keys/openpgp-keys-unrealircd )"
66 -
67 -DOCS=( doc/{Authors,Donation,RELEASE-NOTES.md,tao.of.irc,technical/,translations.txt} )
68 -
69 -src_prepare() {
70 - # QA check against bundled pkgs
71 - rm -r extras || die
72 -
73 - # building third-party modules (which we don't do) cause a sandbox violation
74 - # bug 704444
75 - echo "" > src/buildmod || die
76 -
77 - sed -e 's/$(MODULEFLAGS)/$(LDFLAGS) &/' -i src/modules/{,*/}Makefile.in || die
78 -
79 - if use class-nofakelag; then
80 - sed -i -e 's:^//#undef\( FAKELAG_CONFIGURABLE\):#define\1:' include/config.h || die
81 - fi
82 -
83 - # File is missing from the 5.0.9.1 tarball
84 - sed -i -e '/unrealircd-upgrade-script/d' configure.ac || die
85 -
86 - default
87 - eautoreconf
88 -}
89 -
90 -src_configure() {
91 - # Default value for privatelibdir adds a build path to -Wl,-rpath.
92 - econf \
93 - --with-bindir="${EPREFIX}"/usr/bin \
94 - --with-cachedir="${EPREFIX}"/var/lib/${PN} \
95 - --with-confdir="${EPREFIX}"/etc/${PN} \
96 - --with-datadir="${EPREFIX}"/var/lib/${PN} \
97 - --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
98 - --with-logdir="${EPREFIX}"/var/log/${PN} \
99 - --with-modulesdir="${EPREFIX}/usr/$(get_libdir)"/${PN}/modules \
100 - --without-privatelibdir \
101 - --with-pidfile="${EPREFIX}"/run/${PN}/ircd.pid \
102 - --with-tmpdir="${EPREFIX}"/var/lib/${PN}/tmp \
103 - --with-maxconnections=1024 \
104 - --with-nick-history=2000 \
105 - --with-permissions=0640 \
106 - --with-system-argon2 \
107 - --with-system-cares \
108 - --with-system-pcre2 \
109 - --with-system-sodium \
110 - --with-system-jansson \
111 - --enable-dynamic-linking \
112 - --with-controlfile="${EPREFIX}"/run/${PN}/unrealircd.ctl \
113 - --enable-ssl="${EPREFIX}"/usr \
114 - $(use_enable curl libcurl "${EPREFIX}"/usr) \
115 - $(use_with !operoverride no-operoverride) \
116 - $(use_with operoverride-verify) \
117 - $(use_enable geoip libmaxminddb)
118 -}
119 -
120 -src_install() {
121 - keepdir /var/log/${PN}
122 - keepdir /var/lib/${PN}/tmp
123 -
124 - newbin src/ircd ${PN}
125 - dobin src/unrealircdctl
126 -
127 - newtmpfiles "${FILESDIR}"/unrealircd.tmpfiles unrealircd.conf
128 -
129 - (
130 - cd src/modules || die
131 - for subdir in $(find . -type d -print); do
132 - if [[ -n $(shopt -s nullglob; echo ${subdir}/*.so) ]]; then
133 - exeinto /usr/$(get_libdir)/${PN}/modules/"${subdir}"
134 - doexe "${subdir}"/*.so
135 - fi
136 - done
137 - )
138 -
139 - insinto /etc/${PN}
140 - # Purposefully omitting the examples/ and ssl/ subdirectories. ssl
141 - # is redundant with app-misc/ca-certificates and examples will all
142 - # be in docs anyway.
143 - doins -r doc/conf/{aliases,help}
144 - doins doc/conf/*.conf
145 - newins doc/conf/examples/example.conf ${PN}.conf
146 - keepdir /etc/${PN}/tls
147 -
148 - einstalldocs
149 -
150 - newinitd "${FILESDIR}"/${PN}.initd-r3 ${PN}
151 - newconfd "${FILESDIR}"/${PN}.confd-r4 ${PN}
152 -
153 - # config should be read-only
154 - fperms -R 0640 /etc/${PN}
155 - fperms 0750 /etc/${PN}{,/aliases,/help}
156 - fperms 0750 /etc/${PN}/tls
157 - # state is editable but not owned by unrealircd directly
158 - fperms 0770 /var/log/${PN}
159 - fperms 0770 /var/lib/${PN}{,/tmp}
160 - fowners -R root:unrealircd /{etc,var/{lib,log}}/${PN}
161 -
162 - # By default looks in /etc/unrealircd/ssl/curl-ca-bundle.crt. Fix
163 - # that to look for ca-certificates-provided file instead. %s is
164 - # CONFDIR. #618066
165 - dosym ../../ssl/certs/ca-certificates.crt /etc/${PN}/tls/curl-ca-bundle.crt
166 -
167 - systemd_dounit "${FILESDIR}"/${PN}.service
168 -}
169 -
170 -pkg_postinst() {
171 - tmpfiles_process unrealircd.conf
172 -
173 - # Move docert call from src_install() to install_cert in pkg_postinst for
174 - # bug #201682
175 - if [[ ! -f "${EROOT}"/etc/${PN}/tls/server.cert.key ]]; then
176 - if [[ -f "${EROOT}"/etc/${PN}/ssl/server.cert.key ]]; then
177 - ewarn "The location ${PN} looks for SSL certificates has changed"
178 - ewarn "from ${EROOT}/etc/${PN}/ssl to ${EROOT}/etc/${PN}/tls."
179 - ewarn "Please move your existing certificates."
180 - else
181 - (
182 - umask 0037
183 - install_cert /etc/${PN}/tls/server.cert
184 - chown unrealircd "${EROOT}"/etc/${PN}/tls/server.cert.*
185 - ln -snf server.cert.key "${EROOT}"/etc/${PN}/tls/server.key.pem
186 - )
187 - fi
188 - fi
189 -
190 - local unrealircd_conf="${EROOT}"/etc/${PN}/${PN}.conf
191 - # Fix up the default cloak keys.
192 - if grep -qe '"and another one";$' "${unrealircd_conf}" && grep -qe '"Oozahho1raezoh0iMee4ohvegaifahv5xaepeitaich9tahdiquaid0geecipahdauVaij3zieph4ahi";$' "${unrealircd_conf}"; then
193 - ebegin "Generating cloak-keys"
194 - local keys=(
195 - $(su ${PN} -s /bin/sh -c "${PN} -k 2>&1 | tail -n 6 | head -n 3")
196 - )
197 - [[ -n ${keys[0]} || -n ${keys[1]} || -n ${keys[2]} ]]
198 - eend $?
199 -
200 - ebegin "Substituting cloak-keys into ${unrealircd_conf}"
201 - sed -i \
202 - -e '/cloak-keys/ {
203 -n
204 -s/"Oozahho1raezoh0iMee4ohvegaifahv5xaepeitaich9tahdiquaid0geecipahdauVaij3zieph4ahi";/'${keys[0]}'/
205 -n
206 -s/"and another one";/'${keys[1]}'/
207 -n
208 -s/"and another one";/'${keys[2]}'/
209 -}' \
210 - "${unrealircd_conf}"
211 - eend $?
212 - fi
213 -
214 - elog "UnrealIRCd will not run until you've set up ${EROOT}/etc/unrealircd/unrealircd.conf"
215 - elog
216 - elog "You can also configure ${PN} start at boot with rc-update(1)."
217 - elog "It is recommended to run unrealircd as an unprivileged user."
218 - elog "The provided init.d script does this for you."
219 -}