Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/inspircd/
Date: Fri, 10 Sep 2021 07:22:39
Message-Id: 1631258545.492f6fd243703569a4dff25865c0eb43865acb6e.juippis@gentoo
1 commit: 492f6fd243703569a4dff25865c0eb43865acb6e
2 Author: Wade Cline <wadecline <AT> hotmail <DOT> com>
3 AuthorDate: Thu Sep 9 06:02:15 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 10 07:22:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492f6fd2
7
8 net-irc/inspircd: Drop 3.10.0-r1
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Wade Cline <wadecline <AT> hotmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/22251
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 net-irc/inspircd/Manifest | 1 -
16 net-irc/inspircd/inspircd-3.10.0-r1.ebuild | 122 -----------------------------
17 2 files changed, 123 deletions(-)
18
19 diff --git a/net-irc/inspircd/Manifest b/net-irc/inspircd/Manifest
20 index 03adc35eecf..46442b9cfae 100644
21 --- a/net-irc/inspircd/Manifest
22 +++ b/net-irc/inspircd/Manifest
23 @@ -1,5 +1,4 @@
24 DIST inspircd-3.10.0-fix-path-builds.patch.bz2 5316 BLAKE2B 42831f5f1c442b0492dee1d49469361ca797e743399bf8cffd6069227fbaf0123ab43eda81ad0f732bed289111238e00f0e9b3351a555fc4b14f24fe18bb8251 SHA512 e1479970050dca02be092d5575077342ce3e517baf1c9b1d80e4b2a52559786dca387c685505d6c42b812c9206961eef057ad07a2f4966f9922a16a387559eb0
25 -DIST inspircd-3.10.0-r1-fix-path-builds.patch.bz2 4109 BLAKE2B d5c778c94c39dce65e47f04983bfa14733ac7b0cbe78af21e26d52d740cb2b38f183e2ae8ef1f003f9629062158a70c89055c294d7dc61106b1597a5ebed6633 SHA512 0d51349887d96c875fe98ab1dba9643c6d0f1af367dff6f187a9e31eb4ea49b953bd89c38dc6e93d00dea4dfa8337f9ebda13dfdd2c174d64c174fe5e193c30a
26 DIST inspircd-3.10.0.tar.gz 854024 BLAKE2B b6aed621c6c5c4ea082d07605c6a9fe8be5fce04896c820a9055b17103853b0091515f8a52448ecb1accbe39eef3f49b01acbecae73894b76f91bb4b75edf821 SHA512 6cb1c66ce2a4531628264fc4b4836b47b7cba2c8aa6ffef5d72489ae663815254783b09aeb149d8ae9e41cf51be3c703612d443da84995695449a94db86f8944
27 DIST inspircd-3.11.0-fix-path-builds.patch.bz2 4564 BLAKE2B 5414c6bff651f179bb7f214198d13c08ce1e92b6946729d617a56a2dd451a239520bc946823603b2e3ab0a78577f077c1d566bfa6771d6c9866ef5249269653c SHA512 92feddfa23acac2f1813539f9fae0e1c6c7332565c5d63df02e6f800b4457ed1ac1eff4f3aee8fb155dbae5b6d1d16536b435734549f740ae294382330837d5c
28 DIST inspircd-3.11.0.tar.gz 859767 BLAKE2B a0924d302577dcb471e22c0df21b7259c5b68b1ee2080233c31e84bc5cf8c32fbe134a359bf4d7f7541f512e078a9e75717df2dc7178670b3e3d7c7dfb2930b7 SHA512 59a277de041f1b0d44204c36190b6bd728f981997ba377f5bf9b7745fce122271e3df35223ff11d8d31d70f1f378977ea6603963ff2bb1a4fbaac958903b0da3
29
30 diff --git a/net-irc/inspircd/inspircd-3.10.0-r1.ebuild b/net-irc/inspircd/inspircd-3.10.0-r1.ebuild
31 deleted file mode 100644
32 index a3c99234167..00000000000
33 --- a/net-irc/inspircd/inspircd-3.10.0-r1.ebuild
34 +++ /dev/null
35 @@ -1,122 +0,0 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI="7"
40 -
41 -inherit toolchain-funcs
42 -
43 -DESCRIPTION="Inspire IRCd - The Stable, High-Performance Modular IRCd"
44 -HOMEPAGE="https://www.inspircd.org/"
45 -SRC_URI="https://github.com/inspircd/inspircd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -SRC_URI+=" https://github.com/clinew/gentoo-distfiles/raw/master/inspircd-3.10.0-r1-fix-path-builds.patch.bz2"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
51 -IUSE="debug gnutls ldap maxminddb mbedtls mysql pcre postgres re2 regex-posix regex-stdlib sqlite ssl sslrehashsignal tre"
52 -
53 -RDEPEND="
54 - acct-group/inspircd
55 - acct-user/inspircd
56 - dev-lang/perl
57 - gnutls? ( net-libs/gnutls:= dev-libs/libgcrypt:0 )
58 - ldap? ( net-nds/openldap )
59 - maxminddb? ( dev-libs/libmaxminddb )
60 - mbedtls? ( net-libs/mbedtls:= )
61 - mysql? ( dev-db/mysql-connector-c:= )
62 - pcre? ( dev-libs/libpcre )
63 - postgres? ( dev-db/postgresql:= )
64 - re2? ( dev-libs/re2:= )
65 - sqlite? ( >=dev-db/sqlite-3.0 )
66 - ssl? ( dev-libs/openssl:= )
67 - tre? ( dev-libs/tre )"
68 -DEPEND="${RDEPEND}"
69 -
70 -DOCS=( docs/. )
71 -PATCHES=( "${WORKDIR}"/${PF}-fix-path-builds.patch )
72 -
73 -src_prepare() {
74 - default
75 -
76 - # Patch the inspircd launcher with the inspircd user
77 - sed -i -e "s/@UID@/${PN}/" "make/template/${PN}" || die
78 -}
79 -
80 -src_configure() {
81 - local extras=""
82 -
83 - use gnutls && extras+="m_ssl_gnutls.cpp,"
84 - use ldap && extras+="m_ldap.cpp,"
85 - use maxminddb && extras+="m_geo_maxmind.cpp,"
86 - use mbedtls && extras+="m_ssl_mbedtls.cpp,"
87 - use mysql && extras+="m_mysql.cpp,"
88 - use pcre && extras+="m_regex_pcre.cpp,"
89 - use postgres && extras+="m_pgsql.cpp,"
90 - use re2 && extras+="m_regex_re2.cpp,"
91 - use regex-posix && extras+="m_regex_posix.cpp,"
92 - use regex-stdlib && extras+="m_regex_stdlib.cpp,"
93 - use sqlite && extras+="m_sqlite3.cpp,"
94 - use ssl && extras+="m_ssl_openssl.cpp,"
95 - use sslrehashsignal && extras+="m_sslrehashsignal.cpp,"
96 - use tre && extras+="m_regex_tre.cpp,"
97 -
98 - # The first configuration run enables certain "extra" InspIRCd
99 - # modules, the second run generates the actual makefile.
100 - if [[ -n "${extras}" ]]; then
101 - ./configure --disable-interactive --enable-extras=${extras%,}
102 - fi
103 -
104 - local myconf=(
105 - --disable-interactive
106 - --disable-auto-extras
107 - --prefix="/usr/$(get_libdir)/${PN}"
108 - --config-dir="/etc/${PN}"
109 - --data-dir="/var/lib/${PN}/data"
110 - --log-dir="/var/log/${PN}"
111 - --binary-dir="/usr/bin"
112 - --module-dir="/usr/$(get_libdir)/${PN}/modules"
113 - --manual-dir="/usr/share/man")
114 - CXX="$(tc-getCXX)" ./configure "${myconf[@]}"
115 -}
116 -
117 -src_compile() {
118 - emake LDFLAGS="${LDFLAGS}" CXXFLAGS="${CXXFLAGS}" $(usex debug 'INSPIRCD_DEBUG=2' '') INSPIRCD_VERBOSE=1
119 -}
120 -
121 -src_install() {
122 - default
123 -
124 - insinto "/usr/include/${PN}"
125 - doins -r include/.
126 -
127 - newinitd "${FILESDIR}/${PN}.initd" "${PN}"
128 - newconfd "${FILESDIR}/${PN}.confd" "${PN}"
129 -
130 - keepdir "/var/log/${PN}"
131 -
132 - diropts -o"${PN}" -g"${PN}" -m0700
133 - keepdir "/var/lib/${PN}/data"
134 -}
135 -
136 -pkg_postinst() {
137 - if [[ -z "${REPLACING_VERSIONS}" ]]; then
138 - # This is a new installation
139 - elog "You will find example configuration files under "
140 - elog "/usr/share/doc/${PN}"
141 - elog "Read the ${PN}.conf.example file carefully before "
142 - elog "starting the service."
143 - fi
144 - local pv
145 - for pv in ${REPLACING_VERSIONS}; do
146 - if ver_test "${pv}" -lt "2.0.24-r1"; then
147 - elog "Starting with 2.0.24-r1 the daemon is no longer started"
148 - elog "with the --logfile option and you are thus expected to define"
149 - elog "logging in the InspIRCd configuration file if you want it."
150 - fi
151 - if ver_test "${pv}" -lt "3.0.0"; then
152 - elog "Version 3.0 is a major upgrade which contains breaking"
153 - elog "changes. You will need to update your configuration files."
154 - elog "See: https://docs.inspircd.org/3/configuration-changes"
155 - fi
156 - done
157 -}