public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/
Date: Fri, 03 Jan 2025 17:53:20 +0000 (UTC)	[thread overview]
Message-ID: <1735926758.9ca8c3722e651b85218a7edce67a643ed22b5a4d.candrews@gentoo> (raw)

commit:     9ca8c3722e651b85218a7edce67a643ed22b5a4d
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 17:50:50 2025 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 17:52:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca8c372

www-apache/mod_qos: add 11.76

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 www-apache/mod_qos/Manifest             |  1 +
 www-apache/mod_qos/mod_qos-11.76.ebuild | 62 +++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index d6a2ffc64fc3..79b46ed4d566 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -1 +1,2 @@
 DIST mod_qos-11.75.tar.gz 1289194 BLAKE2B b0353ac443fa7067e57ee4c4cd4b4804f58b163280d914509d4e6b68020e6791b6dc264ae3c017670efe62331355c88b95b51b630c1f42a817c780f1d0346d4b SHA512 ebb73196c94c6fa5874c179112b8dcb7283f961a04389e2c2a09191653c5112901ccf8d07cc6b90868c0233b06f49ce1ea608e0c5332351ddb29259bf342fd80
+DIST mod_qos-11.76.tar.gz 1233631 BLAKE2B 0747fa68d2185a8b84cffabbbe981af536b04b8af66ed93474a8bf844a87b3565626a42d7b7cca6839183772950283f864c77e3c5754cb528deae3b16d21f8f8 SHA512 8a1a0abc041d8488fd6a1513b8a15c18d056d2c8b6173dfca4331caa1a3798384c9114e481661639722b9e8ebe12d741948ab8fb99fd088b0eb48fb5657fac73

diff --git a/www-apache/mod_qos/mod_qos-11.76.ebuild b/www-apache/mod_qos/mod_qos-11.76.ebuild
new file mode 100644
index 000000000000..417ae6dd19bf
--- /dev/null
+++ b/www-apache/mod_qos/mod_qos-11.76.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools apache-module
+
+DESCRIPTION="A QOS module for the apache webserver"
+HOMEPAGE="http://mod-qos.sourceforge.net/"
+SRC_URI="https://downloads.sourceforge.net/mod-qos/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-libs/libpcre2
+	dev-libs/openssl:0=
+	media-libs/libpng:0=
+	sys-libs/zlib:0=
+"
+DEPEND="${RDEPEND}"
+
+APXS2_S="${S}/apache2"
+APACHE2_MOD_CONF="10_${PN}"
+APACHE2_MOD_DEFINE="QOS"
+DOCFILES="${S}/doc/*.txt ${S}/README.TXT"
+
+need_apache2
+
+pkg_setup() {
+	_init_apache2
+	_init_apache2_late
+}
+src_prepare() {
+	default
+
+	pushd "${S}"/tools &>/dev/null || die
+	eautoreconf
+	popd &>/dev/null || die
+}
+
+src_configure() {
+	pushd "${S}"/tools &>/dev/null || die
+	econf
+	popd &>/dev/null || die
+}
+
+src_compile() {
+	apache-module_src_compile
+	emake -C "${S}"/tools
+}
+
+src_install() {
+	einfo "Installing Apache module ..."
+	pushd "${S}"/tools &>/dev/null || die
+	apache-module_src_install
+	popd &>/dev/null || die
+
+	einfo "Installing module utilities ..."
+	emake -C "${S}"/tools install DESTDIR="${D}"
+}


             reply	other threads:[~2025-01-03 17:53 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-03 17:53 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-19 13:26 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/ Craig Andrews
2024-04-19 13:26 Craig Andrews
2023-05-19 12:50 Craig Andrews
2023-05-19 12:50 Craig Andrews
2023-01-09 14:23 Craig Andrews
2022-10-25 10:44 Sam James
2022-05-13 20:03 Craig Andrews
2022-03-14 12:34 Craig Andrews
2021-11-22 21:55 Craig Andrews
2021-11-22 21:55 Craig Andrews
2021-11-05 22:23 Craig Andrews
2021-09-21 13:04 Craig Andrews
2021-08-09 15:09 Craig Andrews
2021-07-15 21:39 Sam James
2021-05-02 12:37 Mikle Kolyada
2021-04-02 14:01 Sam James
2020-11-18 17:56 Craig Andrews
2020-11-13 20:34 Craig Andrews
2020-11-13 20:34 Craig Andrews
2020-06-26 23:00 Thomas Deutschmann
2020-06-26 23:00 Thomas Deutschmann
2019-01-26 12:43 Pacho Ramos
2019-01-26 12:43 Pacho Ramos

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=1735926758.9ca8c3722e651b85218a7edce67a643ed22b5a4d.candrews@gentoo \
    --to=candrews@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

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

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