* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2022-02-06 7:40 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-02-06 7:40 UTC (permalink / raw
To: gentoo-commits
commit: 5ab08c3098f3e01f8ea28c68b0721d07ae255508
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 6 07:39:18 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 6 07:39:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab08c30
net-irc/atheme-services: Keyword 7.2.12 arm64, #829522
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/atheme-services/atheme-services-7.2.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/atheme-services/atheme-services-7.2.12.ebuild b/net-irc/atheme-services/atheme-services-7.2.12.ebuild
index 366022e33306..4388ab319e07 100644
--- a/net-irc/atheme-services/atheme-services-7.2.12.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm"
+KEYWORDS="amd64 ~arm ~arm64"
IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
S="${WORKDIR}/${PN}-v${PV}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2023-04-26 4:03 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-04-26 4:03 UTC (permalink / raw
To: gentoo-commits
commit: c9bf2ca2b93080e059ba956023f33af43ee3a904
Author: Wade Cline <wadecline <AT> hotmail <DOT> com>
AuthorDate: Tue Apr 11 23:22:08 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 04:03:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9bf2ca2
net-irc/atheme-services: drop 7.2.12-r3
Signed-off-by: Wade Cline <wadecline <AT> hotmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30561
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../atheme-services-7.2.12-r3.ebuild | 91 ----------------------
1 file changed, 91 deletions(-)
diff --git a/net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild b/net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild
deleted file mode 100644
index 79eddf4d3911..000000000000
--- a/net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit perl-functions
-
-DESCRIPTION="A portable and secure set of open-source and modular IRC services"
-HOMEPAGE="https://github.com/atheme/atheme"
-SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.tar.xz -> ${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64"
-IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
-S="${WORKDIR}/${PN}-v${PV}"
-
-RDEPEND="
- acct-group/atheme-services
- acct-user/atheme-services
- >=dev-libs/libmowgli-2.1.0:2
- virtual/libcrypt:=
- cracklib? ( sys-libs/cracklib )
- ldap? ( net-nds/openldap:= )
- perl? ( dev-lang/perl:= )
- pcre? ( dev-libs/libpcre )
- ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-# 'dev-vcs/git' required as per bug #665802
-BDEPEND="
- dev-vcs/git
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-7.2.10_p2-configure-logdir.patch)
-
-src_configure() {
- # perl scriping module support is also broken in 7.0.0. Yay for QA failures.
- econf \
- --sysconfdir="${EPREFIX}"/etc/${PN} \
- --localstatedir="${EPREFIX}"/var \
- --enable-fhs-paths \
- --disable-warnings \
- --enable-contrib \
- $(use_enable largenet large-net) \
- $(use_with cracklib) \
- $(use_with ldap) \
- $(use_enable nls) \
- $(use_enable profile) \
- $(use_with pcre) \
- $(use_with perl) \
- $(use_enable ssl)
-}
-
-src_compile() {
- emake V=1
-}
-
-src_install() {
- default
-
- insinto /etc/${PN}
- for conf in dist/*.example; do
- # The .cron file isn't meant to live in /etc/${PN}, so only
- # install a .example version.
- [[ ${conf} == *cron* ]] && continue
-
- local confdest=${conf##*/}
- newins ${conf} ${confdest%.example}
- done
-
- fowners -R 0:${PN} /etc/${PN}
- keepdir /var/{lib,log}/atheme
- fowners ${PN}:${PN} /var/{lib,log}/atheme
- fperms -R go-w,o-rx /etc/${PN}
- fperms 750 /etc/${PN} /var/{lib,log}/atheme
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- mv "${ED}"/usr/bin/{,atheme-}dbverify || die
-
- # contributed scripts and such:
- docinto contrib
- dodoc contrib/*.{c,pl,php,py,rb}
-
- use perl && perl_domodule -r contrib/Atheme{,.pm}
-
- rm "${ED}/usr/share/doc/${PF}/WINDOWS" || die
-
- # Bug #454840 #520490
- rm -rf "${ED}/var/run" || die
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2023-04-10 21:54 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-04-10 21:54 UTC (permalink / raw
To: gentoo-commits
commit: 67d0ceb295ad4421f2023bdee19226b20662b452
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 21:54:28 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 21:54:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d0ceb2
net-irc/atheme-services: Stabilize 7.2.12-r4 amd64, #904084
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild b/net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild
index 1868e2015273..335443e95737 100644
--- a/net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm ~arm64"
IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
S="${WORKDIR}/${PN}-v${PV}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2022-07-28 14:09 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-07-28 14:09 UTC (permalink / raw
To: gentoo-commits
commit: e63999622197fcc92abdc1b9894d1d15b4402063
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 14:08:16 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 14:08:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6399962
net-irc/atheme-services: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/atheme-services/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net-irc/atheme-services/metadata.xml b/net-irc/atheme-services/metadata.xml
index bc9d27d26f5f..854b8fb4bebc 100644
--- a/net-irc/atheme-services/metadata.xml
+++ b/net-irc/atheme-services/metadata.xml
@@ -15,4 +15,7 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">atheme/atheme</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2022-04-08 12:16 Joonas Niilola
0 siblings, 0 replies; 22+ messages in thread
From: Joonas Niilola @ 2022-04-08 12:16 UTC (permalink / raw
To: gentoo-commits
commit: d5613ef65ef9a89ff4de343406621c17d3a82781
Author: Wade Cline <wadecline <AT> hotmail <DOT> com>
AuthorDate: Wed Mar 30 06:43:54 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 8 12:16:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5613ef6
net-irc/atheme-services: Drop 7.2.12-r2
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Wade Cline <wadecline <AT> hotmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24814
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../atheme-services-7.2.12-r2.ebuild | 91 ----------------------
1 file changed, 91 deletions(-)
diff --git a/net-irc/atheme-services/atheme-services-7.2.12-r2.ebuild b/net-irc/atheme-services/atheme-services-7.2.12-r2.ebuild
deleted file mode 100644
index c20793bd81d2..000000000000
--- a/net-irc/atheme-services/atheme-services-7.2.12-r2.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic perl-functions
-
-DESCRIPTION="A portable and secure set of open-source and modular IRC services"
-HOMEPAGE="https://github.com/atheme/atheme"
-SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.tar.xz -> ${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64"
-IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
-S="${WORKDIR}/${PN}-v${PV}"
-
-RDEPEND="
- acct-group/atheme-services
- acct-user/atheme-services
- >=dev-libs/libmowgli-2.1.0:2
- virtual/libcrypt:=
- cracklib? ( sys-libs/cracklib )
- ldap? ( net-nds/openldap:= )
- perl? ( dev-lang/perl:= )
- pcre? ( dev-libs/libpcre )
- ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-# 'dev-vcs/git' required as per bug #665802
-BDEPEND="
- dev-vcs/git
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-7.2.10_p2-configure-logdir.patch)
-
-src_configure() {
- # perl scriping module support is also broken in 7.0.0. Yay for QA failures.
- econf \
- --sysconfdir="${EPREFIX}"/etc/${PN} \
- --localstatedir="${EPREFIX}"/var \
- --enable-fhs-paths \
- --disable-warnings \
- --enable-contrib \
- $(use_enable largenet large-net) \
- $(use_with cracklib) \
- $(use_with ldap) \
- $(use_enable nls) \
- $(use_enable profile) \
- $(use_with pcre) \
- $(use_with perl) \
- $(use_enable ssl)
-}
-
-src_compile() {
- emake V=1
-}
-
-src_install() {
- default
-
- insinto /etc/${PN}
- for conf in dist/*.example; do
- # The .cron file isn't meant to live in /etc/${PN}, so only
- # install a .example version.
- [[ ${conf} == *cron* ]] && continue
-
- local confdest=${conf##*/}
- newins ${conf} ${confdest%.example}
- done
-
- fowners -R 0:${PN} /etc/${PN}
- keepdir /var/{lib,log}/atheme
- fowners ${PN}:${PN} /var/{lib,log}/atheme
- fperms -R go-w,o-rx /etc/${PN}
- fperms 750 /etc/${PN} /var/{lib,log}/atheme
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- mv "${ED}"/usr/bin/{,atheme-}dbverify || die
-
- # contributed scripts and such:
- docinto contrib
- dodoc contrib/*.{c,pl,php,py,rb}
-
- use perl && perl_domodule -r contrib/Atheme{,.pm}
-
- rm "${ED}/usr/share/doc/${PF}/WINDOWS" || die
-
- # Bug #454840 #520490
- rm -rf "${ED}/var/run" || die
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2022-03-28 9:13 Jakov Smolić
0 siblings, 0 replies; 22+ messages in thread
From: Jakov Smolić @ 2022-03-28 9:13 UTC (permalink / raw
To: gentoo-commits
commit: e62eaaee7f5bc2648997a8aedda50e620b0a8d1b
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 09:13:00 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 09:13:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62eaaee
net-irc/atheme-services: Stabilize 7.2.12-r3 amd64, #835703
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild b/net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild
index 28aa60e662fa..79eddf4d3911 100644
--- a/net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm ~arm64"
IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
S="${WORKDIR}/${PN}-v${PV}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2022-03-23 0:45 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-03-23 0:45 UTC (permalink / raw
To: gentoo-commits
commit: 4e114f4e963126178776c814e3a39993d32d092b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 00:27:15 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 00:44:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e114f4e
net-irc/atheme-services: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{atheme-services-7.2.12.ebuild => atheme-services-7.2.12-r2.ebuild} | 2 +-
...theme-services-7.2.12-r1.ebuild => atheme-services-7.2.12-r3.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-irc/atheme-services/atheme-services-7.2.12.ebuild b/net-irc/atheme-services/atheme-services-7.2.12-r2.ebuild
similarity index 98%
rename from net-irc/atheme-services/atheme-services-7.2.12.ebuild
rename to net-irc/atheme-services/atheme-services-7.2.12-r2.ebuild
index 4388ab319e07..c20793bd81d2 100644
--- a/net-irc/atheme-services/atheme-services-7.2.12.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.12-r2.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
>=dev-libs/libmowgli-2.1.0:2
virtual/libcrypt:=
cracklib? ( sys-libs/cracklib )
- ldap? ( net-nds/openldap )
+ ldap? ( net-nds/openldap:= )
perl? ( dev-lang/perl:= )
pcre? ( dev-libs/libpcre )
ssl? ( dev-libs/openssl:0= )"
diff --git a/net-irc/atheme-services/atheme-services-7.2.12-r1.ebuild b/net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild
similarity index 98%
rename from net-irc/atheme-services/atheme-services-7.2.12-r1.ebuild
rename to net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild
index 3604b77d858b..28aa60e662fa 100644
--- a/net-irc/atheme-services/atheme-services-7.2.12-r1.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
>=dev-libs/libmowgli-2.1.0:2
virtual/libcrypt:=
cracklib? ( sys-libs/cracklib )
- ldap? ( net-nds/openldap )
+ ldap? ( net-nds/openldap:= )
perl? ( dev-lang/perl:= )
pcre? ( dev-libs/libpcre )
ssl? ( dev-libs/openssl:0= )"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2022-02-09 11:25 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-02-09 11:25 UTC (permalink / raw
To: gentoo-commits
commit: b1fb69510539e977602c0303dbca8e2e831932f4
Author: Wade Cline <wadecline <AT> hotmail <DOT> com>
AuthorDate: Mon Feb 7 03:27:40 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 9 11:24:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1fb6951
net-irc/atheme-services: Rev bump for EAPI 8
Bump to EAPI 8.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Wade Cline <wadecline <AT> hotmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24101
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../atheme-services-7.2.12-r1.ebuild | 91 ++++++++++++++++++++++
1 file changed, 91 insertions(+)
diff --git a/net-irc/atheme-services/atheme-services-7.2.12-r1.ebuild b/net-irc/atheme-services/atheme-services-7.2.12-r1.ebuild
new file mode 100644
index 000000000000..3604b77d858b
--- /dev/null
+++ b/net-irc/atheme-services/atheme-services-7.2.12-r1.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit perl-functions
+
+DESCRIPTION="A portable and secure set of open-source and modular IRC services"
+HOMEPAGE="https://github.com/atheme/atheme"
+SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.tar.xz -> ${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
+S="${WORKDIR}/${PN}-v${PV}"
+
+RDEPEND="
+ acct-group/atheme-services
+ acct-user/atheme-services
+ >=dev-libs/libmowgli-2.1.0:2
+ virtual/libcrypt:=
+ cracklib? ( sys-libs/cracklib )
+ ldap? ( net-nds/openldap )
+ perl? ( dev-lang/perl:= )
+ pcre? ( dev-libs/libpcre )
+ ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+# 'dev-vcs/git' required as per bug #665802
+BDEPEND="
+ dev-vcs/git
+ virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-7.2.10_p2-configure-logdir.patch)
+
+src_configure() {
+ # perl scriping module support is also broken in 7.0.0. Yay for QA failures.
+ econf \
+ --sysconfdir="${EPREFIX}"/etc/${PN} \
+ --localstatedir="${EPREFIX}"/var \
+ --enable-fhs-paths \
+ --disable-warnings \
+ --enable-contrib \
+ $(use_enable largenet large-net) \
+ $(use_with cracklib) \
+ $(use_with ldap) \
+ $(use_enable nls) \
+ $(use_enable profile) \
+ $(use_with pcre) \
+ $(use_with perl) \
+ $(use_enable ssl)
+}
+
+src_compile() {
+ emake V=1
+}
+
+src_install() {
+ default
+
+ insinto /etc/${PN}
+ for conf in dist/*.example; do
+ # The .cron file isn't meant to live in /etc/${PN}, so only
+ # install a .example version.
+ [[ ${conf} == *cron* ]] && continue
+
+ local confdest=${conf##*/}
+ newins ${conf} ${confdest%.example}
+ done
+
+ fowners -R 0:${PN} /etc/${PN}
+ keepdir /var/{lib,log}/atheme
+ fowners ${PN}:${PN} /var/{lib,log}/atheme
+ fperms -R go-w,o-rx /etc/${PN}
+ fperms 750 /etc/${PN} /var/{lib,log}/atheme
+
+ newinitd "${FILESDIR}"/${PN}.initd ${PN}
+ mv "${ED}"/usr/bin/{,atheme-}dbverify || die
+
+ # contributed scripts and such:
+ docinto contrib
+ dodoc contrib/*.{c,pl,php,py,rb}
+
+ use perl && perl_domodule -r contrib/Atheme{,.pm}
+
+ rm "${ED}/usr/share/doc/${PF}/WINDOWS" || die
+
+ # Bug #454840 #520490
+ rm -rf "${ED}/var/run" || die
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2022-02-05 6:34 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-02-05 6:34 UTC (permalink / raw
To: gentoo-commits
commit: 09916cb93d4206820d4241f972a427b992c502a4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 5 06:32:23 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 5 06:32:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09916cb9
net-irc/atheme-services: Keyword 7.2.12 arm, #829522
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/atheme-services/atheme-services-7.2.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/atheme-services/atheme-services-7.2.12.ebuild b/net-irc/atheme-services/atheme-services-7.2.12.ebuild
index f041e74b36bc..366022e33306 100644
--- a/net-irc/atheme-services/atheme-services-7.2.12.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm"
IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
S="${WORKDIR}/${PN}-v${PV}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2022-02-03 2:19 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-02-03 2:19 UTC (permalink / raw
To: gentoo-commits
commit: a9832e9d52ac367e7f1dc1a13d13c6e5a83bc120
Author: Wade Cline <wadecline <AT> hotmail <DOT> com>
AuthorDate: Tue Feb 1 03:38:45 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 3 02:18:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9832e9d
net-irc/atheme-services: Drop 7.2.11
Bug: https://bugs.gentoo.org/832400
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Wade Cline <wadecline <AT> hotmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24039
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/atheme-services/Manifest | 1 -
.../atheme-services-7.2.11-r1.ebuild | 91 ----------------------
2 files changed, 92 deletions(-)
diff --git a/net-irc/atheme-services/Manifest b/net-irc/atheme-services/Manifest
index 42b0fc67c057..d1485396f459 100644
--- a/net-irc/atheme-services/Manifest
+++ b/net-irc/atheme-services/Manifest
@@ -1,2 +1 @@
-DIST atheme-services-7.2.11.tar.xz 1051436 BLAKE2B 99624c21adf820c8ef8e33aa9ae9036c701c4a9218e225e7871717c86010fbed56d00da43cd2ffb79a46074a5602260fabbbaf769407a00175b5127c18913c1c SHA512 adcc189b61efe295997a7456022a7595df5b14b55c2139794d380e57fe77efd42221316558391b5440f077fd951143905454b0e9893deec89108fa671b44ef2f
DIST atheme-services-7.2.12.tar.xz 1072992 BLAKE2B f9e1cb175c1e2f38b5d53eba8f3d391e421baaff7eb76f38b10ba02b258472ccf9b69a7a278ff05c4f620b6fe6e48362618c02d245ed5d9c5acd4bede91ac093 SHA512 0d276b9a0c96f72a739090c5b2c732ab6c000f801cbb86347b5670def56f36fb82d70fb4cb68a1d942b9765c054bc136a6b0cecc0573cf8f59076f8b91fc6bf6
diff --git a/net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild b/net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild
deleted file mode 100644
index dc7e351945f6..000000000000
--- a/net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic perl-functions
-
-DESCRIPTION="A portable and secure set of open-source and modular IRC services"
-HOMEPAGE="https://github.com/atheme/atheme"
-SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.tar.xz -> ${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
-S="${WORKDIR}/${PN}-v${PV}"
-
-RDEPEND="
- acct-group/atheme-services
- acct-user/atheme-services
- >=dev-libs/libmowgli-2.1.0:2
- virtual/libcrypt:=
- cracklib? ( sys-libs/cracklib )
- ldap? ( net-nds/openldap )
- perl? ( dev-lang/perl:= )
- pcre? ( dev-libs/libpcre )
- ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-# 'dev-vcs/git' required as per bug #665802
-BDEPEND="
- dev-vcs/git
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-7.2.10_p2-configure-logdir.patch)
-
-src_configure() {
- # perl scriping module support is also broken in 7.0.0. Yay for QA failures.
- econf \
- --sysconfdir="${EPREFIX}"/etc/${PN} \
- --localstatedir="${EPREFIX}"/var \
- --enable-fhs-paths \
- --disable-warnings \
- --enable-contrib \
- $(use_enable largenet large-net) \
- $(use_with cracklib) \
- $(use_with ldap) \
- $(use_enable nls) \
- $(use_enable profile) \
- $(use_with pcre) \
- $(use_with perl) \
- $(use_enable ssl)
-}
-
-src_compile() {
- emake V=1
-}
-
-src_install() {
- default
-
- insinto /etc/${PN}
- for conf in dist/*.example; do
- # The .cron file isn't meant to live in /etc/${PN}, so only
- # install a .example version.
- [[ ${conf} == *cron* ]] && continue
-
- local confdest=${conf##*/}
- newins ${conf} ${confdest%.example}
- done
-
- fowners -R 0:${PN} /etc/${PN}
- keepdir /var/{lib,log}/atheme
- fowners ${PN}:${PN} /var/{lib,log}/atheme
- fperms -R go-w,o-rx /etc/${PN}
- fperms 750 /etc/${PN} /var/{lib,log}/atheme
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- mv "${ED}"/usr/bin/{,atheme-}dbverify || die
-
- # contributed scripts and such:
- docinto contrib
- dodoc contrib/*.{c,pl,php,py,rb}
-
- use perl && perl_domodule -r contrib/Atheme{,.pm}
-
- rm "${ED}/usr/share/doc/${PF}/WINDOWS" || die
-
- # Bug #454840 #520490
- rm -rf "${ED}/var/run" || die
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2022-01-31 18:50 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-01-31 18:50 UTC (permalink / raw
To: gentoo-commits
commit: bc688f3ea425b4e503c2629ae1356ef93800e488
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 31 18:50:01 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 31 18:50:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc688f3e
net-irc/atheme-services: Stabilize 7.2.12 amd64, #832406
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/atheme-services/atheme-services-7.2.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/atheme-services/atheme-services-7.2.12.ebuild b/net-irc/atheme-services/atheme-services-7.2.12.ebuild
index b81b81d9a106..f041e74b36bc 100644
--- a/net-irc/atheme-services/atheme-services-7.2.12.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
S="${WORKDIR}/${PN}-v${PV}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2022-01-31 1:01 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2022-01-31 1:01 UTC (permalink / raw
To: gentoo-commits
commit: f264f80b9f955dd7ef8e10d0a0dddcb79ee0dca4
Author: Wade Cline <wadecline <AT> hotmail <DOT> com>
AuthorDate: Mon Jan 31 00:06:18 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 31 01:00:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f264f80b
net-irc/atheme-services: Add 7.2.12
Bug: https://bugs.gentoo.org/832400
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Wade Cline <wadecline <AT> hotmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24026
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/atheme-services/Manifest | 1 +
.../atheme-services/atheme-services-7.2.12.ebuild | 91 ++++++++++++++++++++++
2 files changed, 92 insertions(+)
diff --git a/net-irc/atheme-services/Manifest b/net-irc/atheme-services/Manifest
index 77a13813677c..42b0fc67c057 100644
--- a/net-irc/atheme-services/Manifest
+++ b/net-irc/atheme-services/Manifest
@@ -1 +1,2 @@
DIST atheme-services-7.2.11.tar.xz 1051436 BLAKE2B 99624c21adf820c8ef8e33aa9ae9036c701c4a9218e225e7871717c86010fbed56d00da43cd2ffb79a46074a5602260fabbbaf769407a00175b5127c18913c1c SHA512 adcc189b61efe295997a7456022a7595df5b14b55c2139794d380e57fe77efd42221316558391b5440f077fd951143905454b0e9893deec89108fa671b44ef2f
+DIST atheme-services-7.2.12.tar.xz 1072992 BLAKE2B f9e1cb175c1e2f38b5d53eba8f3d391e421baaff7eb76f38b10ba02b258472ccf9b69a7a278ff05c4f620b6fe6e48362618c02d245ed5d9c5acd4bede91ac093 SHA512 0d276b9a0c96f72a739090c5b2c732ab6c000f801cbb86347b5670def56f36fb82d70fb4cb68a1d942b9765c054bc136a6b0cecc0573cf8f59076f8b91fc6bf6
diff --git a/net-irc/atheme-services/atheme-services-7.2.12.ebuild b/net-irc/atheme-services/atheme-services-7.2.12.ebuild
new file mode 100644
index 000000000000..b81b81d9a106
--- /dev/null
+++ b/net-irc/atheme-services/atheme-services-7.2.12.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic perl-functions
+
+DESCRIPTION="A portable and secure set of open-source and modular IRC services"
+HOMEPAGE="https://github.com/atheme/atheme"
+SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.tar.xz -> ${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
+S="${WORKDIR}/${PN}-v${PV}"
+
+RDEPEND="
+ acct-group/atheme-services
+ acct-user/atheme-services
+ >=dev-libs/libmowgli-2.1.0:2
+ virtual/libcrypt:=
+ cracklib? ( sys-libs/cracklib )
+ ldap? ( net-nds/openldap )
+ perl? ( dev-lang/perl:= )
+ pcre? ( dev-libs/libpcre )
+ ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+# 'dev-vcs/git' required as per bug #665802
+BDEPEND="
+ dev-vcs/git
+ virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-7.2.10_p2-configure-logdir.patch)
+
+src_configure() {
+ # perl scriping module support is also broken in 7.0.0. Yay for QA failures.
+ econf \
+ --sysconfdir="${EPREFIX}"/etc/${PN} \
+ --localstatedir="${EPREFIX}"/var \
+ --enable-fhs-paths \
+ --disable-warnings \
+ --enable-contrib \
+ $(use_enable largenet large-net) \
+ $(use_with cracklib) \
+ $(use_with ldap) \
+ $(use_enable nls) \
+ $(use_enable profile) \
+ $(use_with pcre) \
+ $(use_with perl) \
+ $(use_enable ssl)
+}
+
+src_compile() {
+ emake V=1
+}
+
+src_install() {
+ default
+
+ insinto /etc/${PN}
+ for conf in dist/*.example; do
+ # The .cron file isn't meant to live in /etc/${PN}, so only
+ # install a .example version.
+ [[ ${conf} == *cron* ]] && continue
+
+ local confdest=${conf##*/}
+ newins ${conf} ${confdest%.example}
+ done
+
+ fowners -R 0:${PN} /etc/${PN}
+ keepdir /var/{lib,log}/atheme
+ fowners ${PN}:${PN} /var/{lib,log}/atheme
+ fperms -R go-w,o-rx /etc/${PN}
+ fperms 750 /etc/${PN} /var/{lib,log}/atheme
+
+ newinitd "${FILESDIR}"/${PN}.initd ${PN}
+ mv "${ED}"/usr/bin/{,atheme-}dbverify || die
+
+ # contributed scripts and such:
+ docinto contrib
+ dodoc contrib/*.{c,pl,php,py,rb}
+
+ use perl && perl_domodule -r contrib/Atheme{,.pm}
+
+ rm "${ED}/usr/share/doc/${PF}/WINDOWS" || die
+
+ # Bug #454840 #520490
+ rm -rf "${ED}/var/run" || die
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2021-06-30 18:40 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-06-30 18:40 UTC (permalink / raw
To: gentoo-commits
commit: cf8373dc5f87fa2ebb1b3e35a01d53d03ccaca88
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 18:39:39 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 18:39:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8373dc
net-irc/atheme-services: add missing libcrypt dependency, perl subslot dependency
Signed-off-by: Sam James <sam <AT> gentoo.org>
...{atheme-services-7.2.11.ebuild => atheme-services-7.2.11-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-irc/atheme-services/atheme-services-7.2.11.ebuild b/net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild
similarity index 97%
rename from net-irc/atheme-services/atheme-services-7.2.11.ebuild
rename to net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild
index 2f74842aa72..dc7e351945f 100644
--- a/net-irc/atheme-services/atheme-services-7.2.11.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild
@@ -19,9 +19,10 @@ RDEPEND="
acct-group/atheme-services
acct-user/atheme-services
>=dev-libs/libmowgli-2.1.0:2
+ virtual/libcrypt:=
cracklib? ( sys-libs/cracklib )
ldap? ( net-nds/openldap )
- perl? ( dev-lang/perl )
+ perl? ( dev-lang/perl:= )
pcre? ( dev-libs/libpcre )
ssl? ( dev-libs/openssl:0= )"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2021-04-27 18:01 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-04-27 18:01 UTC (permalink / raw
To: gentoo-commits
commit: bf814dfbab747a1a0f5c70b40899035787ced956
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 18:00:49 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 18:00:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf814dfb
net-irc/atheme-services: Stabilize 7.2.11 amd64, #785766
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/atheme-services/atheme-services-7.2.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/atheme-services/atheme-services-7.2.11.ebuild b/net-irc/atheme-services/atheme-services-7.2.11.ebuild
index b547246f6bf..2f74842aa72 100644
--- a/net-irc/atheme-services/atheme-services-7.2.11.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.11.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
S="${WORKDIR}/${PN}-v${PV}"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2021-03-09 12:05 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-03-09 12:05 UTC (permalink / raw
To: gentoo-commits
commit: 7e05458b0bc8aba73c500e8608edad4c2f89fee7
Author: Wade Cline <wadecline <AT> hotmail <DOT> com>
AuthorDate: Sun Mar 7 23:49:26 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 9 12:05:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e05458b
net-irc/atheme-services: Add 7.2.11
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Wade Cline <wadecline <AT> hotmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/atheme-services/Manifest | 1 +
.../atheme-services/atheme-services-7.2.11.ebuild | 90 ++++++++++++++++++++++
2 files changed, 91 insertions(+)
diff --git a/net-irc/atheme-services/Manifest b/net-irc/atheme-services/Manifest
index ca89021adb4..a2d8327a358 100644
--- a/net-irc/atheme-services/Manifest
+++ b/net-irc/atheme-services/Manifest
@@ -1 +1,2 @@
DIST atheme-services-7.2.10_p2.tar.xz 21061364 BLAKE2B e02ea3b9b55c0a02bfd354da65ed45318c2f0a5d5d35cabe7984760cfe1683b9856cc779754f1de8861816b5b2d2323c898100697e8d365ffed039e90b42cde6 SHA512 c7e6654ddbf515b1565b77f0659cd9a77787d004fb532ecdee638189e823ec65afc283cbeafc6d7625ed6c210835e5546c5e33718e08ad0b280ccc7a2df7be48
+DIST atheme-services-7.2.11.tar.xz 1051436 BLAKE2B 99624c21adf820c8ef8e33aa9ae9036c701c4a9218e225e7871717c86010fbed56d00da43cd2ffb79a46074a5602260fabbbaf769407a00175b5127c18913c1c SHA512 adcc189b61efe295997a7456022a7595df5b14b55c2139794d380e57fe77efd42221316558391b5440f077fd951143905454b0e9893deec89108fa671b44ef2f
diff --git a/net-irc/atheme-services/atheme-services-7.2.11.ebuild b/net-irc/atheme-services/atheme-services-7.2.11.ebuild
new file mode 100644
index 00000000000..b547246f6bf
--- /dev/null
+++ b/net-irc/atheme-services/atheme-services-7.2.11.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic perl-functions
+
+DESCRIPTION="A portable and secure set of open-source and modular IRC services"
+HOMEPAGE="https://github.com/atheme/atheme"
+SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.tar.xz -> ${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
+S="${WORKDIR}/${PN}-v${PV}"
+
+RDEPEND="
+ acct-group/atheme-services
+ acct-user/atheme-services
+ >=dev-libs/libmowgli-2.1.0:2
+ cracklib? ( sys-libs/cracklib )
+ ldap? ( net-nds/openldap )
+ perl? ( dev-lang/perl )
+ pcre? ( dev-libs/libpcre )
+ ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+# 'dev-vcs/git' required as per bug #665802
+BDEPEND="
+ dev-vcs/git
+ virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-7.2.10_p2-configure-logdir.patch)
+
+src_configure() {
+ # perl scriping module support is also broken in 7.0.0. Yay for QA failures.
+ econf \
+ --sysconfdir="${EPREFIX}"/etc/${PN} \
+ --localstatedir="${EPREFIX}"/var \
+ --enable-fhs-paths \
+ --disable-warnings \
+ --enable-contrib \
+ $(use_enable largenet large-net) \
+ $(use_with cracklib) \
+ $(use_with ldap) \
+ $(use_enable nls) \
+ $(use_enable profile) \
+ $(use_with pcre) \
+ $(use_with perl) \
+ $(use_enable ssl)
+}
+
+src_compile() {
+ emake V=1
+}
+
+src_install() {
+ default
+
+ insinto /etc/${PN}
+ for conf in dist/*.example; do
+ # The .cron file isn't meant to live in /etc/${PN}, so only
+ # install a .example version.
+ [[ ${conf} == *cron* ]] && continue
+
+ local confdest=${conf##*/}
+ newins ${conf} ${confdest%.example}
+ done
+
+ fowners -R 0:${PN} /etc/${PN}
+ keepdir /var/{lib,log}/atheme
+ fowners ${PN}:${PN} /var/{lib,log}/atheme
+ fperms -R go-w,o-rx /etc/${PN}
+ fperms 750 /etc/${PN} /var/{lib,log}/atheme
+
+ newinitd "${FILESDIR}"/${PN}.initd ${PN}
+ mv "${ED}"/usr/bin/{,atheme-}dbverify || die
+
+ # contributed scripts and such:
+ docinto contrib
+ dodoc contrib/*.{c,pl,php,py,rb}
+
+ use perl && perl_domodule -r contrib/Atheme{,.pm}
+
+ rm "${ED}/usr/share/doc/${PF}/WINDOWS" || die
+
+ # Bug #454840 #520490
+ rm -rf "${ED}/var/run" || die
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2020-04-21 12:45 Joonas Niilola
0 siblings, 0 replies; 22+ messages in thread
From: Joonas Niilola @ 2020-04-21 12:45 UTC (permalink / raw
To: gentoo-commits
commit: f941f97c9fc52af501be036aed3b36389d6d6bd9
Author: Wade Cline <wadecline <AT> hotmail <DOT> com>
AuthorDate: Mon Apr 20 00:37:19 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 21 12:44:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f941f97c
net-irc/atheme-services: Rev bump
Fix dependencies.
Closes: https://bugs.gentoo.org/717832
Signed-off-by: Wade Cline <wadecline <AT> hotmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15434
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
...rvices-7.2.10_p2-r1.ebuild => atheme-services-7.2.10_p2-r2.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-irc/atheme-services/atheme-services-7.2.10_p2-r1.ebuild b/net-irc/atheme-services/atheme-services-7.2.10_p2-r2.ebuild
similarity index 96%
rename from net-irc/atheme-services/atheme-services-7.2.10_p2-r1.ebuild
rename to net-irc/atheme-services/atheme-services-7.2.10_p2-r2.ebuild
index 6e5d339fa09..820dfd3bd2f 100644
--- a/net-irc/atheme-services/atheme-services-7.2.10_p2-r1.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.10_p2-r2.ebuild
@@ -27,7 +27,9 @@ RDEPEND="
perl? ( dev-lang/perl )
pcre? ( dev-libs/libpcre )
ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+# 'dev-vcs/git' required as per bug #665802
+BDEPEND="
dev-vcs/git
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2019-11-07 6:08 Joonas Niilola
0 siblings, 0 replies; 22+ messages in thread
From: Joonas Niilola @ 2019-11-07 6:08 UTC (permalink / raw
To: gentoo-commits
commit: 0573ed7ab687c77ad0cd662788569f433fad0f8d
Author: Wade Cline <wadecline <AT> hotmail <DOT> com>
AuthorDate: Tue Nov 5 05:45:17 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Nov 7 06:07:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0573ed7a
net-irc/atheme-services: Fix missing serno.h
Closes: https://bugs.gentoo.org/665802
Signed-off-by: Wade Cline <wadecline <AT> hotmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13552
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-irc/atheme-services/atheme-services-7.2.10_p2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-irc/atheme-services/atheme-services-7.2.10_p2.ebuild b/net-irc/atheme-services/atheme-services-7.2.10_p2.ebuild
index 90d919e5357..370851d3ea4 100644
--- a/net-irc/atheme-services/atheme-services-7.2.10_p2.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.10_p2.ebuild
@@ -25,6 +25,7 @@ RDEPEND=">=dev-libs/libmowgli-2.1.0:2
pcre? ( dev-libs/libpcre )
ssl? ( dev-libs/openssl:0= )"
DEPEND="${RDEPEND}
+ dev-vcs/git
virtual/pkgconfig"
PATCHES=("${FILESDIR}"/${P}-configure-logdir.patch)
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2017-09-06 10:59 Michał Górny
0 siblings, 0 replies; 22+ messages in thread
From: Michał Górny @ 2017-09-06 10:59 UTC (permalink / raw
To: gentoo-commits
commit: b9ef2de93196903dbd9fd7be908c9d8cfc7eb7d6
Author: Wade Cline <wadecline <AT> hotmail <DOT> com>
AuthorDate: Sun Sep 3 20:40:51 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 6 10:58:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ef2de9
net-irc/atheme-services: Revbump to 7.2.9-r1
Make atheme depend on the slot 2 version of libmowgli rather
than slot 0.
Bug: https://bugs.gentoo.org/629644
.../{atheme-services-7.2.9.ebuild => atheme-services-7.2.9-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/atheme-services/atheme-services-7.2.9.ebuild b/net-irc/atheme-services/atheme-services-7.2.9-r1.ebuild
similarity index 98%
rename from net-irc/atheme-services/atheme-services-7.2.9.ebuild
rename to net-irc/atheme-services/atheme-services-7.2.9-r1.ebuild
index 70684a5915f..5fcdc6534d3 100644
--- a/net-irc/atheme-services/atheme-services-7.2.9.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.9-r1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64"
IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
S="${WORKDIR}/atheme-${PV}"
-RDEPEND=">=dev-libs/libmowgli-2.1.0:0
+RDEPEND=">=dev-libs/libmowgli-2.1.0:2
cracklib? ( sys-libs/cracklib )
ldap? ( net-nds/openldap )
perl? ( dev-lang/perl )
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2016-08-07 7:42 Pacho Ramos
0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2016-08-07 7:42 UTC (permalink / raw
To: gentoo-commits
commit: 5178b87898d919c8403b5a7a4799e9cd045797ea
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 07:35:34 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 07:35:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5178b878
net-irc/atheme-services: Cleanup per bug #390203
Package-Manager: portage-2.3.0
net-irc/atheme-services/metadata.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/net-irc/atheme-services/metadata.xml b/net-irc/atheme-services/metadata.xml
index 81d6c8b..3ed3826 100644
--- a/net-irc/atheme-services/metadata.xml
+++ b/net-irc/atheme-services/metadata.xml
@@ -1,11 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>jdhore@gentoo.org</email>
- <name>Jeff Horelick</name>
- <description>Co-maintainer</description>
- </maintainer>
<use>
<flag name="cracklib">Enable nickserv/cracklib module for enforcing strong account passwords</flag>
<flag name="largenet">Enable support/tweaks for large networks</flag>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2016-08-07 7:25 Pacho Ramos
0 siblings, 0 replies; 22+ messages in thread
From: Pacho Ramos @ 2016-08-07 7:25 UTC (permalink / raw
To: gentoo-commits
commit: 74e51314dfc81f63f4c3dc56d94b848a5724a1ce
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 07:11:59 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 07:24:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e51314
net-irc/atheme-services: Cleanup per bug #355897
Package-Manager: portage-2.3.0
net-irc/atheme-services/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/net-irc/atheme-services/metadata.xml b/net-irc/atheme-services/metadata.xml
index 299deb7..81d6c8b 100644
--- a/net-irc/atheme-services/metadata.xml
+++ b/net-irc/atheme-services/metadata.xml
@@ -2,10 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>binki@gentoo.org</email>
- <name>Nathan Phillip Brink</name>
- </maintainer>
- <maintainer type="person">
<email>jdhore@gentoo.org</email>
<name>Jeff Horelick</name>
<description>Co-maintainer</description>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2016-06-27 8:47 Agostino Sarubbo
0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2016-06-27 8:47 UTC (permalink / raw
To: gentoo-commits
commit: e53e3c808455c160c0adbceb09e3577640802103
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 27 08:46:21 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 08:46:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53e3c80
net-irc/atheme-services: x86 stable wrt bug #453308
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-irc/atheme-services/atheme-services-7.0.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/atheme-services/atheme-services-7.0.6-r1.ebuild b/net-irc/atheme-services/atheme-services-7.0.6-r1.ebuild
index 81f7601..2352e1a 100644
--- a/net-irc/atheme-services/atheme-services-7.0.6-r1.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.0.6-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://atheme.net/downloads/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="amd64 x86 ~x86-fbsd ~amd64-linux"
IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
RDEPEND=">=dev-libs/libmowgli-2.0.0:2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/
@ 2016-06-10 13:01 Agostino Sarubbo
0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2016-06-10 13:01 UTC (permalink / raw
To: gentoo-commits
commit: 700b40a28f26fdc1e8997ca4a6ddafc97ad67e52
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 13:01:13 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 13:01:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700b40a2
net-irc/atheme-services: amd64 stable wrt bug #453308
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-irc/atheme-services/atheme-services-7.0.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/atheme-services/atheme-services-7.0.6-r1.ebuild b/net-irc/atheme-services/atheme-services-7.0.6-r1.ebuild
index 8cef6b4..81f7601 100644
--- a/net-irc/atheme-services/atheme-services-7.0.6-r1.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.0.6-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://atheme.net/downloads/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="amd64 ~x86 ~x86-fbsd ~amd64-linux"
IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
RDEPEND=">=dev-libs/libmowgli-2.0.0:2
^ permalink raw reply related [flat|nested] 22+ messages in thread
end of thread, other threads:[~2023-04-26 4:03 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-06 7:40 [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-04-26 4:03 Sam James
2023-04-10 21:54 Sam James
2022-07-28 14:09 Sam James
2022-04-08 12:16 Joonas Niilola
2022-03-28 9:13 Jakov Smolić
2022-03-23 0:45 Sam James
2022-02-09 11:25 Sam James
2022-02-05 6:34 Sam James
2022-02-03 2:19 Sam James
2022-01-31 18:50 Sam James
2022-01-31 1:01 Sam James
2021-06-30 18:40 Sam James
2021-04-27 18:01 Sam James
2021-03-09 12:05 Sam James
2020-04-21 12:45 Joonas Niilola
2019-11-07 6:08 Joonas Niilola
2017-09-06 10:59 Michał Górny
2016-08-07 7:42 Pacho Ramos
2016-08-07 7:25 Pacho Ramos
2016-06-27 8:47 Agostino Sarubbo
2016-06-10 13:01 Agostino Sarubbo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox