public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/inspircd/
Date: Sat, 01 Mar 2025 07:54:35 +0000 (UTC)	[thread overview]
Message-ID: <1740815665.b71552fe787063d4f69d195e266bb305f6cf6b82.juippis@gentoo> (raw)

commit:     b71552fe787063d4f69d195e266bb305f6cf6b82
Author:     Wade Cline <wadecline <AT> hotmail <DOT> com>
AuthorDate: Tue Jan 21 02:00:46 2025 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar  1 07:54:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71552fe

net-irc/inspircd: add 4.5.0

Signed-off-by: Wade Cline <wadecline <AT> hotmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40240
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-irc/inspircd/Manifest              |   2 +
 net-irc/inspircd/inspircd-4.5.0.ebuild | 113 +++++++++++++++++++++++++++++++++
 2 files changed, 115 insertions(+)

diff --git a/net-irc/inspircd/Manifest b/net-irc/inspircd/Manifest
index 2dd4bda02475..8c74dd0f447e 100644
--- a/net-irc/inspircd/Manifest
+++ b/net-irc/inspircd/Manifest
@@ -2,3 +2,5 @@ DIST inspircd-3.17.1-fix-build-paths.patch.bz2 4689 BLAKE2B ca479cde2278e3605d31
 DIST inspircd-3.17.1.tar.gz 881389 BLAKE2B 30e6dc24e8e517a71b3a582c3e2c92ef1e52f8a52e1b4acace79537bbf6ae04f904be0f55a96bc65acdbb386d5fbf80c5fcec88cbbb5f74f4f5f15bdb0ca701c SHA512 ae8699506d32e7c09c1b982baeea36eca520d6be65732976e77695f1ca1768aa070f0ae3b9abf9fd390201021a679ef5478114b66f40e996de6873f3fb83836b
 DIST inspircd-4.4.0-fix-build-paths.patch.bz2 4708 BLAKE2B f27de1c9617c862d691562444afe4dfa35f936c59d222e126fed17645e0a79f8d8cb6d7e9a55ea12602daf18f854178fc69871826c324922e5725b4017ece5ff SHA512 0172dcee9ef52d22af9956ee99c8c5f21644b54cad6497cfcaea17e6b8e4ac91d4b45fa1b2719e045310614509512fc4b5f1d3c25b67460d073cdf23f7c3cfaa
 DIST inspircd-4.4.0.tar.gz 1023377 BLAKE2B 5555a87056909ea198127464bb69134ac5f174128f5508efb421373f73cea57984f9637ad521c254c4580cf4a19f5673fbac4c73f61005fb69f6964a9f5823ac SHA512 242f02ffea0c9913847dc30ca8114ad10b5739de800a03f010d00c9fe9b68e99ed6c997b5bf6f6b9f85d5de28d35aa3118d58b2e38d0dc69d1ae82a539b172ac
+DIST inspircd-4.5.0-fix-build-paths.patch.bz2 4706 BLAKE2B cfdb4a3b85c1ea42098afd23ced2c79466141ec57996383cc0a70692a79dc42a92d38a47e66e0b861a35fa3894a99eb552284da38eba3f56a7f6dcc3323458ca SHA512 87cbf89fc1be1f9fd97da25faba3e20c77980d7b2a60ba377e9e1b99697de3657dd7cab9f7d1d3e8ecaa04eec11dd366b7253251428efe23e91b56e15e6184de
+DIST inspircd-4.5.0.tar.gz 1022091 BLAKE2B 9b9f24163eed1275035f48a53621ecbb257f26388cd4e900d209639efba7c1bf0b0165c6da7b3cdc8d6ac428c643ae89cab1051cee2cdf4c1c4e6980f5c7e81b SHA512 5cee1b2506ee4560cf519db9076d5e931c8a3ee0fda1bbb6ec3ee5f435a357d24cbe34ac4a99b082da1415bf1ab35eb7f7c2a7ae23f54af9e32e9757c099e060

diff --git a/net-irc/inspircd/inspircd-4.5.0.ebuild b/net-irc/inspircd/inspircd-4.5.0.ebuild
new file mode 100644
index 000000000000..8c393d7d475f
--- /dev/null
+++ b/net-irc/inspircd/inspircd-4.5.0.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit readme.gentoo-r1 systemd toolchain-funcs
+
+DESCRIPTION="Inspire IRCd - The Stable, High-Performance Modular IRCd"
+HOMEPAGE="https://www.inspircd.org/"
+SRC_URI="
+	https://github.com/inspircd/inspircd/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/clinew/gentoo-distfiles/raw/master/inspircd-${PV}-fix-build-paths.patch.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="argon2 debug gnutls ldap log-json maxminddb mysql pcre2 postgres re2 regex-posix sqlite ssl sslrehashsignal syslog"
+
+RDEPEND="
+	acct-group/inspircd
+	acct-user/inspircd
+	dev-lang/perl
+	net-libs/libpsl
+	argon2? ( app-crypt/argon2 )
+	gnutls? ( net-libs/gnutls:= dev-libs/libgcrypt:0 )
+	ldap? ( net-nds/openldap:= )
+	log-json? ( dev-libs/yyjson )
+	maxminddb? ( dev-libs/libmaxminddb:= )
+	mysql? ( dev-db/mysql-connector-c:= )
+	pcre2? ( dev-libs/libpcre2 )
+	postgres? ( dev-db/postgresql:= )
+	re2? ( dev-libs/re2:= )
+	sqlite? ( >=dev-db/sqlite-3.0 )
+	ssl? ( dev-libs/openssl:= )"
+DEPEND="${RDEPEND}"
+
+DOC_CONTENTS="
+	You will find example configuration files under /usr/share/doc/${PN}.\n
+	Read the ${PN}.conf file carefully before starting the service."
+DOCS=( docs/. .configure/apparmor )
+PATCHES=( "${WORKDIR}"/${P}-fix-build-paths.patch )
+
+src_configure() {
+	local extras=""
+
+	use argon2 && extras+="argon2,"
+	use gnutls && extras+="ssl_gnutls,"
+	use ldap && extras+="ldap,"
+	use log-json && extras+="log_json,"
+	use maxminddb && extras+="geo_maxmind,"
+	use mysql && extras+="mysql,"
+	use pcre2 && extras+="regex_pcre2,"
+	use postgres && extras+="pgsql,"
+	use re2 && extras+="regex_re2,"
+	use regex-posix && extras+="regex_posix,"
+	use sqlite && extras+="sqlite3,"
+	use ssl && extras+="ssl_openssl,"
+	use sslrehashsignal && extras+="sslrehashsignal,"
+	use syslog && extras+="log_syslog,"
+
+	# The first configuration run enables certain "extra" InspIRCd
+	# modules, the second run generates the actual makefile.
+	if [[ -n ${extras} ]]; then
+		./configure --enable-extras=${extras%,} || die
+	fi
+
+	local myconf=(
+		--disable-auto-extras
+		--disable-ownership
+		--system
+		--uid ${PN}
+		--gid ${PN}
+		--binary-dir="/usr/bin"
+		--data-dir="/var/lib/${PN}/data"
+		--example-dir="/usr/share/doc/${P}"
+		--manual-dir="/usr/share/man"
+		--module-dir="/usr/$(get_libdir)/${PN}/modules")
+	CXX="$(tc-getCXX)" ./configure "${myconf[@]}" || die
+}
+
+src_compile() {
+	emake LDFLAGS="${LDFLAGS}" CXXFLAGS="${CXXFLAGS}" $(usev debug INSPIRCD_DEBUG=2) INSPIRCD_VERBOSE=1
+}
+
+src_install() {
+	default
+
+	insinto "/usr/include/${PN}"
+	doins -r include/.
+
+	newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+	newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+	systemd_dounit .configure/inspircd.service
+
+	keepdir "/var/log/${PN}"
+	insinto "/etc/logrotate.d"
+	newins .configure/logrotate "${PN}"
+
+	diropts -o"${PN}" -g"${PN}" -m0700
+	keepdir "/var/lib/${PN}/data"
+
+	readme.gentoo_create_doc
+
+	rmdir "${ED}"/run{/inspircd,} || die
+}
+
+pkg_postinst() {
+	readme.gentoo_print_elog
+	if has_version "net-irc/atheme-services"; then
+		ewarn "Atheme does not work with InspIRCd version 4"
+		ewarn "See: https://github.com/atheme/atheme/issues/904"
+	fi
+}


             reply	other threads:[~2025-03-01  7:54 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-01  7:54 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-03 11:12 [gentoo-commits] repo/gentoo:master commit in: net-irc/inspircd/ Sam James
2025-03-03  7:37 Joonas Niilola
2025-02-10 13:28 Joonas Niilola
2025-01-07 19:54 Sam James
2024-12-01 11:51 Sam James
2024-08-25 20:27 Eli Schwartz
2024-08-13 14:57 Arthur Zamarin
2024-08-13 14:57 Arthur Zamarin
2024-08-13 12:41 Joonas Niilola
2024-08-13 12:41 Joonas Niilola
2024-08-13 12:41 Joonas Niilola
2024-07-29  8:14 Joonas Niilola
2024-07-08  5:54 Viorel Munteanu
2023-09-15  4:53 Arthur Zamarin
2023-08-22  5:57 Joonas Niilola
2023-08-22  5:57 Joonas Niilola
2023-07-14  6:50 Joonas Niilola
2023-07-14  6:50 Joonas Niilola
2023-05-20 12:32 Joonas Niilola
2023-03-08 13:43 Joonas Niilola
2023-02-22  7:51 Joonas Niilola
2023-02-22  6:09 Sam James
2023-01-16 10:26 Viorel Munteanu
2023-01-16 10:26 Viorel Munteanu
2023-01-04  5:23 Sam James
2023-01-04  5:23 Sam James
2022-10-05  0:03 Ionen Wolkens
2022-09-12 13:40 Joonas Niilola
2022-09-05  1:25 Sam James
2022-08-30  5:53 Joonas Niilola
2022-08-30  5:53 Joonas Niilola
2022-07-23  9:13 Joonas Niilola
2022-05-17 11:39 Ionen Wolkens
2022-05-17 11:39 Ionen Wolkens
2022-03-23  5:14 Sam James
2022-03-23  0:14 Sam James
2022-02-09 11:25 Sam James
2022-02-07  9:05 Jakov Smolić
2022-02-07  9:05 Jakov Smolić
2022-02-06  7:40 Sam James
2022-02-05  6:34 Sam James
2022-01-03 18:45 Florian Schmaus
2021-10-27  7:07 Sam James
2021-10-20  7:02 Agostino Sarubbo
2021-10-20  6:56 Agostino Sarubbo
2021-09-10  7:22 Joonas Niilola
2021-09-10  7:22 Joonas Niilola
2021-09-10  7:22 Joonas Niilola
2021-06-21 22:26 Sam James
2021-05-28 12:05 Agostino Sarubbo
2021-05-28 12:02 Agostino Sarubbo
2021-04-26 19:11 Sam James
2021-04-26 19:11 Sam James
2021-01-01 22:19 Andreas Sturmlechner
2020-11-25  7:43 Agostino Sarubbo
2020-11-24 12:57 Agostino Sarubbo
2020-11-22  3:52 Sam James
2020-11-22  3:52 Sam James
2020-11-05  8:12 Joonas Niilola
2020-11-05  8:12 Joonas Niilola
2020-05-04 17:26 Joonas Niilola
2020-05-04 17:26 Joonas Niilola
2020-05-04 17:26 Joonas Niilola
2020-05-04 17:26 Joonas Niilola
2020-04-09 12:38 Joonas Niilola
2020-02-08 16:25 David Seifert
2019-11-26 12:27 Agostino Sarubbo
2019-11-26 10:18 Thomas Deutschmann
2019-11-14  6:26 Joonas Niilola
2019-11-14  6:26 Joonas Niilola
2019-09-01 11:50 Joonas Niilola
2019-08-23 10:03 Agostino Sarubbo
2018-09-30 20:07 Michał Górny
2018-04-19 20:03 Mikle Kolyada
2018-04-17 22:09 Thomas Deutschmann
2017-10-03 20:53 Patrice Clement
2017-06-16 14:45 Patrice Clement
2017-06-11  8:05 Michael Palimaka
2017-03-04  5:52 Michael Palimaka
2017-03-03  9:02 Agostino Sarubbo
2016-01-23  8:26 Michael Palimaka
2016-01-22 13:02 Ian Delaney
2015-09-23 10:03 Agostino Sarubbo
2015-09-23 10:02 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1740815665.b71552fe787063d4f69d195e266bb305f6cf6b82.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox