public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2022-01-01  9:38 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2022-01-01  9:38 UTC (permalink / raw
  To: gentoo-commits

commit:     bca08e9bf1a7ca5e1ae95323a11919966973e171
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 09:28:18 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 09:38:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca08e9b

net-irc/anope: drop 2.0.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/Manifest           |   1 -
 net-irc/anope/anope-2.0.9.ebuild | 152 ---------------------------------------
 2 files changed, 153 deletions(-)

diff --git a/net-irc/anope/Manifest b/net-irc/anope/Manifest
index fe6207869db7..53252edc6751 100644
--- a/net-irc/anope/Manifest
+++ b/net-irc/anope/Manifest
@@ -1,2 +1 @@
 DIST anope-2.0.10.tar.gz 1809378 BLAKE2B d10323ace767aff19194f7cff353aecbced6122ef72d379d050c8dab3c7013adf6b3e649ffd95edc03bc8ca4873f60ad84991ef0f5c9c454b27ec0eda29edc6d SHA512 2a0e4f14a275a6b986fd224449dddd66584de92509770311262076bd659ba0bbd6e2726fc7a22a6edef57ade5268756ac0c56e6f220fb953ed83e72017d1c67b
-DIST anope-2.0.9.tar.gz 1808866 BLAKE2B db5755dbb88edb9fcc2f00c1dc324894f22b9e6bc97c9cf57b40d2296014341fe3ade8a8e1b64879b852aef6637e1bb89947deb7a41e009e25101a0a992515e7 SHA512 0ce2caa5ede2831215781a333d896f1169f90bbb515078912f32beaff1699b7957384974cca7c86f1d584d624cb43c76769299ce245ee1fb6836ce7f14ada3e0

diff --git a/net-irc/anope/anope-2.0.9.ebuild b/net-irc/anope/anope-2.0.9.ebuild
deleted file mode 100644
index 1d6c41175cc7..000000000000
--- a/net-irc/anope/anope-2.0.9.ebuild
+++ /dev/null
@@ -1,152 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Anope IRC Services"
-HOMEPAGE="https://anope.org/ https://github.com/anope/anope/"
-SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
-REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
-
-BDEPEND="sys-devel/gettext"
-DEPEND="
-	acct-group/anope
-	acct-user/anope
-	mysql? ( dev-db/mysql-connector-c:0= )
-	ssl? ( dev-libs/openssl:0= )
-	gnutls? (
-		net-libs/gnutls:0=
-		dev-libs/libgcrypt:0=
-	)
-	ldap? ( net-nds/openldap )
-	pcre? ( dev-libs/libpcre )
-	sqlite? ( dev-db/sqlite:3 )
-	tre? ( dev-libs/tre )
-	virtual/libintl
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-2.0.6-example.conf-pid-path.patch"
-	"${FILESDIR}/${PN}-2.0.7-example.conf-user.patch"
-)
-
-src_prepare() {
-	anope_enable_mod() {
-		local modulefile=${1}
-		ln -s "extra/${modulefile}" "modules/" || \
-			die "Failed to use ${modulefile}"
-	}
-
-	# These all require MySQL specifically
-	if use mysql ; then
-		anope_enable_mod "m_mysql.cpp"
-		anope_enable_mod "stats/irc2sql/irc2sql.cpp"
-		anope_enable_mod "stats/irc2sql/irc2sql.h"
-		anope_enable_mod "stats/irc2sql/tables.cpp"
-		anope_enable_mod "stats/irc2sql/utils.cpp"
-		anope_enable_mod "stats/m_chanstats.cpp"
-		anope_enable_mod "stats/cs_fantasy_top.cpp"
-		anope_enable_mod "stats/cs_fantasy_stats.cpp"
-		anope_enable_mod "m_sql_log.cpp"
-		anope_enable_mod "m_sql_oper.cpp"
-	fi
-
-	use sqlite && anope_enable_mod "m_sqlite.cpp"
-
-	# Any SQL implementation
-	if use sql ; then
-		anope_enable_mod "m_sql_authentication.cpp"
-	fi
-
-	if use ldap ; then
-		anope_enable_mod "m_ldap.cpp"
-		anope_enable_mod "m_ldap_authentication.cpp"
-		anope_enable_mod "m_ldap_oper.cpp"
-	fi
-
-	use gnutls && anope_enable_mod "m_ssl_gnutls.cpp"
-	use pcre && anope_enable_mod "m_regex_pcre.cpp"
-	use ssl && anope_enable_mod "m_ssl_openssl.cpp"
-	use tre && anope_enable_mod "m_regex_tre.cpp"
-
-	# Unconditional modules
-	anope_enable_mod "m_regex_posix.cpp"
-
-	# Avoid a silly sandbox error - tries to delete /usr/lib/modules
-	sed -i '/install.*REMOVE_RECURSE.*/d' CMakeLists.txt || die
-
-	# Copy anope.conf for fixup to comply w/ prefix
-	cp "${FILESDIR}/anope-conf.d-v2" "${T}" || die
-
-	# Look in the right place for modules
-	sed -i "s~%LIBDIR%~${EPREFIX}/usr/$(get_libdir)/anope/~" \
-		"${T}/anope-conf.d-v2" || die
-
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBIN_DIR="libexec/anope"
-		-DDB_DIR="../var/lib/anope"
-		-DDOC_DIR="share/doc/${PF}"
-		-DLIB_DIR="$(get_libdir)/anope"
-		-DLOCALE_DIR="share/locale"
-		-DCONF_DIR="/etc/anope"
-		-DLOGS_DIR="../var/log/anope/"
-	)
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	newinitd "${FILESDIR}/anope-init.d" "${PN}"
-	newconfd "${T}/anope-conf.d-v2" "${PN}"
-
-	dosym ../libexec/anope/services /usr/bin/services
-	dosym ../libexec/anope/anopesmtp /usr/bin/anopesmtp
-
-	keepdir /var/log/anope /var/lib/anope/backups
-	fowners anope:anope /var/{lib,log}/anope /var/lib/anope/backups
-
-	dodoc -r docs/* data/example.conf
-
-	insinto /etc/anope
-	newins data/example.conf services.conf
-
-	fowners anope:anope /var/log/anope
-	fowners anope:anope /var/lib/anope/backups/
-}
-
-pkg_postinst() {
-	if [[ -z "${REPLACING_VERSIONS}" ]] ; then
-		# Only tell them about this on a fresh install.
-		elog
-		ewarn "Anope won't run out of the box, you still have to configure it to match your IRCd's configuration."
-		ewarn "Edit /etc/anope/services.conf to configure Anope."
-		elog
-	else
-		# We're replacing some versions. Find out which.
-		local ver
-		for ver in "${REPLACING_VERSIONS}" ; do
-			if ver_test ${ver} -lt 2.0.7 ; then
-				# In this version, we introduced correct FHS structure
-				# We need the users to make some changes to their services.conf
-				ewarn "Please modify your services.conf to include the following directive:"
-				ewarn "in options{}, please include user=\"anope\" and group=\"anope\""
-				ewarn "This is needed because Anope now starts as root and drops down."
-				ewarn "Reference: https://wiki.anope.org/index.php/2.0/Configuration#Services_Process_Options"
-			fi
-		done
-	fi
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2023-11-25  4:49 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2023-11-25  4:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6089ad9a92937c206a3fdc76740c77718bb9f90e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 04:23:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 04:23:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6089ad9a

net-irc/anope: drop 2.0.11, 2.0.13

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/Manifest            |   2 -
 net-irc/anope/anope-2.0.11.ebuild | 150 -------------------------------------
 net-irc/anope/anope-2.0.13.ebuild | 154 --------------------------------------
 3 files changed, 306 deletions(-)

diff --git a/net-irc/anope/Manifest b/net-irc/anope/Manifest
index 3b7e7a675781..f7f68281ee74 100644
--- a/net-irc/anope/Manifest
+++ b/net-irc/anope/Manifest
@@ -1,3 +1 @@
-DIST anope-2.0.11.tar.gz 1812305 BLAKE2B cb1579f5483df1207482458d63d5293375310f8a54ed528b749f8355f122a1a71a0c17b9ef82477bd429f0c672746f5d5c28d51e12d8695c8c1c8368fd651307 SHA512 120588a815600abb93b77d3e9cb18527a61e955e9dbc947e4e62c97bac871325863f519d20535882f3eff136743454c08af62fd3cd4825e5a956fd1a4ac4d728
-DIST anope-2.0.13.tar.gz 1639815 BLAKE2B 922ee06b10140bb7b55942020847ad9aa77333a3d28c1b45c1c601714166d75eba4eae4cb0689d9c31801688b1aacfc132321358d76a1518062462fd904343a0 SHA512 5e6803af1bc1c18e4640920e888e8586be6ce116e80c5d90f48b8490baf4490731a4f896ccfa17ec4b6f47dabb29b05c90ba9b4b2c19907a41850079d3f315b6
 DIST anope-2.0.14.tar.gz 1642605 BLAKE2B 0c741a0f214a3807dcfaa1a90f63d922549c92904cb632432129ca1f252f182037882b954d4ef3d8d1417d00ebd96de58528a3916aac24a556507872df326408 SHA512 0dfa71a8ecd164fb8bf2864ac13969610b8fcd0ec9dea2e65dabc2d8808fe392f966d08dfffce31410344ea5a1ab88d85e9083b4ce25003a699adf0f3649b08d

diff --git a/net-irc/anope/anope-2.0.11.ebuild b/net-irc/anope/anope-2.0.11.ebuild
deleted file mode 100644
index 5638effab5e0..000000000000
--- a/net-irc/anope/anope-2.0.11.ebuild
+++ /dev/null
@@ -1,150 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Anope IRC Services"
-HOMEPAGE="https://anope.org/ https://github.com/anope/anope/"
-SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
-REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
-
-DEPEND="
-	acct-group/anope
-	acct-user/anope
-	mysql? ( dev-db/mysql-connector-c:0= )
-	ssl? ( dev-libs/openssl:0= )
-	gnutls? (
-		net-libs/gnutls:0=
-		dev-libs/libgcrypt:0=
-	)
-	ldap? ( net-nds/openldap:= )
-	pcre? ( dev-libs/libpcre )
-	sqlite? ( dev-db/sqlite:3 )
-	tre? ( dev-libs/tre )
-	virtual/libintl
-"
-RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/gettext"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-2.0.6-example.conf-pid-path.patch"
-	"${FILESDIR}/${PN}-2.0.7-example.conf-user.patch"
-)
-
-src_prepare() {
-	anope_enable_mod() {
-		local modulefile=${1}
-		ln -s "extra/${modulefile}" "modules/" || \
-			die "Failed to use ${modulefile}"
-	}
-
-	# These all require MySQL specifically
-	if use mysql ; then
-		anope_enable_mod "m_mysql.cpp"
-		anope_enable_mod "stats/irc2sql/irc2sql.cpp"
-		anope_enable_mod "stats/irc2sql/irc2sql.h"
-		anope_enable_mod "stats/irc2sql/tables.cpp"
-		anope_enable_mod "stats/irc2sql/utils.cpp"
-		anope_enable_mod "stats/m_chanstats.cpp"
-		anope_enable_mod "stats/cs_fantasy_top.cpp"
-		anope_enable_mod "stats/cs_fantasy_stats.cpp"
-		anope_enable_mod "m_sql_log.cpp"
-		anope_enable_mod "m_sql_oper.cpp"
-	fi
-
-	use sqlite && anope_enable_mod "m_sqlite.cpp"
-
-	# Any SQL implementation
-	if use sql ; then
-		anope_enable_mod "m_sql_authentication.cpp"
-	fi
-
-	if use ldap ; then
-		anope_enable_mod "m_ldap.cpp"
-		anope_enable_mod "m_ldap_authentication.cpp"
-		anope_enable_mod "m_ldap_oper.cpp"
-	fi
-
-	use gnutls && anope_enable_mod "m_ssl_gnutls.cpp"
-	use pcre && anope_enable_mod "m_regex_pcre.cpp"
-	use ssl && anope_enable_mod "m_ssl_openssl.cpp"
-	use tre && anope_enable_mod "m_regex_tre.cpp"
-
-	# Unconditional modules
-	anope_enable_mod "m_regex_posix.cpp"
-
-	# Avoid a silly sandbox error - tries to delete /usr/lib/modules
-	sed -i '/install.*REMOVE_RECURSE.*/d' CMakeLists.txt || die
-
-	# Copy anope.conf for fixup to comply w/ prefix
-	cp "${FILESDIR}"/anope-conf.d-v2 "${T}" || die
-
-	# Look in the right place for modules
-	sed -i "s~%LIBDIR%~${EPREFIX}/usr/$(get_libdir)/anope/~" \
-		"${T}"/anope-conf.d-v2 || die
-
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBIN_DIR="libexec/anope"
-		-DDB_DIR="../var/lib/anope"
-		-DDOC_DIR="share/doc/${PF}"
-		-DLIB_DIR="$(get_libdir)/anope"
-		-DLOCALE_DIR="share/locale"
-		-DCONF_DIR="/etc/anope"
-		-DLOGS_DIR="../var/log/anope/"
-	)
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	newinitd "${FILESDIR}"/anope-init.d ${PN}
-	newconfd "${T}"/anope-conf.d-v2 ${PN}
-
-	dosym ../libexec/anope/services /usr/bin/services
-	dosym ../libexec/anope/anopesmtp /usr/bin/anopesmtp
-
-	keepdir /var/log/anope /var/lib/anope/backups
-	fowners anope:anope /var/{lib,log}/anope /var/lib/anope/backups
-
-	dodoc -r docs/* data/example.conf
-
-	insinto /etc/anope
-	newins data/example.conf services.conf
-
-	fowners anope:anope /var/log/anope
-	fowners anope:anope /var/lib/anope/backups/
-}
-
-pkg_postinst() {
-	if [[ -z "${REPLACING_VERSIONS}" ]] ; then
-		# Only tell them about this on a fresh install.
-		ewarn "Anope won't run out of the box, you still have to configure it to match your IRCd's configuration."
-		ewarn "Edit /etc/anope/services.conf to configure Anope."
-	else
-		# We're replacing some versions. Find out which.
-		local ver
-		for ver in ${REPLACING_VERSIONS} ; do
-			if ver_test ${ver} -lt 2.0.7 ; then
-				# In this version, we introduced correct FHS structure
-				# We need the users to make some changes to their services.conf
-				ewarn "Please modify your services.conf to include the following directive:"
-				ewarn "in options{}, please include user=\"anope\" and group=\"anope\""
-				ewarn "This is needed because Anope now starts as root and drops down."
-				ewarn "Reference: https://wiki.anope.org/index.php/2.0/Configuration#Services_Process_Options"
-			fi
-		done
-	fi
-}

diff --git a/net-irc/anope/anope-2.0.13.ebuild b/net-irc/anope/anope-2.0.13.ebuild
deleted file mode 100644
index 88159b72e6e0..000000000000
--- a/net-irc/anope/anope-2.0.13.ebuild
+++ /dev/null
@@ -1,154 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Anope IRC Services"
-HOMEPAGE="https://anope.org/ https://github.com/anope/anope/"
-SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
-REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
-
-DEPEND="
-	acct-group/anope
-	acct-user/anope
-	mysql? ( dev-db/mysql-connector-c:= )
-	ssl? ( dev-libs/openssl:= )
-	gnutls? (
-		net-libs/gnutls:=
-		dev-libs/libgcrypt:=
-	)
-	ldap? ( net-nds/openldap:= )
-	pcre? ( dev-libs/libpcre2 )
-	sqlite? ( dev-db/sqlite:3 )
-	tre? ( dev-libs/tre )
-	virtual/libintl
-"
-RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/gettext"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-2.0.6-example.conf-pid-path.patch"
-	"${FILESDIR}/${PN}-2.0.7-example.conf-user.patch"
-)
-
-src_prepare() {
-	anope_enable_mod() {
-		local modulefile=${1}
-		ln -s "extra/${modulefile}" "modules/" || \
-			die "Failed to use ${modulefile}"
-	}
-
-	# These all require MySQL specifically
-	if use mysql ; then
-		anope_enable_mod "m_mysql.cpp"
-		anope_enable_mod "stats/irc2sql/irc2sql.cpp"
-		anope_enable_mod "stats/irc2sql/irc2sql.h"
-		anope_enable_mod "stats/irc2sql/tables.cpp"
-		anope_enable_mod "stats/irc2sql/utils.cpp"
-		anope_enable_mod "stats/m_chanstats.cpp"
-		anope_enable_mod "stats/cs_fantasy_top.cpp"
-		anope_enable_mod "stats/cs_fantasy_stats.cpp"
-		anope_enable_mod "m_sql_log.cpp"
-		anope_enable_mod "m_sql_oper.cpp"
-	fi
-
-	use sqlite && anope_enable_mod "m_sqlite.cpp"
-
-	# Any SQL implementation
-	if use sql ; then
-		anope_enable_mod "m_sql_authentication.cpp"
-	fi
-
-	if use ldap ; then
-		anope_enable_mod "m_ldap.cpp"
-		anope_enable_mod "m_ldap_authentication.cpp"
-		anope_enable_mod "m_ldap_oper.cpp"
-	fi
-
-	use gnutls && anope_enable_mod "m_ssl_gnutls.cpp"
-	use pcre && anope_enable_mod "m_regex_pcre2.cpp"
-	use ssl && anope_enable_mod "m_ssl_openssl.cpp"
-	use tre && anope_enable_mod "m_regex_tre.cpp"
-
-	# Unconditional modules
-	anope_enable_mod "m_regex_posix.cpp"
-
-	# Avoid a silly sandbox error - tries to delete /usr/lib/modules
-	sed -i '/install.*REMOVE_RECURSE.*/d' CMakeLists.txt || die
-
-	# Copy anope.conf for fixup to comply w/ prefix
-	cp "${FILESDIR}"/anope-conf.d-v2 "${T}" || die
-
-	# Look in the right place for modules
-	sed -i "s~%LIBDIR%~${EPREFIX}/usr/$(get_libdir)/anope/~" \
-		"${T}"/anope-conf.d-v2 || die
-
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBIN_DIR="libexec/anope"
-		-DDB_DIR="../var/lib/anope"
-		-DDOC_DIR="share/doc/${PF}"
-		-DLIB_DIR="$(get_libdir)/anope"
-		-DLOCALE_DIR="share/locale"
-		-DCONF_DIR="/etc/anope"
-		-DLOGS_DIR="../var/log/anope/"
-	)
-
-	# https://gitlab.kitware.com/cmake/cmake/-/issues/24237
-	# https://bugs.anope.org/view.php?id=1753
-	unset CLICOLOR CLICOLOR_FORCE CMAKE_COMPILER_COLOR_DIAGNOSTICS CMAKE_COLOR_DIAGNOSTICS
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	newinitd "${FILESDIR}"/anope-init.d ${PN}
-	newconfd "${T}"/anope-conf.d-v2 ${PN}
-
-	dosym ../libexec/anope/services /usr/bin/services
-	dosym ../libexec/anope/anopesmtp /usr/bin/anopesmtp
-
-	keepdir /var/log/anope /var/lib/anope/backups
-	fowners anope:anope /var/{lib,log}/anope /var/lib/anope/backups
-
-	dodoc -r docs/* data/example.conf
-
-	insinto /etc/anope
-	newins data/example.conf services.conf
-
-	fowners anope:anope /var/log/anope
-	fowners anope:anope /var/lib/anope/backups/
-}
-
-pkg_postinst() {
-	if [[ -z "${REPLACING_VERSIONS}" ]] ; then
-		# Only tell them about this on a fresh install.
-		ewarn "Anope won't run out of the box, you still have to configure it to match your IRCd's configuration."
-		ewarn "Edit /etc/anope/services.conf to configure Anope."
-	else
-		# We're replacing some versions. Find out which.
-		local ver
-		for ver in ${REPLACING_VERSIONS} ; do
-			if ver_test ${ver} -lt 2.0.7 ; then
-				# In this version, we introduced correct FHS structure
-				# We need the users to make some changes to their services.conf
-				ewarn "Please modify your services.conf to include the following directive:"
-				ewarn "in options{}, please include user=\"anope\" and group=\"anope\""
-				ewarn "This is needed because Anope now starts as root and drops down."
-				ewarn "Reference: https://wiki.anope.org/index.php/2.0/Configuration#Services_Process_Options"
-			fi
-		done
-	fi
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2023-08-07  5:06 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2023-08-07  5:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5acaa057bfcf3466243617528a04cc1f2982861d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  7 04:49:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  7 04:49:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acaa057

net-irc/anope: add 2.0.14

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/Manifest            |   1 +
 net-irc/anope/anope-2.0.14.ebuild | 154 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 155 insertions(+)

diff --git a/net-irc/anope/Manifest b/net-irc/anope/Manifest
index 5ccc295fb722..3b7e7a675781 100644
--- a/net-irc/anope/Manifest
+++ b/net-irc/anope/Manifest
@@ -1,2 +1,3 @@
 DIST anope-2.0.11.tar.gz 1812305 BLAKE2B cb1579f5483df1207482458d63d5293375310f8a54ed528b749f8355f122a1a71a0c17b9ef82477bd429f0c672746f5d5c28d51e12d8695c8c1c8368fd651307 SHA512 120588a815600abb93b77d3e9cb18527a61e955e9dbc947e4e62c97bac871325863f519d20535882f3eff136743454c08af62fd3cd4825e5a956fd1a4ac4d728
 DIST anope-2.0.13.tar.gz 1639815 BLAKE2B 922ee06b10140bb7b55942020847ad9aa77333a3d28c1b45c1c601714166d75eba4eae4cb0689d9c31801688b1aacfc132321358d76a1518062462fd904343a0 SHA512 5e6803af1bc1c18e4640920e888e8586be6ce116e80c5d90f48b8490baf4490731a4f896ccfa17ec4b6f47dabb29b05c90ba9b4b2c19907a41850079d3f315b6
+DIST anope-2.0.14.tar.gz 1642605 BLAKE2B 0c741a0f214a3807dcfaa1a90f63d922549c92904cb632432129ca1f252f182037882b954d4ef3d8d1417d00ebd96de58528a3916aac24a556507872df326408 SHA512 0dfa71a8ecd164fb8bf2864ac13969610b8fcd0ec9dea2e65dabc2d8808fe392f966d08dfffce31410344ea5a1ab88d85e9083b4ce25003a699adf0f3649b08d

diff --git a/net-irc/anope/anope-2.0.14.ebuild b/net-irc/anope/anope-2.0.14.ebuild
new file mode 100644
index 000000000000..5481ad49d61a
--- /dev/null
+++ b/net-irc/anope/anope-2.0.14.ebuild
@@ -0,0 +1,154 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Anope IRC Services"
+HOMEPAGE="https://anope.org/ https://github.com/anope/anope/"
+SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
+REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
+
+DEPEND="
+	acct-group/anope
+	acct-user/anope
+	mysql? ( dev-db/mysql-connector-c:= )
+	ssl? ( dev-libs/openssl:= )
+	gnutls? (
+		net-libs/gnutls:=
+		dev-libs/libgcrypt:=
+	)
+	ldap? ( net-nds/openldap:= )
+	pcre? ( dev-libs/libpcre2 )
+	sqlite? ( dev-db/sqlite:3 )
+	tre? ( dev-libs/tre )
+	virtual/libintl
+"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/gettext"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-2.0.6-example.conf-pid-path.patch"
+	"${FILESDIR}/${PN}-2.0.7-example.conf-user.patch"
+)
+
+src_prepare() {
+	anope_enable_mod() {
+		local modulefile=${1}
+		ln -s "extra/${modulefile}" "modules/" || \
+			die "Failed to use ${modulefile}"
+	}
+
+	# These all require MySQL specifically
+	if use mysql ; then
+		anope_enable_mod "m_mysql.cpp"
+		anope_enable_mod "stats/irc2sql/irc2sql.cpp"
+		anope_enable_mod "stats/irc2sql/irc2sql.h"
+		anope_enable_mod "stats/irc2sql/tables.cpp"
+		anope_enable_mod "stats/irc2sql/utils.cpp"
+		anope_enable_mod "stats/m_chanstats.cpp"
+		anope_enable_mod "stats/cs_fantasy_top.cpp"
+		anope_enable_mod "stats/cs_fantasy_stats.cpp"
+		anope_enable_mod "m_sql_log.cpp"
+		anope_enable_mod "m_sql_oper.cpp"
+	fi
+
+	use sqlite && anope_enable_mod "m_sqlite.cpp"
+
+	# Any SQL implementation
+	if use sql ; then
+		anope_enable_mod "m_sql_authentication.cpp"
+	fi
+
+	if use ldap ; then
+		anope_enable_mod "m_ldap.cpp"
+		anope_enable_mod "m_ldap_authentication.cpp"
+		anope_enable_mod "m_ldap_oper.cpp"
+	fi
+
+	use gnutls && anope_enable_mod "m_ssl_gnutls.cpp"
+	use pcre && anope_enable_mod "m_regex_pcre2.cpp"
+	use ssl && anope_enable_mod "m_ssl_openssl.cpp"
+	use tre && anope_enable_mod "m_regex_tre.cpp"
+
+	# Unconditional modules
+	anope_enable_mod "m_regex_posix.cpp"
+
+	# Avoid a silly sandbox error - tries to delete /usr/lib/modules
+	sed -i '/install.*REMOVE_RECURSE.*/d' CMakeLists.txt || die
+
+	# Copy anope.conf for fixup to comply w/ prefix
+	cp "${FILESDIR}"/anope-conf.d-v2 "${T}" || die
+
+	# Look in the right place for modules
+	sed -i "s~%LIBDIR%~${EPREFIX}/usr/$(get_libdir)/anope/~" \
+		"${T}"/anope-conf.d-v2 || die
+
+	cmake_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBIN_DIR="libexec/anope"
+		-DDB_DIR="../var/lib/anope"
+		-DDOC_DIR="share/doc/${PF}"
+		-DLIB_DIR="$(get_libdir)/anope"
+		-DLOCALE_DIR="share/locale"
+		-DCONF_DIR="/etc/anope"
+		-DLOGS_DIR="../var/log/anope/"
+	)
+
+	# https://gitlab.kitware.com/cmake/cmake/-/issues/24237
+	# https://bugs.anope.org/view.php?id=1753
+	unset CLICOLOR CLICOLOR_FORCE CMAKE_COMPILER_COLOR_DIAGNOSTICS CMAKE_COLOR_DIAGNOSTICS
+
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+
+	newinitd "${FILESDIR}"/anope-init.d ${PN}
+	newconfd "${T}"/anope-conf.d-v2 ${PN}
+
+	dosym ../libexec/anope/services /usr/bin/services
+	dosym ../libexec/anope/anopesmtp /usr/bin/anopesmtp
+
+	keepdir /var/log/anope /var/lib/anope/backups
+	fowners anope:anope /var/{lib,log}/anope /var/lib/anope/backups
+
+	dodoc -r docs/* data/example.conf
+
+	insinto /etc/anope
+	newins data/example.conf services.conf
+
+	fowners anope:anope /var/log/anope
+	fowners anope:anope /var/lib/anope/backups/
+}
+
+pkg_postinst() {
+	if [[ -z "${REPLACING_VERSIONS}" ]] ; then
+		# Only tell them about this on a fresh install.
+		ewarn "Anope won't run out of the box, you still have to configure it to match your IRCd's configuration."
+		ewarn "Edit /etc/anope/services.conf to configure Anope."
+	else
+		# We're replacing some versions. Find out which.
+		local ver
+		for ver in ${REPLACING_VERSIONS} ; do
+			if ver_test ${ver} -lt 2.0.7 ; then
+				# In this version, we introduced correct FHS structure
+				# We need the users to make some changes to their services.conf
+				ewarn "Please modify your services.conf to include the following directive:"
+				ewarn "in options{}, please include user=\"anope\" and group=\"anope\""
+				ewarn "This is needed because Anope now starts as root and drops down."
+				ewarn "Reference: https://wiki.anope.org/index.php/2.0/Configuration#Services_Process_Options"
+			fi
+		done
+	fi
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2023-07-15  6:08 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2023-07-15  6:08 UTC (permalink / raw
  To: gentoo-commits

commit:     523fc39cae753f150c620c660798c1d1f86de87e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 06:08:09 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 06:08:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523fc39c

net-irc/anope: Stabilize 2.0.13 arm, #910275

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/anope-2.0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.13.ebuild b/net-irc/anope/anope-2.0.13.ebuild
index 2f40bfaf5471..88159b72e6e0 100644
--- a/net-irc/anope/anope-2.0.13.ebuild
+++ b/net-irc/anope/anope-2.0.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
 


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2023-07-15  3:10 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2023-07-15  3:10 UTC (permalink / raw
  To: gentoo-commits

commit:     75911fe51e4f944ff481ee88565ecded4cba701d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 03:08:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 03:10:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75911fe5

net-irc/anope: Stabilize 2.0.13 arm64, #910275

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/anope-2.0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.13.ebuild b/net-irc/anope/anope-2.0.13.ebuild
index e9d802124ff8..2f40bfaf5471 100644
--- a/net-irc/anope/anope-2.0.13.ebuild
+++ b/net-irc/anope/anope-2.0.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
 


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2023-07-13  6:53 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2023-07-13  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     3bea1421e32f98cbd145b142da518476c4bbfb03
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 06:53:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 13 06:53:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bea1421

net-irc/anope: Stabilize 2.0.13 amd64, #910275

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/anope-2.0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.13.ebuild b/net-irc/anope/anope-2.0.13.ebuild
index 5481ad49d61a..f8d608f42333 100644
--- a/net-irc/anope/anope-2.0.13.ebuild
+++ b/net-irc/anope/anope-2.0.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
 


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2023-07-13  6:53 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2023-07-13  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     7ecda6f98d1b6b6ebe2b67f099de3d75226d773e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 13 06:53:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 13 06:53:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecda6f9

net-irc/anope: Stabilize 2.0.13 x86, #910275

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/anope-2.0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.13.ebuild b/net-irc/anope/anope-2.0.13.ebuild
index f8d608f42333..e9d802124ff8 100644
--- a/net-irc/anope/anope-2.0.13.ebuild
+++ b/net-irc/anope/anope-2.0.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
 


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2023-06-09 13:40 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2023-06-09 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     434a73024b6b69797fd57890e7231a519fcb0031
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 13:40:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 13:40:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=434a7302

net-irc/anope: add 2.0.13

I'm sorry this took so long, it's because I was looking into a CMake bug
with CLICOLOR_FORCE=1 and then got sidetracked.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/Manifest            |   1 +
 net-irc/anope/anope-2.0.13.ebuild | 154 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 155 insertions(+)

diff --git a/net-irc/anope/Manifest b/net-irc/anope/Manifest
index db5af0191baa..5ccc295fb722 100644
--- a/net-irc/anope/Manifest
+++ b/net-irc/anope/Manifest
@@ -1 +1,2 @@
 DIST anope-2.0.11.tar.gz 1812305 BLAKE2B cb1579f5483df1207482458d63d5293375310f8a54ed528b749f8355f122a1a71a0c17b9ef82477bd429f0c672746f5d5c28d51e12d8695c8c1c8368fd651307 SHA512 120588a815600abb93b77d3e9cb18527a61e955e9dbc947e4e62c97bac871325863f519d20535882f3eff136743454c08af62fd3cd4825e5a956fd1a4ac4d728
+DIST anope-2.0.13.tar.gz 1639815 BLAKE2B 922ee06b10140bb7b55942020847ad9aa77333a3d28c1b45c1c601714166d75eba4eae4cb0689d9c31801688b1aacfc132321358d76a1518062462fd904343a0 SHA512 5e6803af1bc1c18e4640920e888e8586be6ce116e80c5d90f48b8490baf4490731a4f896ccfa17ec4b6f47dabb29b05c90ba9b4b2c19907a41850079d3f315b6

diff --git a/net-irc/anope/anope-2.0.13.ebuild b/net-irc/anope/anope-2.0.13.ebuild
new file mode 100644
index 000000000000..5481ad49d61a
--- /dev/null
+++ b/net-irc/anope/anope-2.0.13.ebuild
@@ -0,0 +1,154 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Anope IRC Services"
+HOMEPAGE="https://anope.org/ https://github.com/anope/anope/"
+SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
+REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
+
+DEPEND="
+	acct-group/anope
+	acct-user/anope
+	mysql? ( dev-db/mysql-connector-c:= )
+	ssl? ( dev-libs/openssl:= )
+	gnutls? (
+		net-libs/gnutls:=
+		dev-libs/libgcrypt:=
+	)
+	ldap? ( net-nds/openldap:= )
+	pcre? ( dev-libs/libpcre2 )
+	sqlite? ( dev-db/sqlite:3 )
+	tre? ( dev-libs/tre )
+	virtual/libintl
+"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/gettext"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-2.0.6-example.conf-pid-path.patch"
+	"${FILESDIR}/${PN}-2.0.7-example.conf-user.patch"
+)
+
+src_prepare() {
+	anope_enable_mod() {
+		local modulefile=${1}
+		ln -s "extra/${modulefile}" "modules/" || \
+			die "Failed to use ${modulefile}"
+	}
+
+	# These all require MySQL specifically
+	if use mysql ; then
+		anope_enable_mod "m_mysql.cpp"
+		anope_enable_mod "stats/irc2sql/irc2sql.cpp"
+		anope_enable_mod "stats/irc2sql/irc2sql.h"
+		anope_enable_mod "stats/irc2sql/tables.cpp"
+		anope_enable_mod "stats/irc2sql/utils.cpp"
+		anope_enable_mod "stats/m_chanstats.cpp"
+		anope_enable_mod "stats/cs_fantasy_top.cpp"
+		anope_enable_mod "stats/cs_fantasy_stats.cpp"
+		anope_enable_mod "m_sql_log.cpp"
+		anope_enable_mod "m_sql_oper.cpp"
+	fi
+
+	use sqlite && anope_enable_mod "m_sqlite.cpp"
+
+	# Any SQL implementation
+	if use sql ; then
+		anope_enable_mod "m_sql_authentication.cpp"
+	fi
+
+	if use ldap ; then
+		anope_enable_mod "m_ldap.cpp"
+		anope_enable_mod "m_ldap_authentication.cpp"
+		anope_enable_mod "m_ldap_oper.cpp"
+	fi
+
+	use gnutls && anope_enable_mod "m_ssl_gnutls.cpp"
+	use pcre && anope_enable_mod "m_regex_pcre2.cpp"
+	use ssl && anope_enable_mod "m_ssl_openssl.cpp"
+	use tre && anope_enable_mod "m_regex_tre.cpp"
+
+	# Unconditional modules
+	anope_enable_mod "m_regex_posix.cpp"
+
+	# Avoid a silly sandbox error - tries to delete /usr/lib/modules
+	sed -i '/install.*REMOVE_RECURSE.*/d' CMakeLists.txt || die
+
+	# Copy anope.conf for fixup to comply w/ prefix
+	cp "${FILESDIR}"/anope-conf.d-v2 "${T}" || die
+
+	# Look in the right place for modules
+	sed -i "s~%LIBDIR%~${EPREFIX}/usr/$(get_libdir)/anope/~" \
+		"${T}"/anope-conf.d-v2 || die
+
+	cmake_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBIN_DIR="libexec/anope"
+		-DDB_DIR="../var/lib/anope"
+		-DDOC_DIR="share/doc/${PF}"
+		-DLIB_DIR="$(get_libdir)/anope"
+		-DLOCALE_DIR="share/locale"
+		-DCONF_DIR="/etc/anope"
+		-DLOGS_DIR="../var/log/anope/"
+	)
+
+	# https://gitlab.kitware.com/cmake/cmake/-/issues/24237
+	# https://bugs.anope.org/view.php?id=1753
+	unset CLICOLOR CLICOLOR_FORCE CMAKE_COMPILER_COLOR_DIAGNOSTICS CMAKE_COLOR_DIAGNOSTICS
+
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+
+	newinitd "${FILESDIR}"/anope-init.d ${PN}
+	newconfd "${T}"/anope-conf.d-v2 ${PN}
+
+	dosym ../libexec/anope/services /usr/bin/services
+	dosym ../libexec/anope/anopesmtp /usr/bin/anopesmtp
+
+	keepdir /var/log/anope /var/lib/anope/backups
+	fowners anope:anope /var/{lib,log}/anope /var/lib/anope/backups
+
+	dodoc -r docs/* data/example.conf
+
+	insinto /etc/anope
+	newins data/example.conf services.conf
+
+	fowners anope:anope /var/log/anope
+	fowners anope:anope /var/lib/anope/backups/
+}
+
+pkg_postinst() {
+	if [[ -z "${REPLACING_VERSIONS}" ]] ; then
+		# Only tell them about this on a fresh install.
+		ewarn "Anope won't run out of the box, you still have to configure it to match your IRCd's configuration."
+		ewarn "Edit /etc/anope/services.conf to configure Anope."
+	else
+		# We're replacing some versions. Find out which.
+		local ver
+		for ver in ${REPLACING_VERSIONS} ; do
+			if ver_test ${ver} -lt 2.0.7 ; then
+				# In this version, we introduced correct FHS structure
+				# We need the users to make some changes to their services.conf
+				ewarn "Please modify your services.conf to include the following directive:"
+				ewarn "in options{}, please include user=\"anope\" and group=\"anope\""
+				ewarn "This is needed because Anope now starts as root and drops down."
+				ewarn "Reference: https://wiki.anope.org/index.php/2.0/Configuration#Services_Process_Options"
+			fi
+		done
+	fi
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2022-09-23  1:35 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2022-09-23  1:35 UTC (permalink / raw
  To: gentoo-commits

commit:     355ff39a64b0be99e016017dec482e5610a3de80
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 01:34:00 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 01:35:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355ff39a

net-irc/anope: drop 2.0.10-r1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/Manifest               |   1 -
 net-irc/anope/anope-2.0.10-r1.ebuild | 150 -----------------------------------
 2 files changed, 151 deletions(-)

diff --git a/net-irc/anope/Manifest b/net-irc/anope/Manifest
index 5e83254d4c54..db5af0191baa 100644
--- a/net-irc/anope/Manifest
+++ b/net-irc/anope/Manifest
@@ -1,2 +1 @@
-DIST anope-2.0.10.tar.gz 1809378 BLAKE2B d10323ace767aff19194f7cff353aecbced6122ef72d379d050c8dab3c7013adf6b3e649ffd95edc03bc8ca4873f60ad84991ef0f5c9c454b27ec0eda29edc6d SHA512 2a0e4f14a275a6b986fd224449dddd66584de92509770311262076bd659ba0bbd6e2726fc7a22a6edef57ade5268756ac0c56e6f220fb953ed83e72017d1c67b
 DIST anope-2.0.11.tar.gz 1812305 BLAKE2B cb1579f5483df1207482458d63d5293375310f8a54ed528b749f8355f122a1a71a0c17b9ef82477bd429f0c672746f5d5c28d51e12d8695c8c1c8368fd651307 SHA512 120588a815600abb93b77d3e9cb18527a61e955e9dbc947e4e62c97bac871325863f519d20535882f3eff136743454c08af62fd3cd4825e5a956fd1a4ac4d728

diff --git a/net-irc/anope/anope-2.0.10-r1.ebuild b/net-irc/anope/anope-2.0.10-r1.ebuild
deleted file mode 100644
index f85dd8410448..000000000000
--- a/net-irc/anope/anope-2.0.10-r1.ebuild
+++ /dev/null
@@ -1,150 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Anope IRC Services"
-HOMEPAGE="https://anope.org/ https://github.com/anope/anope/"
-SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
-REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
-
-DEPEND="
-	acct-group/anope
-	acct-user/anope
-	mysql? ( dev-db/mysql-connector-c:0= )
-	ssl? ( dev-libs/openssl:0= )
-	gnutls? (
-		net-libs/gnutls:0=
-		dev-libs/libgcrypt:0=
-	)
-	ldap? ( net-nds/openldap:= )
-	pcre? ( dev-libs/libpcre )
-	sqlite? ( dev-db/sqlite:3 )
-	tre? ( dev-libs/tre )
-	virtual/libintl
-"
-RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/gettext"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-2.0.6-example.conf-pid-path.patch"
-	"${FILESDIR}/${PN}-2.0.7-example.conf-user.patch"
-)
-
-src_prepare() {
-	anope_enable_mod() {
-		local modulefile=${1}
-		ln -s "extra/${modulefile}" "modules/" || \
-			die "Failed to use ${modulefile}"
-	}
-
-	# These all require MySQL specifically
-	if use mysql ; then
-		anope_enable_mod "m_mysql.cpp"
-		anope_enable_mod "stats/irc2sql/irc2sql.cpp"
-		anope_enable_mod "stats/irc2sql/irc2sql.h"
-		anope_enable_mod "stats/irc2sql/tables.cpp"
-		anope_enable_mod "stats/irc2sql/utils.cpp"
-		anope_enable_mod "stats/m_chanstats.cpp"
-		anope_enable_mod "stats/cs_fantasy_top.cpp"
-		anope_enable_mod "stats/cs_fantasy_stats.cpp"
-		anope_enable_mod "m_sql_log.cpp"
-		anope_enable_mod "m_sql_oper.cpp"
-	fi
-
-	use sqlite && anope_enable_mod "m_sqlite.cpp"
-
-	# Any SQL implementation
-	if use sql ; then
-		anope_enable_mod "m_sql_authentication.cpp"
-	fi
-
-	if use ldap ; then
-		anope_enable_mod "m_ldap.cpp"
-		anope_enable_mod "m_ldap_authentication.cpp"
-		anope_enable_mod "m_ldap_oper.cpp"
-	fi
-
-	use gnutls && anope_enable_mod "m_ssl_gnutls.cpp"
-	use pcre && anope_enable_mod "m_regex_pcre.cpp"
-	use ssl && anope_enable_mod "m_ssl_openssl.cpp"
-	use tre && anope_enable_mod "m_regex_tre.cpp"
-
-	# Unconditional modules
-	anope_enable_mod "m_regex_posix.cpp"
-
-	# Avoid a silly sandbox error - tries to delete /usr/lib/modules
-	sed -i '/install.*REMOVE_RECURSE.*/d' CMakeLists.txt || die
-
-	# Copy anope.conf for fixup to comply w/ prefix
-	cp "${FILESDIR}"/anope-conf.d-v2 "${T}" || die
-
-	# Look in the right place for modules
-	sed -i "s~%LIBDIR%~${EPREFIX}/usr/$(get_libdir)/anope/~" \
-		"${T}"/anope-conf.d-v2 || die
-
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBIN_DIR="libexec/anope"
-		-DDB_DIR="../var/lib/anope"
-		-DDOC_DIR="share/doc/${PF}"
-		-DLIB_DIR="$(get_libdir)/anope"
-		-DLOCALE_DIR="share/locale"
-		-DCONF_DIR="/etc/anope"
-		-DLOGS_DIR="../var/log/anope/"
-	)
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	newinitd "${FILESDIR}"/anope-init.d ${PN}
-	newconfd "${T}"/anope-conf.d-v2 ${PN}
-
-	dosym ../libexec/anope/services /usr/bin/services
-	dosym ../libexec/anope/anopesmtp /usr/bin/anopesmtp
-
-	keepdir /var/log/anope /var/lib/anope/backups
-	fowners anope:anope /var/{lib,log}/anope /var/lib/anope/backups
-
-	dodoc -r docs/* data/example.conf
-
-	insinto /etc/anope
-	newins data/example.conf services.conf
-
-	fowners anope:anope /var/log/anope
-	fowners anope:anope /var/lib/anope/backups/
-}
-
-pkg_postinst() {
-	if [[ -z "${REPLACING_VERSIONS}" ]] ; then
-		# Only tell them about this on a fresh install.
-		ewarn "Anope won't run out of the box, you still have to configure it to match your IRCd's configuration."
-		ewarn "Edit /etc/anope/services.conf to configure Anope."
-	else
-		# We're replacing some versions. Find out which.
-		local ver
-		for ver in "${REPLACING_VERSIONS}" ; do
-			if ver_test ${ver} -lt 2.0.7 ; then
-				# In this version, we introduced correct FHS structure
-				# We need the users to make some changes to their services.conf
-				ewarn "Please modify your services.conf to include the following directive:"
-				ewarn "in options{}, please include user=\"anope\" and group=\"anope\""
-				ewarn "This is needed because Anope now starts as root and drops down."
-				ewarn "Reference: https://wiki.anope.org/index.php/2.0/Configuration#Services_Process_Options"
-			fi
-		done
-	fi
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2022-05-28 16:07 Jakov Smolić
  0 siblings, 0 replies; 34+ messages in thread
From: Jakov Smolić @ 2022-05-28 16:07 UTC (permalink / raw
  To: gentoo-commits

commit:     eb2e0c4ff0cadded8751e3bfdb66bd088d7f7601
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 16:07:35 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat May 28 16:07:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2e0c4f

net-irc/anope: Stabilize 2.0.11 arm64, #847868

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-irc/anope/anope-2.0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.11.ebuild b/net-irc/anope/anope-2.0.11.ebuild
index 5324abf01480..5638effab5e0 100644
--- a/net-irc/anope/anope-2.0.11.ebuild
+++ b/net-irc/anope/anope-2.0.11.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
 


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2022-05-28 10:03 Jakov Smolić
  0 siblings, 0 replies; 34+ messages in thread
From: Jakov Smolić @ 2022-05-28 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     52fe5ffe821d07cd47af5550aa5f266ec4f33f5b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 10:03:27 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat May 28 10:03:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52fe5ffe

net-irc/anope: Stabilize 2.0.11 x86, #847868

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-irc/anope/anope-2.0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.11.ebuild b/net-irc/anope/anope-2.0.11.ebuild
index dfa2e6d082e0..5324abf01480 100644
--- a/net-irc/anope/anope-2.0.11.ebuild
+++ b/net-irc/anope/anope-2.0.11.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
 


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2022-05-28 10:03 Jakov Smolić
  0 siblings, 0 replies; 34+ messages in thread
From: Jakov Smolić @ 2022-05-28 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c692fb35f3c16371e4d96dec13753ca796813594
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 10:03:15 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat May 28 10:03:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c692fb35

net-irc/anope: Stabilize 2.0.11 amd64, #847868

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-irc/anope/anope-2.0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.11.ebuild b/net-irc/anope/anope-2.0.11.ebuild
index 90c115943b38..dfa2e6d082e0 100644
--- a/net-irc/anope/anope-2.0.11.ebuild
+++ b/net-irc/anope/anope-2.0.11.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~x86"
+KEYWORDS="amd64 arm ~arm64 ~x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
 


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2022-05-28 10:02 Jakov Smolić
  0 siblings, 0 replies; 34+ messages in thread
From: Jakov Smolić @ 2022-05-28 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     65efbf023c5a5c1b244aa01c069eaaa83c119ba2
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 10:02:33 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat May 28 10:02:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65efbf02

net-irc/anope: Stabilize 2.0.11 arm, #847868

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-irc/anope/anope-2.0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.11.ebuild b/net-irc/anope/anope-2.0.11.ebuild
index d692a1a5536c..90c115943b38 100644
--- a/net-irc/anope/anope-2.0.11.ebuild
+++ b/net-irc/anope/anope-2.0.11.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
 


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2022-04-23  1:53 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2022-04-23  1:53 UTC (permalink / raw
  To: gentoo-commits

commit:     6a5ce0fceb68d87ae813399ffa4c62ab5b97151e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 01:38:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 01:52:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5ce0fc

net-irc/anope: add 2.0.11

Closes: https://bugs.gentoo.org/836156
Closes: https://bugs.gentoo.org/839240
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/Manifest            |   1 +
 net-irc/anope/anope-2.0.11.ebuild | 150 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 151 insertions(+)

diff --git a/net-irc/anope/Manifest b/net-irc/anope/Manifest
index 53252edc6751..5e83254d4c54 100644
--- a/net-irc/anope/Manifest
+++ b/net-irc/anope/Manifest
@@ -1 +1,2 @@
 DIST anope-2.0.10.tar.gz 1809378 BLAKE2B d10323ace767aff19194f7cff353aecbced6122ef72d379d050c8dab3c7013adf6b3e649ffd95edc03bc8ca4873f60ad84991ef0f5c9c454b27ec0eda29edc6d SHA512 2a0e4f14a275a6b986fd224449dddd66584de92509770311262076bd659ba0bbd6e2726fc7a22a6edef57ade5268756ac0c56e6f220fb953ed83e72017d1c67b
+DIST anope-2.0.11.tar.gz 1812305 BLAKE2B cb1579f5483df1207482458d63d5293375310f8a54ed528b749f8355f122a1a71a0c17b9ef82477bd429f0c672746f5d5c28d51e12d8695c8c1c8368fd651307 SHA512 120588a815600abb93b77d3e9cb18527a61e955e9dbc947e4e62c97bac871325863f519d20535882f3eff136743454c08af62fd3cd4825e5a956fd1a4ac4d728

diff --git a/net-irc/anope/anope-2.0.11.ebuild b/net-irc/anope/anope-2.0.11.ebuild
new file mode 100644
index 000000000000..d692a1a5536c
--- /dev/null
+++ b/net-irc/anope/anope-2.0.11.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Anope IRC Services"
+HOMEPAGE="https://anope.org/ https://github.com/anope/anope/"
+SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
+REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
+
+DEPEND="
+	acct-group/anope
+	acct-user/anope
+	mysql? ( dev-db/mysql-connector-c:0= )
+	ssl? ( dev-libs/openssl:0= )
+	gnutls? (
+		net-libs/gnutls:0=
+		dev-libs/libgcrypt:0=
+	)
+	ldap? ( net-nds/openldap:= )
+	pcre? ( dev-libs/libpcre )
+	sqlite? ( dev-db/sqlite:3 )
+	tre? ( dev-libs/tre )
+	virtual/libintl
+"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/gettext"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-2.0.6-example.conf-pid-path.patch"
+	"${FILESDIR}/${PN}-2.0.7-example.conf-user.patch"
+)
+
+src_prepare() {
+	anope_enable_mod() {
+		local modulefile=${1}
+		ln -s "extra/${modulefile}" "modules/" || \
+			die "Failed to use ${modulefile}"
+	}
+
+	# These all require MySQL specifically
+	if use mysql ; then
+		anope_enable_mod "m_mysql.cpp"
+		anope_enable_mod "stats/irc2sql/irc2sql.cpp"
+		anope_enable_mod "stats/irc2sql/irc2sql.h"
+		anope_enable_mod "stats/irc2sql/tables.cpp"
+		anope_enable_mod "stats/irc2sql/utils.cpp"
+		anope_enable_mod "stats/m_chanstats.cpp"
+		anope_enable_mod "stats/cs_fantasy_top.cpp"
+		anope_enable_mod "stats/cs_fantasy_stats.cpp"
+		anope_enable_mod "m_sql_log.cpp"
+		anope_enable_mod "m_sql_oper.cpp"
+	fi
+
+	use sqlite && anope_enable_mod "m_sqlite.cpp"
+
+	# Any SQL implementation
+	if use sql ; then
+		anope_enable_mod "m_sql_authentication.cpp"
+	fi
+
+	if use ldap ; then
+		anope_enable_mod "m_ldap.cpp"
+		anope_enable_mod "m_ldap_authentication.cpp"
+		anope_enable_mod "m_ldap_oper.cpp"
+	fi
+
+	use gnutls && anope_enable_mod "m_ssl_gnutls.cpp"
+	use pcre && anope_enable_mod "m_regex_pcre.cpp"
+	use ssl && anope_enable_mod "m_ssl_openssl.cpp"
+	use tre && anope_enable_mod "m_regex_tre.cpp"
+
+	# Unconditional modules
+	anope_enable_mod "m_regex_posix.cpp"
+
+	# Avoid a silly sandbox error - tries to delete /usr/lib/modules
+	sed -i '/install.*REMOVE_RECURSE.*/d' CMakeLists.txt || die
+
+	# Copy anope.conf for fixup to comply w/ prefix
+	cp "${FILESDIR}"/anope-conf.d-v2 "${T}" || die
+
+	# Look in the right place for modules
+	sed -i "s~%LIBDIR%~${EPREFIX}/usr/$(get_libdir)/anope/~" \
+		"${T}"/anope-conf.d-v2 || die
+
+	cmake_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBIN_DIR="libexec/anope"
+		-DDB_DIR="../var/lib/anope"
+		-DDOC_DIR="share/doc/${PF}"
+		-DLIB_DIR="$(get_libdir)/anope"
+		-DLOCALE_DIR="share/locale"
+		-DCONF_DIR="/etc/anope"
+		-DLOGS_DIR="../var/log/anope/"
+	)
+
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+
+	newinitd "${FILESDIR}"/anope-init.d ${PN}
+	newconfd "${T}"/anope-conf.d-v2 ${PN}
+
+	dosym ../libexec/anope/services /usr/bin/services
+	dosym ../libexec/anope/anopesmtp /usr/bin/anopesmtp
+
+	keepdir /var/log/anope /var/lib/anope/backups
+	fowners anope:anope /var/{lib,log}/anope /var/lib/anope/backups
+
+	dodoc -r docs/* data/example.conf
+
+	insinto /etc/anope
+	newins data/example.conf services.conf
+
+	fowners anope:anope /var/log/anope
+	fowners anope:anope /var/lib/anope/backups/
+}
+
+pkg_postinst() {
+	if [[ -z "${REPLACING_VERSIONS}" ]] ; then
+		# Only tell them about this on a fresh install.
+		ewarn "Anope won't run out of the box, you still have to configure it to match your IRCd's configuration."
+		ewarn "Edit /etc/anope/services.conf to configure Anope."
+	else
+		# We're replacing some versions. Find out which.
+		local ver
+		for ver in ${REPLACING_VERSIONS} ; do
+			if ver_test ${ver} -lt 2.0.7 ; then
+				# In this version, we introduced correct FHS structure
+				# We need the users to make some changes to their services.conf
+				ewarn "Please modify your services.conf to include the following directive:"
+				ewarn "in options{}, please include user=\"anope\" and group=\"anope\""
+				ewarn "This is needed because Anope now starts as root and drops down."
+				ewarn "Reference: https://wiki.anope.org/index.php/2.0/Configuration#Services_Process_Options"
+			fi
+		done
+	fi
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2022-03-23  0:45 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2022-03-23  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     77e5721186a832af9c3d279bfa9777d13cf1d97e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 00:32:45 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 00:44:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e57211

net-irc/anope: add subslot dep on OpenLDAP

New OpenLDAP breaks ABI (changes SONAME)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/{anope-2.0.10.ebuild => anope-2.0.10-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.10.ebuild b/net-irc/anope/anope-2.0.10-r1.ebuild
similarity index 99%
rename from net-irc/anope/anope-2.0.10.ebuild
rename to net-irc/anope/anope-2.0.10-r1.ebuild
index cccfac4907f2..f85dd8410448 100644
--- a/net-irc/anope/anope-2.0.10.ebuild
+++ b/net-irc/anope/anope-2.0.10-r1.ebuild
@@ -24,7 +24,7 @@ DEPEND="
 		net-libs/gnutls:0=
 		dev-libs/libgcrypt:0=
 	)
-	ldap? ( net-nds/openldap )
+	ldap? ( net-nds/openldap:= )
 	pcre? ( dev-libs/libpcre )
 	sqlite? ( dev-db/sqlite:3 )
 	tre? ( dev-libs/tre )


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2022-02-25 20:53 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2022-02-25 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     731cca78875244884d2fa2ca422229551d8d92bb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 25 20:53:14 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 25 20:53:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731cca78

net-irc/anope: Stabilize 2.0.10 arm64, #829523

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/anope-2.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.10.ebuild b/net-irc/anope/anope-2.0.10.ebuild
index 0c847fd54a22..cccfac4907f2 100644
--- a/net-irc/anope/anope-2.0.10.ebuild
+++ b/net-irc/anope/anope-2.0.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
 


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2022-01-01 11:07 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2022-01-01 11:07 UTC (permalink / raw
  To: gentoo-commits

commit:     2f1b2bd3f2e28a30bf6caaf07c4849aa3d32f8eb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 11:06:36 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 11:06:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1b2bd3

net-irc/anope: Stabilize 2.0.10 arm, #829523

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/anope-2.0.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/anope/anope-2.0.10.ebuild b/net-irc/anope/anope-2.0.10.ebuild
index 359f169c3e6f..0c847fd54a22 100644
--- a/net-irc/anope/anope-2.0.10.ebuild
+++ b/net-irc/anope/anope-2.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
 


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2021-09-12 23:00 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-09-12 23:00 UTC (permalink / raw
  To: gentoo-commits

commit:     7e0c43fd91bdb4adc4ec2cf0e4d83ec875f17d0f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 12 22:59:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 12 22:59:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0c43fd

net-irc/anope: Stabilize 2.0.10 amd64, #812818

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/anope-2.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.10.ebuild b/net-irc/anope/anope-2.0.10.ebuild
index b9938645cb9..bc09559fa8c 100644
--- a/net-irc/anope/anope-2.0.10.ebuild
+++ b/net-irc/anope/anope-2.0.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
 


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2021-09-12 23:00 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-09-12 23:00 UTC (permalink / raw
  To: gentoo-commits

commit:     8583ba8ba79bbb1093f1083bd13540d5006690ff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 12 22:59:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 12 22:59:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8583ba8b

net-irc/anope: Stabilize 2.0.10 x86, #812818

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/anope-2.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.10.ebuild b/net-irc/anope/anope-2.0.10.ebuild
index bc09559fa8c..359f169c3e6 100644
--- a/net-irc/anope/anope-2.0.10.ebuild
+++ b/net-irc/anope/anope-2.0.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
 


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2021-08-09 22:21 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-08-09 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b76db27c6a1df649c61a72b67a95825735087c54
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  9 21:59:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  9 22:21:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76db27c

net-irc/anope: add 2.0.10

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/Manifest            |   1 +
 net-irc/anope/anope-2.0.10.ebuild | 150 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 151 insertions(+)

diff --git a/net-irc/anope/Manifest b/net-irc/anope/Manifest
index db202f75903..fe6207869db 100644
--- a/net-irc/anope/Manifest
+++ b/net-irc/anope/Manifest
@@ -1 +1,2 @@
+DIST anope-2.0.10.tar.gz 1809378 BLAKE2B d10323ace767aff19194f7cff353aecbced6122ef72d379d050c8dab3c7013adf6b3e649ffd95edc03bc8ca4873f60ad84991ef0f5c9c454b27ec0eda29edc6d SHA512 2a0e4f14a275a6b986fd224449dddd66584de92509770311262076bd659ba0bbd6e2726fc7a22a6edef57ade5268756ac0c56e6f220fb953ed83e72017d1c67b
 DIST anope-2.0.9.tar.gz 1808866 BLAKE2B db5755dbb88edb9fcc2f00c1dc324894f22b9e6bc97c9cf57b40d2296014341fe3ade8a8e1b64879b852aef6637e1bb89947deb7a41e009e25101a0a992515e7 SHA512 0ce2caa5ede2831215781a333d896f1169f90bbb515078912f32beaff1699b7957384974cca7c86f1d584d624cb43c76769299ce245ee1fb6836ce7f14ada3e0

diff --git a/net-irc/anope/anope-2.0.10.ebuild b/net-irc/anope/anope-2.0.10.ebuild
new file mode 100644
index 00000000000..b9938645cb9
--- /dev/null
+++ b/net-irc/anope/anope-2.0.10.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Anope IRC Services"
+HOMEPAGE="https://anope.org/ https://github.com/anope/anope/"
+SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
+REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
+
+DEPEND="
+	acct-group/anope
+	acct-user/anope
+	mysql? ( dev-db/mysql-connector-c:0= )
+	ssl? ( dev-libs/openssl:0= )
+	gnutls? (
+		net-libs/gnutls:0=
+		dev-libs/libgcrypt:0=
+	)
+	ldap? ( net-nds/openldap )
+	pcre? ( dev-libs/libpcre )
+	sqlite? ( dev-db/sqlite:3 )
+	tre? ( dev-libs/tre )
+	virtual/libintl
+"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/gettext"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-2.0.6-example.conf-pid-path.patch"
+	"${FILESDIR}/${PN}-2.0.7-example.conf-user.patch"
+)
+
+src_prepare() {
+	anope_enable_mod() {
+		local modulefile=${1}
+		ln -s "extra/${modulefile}" "modules/" || \
+			die "Failed to use ${modulefile}"
+	}
+
+	# These all require MySQL specifically
+	if use mysql ; then
+		anope_enable_mod "m_mysql.cpp"
+		anope_enable_mod "stats/irc2sql/irc2sql.cpp"
+		anope_enable_mod "stats/irc2sql/irc2sql.h"
+		anope_enable_mod "stats/irc2sql/tables.cpp"
+		anope_enable_mod "stats/irc2sql/utils.cpp"
+		anope_enable_mod "stats/m_chanstats.cpp"
+		anope_enable_mod "stats/cs_fantasy_top.cpp"
+		anope_enable_mod "stats/cs_fantasy_stats.cpp"
+		anope_enable_mod "m_sql_log.cpp"
+		anope_enable_mod "m_sql_oper.cpp"
+	fi
+
+	use sqlite && anope_enable_mod "m_sqlite.cpp"
+
+	# Any SQL implementation
+	if use sql ; then
+		anope_enable_mod "m_sql_authentication.cpp"
+	fi
+
+	if use ldap ; then
+		anope_enable_mod "m_ldap.cpp"
+		anope_enable_mod "m_ldap_authentication.cpp"
+		anope_enable_mod "m_ldap_oper.cpp"
+	fi
+
+	use gnutls && anope_enable_mod "m_ssl_gnutls.cpp"
+	use pcre && anope_enable_mod "m_regex_pcre.cpp"
+	use ssl && anope_enable_mod "m_ssl_openssl.cpp"
+	use tre && anope_enable_mod "m_regex_tre.cpp"
+
+	# Unconditional modules
+	anope_enable_mod "m_regex_posix.cpp"
+
+	# Avoid a silly sandbox error - tries to delete /usr/lib/modules
+	sed -i '/install.*REMOVE_RECURSE.*/d' CMakeLists.txt || die
+
+	# Copy anope.conf for fixup to comply w/ prefix
+	cp "${FILESDIR}"/anope-conf.d-v2 "${T}" || die
+
+	# Look in the right place for modules
+	sed -i "s~%LIBDIR%~${EPREFIX}/usr/$(get_libdir)/anope/~" \
+		"${T}"/anope-conf.d-v2 || die
+
+	cmake_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBIN_DIR="libexec/anope"
+		-DDB_DIR="../var/lib/anope"
+		-DDOC_DIR="share/doc/${PF}"
+		-DLIB_DIR="$(get_libdir)/anope"
+		-DLOCALE_DIR="share/locale"
+		-DCONF_DIR="/etc/anope"
+		-DLOGS_DIR="../var/log/anope/"
+	)
+
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+
+	newinitd "${FILESDIR}"/anope-init.d ${PN}
+	newconfd "${T}"/anope-conf.d-v2 ${PN}
+
+	dosym ../libexec/anope/services /usr/bin/services
+	dosym ../libexec/anope/anopesmtp /usr/bin/anopesmtp
+
+	keepdir /var/log/anope /var/lib/anope/backups
+	fowners anope:anope /var/{lib,log}/anope /var/lib/anope/backups
+
+	dodoc -r docs/* data/example.conf
+
+	insinto /etc/anope
+	newins data/example.conf services.conf
+
+	fowners anope:anope /var/log/anope
+	fowners anope:anope /var/lib/anope/backups/
+}
+
+pkg_postinst() {
+	if [[ -z "${REPLACING_VERSIONS}" ]] ; then
+		# Only tell them about this on a fresh install.
+		ewarn "Anope won't run out of the box, you still have to configure it to match your IRCd's configuration."
+		ewarn "Edit /etc/anope/services.conf to configure Anope."
+	else
+		# We're replacing some versions. Find out which.
+		local ver
+		for ver in "${REPLACING_VERSIONS}" ; do
+			if ver_test ${ver} -lt 2.0.7 ; then
+				# In this version, we introduced correct FHS structure
+				# We need the users to make some changes to their services.conf
+				ewarn "Please modify your services.conf to include the following directive:"
+				ewarn "in options{}, please include user=\"anope\" and group=\"anope\""
+				ewarn "This is needed because Anope now starts as root and drops down."
+				ewarn "Reference: https://wiki.anope.org/index.php/2.0/Configuration#Services_Process_Options"
+			fi
+		done
+	fi
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2020-12-20  6:29 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2020-12-20  6:29 UTC (permalink / raw
  To: gentoo-commits

commit:     413caca27b689fd28ae964cd4802802b1ee5d32d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 06:26:28 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 06:26:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=413caca2

net-irc/anope: cleanup old

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/Manifest           |   1 -
 net-irc/anope/anope-2.0.7.ebuild | 154 ---------------------------------------
 2 files changed, 155 deletions(-)

diff --git a/net-irc/anope/Manifest b/net-irc/anope/Manifest
index 1e406ccf6b6..db202f75903 100644
--- a/net-irc/anope/Manifest
+++ b/net-irc/anope/Manifest
@@ -1,2 +1 @@
-DIST anope-2.0.7-source.tar.gz 1817484 BLAKE2B 13a4628db8cb885d4636ab1897aab322f7846740e4a3fccd02a417d84a8eb3c942aebf5e0a51f8ca1108f455b44b4e280e7386b42e03f640c9b0e68943252814 SHA512 22a9f3e0d9fe7f68304062829a19b693a3414f94c90f8da601ab98995cbff7310dc22ca40749d50d6722dfb4649817d2f4b1dbe4afa3254b28980f03a491de65
 DIST anope-2.0.9.tar.gz 1808866 BLAKE2B db5755dbb88edb9fcc2f00c1dc324894f22b9e6bc97c9cf57b40d2296014341fe3ade8a8e1b64879b852aef6637e1bb89947deb7a41e009e25101a0a992515e7 SHA512 0ce2caa5ede2831215781a333d896f1169f90bbb515078912f32beaff1699b7957384974cca7c86f1d584d624cb43c76769299ce245ee1fb6836ce7f14ada3e0

diff --git a/net-irc/anope/anope-2.0.7.ebuild b/net-irc/anope/anope-2.0.7.ebuild
deleted file mode 100644
index f00b232f80b..00000000000
--- a/net-irc/anope/anope-2.0.7.ebuild
+++ /dev/null
@@ -1,154 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Anope IRC Services"
-HOMEPAGE="https://anope.org/ https://github.com/anope/anope/"
-SRC_URI="https://github.com/anope/anope/releases/download/${PV}/${P}-source.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
-REQUIRED_USE="
-	sql? ( || ( mysql sqlite ) )
-"
-
-BDEPEND="sys-devel/gettext"
-DEPEND="
-	acct-group/anope
-	acct-user/anope
-	mysql? ( dev-db/mysql-connector-c:0= )
-	ssl? ( dev-libs/openssl:0= )
-	gnutls? ( net-libs/gnutls:0= dev-libs/libgcrypt:0= )
-	ldap? ( net-nds/openldap )
-	pcre? ( dev-libs/libpcre )
-	sqlite? ( dev-db/sqlite:3 )
-	tre? ( dev-libs/tre )
-	virtual/libintl
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-2.0.6-example.conf-pid-path.patch"
-	"${FILESDIR}/${PN}-2.0.7-example.conf-user.patch"
-	"${FILESDIR}/${PN}-2.0.7-musl-libintl.patch"
-)
-
-S="${WORKDIR}/${P}-source"
-
-src_prepare() {
-	anope_enable_mod() {
-		local modulefile=${1}
-		ln -s "extra/${modulefile}" "modules/" || \
-			die "Failed to use ${modulefile}"
-	}
-
-	# These all require MySQL specifically
-	if use mysql ; then
-	   anope_enable_mod "m_mysql.cpp"
-	   anope_enable_mod "stats/irc2sql/irc2sql.cpp"
-	   anope_enable_mod "stats/irc2sql/irc2sql.h"
-	   anope_enable_mod "stats/irc2sql/tables.cpp"
-	   anope_enable_mod "stats/irc2sql/utils.cpp"
-	   anope_enable_mod "stats/m_chanstats.cpp"
-	   anope_enable_mod "stats/cs_fantasy_top.cpp"
-	   anope_enable_mod "stats/cs_fantasy_stats.cpp"
-	   anope_enable_mod "m_sql_log.cpp"
-	   anope_enable_mod "m_sql_oper.cpp"
-	fi
-
-	use sqlite && anope_enable_mod "m_sqlite.cpp"
-
-	# Any SQL implementation
-	if use sql ; then
-	   anope_enable_mod "m_sql_authentication.cpp"
-	fi
-
-	if use ldap ; then
-		anope_enable_mod "m_ldap.cpp"
-		anope_enable_mod "m_ldap_authentication.cpp"
-		anope_enable_mod "m_ldap_oper.cpp"
-	fi
-
-	use gnutls && anope_enable_mod "m_ssl_gnutls.cpp"
-	use pcre && anope_enable_mod "m_regex_pcre.cpp"
-	use ssl && anope_enable_mod "m_ssl_openssl.cpp"
-	use tre && anope_enable_mod "m_regex_tre.cpp"
-
-	# Unconditional modules
-	anope_enable_mod "m_regex_posix.cpp"
-
-	# Avoid a silly sandbox error - tries to delete /usr/lib/modules
-	sed -i '/install.*REMOVE_RECURSE.*/d' CMakeLists.txt || die
-
-	# Copy anope.conf for fixup to comply w/ prefix
-	cp "${FILESDIR}/anope-conf.d-v2" "${T}" || die
-
-	# Look in the right place for modules
-	sed -i "s~%LIBDIR%~${EPREFIX}/usr/$(get_libdir)/anope/~" \
-		"${T}/anope-conf.d-v2" || die
-
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBIN_DIR="libexec/anope"
-		-DDB_DIR="../var/lib/anope"
-		-DDOC_DIR="share/doc/${PF}"
-		-DLIB_DIR="$(get_libdir)/anope"
-		-DLOCALE_DIR="share/locale"
-		-DCONF_DIR="/etc/anope"
-		-DLOGS_DIR="../var/log/anope/"
-	)
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	newinitd "${FILESDIR}/anope-init.d" "${PN}"
-	newconfd "${T}/anope-conf.d-v2" "${PN}"
-
-	dosym ../libexec/anope/services /usr/bin/services
-	dosym ../libexec/anope/anopesmtp /usr/bin/anopesmtp
-
-	keepdir /var/log/anope /var/lib/anope/backups
-	fowners anope:anope /var/{lib,log}/anope /var/lib/anope/backups
-
-	dodoc -r docs/* data/example.conf
-
-	insinto /etc/anope
-	newins data/example.conf services.conf
-
-	fowners anope:anope /var/log/anope
-	fowners anope:anope /var/lib/anope/backups/
-}
-
-pkg_postinst() {
-	if [[ -z ${REPLACING_VERSIONS} ]] ; then
-		# Only tell them about this on a fresh install.
-		elog
-		ewarn "Anope won't run out of the box, you still have to configure it to match your IRCd's configuration."
-		ewarn "Edit /etc/anope/services.conf to configure Anope."
-		elog
-	else
-		# We're replacing some versions. Find out which.
-		local ver
-		for ver in ${REPLACING_VERSIONS} ; do
-			if ver_test ${ver} -lt 2.0.7 ; then
-				# In this version, we introduced correct FHS structure
-				# We need the users to make some changes to their services.conf
-				ewarn "Please modify your services.conf to include the following directive:"
-				ewarn "in options{}, please include user=\"anope\" and group=\"anope\""
-				ewarn "This is needed because Anope now starts as root and drops down."
-				ewarn "Reference: https://wiki.anope.org/index.php/2.0/Configuration#Services_Process_Options"
-			fi
-		done
-	fi
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2020-12-16 20:34 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2020-12-16 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     822d8ec28f31814e9100a7e84069b7d79d0cdd48
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 20:34:25 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 20:34:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822d8ec2

net-irc/anope: Stabilize 2.0.9 amd64, #758821

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/anope-2.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.9.ebuild b/net-irc/anope/anope-2.0.9.ebuild
index fc82ca2c2f7..1d6c41175cc 100644
--- a/net-irc/anope/anope-2.0.9.ebuild
+++ b/net-irc/anope/anope-2.0.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
 


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2020-10-24  6:39 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2020-10-24  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ff24f981b3a1c80276da21cdbf0fb3aa17af14ba
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 06:34:27 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 06:39:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff24f981

net-irc/anope: bump to 2.0.9

Fixes a regression in 2.0.8 with MySQL usage.

See: https://github.com/anope/anope/compare/2.0.8...2.0.9
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/Manifest                                   | 2 +-
 net-irc/anope/{anope-2.0.8.ebuild => anope-2.0.9.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/Manifest b/net-irc/anope/Manifest
index 7f9843c097e..1e406ccf6b6 100644
--- a/net-irc/anope/Manifest
+++ b/net-irc/anope/Manifest
@@ -1,2 +1,2 @@
 DIST anope-2.0.7-source.tar.gz 1817484 BLAKE2B 13a4628db8cb885d4636ab1897aab322f7846740e4a3fccd02a417d84a8eb3c942aebf5e0a51f8ca1108f455b44b4e280e7386b42e03f640c9b0e68943252814 SHA512 22a9f3e0d9fe7f68304062829a19b693a3414f94c90f8da601ab98995cbff7310dc22ca40749d50d6722dfb4649817d2f4b1dbe4afa3254b28980f03a491de65
-DIST anope-2.0.8.tar.gz 1808747 BLAKE2B f4413fdd151498c7521df175b88cc693a00de8ee3960962f79affd8cb821d428f12145dcc444c75e5940ea80ea22591048c313d7cda32570ed7a941e37e27334 SHA512 ddb42a453d72327d2256e5963f720bb310a7524c01661a0a136f18c539813649889e9fb764077c86e0854de8e3da095ebabb1ba53a0538d679bd42ea6403823b
+DIST anope-2.0.9.tar.gz 1808866 BLAKE2B db5755dbb88edb9fcc2f00c1dc324894f22b9e6bc97c9cf57b40d2296014341fe3ade8a8e1b64879b852aef6637e1bb89947deb7a41e009e25101a0a992515e7 SHA512 0ce2caa5ede2831215781a333d896f1169f90bbb515078912f32beaff1699b7957384974cca7c86f1d584d624cb43c76769299ce245ee1fb6836ce7f14ada3e0

diff --git a/net-irc/anope/anope-2.0.8.ebuild b/net-irc/anope/anope-2.0.9.ebuild
similarity index 100%
rename from net-irc/anope/anope-2.0.8.ebuild
rename to net-irc/anope/anope-2.0.9.ebuild


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2020-10-12 20:05 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2020-10-12 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4bf674c6b01a14cb375cbdbb495822f3aa2a0a7f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 20:05:34 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 20:05:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf674c6

net-irc/anope: bump to 2.0.8

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/Manifest           |   1 +
 net-irc/anope/anope-2.0.8.ebuild | 152 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 153 insertions(+)

diff --git a/net-irc/anope/Manifest b/net-irc/anope/Manifest
index 335593c6ec6..7f9843c097e 100644
--- a/net-irc/anope/Manifest
+++ b/net-irc/anope/Manifest
@@ -1 +1,2 @@
 DIST anope-2.0.7-source.tar.gz 1817484 BLAKE2B 13a4628db8cb885d4636ab1897aab322f7846740e4a3fccd02a417d84a8eb3c942aebf5e0a51f8ca1108f455b44b4e280e7386b42e03f640c9b0e68943252814 SHA512 22a9f3e0d9fe7f68304062829a19b693a3414f94c90f8da601ab98995cbff7310dc22ca40749d50d6722dfb4649817d2f4b1dbe4afa3254b28980f03a491de65
+DIST anope-2.0.8.tar.gz 1808747 BLAKE2B f4413fdd151498c7521df175b88cc693a00de8ee3960962f79affd8cb821d428f12145dcc444c75e5940ea80ea22591048c313d7cda32570ed7a941e37e27334 SHA512 ddb42a453d72327d2256e5963f720bb310a7524c01661a0a136f18c539813649889e9fb764077c86e0854de8e3da095ebabb1ba53a0538d679bd42ea6403823b

diff --git a/net-irc/anope/anope-2.0.8.ebuild b/net-irc/anope/anope-2.0.8.ebuild
new file mode 100644
index 00000000000..d7c7c0caf69
--- /dev/null
+++ b/net-irc/anope/anope-2.0.8.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Anope IRC Services"
+HOMEPAGE="https://anope.org/ https://github.com/anope/anope/"
+SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
+REQUIRED_USE="sql? ( || ( mysql sqlite ) )"
+
+BDEPEND="sys-devel/gettext"
+DEPEND="
+	acct-group/anope
+	acct-user/anope
+	mysql? ( dev-db/mysql-connector-c:0= )
+	ssl? ( dev-libs/openssl:0= )
+	gnutls? (
+		net-libs/gnutls:0=
+		dev-libs/libgcrypt:0=
+	)
+	ldap? ( net-nds/openldap )
+	pcre? ( dev-libs/libpcre )
+	sqlite? ( dev-db/sqlite:3 )
+	tre? ( dev-libs/tre )
+	virtual/libintl
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-2.0.6-example.conf-pid-path.patch"
+	"${FILESDIR}/${PN}-2.0.7-example.conf-user.patch"
+)
+
+src_prepare() {
+	anope_enable_mod() {
+		local modulefile=${1}
+		ln -s "extra/${modulefile}" "modules/" || \
+			die "Failed to use ${modulefile}"
+	}
+
+	# These all require MySQL specifically
+	if use mysql ; then
+		anope_enable_mod "m_mysql.cpp"
+		anope_enable_mod "stats/irc2sql/irc2sql.cpp"
+		anope_enable_mod "stats/irc2sql/irc2sql.h"
+		anope_enable_mod "stats/irc2sql/tables.cpp"
+		anope_enable_mod "stats/irc2sql/utils.cpp"
+		anope_enable_mod "stats/m_chanstats.cpp"
+		anope_enable_mod "stats/cs_fantasy_top.cpp"
+		anope_enable_mod "stats/cs_fantasy_stats.cpp"
+		anope_enable_mod "m_sql_log.cpp"
+		anope_enable_mod "m_sql_oper.cpp"
+	fi
+
+	use sqlite && anope_enable_mod "m_sqlite.cpp"
+
+	# Any SQL implementation
+	if use sql ; then
+		anope_enable_mod "m_sql_authentication.cpp"
+	fi
+
+	if use ldap ; then
+		anope_enable_mod "m_ldap.cpp"
+		anope_enable_mod "m_ldap_authentication.cpp"
+		anope_enable_mod "m_ldap_oper.cpp"
+	fi
+
+	use gnutls && anope_enable_mod "m_ssl_gnutls.cpp"
+	use pcre && anope_enable_mod "m_regex_pcre.cpp"
+	use ssl && anope_enable_mod "m_ssl_openssl.cpp"
+	use tre && anope_enable_mod "m_regex_tre.cpp"
+
+	# Unconditional modules
+	anope_enable_mod "m_regex_posix.cpp"
+
+	# Avoid a silly sandbox error - tries to delete /usr/lib/modules
+	sed -i '/install.*REMOVE_RECURSE.*/d' CMakeLists.txt || die
+
+	# Copy anope.conf for fixup to comply w/ prefix
+	cp "${FILESDIR}/anope-conf.d-v2" "${T}" || die
+
+	# Look in the right place for modules
+	sed -i "s~%LIBDIR%~${EPREFIX}/usr/$(get_libdir)/anope/~" \
+		"${T}/anope-conf.d-v2" || die
+
+	cmake_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBIN_DIR="libexec/anope"
+		-DDB_DIR="../var/lib/anope"
+		-DDOC_DIR="share/doc/${PF}"
+		-DLIB_DIR="$(get_libdir)/anope"
+		-DLOCALE_DIR="share/locale"
+		-DCONF_DIR="/etc/anope"
+		-DLOGS_DIR="../var/log/anope/"
+	)
+
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+
+	newinitd "${FILESDIR}/anope-init.d" "${PN}"
+	newconfd "${T}/anope-conf.d-v2" "${PN}"
+
+	dosym ../libexec/anope/services /usr/bin/services
+	dosym ../libexec/anope/anopesmtp /usr/bin/anopesmtp
+
+	keepdir /var/log/anope /var/lib/anope/backups
+	fowners anope:anope /var/{lib,log}/anope /var/lib/anope/backups
+
+	dodoc -r docs/* data/example.conf
+
+	insinto /etc/anope
+	newins data/example.conf services.conf
+
+	fowners anope:anope /var/log/anope
+	fowners anope:anope /var/lib/anope/backups/
+}
+
+pkg_postinst() {
+	if [[ -z "${REPLACING_VERSIONS}" ]] ; then
+		# Only tell them about this on a fresh install.
+		elog
+		ewarn "Anope won't run out of the box, you still have to configure it to match your IRCd's configuration."
+		ewarn "Edit /etc/anope/services.conf to configure Anope."
+		elog
+	else
+		# We're replacing some versions. Find out which.
+		local ver
+		for ver in "${REPLACING_VERSIONS}" ; do
+			if ver_test ${ver} -lt 2.0.7 ; then
+				# In this version, we introduced correct FHS structure
+				# We need the users to make some changes to their services.conf
+				ewarn "Please modify your services.conf to include the following directive:"
+				ewarn "in options{}, please include user=\"anope\" and group=\"anope\""
+				ewarn "This is needed because Anope now starts as root and drops down."
+				ewarn "Reference: https://wiki.anope.org/index.php/2.0/Configuration#Services_Process_Options"
+			fi
+		done
+	fi
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2020-08-30  5:44 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2020-08-30  5:44 UTC (permalink / raw
  To: gentoo-commits

commit:     116fd7172d5d7d66933c32aac322218181907a00
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 05:43:46 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 05:43:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116fd717

net-irc/anope: cleanup old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/Manifest           |   1 -
 net-irc/anope/anope-2.0.6.ebuild | 158 ---------------------------------------
 net-irc/anope/metadata.xml       |  12 ---
 3 files changed, 171 deletions(-)

diff --git a/net-irc/anope/Manifest b/net-irc/anope/Manifest
index 38d65bf722f..335593c6ec6 100644
--- a/net-irc/anope/Manifest
+++ b/net-irc/anope/Manifest
@@ -1,2 +1 @@
-DIST anope-2.0.6-source.tar.gz 1792912 BLAKE2B 00c70723c887821d2dda065f9fdb4c4fc79a1534217dd567c2247c3ae9d0b3c1c07a9e1e9d87bfdf5f7f9be212af5139e29710224e02e80154290dd6d4b5ee7c SHA512 c100758d6159023832bc7a4dceb7d554a9b3cd9120b033efc9a93c7ff28e76a086d0594b66b9cd2946b231421217674990f2a3ebaa8a6598c2a25e2dafd1b65b
 DIST anope-2.0.7-source.tar.gz 1817484 BLAKE2B 13a4628db8cb885d4636ab1897aab322f7846740e4a3fccd02a417d84a8eb3c942aebf5e0a51f8ca1108f455b44b4e280e7386b42e03f640c9b0e68943252814 SHA512 22a9f3e0d9fe7f68304062829a19b693a3414f94c90f8da601ab98995cbff7310dc22ca40749d50d6722dfb4649817d2f4b1dbe4afa3254b28980f03a491de65

diff --git a/net-irc/anope/anope-2.0.6.ebuild b/net-irc/anope/anope-2.0.6.ebuild
deleted file mode 100644
index 1d78f2271b9..00000000000
--- a/net-irc/anope/anope-2.0.6.ebuild
+++ /dev/null
@@ -1,158 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake user
-
-DESCRIPTION="Anope IRC Services"
-HOMEPAGE="https://anope.org"
-SRC_URI="https://github.com/anope/anope/releases/download/${PV}/${P}-source.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="chanstats cs-fantasy-stats cs-fantasy-top gnutls irc2sql ldap
-	ldap-auth ldap-oper mysql pcre posix sql-auth sql-log sql-oper
-	sqlite ssl tre"
-
-REQUIRED_USE="
-	chanstats? ( mysql )
-	cs-fantasy-stats? ( chanstats mysql )
-	cs-fantasy-top? ( chanstats mysql )
-	irc2sql? ( mysql )
-	ldap-auth? ( ldap )
-	ldap-oper? ( ldap )
-	sql-auth? ( || ( mysql sqlite ) )
-	sql-log? ( mysql )
-	sql-oper? ( mysql )"
-
-BDEPEND="sys-devel/gettext"
-DEPEND="${BDEPEND}
-	mysql? ( dev-db/mysql-connector-c:0= )
-	ssl? ( dev-libs/openssl:0= )
-	gnutls? ( net-libs/gnutls:0= dev-libs/libgcrypt:0= )
-	ldap? ( net-nds/openldap )
-	pcre? ( dev-libs/libpcre )
-	sqlite? ( dev-db/sqlite:3 )
-	tre? ( dev-libs/tre )"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/anope-2.0.6-example.conf-pid-path.patch" )
-
-S="${WORKDIR}/${P}-source"
-
-pkg_pretend() {
-	local replaced_version
-	for replaced_version in ${REPLACING_VERSIONS} ; do
-		if ver_test ${replaced_version} -lt 1.8.7 && [[ -f ${ROOT}/opt/anope/data/nick.db ]]; then
-			eerror "It looks like you have an older version of Anope installed."
-			eerror "To upgrade, shut down Anope and copy your databases to"
-			eerror "${ROOT}/var/lib/anope and your configuration to ${ROOT}/etc/anope"
-			eerror "You can do this by:"
-			eerror "# mkdir -p ${ROOT}/var/lib/anope ${ROOT}/etc/anope"
-			eerror "# chown anope:anope ${ROOT}/var/lib/anope"
-			eerror "# mv ${ROOT}/opt/anope/data/*.db ${ROOT}/var/lib/anope"
-			eerror "# mv ${ROOT}/opt/anope/data/services.conf ${ROOT}/etc/anope"
-			die "Please move your anope database files from /opt/anope/data"
-		fi
-	done
-}
-
-pkg_setup() {
-	enewgroup anope
-	enewuser anope -1 -1 -1 anope
-}
-
-src_prepare() {
-	anope_use_extra() {
-		local useflag=$1
-		local modulefile=$2
-		if use $useflag; then
-			ln -s "extra/${modulefile}" "modules/" || \
-				die "Failed to use ${modulefile}"
-		fi
-	}
-
-	anope_use_extra mysql			"m_mysql.cpp"
-	anope_use_extra sqlite			"m_sqlite.cpp"
-	anope_use_extra ssl			"m_ssl_openssl.cpp"
-	anope_use_extra gnutls			"m_ssl_gnutls.cpp"
-	anope_use_extra posix			"m_regex_posix.cpp"
-	anope_use_extra pcre			"m_regex_pcre.cpp"
-	anope_use_extra tre			"m_regex_tre.cpp"
-	anope_use_extra ldap			"m_ldap.cpp"
-	anope_use_extra sql-auth		"m_sql_authentication.cpp"
-	anope_use_extra sql-log			"m_sql_log.cpp"
-	anope_use_extra sql-oper		"m_sql_oper.cpp"
-	anope_use_extra ldap-auth		"m_ldap_authentication.cpp"
-	anope_use_extra ldap-oper		"m_ldap_oper.cpp"
-	anope_use_extra chanstats		"stats/m_chanstats.cpp"
-	anope_use_extra cs-fantasy-top		"stats/cs_fantasy_top.cpp"
-	anope_use_extra cs-fantasy-stats	"stats/cs_fantasy_stats.cpp"
-	anope_use_extra irc2sql			"stats/irc2sql/irc2sql.cpp"
-	anope_use_extra irc2sql			"stats/irc2sql/irc2sql.h"
-	anope_use_extra irc2sql			"stats/irc2sql/tables.cpp"
-	anope_use_extra irc2sql			"stats/irc2sql/utils.cpp"
-
-	# Avoid a silly sandbox error - tries to delete /usr/lib/modules
-	sed -i '/install.*REMOVE_RECURSE.*/d' CMakeLists.txt || die
-
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBIN_DIR="libexec/anope"
-		-DDB_DIR="../var/lib/anope"
-		-DDOC_DIR="share/doc/${PF}"
-		-DLIB_DIR="$(get_libdir)/anope"
-		-DLOCALE_DIR="share/locale"
-		-DCONF_DIR="/etc/anope"
-		-DLOGS_DIR="../var/log/anope/"
-	)
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-	newinitd "${FILESDIR}/anope-init.d" "${PN}"
-	cp "${FILESDIR}/anope-conf.d-v2" "${T}" || die
-	sed -i "s~%LIBDIR%~${EPREFIX}/usr/$(get_libdir)/anope/~" \
-		 "${T}/anope-conf.d-v2" || die
-	newconfd "${T}/anope-conf.d-v2" "${PN}"
-	dosym ../libexec/anope/services /usr/bin/services
-	dosym ../libexec/anope/anopesmtp /usr/bin/anopesmtp
-	keepdir /var/log/anope /var/lib/anope/backups
-	fowners anope:anope /var/{lib,log}/anope /var/lib/anope/backups
-	dodoc -r docs/* data/example.conf
-	insinto /etc/anope
-	newins data/example.conf services.conf
-	fowners -R anope:anope /etc/anope
-	fperms -R 0700 /etc/anope
-	fperms 0755 /var/log/anope
-	fperms -R 0750 /var/lib/anope
-}
-
-pkg_preinst() {
-	if [[ -n ${REPLACING_VERSIONS} ]] ; then
-		local directory
-		directory="${ROOT}"/var/lib/anope/pre-update
-		elog "Making a backup of your databases to ${directory}"
-		if [ ! -d "${directory}" ]; then
-			mkdir -p "${directory}" || die "failed to create backup directory"
-			chown anope:anope "${directory}"/../ || die "failed to chown data directory"
-		fi
-		# don't die otherwise merge will fail if there are no existing databases
-		cp "${ROOT}"/var/lib/anope/*.db "${directory}"
-	fi
-}
-
-pkg_postinst() {
-	if [[ -z ${REPLACING_VERSIONS} ]] ; then
-		elog
-		ewarn "Anope won't run out of the box, you still have to configure it to match your IRCD's configuration."
-		ewarn "Edit /etc/anope/services.conf to configure Anope."
-		elog
-	fi
-}

diff --git a/net-irc/anope/metadata.xml b/net-irc/anope/metadata.xml
index 9826ad83c45..01ccc819ffe 100644
--- a/net-irc/anope/metadata.xml
+++ b/net-irc/anope/metadata.xml
@@ -19,17 +19,5 @@
 		<flag name="ssl">Provide SSL services using OpenSSL</flag>
 		<flag name="sql">Build modules which require SQL</flag>
 		<flag name="tre">Use <pkg>dev-libs/tre</pkg> for regular expressions</flag>
-
-		<!-- pre 2.0.7 USE flags; deprecated -->
-		<flag name="chanstats">Channel Statistics</flag>
-		<flag name="cs-fantasy-stats">Enables the STATS and GSTATS commands</flag>
-		<flag name="cs-fantasy-top">Enables the (G)TOP and (G)TOP10 commands</flag>
-		<flag name="irc2sql">Stores channel statistics in a mysql database</flag>
-		<flag name="ldap-auth">Authorize through LDAP</flag>
-		<flag name="ldap-oper">Dynamically ties users to Anope opertypes via LDAP</flag>
-		<flag name="posix">Add support for POSIX Compatible Regular Expressions</flag>
-		<flag name="sql-auth">Authorize through SQL</flag>
-		<flag name="sql-log">Additional log target in SQL</flag>
-		<flag name="sql-oper">Allows granting users services operator privileges from SQL</flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2020-07-08 20:50 Sam James
  0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2020-07-08 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     057d1f2758a1fca4b6ba54e16c8ed20c530e5626
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  8 20:40:00 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul  8 20:49:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057d1f27

net-irc/anope: update sam's email

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/anope/metadata.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/net-irc/anope/metadata.xml b/net-irc/anope/metadata.xml
index 0ca16f3bed0..9826ad83c45 100644
--- a/net-irc/anope/metadata.xml
+++ b/net-irc/anope/metadata.xml
@@ -2,13 +2,9 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>sam@cmpct.info</email>
+		<email>sam@gentoo.org</email>
 		<name>Sam James</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
 	<longdescription>
 		Anope IRC Services provide user and channel management services for an
 		IRC server. It is a well-known package which continues to be actively


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2020-06-06 18:01 Michał Górny
  0 siblings, 0 replies; 34+ messages in thread
From: Michał Górny @ 2020-06-06 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     ea3cd46572a5932926cc52a31caab97958725bf7
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sat Jun  6 14:08:42 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 18:01:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3cd465

net-irc/anope: arm keyworded (bug #720822)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-irc/anope/anope-2.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.7.ebuild b/net-irc/anope/anope-2.0.7.ebuild
index c97d65e1d2a..f00b232f80b 100644
--- a/net-irc/anope/anope-2.0.7.ebuild
+++ b/net-irc/anope/anope-2.0.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/releases/download/${PV}/${P}-source.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="
 	sql? ( || ( mysql sqlite ) )


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2020-05-13 11:31 Agostino Sarubbo
  0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2020-05-13 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     b4c2491fb60f8d51bc26c727b3a31b497d035a78
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 11:31:07 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed May 13 11:31:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c2491f

net-irc/anope: x86 stable wrt bug #722792

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-irc/anope/anope-2.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.7.ebuild b/net-irc/anope/anope-2.0.7.ebuild
index ab1646d66f1..c97d65e1d2a 100644
--- a/net-irc/anope/anope-2.0.7.ebuild
+++ b/net-irc/anope/anope-2.0.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/releases/download/${PV}/${P}-source.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="
 	sql? ( || ( mysql sqlite ) )


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2020-05-13 11:27 Agostino Sarubbo
  0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2020-05-13 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     07f1e3d9eb2b2084880d556059435b717fbd3672
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 11:27:20 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed May 13 11:27:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f1e3d9

net-irc/anope: amd64 stable wrt bug #722792

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-irc/anope/anope-2.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.7.ebuild b/net-irc/anope/anope-2.0.7.ebuild
index dfe3ccb755e..ab1646d66f1 100644
--- a/net-irc/anope/anope-2.0.7.ebuild
+++ b/net-irc/anope/anope-2.0.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/releases/download/${PV}/${P}-source.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="
 	sql? ( || ( mysql sqlite ) )


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2020-05-08  6:25 Mart Raudsepp
  0 siblings, 0 replies; 34+ messages in thread
From: Mart Raudsepp @ 2020-05-08  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     36b8fab3bf4d9581ca5bcee6dab1c5644fc40518
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Thu May 14 22:06:03 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri May  8 06:23:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b8fab3

net-irc/anope: arm64 keyworded (bug #720822)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 net-irc/anope/anope-2.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/anope/anope-2.0.7.ebuild b/net-irc/anope/anope-2.0.7.ebuild
index 1d5f4d67658..dfe3ccb755e 100644
--- a/net-irc/anope/anope-2.0.7.ebuild
+++ b/net-irc/anope/anope-2.0.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/releases/download/${PV}/${P}-source.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
 REQUIRED_USE="
 	sql? ( || ( mysql sqlite ) )


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2020-05-05 13:07 Thomas Deutschmann
  0 siblings, 0 replies; 34+ messages in thread
From: Thomas Deutschmann @ 2020-05-05 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     99b65754130ee2787981ee0b45c76f248fb154ef
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Tue May  5 11:53:02 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue May  5 13:05:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b65754

net-irc/anope: Fix build with USE=sql

Not all modules are conditional:
* m_sqlite.cpp
* db_live.cpp
... are always built, so don't create an (incorrect) symlink.

Closes: https://bugs.gentoo.org/720984
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15650
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-irc/anope/anope-2.0.7.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net-irc/anope/anope-2.0.7.ebuild b/net-irc/anope/anope-2.0.7.ebuild
index 02e171b6444..e24c908ab98 100644
--- a/net-irc/anope/anope-2.0.7.ebuild
+++ b/net-irc/anope/anope-2.0.7.ebuild
@@ -66,8 +66,6 @@ src_prepare() {
 	# Any SQL implementation
 	if use sql ; then
 	   anope_enable_mod "m_sql_authentication.cpp"
-	   anope_enable_mod "m_sql.cpp"
-	   anope_enable_mod "m_sql_live.cpp"
 	fi
 
 	if use ldap ; then


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2019-09-23  8:07 Michał Górny
  0 siblings, 0 replies; 34+ messages in thread
From: Michał Górny @ 2019-09-23  8:07 UTC (permalink / raw
  To: gentoo-commits

commit:     28efa0d0e545b62d35f361670ea3c07d6ccdcd6e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 07:26:53 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 08:07:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28efa0d0

net-irc/anope: Improve USE flag naming

Kill meaningless 'anope_modules_' prefix from flags, and replace
underscores with hyphens.

Closes: https://bugs.gentoo.org/695170
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-irc/anope/anope-2.0.6.ebuild | 65 ++++++++++++++++++++--------------------
 net-irc/anope/metadata.xml       | 18 +++++------
 2 files changed, 41 insertions(+), 42 deletions(-)

diff --git a/net-irc/anope/anope-2.0.6.ebuild b/net-irc/anope/anope-2.0.6.ebuild
index aba8b1f9d11..1cf036e12d8 100644
--- a/net-irc/anope/anope-2.0.6.ebuild
+++ b/net-irc/anope/anope-2.0.6.ebuild
@@ -12,21 +12,20 @@ SRC_URI="https://github.com/anope/anope/releases/download/${PV}/${P}-source.tar.
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="mysql sqlite pcre posix gnutls ssl tre ldap anope_modules_sql_auth
-	anope_modules_sql_log anope_modules_sql_oper anope_modules_ldap_auth
-	anope_modules_ldap_oper anope_modules_irc2sql anope_modules_chanstats
-	anope_modules_cs_fantasy_stats anope_modules_cs_fantasy_top"
+IUSE="chanstats cs-fantasy-stats cs-fantasy-top gnutls irc2sql ldap
+	ldap-auth ldap-oper mysql pcre posix sql-auth sql-log sql-oper
+	sqlite ssl tre"
 
 REQUIRED_USE="
-	anope_modules_sql_auth? ( || ( mysql sqlite ) )
-	anope_modules_sql_oper? ( mysql )
-	anope_modules_sql_log? ( mysql )
-	anope_modules_cs_fantasy_stats? ( anope_modules_chanstats mysql )
-	anope_modules_cs_fantasy_top? ( anope_modules_chanstats mysql )
-	anope_modules_chanstats? ( mysql )
-	anope_modules_irc2sql? ( mysql )
-	anope_modules_ldap_auth? ( ldap )
-	anope_modules_ldap_oper? ( ldap )"
+	chanstats? ( mysql )
+	cs-fantasy-stats? ( chanstats mysql )
+	cs-fantasy-top? ( chanstats mysql )
+	irc2sql? ( mysql )
+	ldap-auth? ( ldap )
+	ldap-oper? ( ldap )
+	sql-auth? ( || ( mysql sqlite ) )
+	sql-log? ( mysql )
+	sql-oper? ( mysql )"
 
 BDEPEND="sys-devel/gettext"
 DEPEND="${BDEPEND}
@@ -75,26 +74,26 @@ src_prepare() {
 		fi
 	}
 
-	anope_use_extra mysql					"m_mysql.cpp"
-	anope_use_extra sqlite					"m_sqlite.cpp"
-	anope_use_extra ssl					"m_ssl_openssl.cpp"
-	anope_use_extra gnutls					"m_ssl_gnutls.cpp"
-	anope_use_extra posix					"m_regex_posix.cpp"
-	anope_use_extra pcre					"m_regex_pcre.cpp"
-	anope_use_extra tre					"m_regex_tre.cpp"
-	anope_use_extra ldap					"m_ldap.cpp"
-	anope_use_extra anope_modules_sql_auth			"m_sql_authentication.cpp"
-	anope_use_extra anope_modules_sql_log			"m_sql_log.cpp"
-	anope_use_extra anope_modules_sql_oper			"m_sql_oper.cpp"
-	anope_use_extra anope_modules_ldap_auth			"m_ldap_authentication.cpp"
-	anope_use_extra anope_modules_ldap_oper			"m_ldap_oper.cpp"
-	anope_use_extra anope_modules_chanstats			"stats/m_chanstats.cpp"
-	anope_use_extra anope_modules_cs_fantasy_top		"stats/cs_fantasy_top.cpp"
-	anope_use_extra anope_modules_cs_fantasy_stats		"stats/cs_fantasy_stats.cpp"
-	anope_use_extra anope_modules_irc2sql			"stats/irc2sql/irc2sql.cpp"
-	anope_use_extra anope_modules_irc2sql			"stats/irc2sql/irc2sql.h"
-	anope_use_extra anope_modules_irc2sql			"stats/irc2sql/tables.cpp"
-	anope_use_extra anope_modules_irc2sql			"stats/irc2sql/utils.cpp"
+	anope_use_extra mysql			"m_mysql.cpp"
+	anope_use_extra sqlite			"m_sqlite.cpp"
+	anope_use_extra ssl			"m_ssl_openssl.cpp"
+	anope_use_extra gnutls			"m_ssl_gnutls.cpp"
+	anope_use_extra posix			"m_regex_posix.cpp"
+	anope_use_extra pcre			"m_regex_pcre.cpp"
+	anope_use_extra tre			"m_regex_tre.cpp"
+	anope_use_extra ldap			"m_ldap.cpp"
+	anope_use_extra sql-auth		"m_sql_authentication.cpp"
+	anope_use_extra sql-log			"m_sql_log.cpp"
+	anope_use_extra sql-oper		"m_sql_oper.cpp"
+	anope_use_extra ldap-auth		"m_ldap_authentication.cpp"
+	anope_use_extra ldap-oper		"m_ldap_oper.cpp"
+	anope_use_extra chanstats		"stats/m_chanstats.cpp"
+	anope_use_extra cs-fantasy-top		"stats/cs_fantasy_top.cpp"
+	anope_use_extra cs-fantasy-stats	"stats/cs_fantasy_stats.cpp"
+	anope_use_extra irc2sql			"stats/irc2sql/irc2sql.cpp"
+	anope_use_extra irc2sql			"stats/irc2sql/irc2sql.h"
+	anope_use_extra irc2sql			"stats/irc2sql/tables.cpp"
+	anope_use_extra irc2sql			"stats/irc2sql/utils.cpp"
 
 	# Avoid a silly sandbox error - tries to delete /usr/lib/modules
 	sed -i '/install.*REMOVE_RECURSE.*/d' CMakeLists.txt || die

diff --git a/net-irc/anope/metadata.xml b/net-irc/anope/metadata.xml
index 078496567f2..ddb7e3c5b20 100644
--- a/net-irc/anope/metadata.xml
+++ b/net-irc/anope/metadata.xml
@@ -8,16 +8,16 @@
 		<remote-id type="github">anope/anope</remote-id>
 	</upstream>
 	<use>
-		<flag name="anope_modules_sql_auth">Authorize through SQL</flag>
-		<flag name="anope_modules_sql_log">Additional log target in SQL</flag>
-		<flag name="anope_modules_sql_oper">Allows granting users services operator privileges from SQL</flag>
-		<flag name="anope_modules_ldap_auth">Authorize through LDAP</flag>
-		<flag name="anope_modules_ldap_oper">Dynamically ties users to Anope opertypes via LDAP</flag>
-		<flag name="anope_modules_irc2sql">Stores channel statistics in a mysql database</flag>
-		<flag name="anope_modules_chanstats">Channel Statistics</flag>
-		<flag name="anope_modules_cs_fantasy_stats">Enables the STATS and GSTATS commands</flag>
-		<flag name="anope_modules_cs_fantasy_top">Enables the (G)TOP and  (G)TOP10 commands</flag>
+		<flag name="chanstats">Channel Statistics</flag>
+		<flag name="cs-fantasy-stats">Enables the STATS and GSTATS commands</flag>
+		<flag name="cs-fantasy-top">Enables the (G)TOP and  (G)TOP10 commands</flag>
+		<flag name="irc2sql">Stores channel statistics in a mysql database</flag>
+		<flag name="ldap-auth">Authorize through LDAP</flag>
+		<flag name="ldap-oper">Dynamically ties users to Anope opertypes via LDAP</flag>
 		<flag name="posix">Add support for POSIX Compatible Regular Expressions</flag>
+		<flag name="sql-auth">Authorize through SQL</flag>
+		<flag name="sql-log">Additional log target in SQL</flag>
+		<flag name="sql-oper">Allows granting users services operator privileges from SQL</flag>
 		<flag name="ssl">Provide SSL services using OpenSSL</flag>
 		<flag name="tre">Use <pkg>dev-libs/tre</pkg> for regular expressions</flag>
 	</use>


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2019-08-11 11:20 David Seifert
  0 siblings, 0 replies; 34+ messages in thread
From: David Seifert @ 2019-08-11 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     6b42c88807ebcee6778d53756b61ea138126b115
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 11:19:58 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 11:19:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b42c888

net-irc/anope: [QA] Fix missing trailing slash

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-irc/anope/anope-2.0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/anope/anope-2.0.6.ebuild b/net-irc/anope/anope-2.0.6.ebuild
index dfdba26b54f..aba8b1f9d11 100644
--- a/net-irc/anope/anope-2.0.6.ebuild
+++ b/net-irc/anope/anope-2.0.6.ebuild
@@ -53,8 +53,8 @@ pkg_pretend() {
 			eerror "You can do this by:"
 			eerror "# mkdir -p ${ROOT}/var/lib/anope ${ROOT}/etc/anope"
 			eerror "# chown anope:anope ${ROOT}/var/lib/anope"
-			eerror "# mv ${ROOT}/opt/anope/data/*.db ${ROOT}var/lib/anope"
-			eerror "# mv ${ROOT}/opt/anope/data/services.conf ${ROOT}etc/anope"
+			eerror "# mv ${ROOT}/opt/anope/data/*.db ${ROOT}/var/lib/anope"
+			eerror "# mv ${ROOT}/opt/anope/data/services.conf ${ROOT}/etc/anope"
 			die "Please move your anope database files from /opt/anope/data"
 		fi
 	done


^ permalink raw reply related	[flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
@ 2018-03-13 11:59 Pacho Ramos
  0 siblings, 0 replies; 34+ messages in thread
From: Pacho Ramos @ 2018-03-13 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     a19bc0124077104768efe4cac5ae068203cc1a0a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 11:55:14 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 11:59:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19bc012

net-irc/anope: Update maintainer due to bug #96159

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-irc/anope/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/net-irc/anope/metadata.xml b/net-irc/anope/metadata.xml
index a107dd71b69..52f9787ecc7 100644
--- a/net-irc/anope/metadata.xml
+++ b/net-irc/anope/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>gurligebis@gentoo.org</email>
-		<name>Bjarke Istrup Pedersen</name>
-	</maintainer>
 	<longdescription>Anope IRC Services</longdescription>
 	<upstream>
 		<remote-id type="sourceforge">anope</remote-id>


^ permalink raw reply related	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2023-11-25  4:49 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-01  9:38 [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-11-25  4:49 Sam James
2023-08-07  5:06 Sam James
2023-07-15  6:08 Sam James
2023-07-15  3:10 Sam James
2023-07-13  6:53 Sam James
2023-07-13  6:53 Sam James
2023-06-09 13:40 Sam James
2022-09-23  1:35 Sam James
2022-05-28 16:07 Jakov Smolić
2022-05-28 10:03 Jakov Smolić
2022-05-28 10:03 Jakov Smolić
2022-05-28 10:02 Jakov Smolić
2022-04-23  1:53 Sam James
2022-03-23  0:45 Sam James
2022-02-25 20:53 Sam James
2022-01-01 11:07 Sam James
2021-09-12 23:00 Sam James
2021-09-12 23:00 Sam James
2021-08-09 22:21 Sam James
2020-12-20  6:29 Sam James
2020-12-16 20:34 Sam James
2020-10-24  6:39 Sam James
2020-10-12 20:05 Sam James
2020-08-30  5:44 Sam James
2020-07-08 20:50 Sam James
2020-06-06 18:01 Michał Górny
2020-05-13 11:31 Agostino Sarubbo
2020-05-13 11:27 Agostino Sarubbo
2020-05-08  6:25 Mart Raudsepp
2020-05-05 13:07 Thomas Deutschmann
2019-09-23  8:07 Michał Górny
2019-08-11 11:20 David Seifert
2018-03-13 11:59 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox