From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 487781396D0 for ; Wed, 4 Oct 2017 09:45:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1CBA2BC040; Wed, 4 Oct 2017 09:45:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85AD92BC040 for ; Wed, 4 Oct 2017 09:45:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6572E341764 for ; Wed, 4 Oct 2017 09:45:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06DE59095 for ; Wed, 4 Oct 2017 09:45:43 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1507110323.3ea7dc6c0571ba1b675fd6db286b88df2041437d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/inspircd/, net-irc/inspircd/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/inspircd/files/inspircd-r3.confd net-irc/inspircd/files/inspircd-r3.initd net-irc/inspircd/inspircd-2.0.24-r1.ebuild net-irc/inspircd/inspircd-2.0.24.ebuild X-VCS-Directories: net-irc/inspircd/ net-irc/inspircd/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 3ea7dc6c0571ba1b675fd6db286b88df2041437d X-VCS-Branch: master Date: Wed, 4 Oct 2017 09:45:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 80c40583-ebaa-401c-945e-c6b5ca3bc2fd X-Archives-Hash: 47097eb461d9211d70a65a0e813a47f8 commit: 3ea7dc6c0571ba1b675fd6db286b88df2041437d Author: Wade Cline hotmail com> AuthorDate: Fri Sep 29 05:24:21 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Oct 4 09:45:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea7dc6c net-irc/inspircd: revbump to 2.0.24-r1. * Install documentation with proper permissions, it was previously only viewable by the root user. * Remove --logfile option when starting the daemon via OpenRC, this prevents double-logging when the user has configured logging by the more featureful InspIRCd configuration file. Closes: https://bugs.gentoo.org/617686 Closes: https://github.com/gentoo/gentoo/pull/5821 net-irc/inspircd/files/inspircd-r3.confd | 33 +++++++++++++++ net-irc/inspircd/files/inspircd-r3.initd | 48 ++++++++++++++++++++++ ...rcd-2.0.24.ebuild => inspircd-2.0.24-r1.ebuild} | 20 ++++++--- 3 files changed, 96 insertions(+), 5 deletions(-) diff --git a/net-irc/inspircd/files/inspircd-r3.confd b/net-irc/inspircd/files/inspircd-r3.confd new file mode 100644 index 00000000000..af9b3fe15e2 --- /dev/null +++ b/net-irc/inspircd/files/inspircd-r3.confd @@ -0,0 +1,33 @@ +# Distributed under the terms of the GNU General Public License v2 + +# Location of configuration file. Modify if you don't like the standard +# one. +# +#INSPIRCD_CONFIGFILE="/etc/inspircd/inspircd.conf" + +# File used to store the PID file. Usually you won't need to touch it. +# If you are changing PID file do not forget to set new PID file in +# INSPIRCD_CONFIGFILE as well. +# +#INSPIRCD_PIDFILE="/run/inspircd/inspircd.pid" + +# User to run InspIRCd as +# +#INSPIRCD_USER="inspircd" +#INSPIRCD_GROUP="inspircd" + +# You can use this configuration option to pass additional options to the +# start-stop-daemon, see start-stop-daemon(8) for more details. +# Per default we start InspIRCd without any output (quiet) +# as user $INSPIRCD_USER and wait 1000ms after we have started the service +# to ensure that the daemon is really up and running. +#INSPIRCD_SSDARGS="--quiet --user \"${INSPIRCD_USER}\" --wait 1000" + +# The termination timeout (start-stop-daemon parameter "retry") ensures +# that the service will be terminated within a given time (25 + 5 seconds +# per default) when you are stopping the service. +#INSPIRCD_TERMTIMEOUT="TERM/25/KILL/5" + +# Options to collectd +# See `/usr/bin/inspircd --help` for more details +#INSPIRCD_OPTS="" diff --git a/net-irc/inspircd/files/inspircd-r3.initd b/net-irc/inspircd/files/inspircd-r3.initd new file mode 100644 index 00000000000..4d8dac81936 --- /dev/null +++ b/net-irc/inspircd/files/inspircd-r3.initd @@ -0,0 +1,48 @@ +#!/sbin/openrc-run +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +: ${INSPIRCD_USER:="inspircd"} +: ${INSPIRCD_GROUP:="inspircd"} +: ${INSPIRCD_CONFIGFILE:="/etc/inspircd/inspircd.conf"} +: ${INSPIRCD_PIDFILE:="/run/inspircd/inspircd.pid"} +: ${INSPIRCD_SSDARGS:="--quiet --wait 1000"} +: ${INSPIRCD_TERMTIMEOUT:="TERM/25/KILL/5"} +: ${INSPIRCD_OPTS:=""} + +command="/usr/bin/inspircd" +command_args="${INSPIRCD_OPTS} --config \"${INSPIRCD_CONFIGFILE}\"" +command_user="${INSPIRCD_USER}" +start_stop_daemon_args="${INSPIRCD_SSDARGS}" +pidfile="${INSPIRCD_PIDFILE}" +retry="${INSPIRCD_TERMTIMEOUT}" + +required_files="${INSPIRCD_CONFIGFILE}" + +name="InspIRCd" + +description="InspIRCd is a modular Internet Relay Chat (IRC) server." + +extra_commands="version" +extra_started_commands="rehash" + +depend() { + use dns + provide ircd +} + +start_pre() { + checkpath --directory --mode 0750 --owner ${INSPIRCD_USER}:${INSPIRCD_GROUP} "$(dirname "${INSPIRCD_PIDFILE}")" +} + +rehash() { + ebegin "Rehashing InspIRCd" + start-stop-daemon --signal HUP --pidfile "${pidfile}" + eend $? +} + +version() { + ebegin "Retrieve InspIRCd version" + ${command} --version + eend $? +} diff --git a/net-irc/inspircd/inspircd-2.0.24.ebuild b/net-irc/inspircd/inspircd-2.0.24-r1.ebuild similarity index 85% rename from net-irc/inspircd/inspircd-2.0.24.ebuild rename to net-irc/inspircd/inspircd-2.0.24-r1.ebuild index d7604a18517..d3c92bdafc3 100644 --- a/net-irc/inspircd/inspircd-2.0.24.ebuild +++ b/net-irc/inspircd/inspircd-2.0.24-r1.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit toolchain-funcs user +inherit toolchain-funcs user versionator DESCRIPTION="Inspire IRCd - The Stable, High-Performance Modular IRCd" HOMEPAGE="https://inspircd.github.com/" @@ -27,6 +27,7 @@ RDEPEND=" tre? ( dev-libs/tre )" DEPEND="${RDEPEND}" +DOCS=( docs/. ) PATCHES=( "${FILESDIR}"/${P}-fix-path-builds.patch ) pkg_setup() { @@ -83,16 +84,17 @@ src_install() { insinto "/usr/include/${PN}" doins -r include/. + einstalldocs + diropts -o"${PN}" -g"${PN}" -m0700 dodir "/var/lib/${PN}" dodir "/var/lib/${PN}/data" - newinitd "${FILESDIR}/${PN}-r2.initd" "${PN}" - newconfd "${FILESDIR}/${PN}.confd" "${PN}" + newinitd "${FILESDIR}/${PN}-r3.initd" "${PN}" + newconfd "${FILESDIR}/${PN}-r3.confd" "${PN}" keepdir "/var/log/${PN}" - dodoc -r docs/* rm -r "${D%/}/etc/${PN}" || die dodir "/etc/${PN}" dodir "/etc/${PN}/aliases" @@ -108,6 +110,14 @@ pkg_postinst() { elog "/usr/share/doc/${PN}" elog "Read the ${PN}.conf.example file carefully before " elog "starting the service." - elog fi + local pv="" + for pv in ${REPLACING_VERSIONS}; do + if ! version_is_at_least "2.0.24-r1" "${pv}"; then + elog "Starting with 2.0.24-r1 the daemon is no longer started" + elog "with the --logfile option and you are thus expected to define" + elog "logging in the InspIRCd configuration file if you want it." + break + fi + done }