[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2024-04-19 Thread Craig Andrews
commit: ba10271d2b9ee6c663144908186419fdec885b00
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Apr 19 13:25:24 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Apr 19 13:26:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba10271d

www-apache/mod_qos: add 11.75

Signed-off-by: Craig Andrews  gentoo.org>

 www-apache/mod_qos/Manifest |  1 +
 www-apache/mod_qos/mod_qos-11.75.ebuild | 66 +
 2 files changed, 67 insertions(+)

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index f95388b2d297..180453019d69 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -1,3 +1,4 @@
 DIST mod_qos-11.66.tar.gz 1247819 BLAKE2B 
a835722363a816637411b434eba60bc91f04fe48efd1dd5a3b63f046feb2fb60d776a64d0a4e889c8f827f6a3002fa731743d079b5f3ebd3bde3edf2023c983c
 SHA512 
19541c72d72cd9c4f055f6c0908e1ddbfa0b27f33e13edbecf9abcf61c2fe334ef797e3ad44c7d8343d5d2df714744b4f1a3f0f96a6de02ff7d7999385393db6
 DIST mod_qos-11.72.tar.gz 1283276 BLAKE2B 
1769a7198f5569b2c205a0939928f6949e950d41f54765ee1a055606df139c7e7dad4ad7d6161dbf07003a93d54b966b15d20fc721a6ba05cba221e1cae126d8
 SHA512 
0e5af2c702bade096101f20fcf12b90a2a538665cfbec4183608acdfdc99552304ad4a42f63ad3111b570bfd42b17ce7acb16f6bc86a0380c79fae84a5124715
 DIST mod_qos-11.74.tar.gz 1288870 BLAKE2B 
b61622c89c797b567744f557c9cbbf791db3f19d6fa736197d5ac95929aa7a93989c804edd6a8c8f5d567ca7ba43203003654a9d47e18cc228da95fbeafc60f4
 SHA512 
107eab22336741ab9415d9f6925ff2b38edf9cdfa81dd76f782a5388420c19f554e1280e0fe26788014bc0f24b2906c812fb2fcf04ce4b08d06c5770bf158d48
+DIST mod_qos-11.75.tar.gz 1289194 BLAKE2B 
b0353ac443fa7067e57ee4c4cd4b4804f58b163280d914509d4e6b68020e6791b6dc264ae3c017670efe62331355c88b95b51b630c1f42a817c780f1d0346d4b
 SHA512 
ebb73196c94c6fa5874c179112b8dcb7283f961a04389e2c2a09191653c5112901ccf8d07cc6b90868c0233b06f49ce1ea608e0c5332351ddb29259bf342fd80

diff --git a/www-apache/mod_qos/mod_qos-11.75.ebuild 
b/www-apache/mod_qos/mod_qos-11.75.ebuild
new file mode 100644
index ..b11f59351582
--- /dev/null
+++ b/www-apache/mod_qos/mod_qos-11.75.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2024 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="mirror://sourceforge/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
+
+PATCHES=(
+   
"${FILESDIR}"/${PN}-11.74-fix-incompatible-pointer-to-integer-conversion.diff
+)
+
+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}"
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2024-04-19 Thread Craig Andrews
commit: 920b310d210ba1732bc2921693c5d82ccac83b70
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Apr 19 13:25:53 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Apr 19 13:26:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920b310d

www-apache/mod_qos: drop 11.66, 11.72, 11.74, 11.74-r1

Signed-off-by: Craig Andrews  gentoo.org>

 www-apache/mod_qos/Manifest|  3 --
 www-apache/mod_qos/mod_qos-11.66.ebuild| 62 
 www-apache/mod_qos/mod_qos-11.72.ebuild| 62 
 www-apache/mod_qos/mod_qos-11.74-r1.ebuild | 66 --
 www-apache/mod_qos/mod_qos-11.74.ebuild| 62 
 5 files changed, 255 deletions(-)

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index 180453019d69..d6a2ffc64fc3 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -1,4 +1 @@
-DIST mod_qos-11.66.tar.gz 1247819 BLAKE2B 
a835722363a816637411b434eba60bc91f04fe48efd1dd5a3b63f046feb2fb60d776a64d0a4e889c8f827f6a3002fa731743d079b5f3ebd3bde3edf2023c983c
 SHA512 
19541c72d72cd9c4f055f6c0908e1ddbfa0b27f33e13edbecf9abcf61c2fe334ef797e3ad44c7d8343d5d2df714744b4f1a3f0f96a6de02ff7d7999385393db6
-DIST mod_qos-11.72.tar.gz 1283276 BLAKE2B 
1769a7198f5569b2c205a0939928f6949e950d41f54765ee1a055606df139c7e7dad4ad7d6161dbf07003a93d54b966b15d20fc721a6ba05cba221e1cae126d8
 SHA512 
0e5af2c702bade096101f20fcf12b90a2a538665cfbec4183608acdfdc99552304ad4a42f63ad3111b570bfd42b17ce7acb16f6bc86a0380c79fae84a5124715
-DIST mod_qos-11.74.tar.gz 1288870 BLAKE2B 
b61622c89c797b567744f557c9cbbf791db3f19d6fa736197d5ac95929aa7a93989c804edd6a8c8f5d567ca7ba43203003654a9d47e18cc228da95fbeafc60f4
 SHA512 
107eab22336741ab9415d9f6925ff2b38edf9cdfa81dd76f782a5388420c19f554e1280e0fe26788014bc0f24b2906c812fb2fcf04ce4b08d06c5770bf158d48
 DIST mod_qos-11.75.tar.gz 1289194 BLAKE2B 
b0353ac443fa7067e57ee4c4cd4b4804f58b163280d914509d4e6b68020e6791b6dc264ae3c017670efe62331355c88b95b51b630c1f42a817c780f1d0346d4b
 SHA512 
ebb73196c94c6fa5874c179112b8dcb7283f961a04389e2c2a09191653c5112901ccf8d07cc6b90868c0233b06f49ce1ea608e0c5332351ddb29259bf342fd80

diff --git a/www-apache/mod_qos/mod_qos-11.66.ebuild 
b/www-apache/mod_qos/mod_qos-11.66.ebuild
deleted file mode 100644
index 58b9e562e955..
--- a/www-apache/mod_qos/mod_qos-11.66.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 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="mirror://sourceforge/mod-qos/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="
-   dev-libs/libpcre:3
-   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}"
-}

diff --git a/www-apache/mod_qos/mod_qos-11.72.ebuild 
b/www-apache/mod_qos/mod_qos-11.72.ebuild
deleted file mode 100644
index e440a61cc67c..
--- a/www-apache/mod_qos/mod_qos-11.72.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2022 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="mirror://sourceforge/mod-qos/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="
-   dev-libs/libpcre:3
-   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
-}
-

[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/files/, www-apache/mod_qos/

2023-07-05 Thread Craig Andrews
commit: f074eba281133487bad523cc1b460a42ac3fd225
Author: Brahmajit Das  gmail  com>
AuthorDate: Mon Jun  5 14:57:25 2023 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jul  5 18:18:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f074eba2

www-apache/mod_qos: Fix incompatible pointer to integer conversion

Closes: https://bugs.gentoo.org/898860
Signed-off-by: Brahmajit Das  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31321
Signed-off-by: Craig Andrews  gentoo.org>

 ...incompatible-pointer-to-integer-conversion.diff | 12 
 www-apache/mod_qos/mod_qos-11.74-r1.ebuild | 66 ++
 2 files changed, 78 insertions(+)

diff --git 
a/www-apache/mod_qos/files/mod_qos-11.74-fix-incompatible-pointer-to-integer-conversion.diff
 
b/www-apache/mod_qos/files/mod_qos-11.74-fix-incompatible-pointer-to-integer-conversion.diff
new file mode 100644
index ..51971667ee59
--- /dev/null
+++ 
b/www-apache/mod_qos/files/mod_qos-11.74-fix-incompatible-pointer-to-integer-conversion.diff
@@ -0,0 +1,12 @@
+Bug: https://bugs.gentoo.org/898860
+--- a/tools/src/qsfilter2.c
 b/tools/src/qsfilter2.c
+@@ -1800,7 +1800,7 @@ int main(int argc, const char * const argv[]) {
+   printf("# \n");
+ 
+   {
+-STACK_OF(qs_rule_t) *st = sk_new(STACK_qs_cmp);
++STACK_OF(qs_rule_t) *st = sk_new((qs_rule_t *)STACK_qs_cmp);
+ qs_rule_t *r;
+ int j = 1;
+ entry = (apr_table_entry_t *)apr_table_elts(rules)->elts;

diff --git a/www-apache/mod_qos/mod_qos-11.74-r1.ebuild 
b/www-apache/mod_qos/mod_qos-11.74-r1.ebuild
new file mode 100644
index ..e428ba480f54
--- /dev/null
+++ b/www-apache/mod_qos/mod_qos-11.74-r1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 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="mirror://sourceforge/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
+
+PATCHES=(
+   
"${FILESDIR}"/${PN}-11.74-fix-incompatible-pointer-to-integer-conversion.diff
+)
+
+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}"
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2023-05-19 Thread Craig Andrews
commit: 95056771f68ab72469964a6ed849c2314df891eb
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri May 19 12:49:20 2023 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri May 19 12:50:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95056771

www-apache/mod_qos: add 11.74

Signed-off-by: Craig Andrews  gentoo.org>

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

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index 1efb04766656..5dac670c3844 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -3,3 +3,4 @@ DIST mod_qos-11.70.tar.gz 1283241 BLAKE2B 
516dc8ec0228956c374845e10ed2533291544c
 DIST mod_qos-11.71.tar.gz 1282858 BLAKE2B 
92061497a6f31c009c5dbd7d0bf9042272b679e7b2f1bf5fdf9a52dc3b9cf9ea13fae6a6bd422d652466a5d1ac4355b7cc33f2d183900a64eddce3de97e96e82
 SHA512 
2550d868a03b7add5a48a4cd43a5287317142c879777e6d38c15270a8bbef1e2a639f938d996645bb2cace40dc6806094fc4a80e2a9b5b4e5ccc60bd35244cc8
 DIST mod_qos-11.72.tar.gz 1283276 BLAKE2B 
1769a7198f5569b2c205a0939928f6949e950d41f54765ee1a055606df139c7e7dad4ad7d6161dbf07003a93d54b966b15d20fc721a6ba05cba221e1cae126d8
 SHA512 
0e5af2c702bade096101f20fcf12b90a2a538665cfbec4183608acdfdc99552304ad4a42f63ad3111b570bfd42b17ce7acb16f6bc86a0380c79fae84a5124715
 DIST mod_qos-11.73.tar.gz 1288540 BLAKE2B 
74953216f8dd1e5cacda09dfbeb8901a09f2c1d7929db2846f8576a4ae00123a7120385e6d77438c2d4fb33c5602e84a4737033281b7c647ba249629da0b26ce
 SHA512 
67099a7efe2cb99191e4af1eb2f23ce9ba609425520c95360ae064dd9b88cd7ce6b3a3af21ee5805d3e26721637433a0436c1b1633d109e98613593544767ebd
+DIST mod_qos-11.74.tar.gz 1288870 BLAKE2B 
b61622c89c797b567744f557c9cbbf791db3f19d6fa736197d5ac95929aa7a93989c804edd6a8c8f5d567ca7ba43203003654a9d47e18cc228da95fbeafc60f4
 SHA512 
107eab22336741ab9415d9f6925ff2b38edf9cdfa81dd76f782a5388420c19f554e1280e0fe26788014bc0f24b2906c812fb2fcf04ce4b08d06c5770bf158d48

diff --git a/www-apache/mod_qos/mod_qos-11.74.ebuild 
b/www-apache/mod_qos/mod_qos-11.74.ebuild
new file mode 100644
index ..1c3182af2600
--- /dev/null
+++ b/www-apache/mod_qos/mod_qos-11.74.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 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="mirror://sourceforge/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}"
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2023-05-19 Thread Craig Andrews
commit: d6da7c4ba562645d7346718a645ffdb90e8d2605
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri May 19 12:49:49 2023 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri May 19 12:50:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6da7c4b

www-apache/mod_qos: drop 11.70, 11.71, 11.73

Signed-off-by: Craig Andrews  gentoo.org>

 www-apache/mod_qos/Manifest |  3 --
 www-apache/mod_qos/mod_qos-11.70.ebuild | 62 -
 www-apache/mod_qos/mod_qos-11.71.ebuild | 62 -
 www-apache/mod_qos/mod_qos-11.73.ebuild | 62 -
 4 files changed, 189 deletions(-)

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index 5dac670c3844..f95388b2d297 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -1,6 +1,3 @@
 DIST mod_qos-11.66.tar.gz 1247819 BLAKE2B 
a835722363a816637411b434eba60bc91f04fe48efd1dd5a3b63f046feb2fb60d776a64d0a4e889c8f827f6a3002fa731743d079b5f3ebd3bde3edf2023c983c
 SHA512 
19541c72d72cd9c4f055f6c0908e1ddbfa0b27f33e13edbecf9abcf61c2fe334ef797e3ad44c7d8343d5d2df714744b4f1a3f0f96a6de02ff7d7999385393db6
-DIST mod_qos-11.70.tar.gz 1283241 BLAKE2B 
516dc8ec0228956c374845e10ed2533291544c496a1eda693da28d551b81f83ab898384a627b87c940782925c5bc84f1140e4e241c964b451acb63fd947a274d
 SHA512 
004898d7993cda82f261d28e4c91b1ff1665465d3ad1da005fae94471824a31f0d30ca4edf700ddb45bfde133218c55d49a396ba03b3ed0ac00b1743c4aaa5be
-DIST mod_qos-11.71.tar.gz 1282858 BLAKE2B 
92061497a6f31c009c5dbd7d0bf9042272b679e7b2f1bf5fdf9a52dc3b9cf9ea13fae6a6bd422d652466a5d1ac4355b7cc33f2d183900a64eddce3de97e96e82
 SHA512 
2550d868a03b7add5a48a4cd43a5287317142c879777e6d38c15270a8bbef1e2a639f938d996645bb2cace40dc6806094fc4a80e2a9b5b4e5ccc60bd35244cc8
 DIST mod_qos-11.72.tar.gz 1283276 BLAKE2B 
1769a7198f5569b2c205a0939928f6949e950d41f54765ee1a055606df139c7e7dad4ad7d6161dbf07003a93d54b966b15d20fc721a6ba05cba221e1cae126d8
 SHA512 
0e5af2c702bade096101f20fcf12b90a2a538665cfbec4183608acdfdc99552304ad4a42f63ad3111b570bfd42b17ce7acb16f6bc86a0380c79fae84a5124715
-DIST mod_qos-11.73.tar.gz 1288540 BLAKE2B 
74953216f8dd1e5cacda09dfbeb8901a09f2c1d7929db2846f8576a4ae00123a7120385e6d77438c2d4fb33c5602e84a4737033281b7c647ba249629da0b26ce
 SHA512 
67099a7efe2cb99191e4af1eb2f23ce9ba609425520c95360ae064dd9b88cd7ce6b3a3af21ee5805d3e26721637433a0436c1b1633d109e98613593544767ebd
 DIST mod_qos-11.74.tar.gz 1288870 BLAKE2B 
b61622c89c797b567744f557c9cbbf791db3f19d6fa736197d5ac95929aa7a93989c804edd6a8c8f5d567ca7ba43203003654a9d47e18cc228da95fbeafc60f4
 SHA512 
107eab22336741ab9415d9f6925ff2b38edf9cdfa81dd76f782a5388420c19f554e1280e0fe26788014bc0f24b2906c812fb2fcf04ce4b08d06c5770bf158d48

diff --git a/www-apache/mod_qos/mod_qos-11.70.ebuild 
b/www-apache/mod_qos/mod_qos-11.70.ebuild
deleted file mode 100644
index 412c8e3c8eb5..
--- a/www-apache/mod_qos/mod_qos-11.70.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 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="mirror://sourceforge/mod-qos/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-libs/libpcre:3
-   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}"
-}

diff --git a/www-apache/mod_qos/mod_qos-11.71.ebuild 
b/www-apache/mod_qos/mod_qos-11.71.ebuild
deleted file mode 100644
index a6cc2a461250..
--- a/www-apache/mod_qos/mod_qos-11.71.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2022 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="mirror://sourceforge/mod-qos/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-libs/libpcre:3
-   dev-libs/openssl:0=
-   

[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2023-01-09 Thread Craig Andrews
commit: 0bd990c9fb95eb9628ff3708872417666a87a7d8
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Jan  9 14:16:36 2023 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Jan  9 14:22:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd990c9

www-apache/mod_qos: add 11.73

Signed-off-by: Craig Andrews  gentoo.org>

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

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index d8d44d1b3969..1efb04766656 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -2,3 +2,4 @@ DIST mod_qos-11.66.tar.gz 1247819 BLAKE2B 
a835722363a816637411b434eba60bc91f04fe
 DIST mod_qos-11.70.tar.gz 1283241 BLAKE2B 
516dc8ec0228956c374845e10ed2533291544c496a1eda693da28d551b81f83ab898384a627b87c940782925c5bc84f1140e4e241c964b451acb63fd947a274d
 SHA512 
004898d7993cda82f261d28e4c91b1ff1665465d3ad1da005fae94471824a31f0d30ca4edf700ddb45bfde133218c55d49a396ba03b3ed0ac00b1743c4aaa5be
 DIST mod_qos-11.71.tar.gz 1282858 BLAKE2B 
92061497a6f31c009c5dbd7d0bf9042272b679e7b2f1bf5fdf9a52dc3b9cf9ea13fae6a6bd422d652466a5d1ac4355b7cc33f2d183900a64eddce3de97e96e82
 SHA512 
2550d868a03b7add5a48a4cd43a5287317142c879777e6d38c15270a8bbef1e2a639f938d996645bb2cace40dc6806094fc4a80e2a9b5b4e5ccc60bd35244cc8
 DIST mod_qos-11.72.tar.gz 1283276 BLAKE2B 
1769a7198f5569b2c205a0939928f6949e950d41f54765ee1a055606df139c7e7dad4ad7d6161dbf07003a93d54b966b15d20fc721a6ba05cba221e1cae126d8
 SHA512 
0e5af2c702bade096101f20fcf12b90a2a538665cfbec4183608acdfdc99552304ad4a42f63ad3111b570bfd42b17ce7acb16f6bc86a0380c79fae84a5124715
+DIST mod_qos-11.73.tar.gz 1288540 BLAKE2B 
74953216f8dd1e5cacda09dfbeb8901a09f2c1d7929db2846f8576a4ae00123a7120385e6d77438c2d4fb33c5602e84a4737033281b7c647ba249629da0b26ce
 SHA512 
67099a7efe2cb99191e4af1eb2f23ce9ba609425520c95360ae064dd9b88cd7ce6b3a3af21ee5805d3e26721637433a0436c1b1633d109e98613593544767ebd

diff --git a/www-apache/mod_qos/mod_qos-11.73.ebuild 
b/www-apache/mod_qos/mod_qos-11.73.ebuild
new file mode 100644
index ..1c3182af2600
--- /dev/null
+++ b/www-apache/mod_qos/mod_qos-11.73.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 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="mirror://sourceforge/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}"
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2022-10-25 Thread Sam James
commit: 9ec315410d84b8015ba833382fb7d3f8b1de0ca2
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 25 10:44:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 25 10:44:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec31541

www-apache/mod_qos: Stabilize 11.72 amd64, #877891

Signed-off-by: Sam James  gentoo.org>

 www-apache/mod_qos/mod_qos-11.72.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_qos/mod_qos-11.72.ebuild 
b/www-apache/mod_qos/mod_qos-11.72.ebuild
index a6cc2a461250..e440a61cc67c 100644
--- a/www-apache/mod_qos/mod_qos-11.72.ebuild
+++ b/www-apache/mod_qos/mod_qos-11.72.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mod-qos/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
dev-libs/libpcre:3



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2022-05-13 Thread Craig Andrews
commit: 57411003da5dfc70a85cce986760102f26920bfc
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri May 13 20:02:14 2022 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri May 13 20:03:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57411003

www-apache/mod_qos: 11.72 version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

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

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index de32b1d9756d..d8d44d1b3969 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -1,3 +1,4 @@
 DIST mod_qos-11.66.tar.gz 1247819 BLAKE2B 
a835722363a816637411b434eba60bc91f04fe48efd1dd5a3b63f046feb2fb60d776a64d0a4e889c8f827f6a3002fa731743d079b5f3ebd3bde3edf2023c983c
 SHA512 
19541c72d72cd9c4f055f6c0908e1ddbfa0b27f33e13edbecf9abcf61c2fe334ef797e3ad44c7d8343d5d2df714744b4f1a3f0f96a6de02ff7d7999385393db6
 DIST mod_qos-11.70.tar.gz 1283241 BLAKE2B 
516dc8ec0228956c374845e10ed2533291544c496a1eda693da28d551b81f83ab898384a627b87c940782925c5bc84f1140e4e241c964b451acb63fd947a274d
 SHA512 
004898d7993cda82f261d28e4c91b1ff1665465d3ad1da005fae94471824a31f0d30ca4edf700ddb45bfde133218c55d49a396ba03b3ed0ac00b1743c4aaa5be
 DIST mod_qos-11.71.tar.gz 1282858 BLAKE2B 
92061497a6f31c009c5dbd7d0bf9042272b679e7b2f1bf5fdf9a52dc3b9cf9ea13fae6a6bd422d652466a5d1ac4355b7cc33f2d183900a64eddce3de97e96e82
 SHA512 
2550d868a03b7add5a48a4cd43a5287317142c879777e6d38c15270a8bbef1e2a639f938d996645bb2cace40dc6806094fc4a80e2a9b5b4e5ccc60bd35244cc8
+DIST mod_qos-11.72.tar.gz 1283276 BLAKE2B 
1769a7198f5569b2c205a0939928f6949e950d41f54765ee1a055606df139c7e7dad4ad7d6161dbf07003a93d54b966b15d20fc721a6ba05cba221e1cae126d8
 SHA512 
0e5af2c702bade096101f20fcf12b90a2a538665cfbec4183608acdfdc99552304ad4a42f63ad3111b570bfd42b17ce7acb16f6bc86a0380c79fae84a5124715

diff --git a/www-apache/mod_qos/mod_qos-11.72.ebuild 
b/www-apache/mod_qos/mod_qos-11.72.ebuild
new file mode 100644
index ..a6cc2a461250
--- /dev/null
+++ b/www-apache/mod_qos/mod_qos-11.72.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 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="mirror://sourceforge/mod-qos/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/libpcre:3
+   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}"
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2022-03-14 Thread Craig Andrews
commit: ff344235d8293655d73fde1c06d5949b7168f6c2
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Mar 14 12:34:26 2022 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Mar 14 12:34:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff344235

www-apache/mod_qos: 11.71 version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

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

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index 60c799170a75..de32b1d9756d 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -1,2 +1,3 @@
 DIST mod_qos-11.66.tar.gz 1247819 BLAKE2B 
a835722363a816637411b434eba60bc91f04fe48efd1dd5a3b63f046feb2fb60d776a64d0a4e889c8f827f6a3002fa731743d079b5f3ebd3bde3edf2023c983c
 SHA512 
19541c72d72cd9c4f055f6c0908e1ddbfa0b27f33e13edbecf9abcf61c2fe334ef797e3ad44c7d8343d5d2df714744b4f1a3f0f96a6de02ff7d7999385393db6
 DIST mod_qos-11.70.tar.gz 1283241 BLAKE2B 
516dc8ec0228956c374845e10ed2533291544c496a1eda693da28d551b81f83ab898384a627b87c940782925c5bc84f1140e4e241c964b451acb63fd947a274d
 SHA512 
004898d7993cda82f261d28e4c91b1ff1665465d3ad1da005fae94471824a31f0d30ca4edf700ddb45bfde133218c55d49a396ba03b3ed0ac00b1743c4aaa5be
+DIST mod_qos-11.71.tar.gz 1282858 BLAKE2B 
92061497a6f31c009c5dbd7d0bf9042272b679e7b2f1bf5fdf9a52dc3b9cf9ea13fae6a6bd422d652466a5d1ac4355b7cc33f2d183900a64eddce3de97e96e82
 SHA512 
2550d868a03b7add5a48a4cd43a5287317142c879777e6d38c15270a8bbef1e2a639f938d996645bb2cace40dc6806094fc4a80e2a9b5b4e5ccc60bd35244cc8

diff --git a/www-apache/mod_qos/mod_qos-11.71.ebuild 
b/www-apache/mod_qos/mod_qos-11.71.ebuild
new file mode 100644
index ..a6cc2a461250
--- /dev/null
+++ b/www-apache/mod_qos/mod_qos-11.71.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 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="mirror://sourceforge/mod-qos/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/libpcre:3
+   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}"
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2021-11-22 Thread Craig Andrews
commit: 986d32aa72d7b7536c52bec560f8b8bdafab0e6e
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Nov 22 21:53:57 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Nov 22 21:55:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986d32aa

www-apache/mod_qos: Cleanup old versions

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

 www-apache/mod_qos/Manifest |  5 ---
 www-apache/mod_qos/mod_qos-11.61.ebuild | 55 -
 www-apache/mod_qos/mod_qos-11.65.ebuild | 62 -
 www-apache/mod_qos/mod_qos-11.67.ebuild | 62 -
 www-apache/mod_qos/mod_qos-11.68.ebuild | 62 -
 www-apache/mod_qos/mod_qos-11.69.ebuild | 62 -
 6 files changed, 308 deletions(-)

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index 4d0bcad71277..60c799170a75 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -1,7 +1,2 @@
-DIST mod_qos-11.61.tar.gz 1242978 BLAKE2B 
d784538e516abda338230ae9f2580217e3727f8aa22e5d1e881d605ade06444753c9f393a16ef8c683422bb989434b1152aa06955c3f5ba5b38e486d3cc4571b
 SHA512 
c34a970e869238a1340a4bf32f3b21ac3e19cfb65a809989c45100aa1c3559ce0a5f5c30e6366f6d65ef04ad6fc1be73f80a9fc18b7a6a164912618cce6383a8
-DIST mod_qos-11.65.tar.gz 1247087 BLAKE2B 
145af39814f974855520415c3bf114aa11ac9002784feace877c9777311fb77fa798fe5f61c7b63201ab5dd6d9582a1d141f421c7215ba3271a29cece13d02b0
 SHA512 
7a4363b7b5e31968188f2668003d88538134456c3e6eeaff7d200ebf46064139561da6adf9b96678f349bd296f2c502a2d2c9bfb8ae12f7c78e3edbe5c13de3b
 DIST mod_qos-11.66.tar.gz 1247819 BLAKE2B 
a835722363a816637411b434eba60bc91f04fe48efd1dd5a3b63f046feb2fb60d776a64d0a4e889c8f827f6a3002fa731743d079b5f3ebd3bde3edf2023c983c
 SHA512 
19541c72d72cd9c4f055f6c0908e1ddbfa0b27f33e13edbecf9abcf61c2fe334ef797e3ad44c7d8343d5d2df714744b4f1a3f0f96a6de02ff7d7999385393db6
-DIST mod_qos-11.67.tar.gz 1282401 BLAKE2B 
60d608f1e26fd2a50b1d48cad64210bb3aefc4397ce9cec302ac04fde2f8e6d1b781707509ad0ab1ce83bc8254f4b86d6de2d0f113f3000156fe81beb8df41f2
 SHA512 
3391d05917bdab6218774b886d7bf9f5be628525d53c91b14586f6870386f1cc333cc83340339f4ccf1918e22a2a55a5984b99643e581b63298a173e95c20e4b
-DIST mod_qos-11.68.tar.gz 1282547 BLAKE2B 
c4067afa20e2e5e9a0d14a5f96bbcdd5ac4d1e337373dd3ca67960f888edd8340942285f455fc418d554d3a17150cc0417ccaf06be18f41549877fed4378b809
 SHA512 
e49d643eb1f8210feebb8067ee84154c7334a0a0d2365aa297621ce505057046d744cfbf87aaf0a023248979f3576c083b43066c89614e0fb7c564f09bbfe773
-DIST mod_qos-11.69.tar.gz 1282840 BLAKE2B 
c0fe81b116b7d39409ec5cf87e35bb7843a0dfb4cd76a6b3ac169d96557e40a04bb06b834ba6cf2988ac3fee3e911e623bfb950cef4cea1500334addaacfe8de
 SHA512 
e6daf7e5d267d9676c151ce2bc26347073dc89ebb49796bf843e4d9698b3dc542bcf4c7f979c9b4017f728f264790629e60b7ee6547e4754838e9fe4f3f4
 DIST mod_qos-11.70.tar.gz 1283241 BLAKE2B 
516dc8ec0228956c374845e10ed2533291544c496a1eda693da28d551b81f83ab898384a627b87c940782925c5bc84f1140e4e241c964b451acb63fd947a274d
 SHA512 
004898d7993cda82f261d28e4c91b1ff1665465d3ad1da005fae94471824a31f0d30ca4edf700ddb45bfde133218c55d49a396ba03b3ed0ac00b1743c4aaa5be

diff --git a/www-apache/mod_qos/mod_qos-11.61.ebuild 
b/www-apache/mod_qos/mod_qos-11.61.ebuild
deleted file mode 100644
index 9cfad84c4f10..
--- a/www-apache/mod_qos/mod_qos-11.61.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools apache-module
-
-DESCRIPTION="A QOS module for the apache webserver"
-HOMEPAGE="http://mod-qos.sourceforge.net/;
-SRC_URI="mirror://sourceforge/mod-qos/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/libpcre:3
-   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
-
-src_prepare() {
-   cd "${S}/tools" && eautoreconf
-}
-
-src_configure() {
-   cd "${S}/tools" && econf
-}
-
-src_compile() {
-   apache-module_src_compile
-   emake -C "${S}/tools"
-}
-
-src_install() {
-   einfo "Installing Apache module ..."
-   cd "${S}/tools"
-   apache-module_src_install
-
-   einfo "Installing module utilities ..."
-   emake -C "${S}/tools" install DESTDIR="${D}"
-
-   # installing html documentation
-   dohtml -r -x *.txt "${S}/doc/"
-}

diff --git a/www-apache/mod_qos/mod_qos-11.65.ebuild 
b/www-apache/mod_qos/mod_qos-11.65.ebuild
deleted file mode 100644
index 7d7ff9dfbeff..
--- a/www-apache/mod_qos/mod_qos-11.65.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General 

[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2021-11-22 Thread Craig Andrews
commit: 5793bcf7eeb4074216418683d54b9672c20d95ba
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Nov 22 21:53:21 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Nov 22 21:55:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5793bcf7

www-apache/mod_qos: 11.70 version bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

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

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index 85d10ac890ca..4d0bcad71277 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -4,3 +4,4 @@ DIST mod_qos-11.66.tar.gz 1247819 BLAKE2B 
a835722363a816637411b434eba60bc91f04fe
 DIST mod_qos-11.67.tar.gz 1282401 BLAKE2B 
60d608f1e26fd2a50b1d48cad64210bb3aefc4397ce9cec302ac04fde2f8e6d1b781707509ad0ab1ce83bc8254f4b86d6de2d0f113f3000156fe81beb8df41f2
 SHA512 
3391d05917bdab6218774b886d7bf9f5be628525d53c91b14586f6870386f1cc333cc83340339f4ccf1918e22a2a55a5984b99643e581b63298a173e95c20e4b
 DIST mod_qos-11.68.tar.gz 1282547 BLAKE2B 
c4067afa20e2e5e9a0d14a5f96bbcdd5ac4d1e337373dd3ca67960f888edd8340942285f455fc418d554d3a17150cc0417ccaf06be18f41549877fed4378b809
 SHA512 
e49d643eb1f8210feebb8067ee84154c7334a0a0d2365aa297621ce505057046d744cfbf87aaf0a023248979f3576c083b43066c89614e0fb7c564f09bbfe773
 DIST mod_qos-11.69.tar.gz 1282840 BLAKE2B 
c0fe81b116b7d39409ec5cf87e35bb7843a0dfb4cd76a6b3ac169d96557e40a04bb06b834ba6cf2988ac3fee3e911e623bfb950cef4cea1500334addaacfe8de
 SHA512 
e6daf7e5d267d9676c151ce2bc26347073dc89ebb49796bf843e4d9698b3dc542bcf4c7f979c9b4017f728f264790629e60b7ee6547e4754838e9fe4f3f4
+DIST mod_qos-11.70.tar.gz 1283241 BLAKE2B 
516dc8ec0228956c374845e10ed2533291544c496a1eda693da28d551b81f83ab898384a627b87c940782925c5bc84f1140e4e241c964b451acb63fd947a274d
 SHA512 
004898d7993cda82f261d28e4c91b1ff1665465d3ad1da005fae94471824a31f0d30ca4edf700ddb45bfde133218c55d49a396ba03b3ed0ac00b1743c4aaa5be

diff --git a/www-apache/mod_qos/mod_qos-11.70.ebuild 
b/www-apache/mod_qos/mod_qos-11.70.ebuild
new file mode 100644
index ..412c8e3c8eb5
--- /dev/null
+++ b/www-apache/mod_qos/mod_qos-11.70.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 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="mirror://sourceforge/mod-qos/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/libpcre:3
+   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}"
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2021-11-05 Thread Craig Andrews
commit: 8ea0fcc7d8c729484d48b949ec1db8220f3e6291
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Nov  5 22:22:57 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Nov  5 22:23:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea0fcc7

www-apache/mod_qos: 11.69 version bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

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

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index 8ec43dcc84c..85d10ac890c 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -3,3 +3,4 @@ DIST mod_qos-11.65.tar.gz 1247087 BLAKE2B 
145af39814f974855520415c3bf114aa11ac90
 DIST mod_qos-11.66.tar.gz 1247819 BLAKE2B 
a835722363a816637411b434eba60bc91f04fe48efd1dd5a3b63f046feb2fb60d776a64d0a4e889c8f827f6a3002fa731743d079b5f3ebd3bde3edf2023c983c
 SHA512 
19541c72d72cd9c4f055f6c0908e1ddbfa0b27f33e13edbecf9abcf61c2fe334ef797e3ad44c7d8343d5d2df714744b4f1a3f0f96a6de02ff7d7999385393db6
 DIST mod_qos-11.67.tar.gz 1282401 BLAKE2B 
60d608f1e26fd2a50b1d48cad64210bb3aefc4397ce9cec302ac04fde2f8e6d1b781707509ad0ab1ce83bc8254f4b86d6de2d0f113f3000156fe81beb8df41f2
 SHA512 
3391d05917bdab6218774b886d7bf9f5be628525d53c91b14586f6870386f1cc333cc83340339f4ccf1918e22a2a55a5984b99643e581b63298a173e95c20e4b
 DIST mod_qos-11.68.tar.gz 1282547 BLAKE2B 
c4067afa20e2e5e9a0d14a5f96bbcdd5ac4d1e337373dd3ca67960f888edd8340942285f455fc418d554d3a17150cc0417ccaf06be18f41549877fed4378b809
 SHA512 
e49d643eb1f8210feebb8067ee84154c7334a0a0d2365aa297621ce505057046d744cfbf87aaf0a023248979f3576c083b43066c89614e0fb7c564f09bbfe773
+DIST mod_qos-11.69.tar.gz 1282840 BLAKE2B 
c0fe81b116b7d39409ec5cf87e35bb7843a0dfb4cd76a6b3ac169d96557e40a04bb06b834ba6cf2988ac3fee3e911e623bfb950cef4cea1500334addaacfe8de
 SHA512 
e6daf7e5d267d9676c151ce2bc26347073dc89ebb49796bf843e4d9698b3dc542bcf4c7f979c9b4017f728f264790629e60b7ee6547e4754838e9fe4f3f4

diff --git a/www-apache/mod_qos/mod_qos-11.69.ebuild 
b/www-apache/mod_qos/mod_qos-11.69.ebuild
new file mode 100644
index 000..412c8e3c8eb
--- /dev/null
+++ b/www-apache/mod_qos/mod_qos-11.69.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 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="mirror://sourceforge/mod-qos/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/libpcre:3
+   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}"
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2021-09-21 Thread Craig Andrews
commit: 0ccdee615e26c9941a3d41648aa1ce19bdceb5ab
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Sep 21 13:04:24 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Sep 21 13:04:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ccdee61

www-apache/mod_qos: 11.68 version bump

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

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

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index d4a2bd52f0f..8ec43dcc84c 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -2,3 +2,4 @@ DIST mod_qos-11.61.tar.gz 1242978 BLAKE2B 
d784538e516abda338230ae9f2580217e3727f
 DIST mod_qos-11.65.tar.gz 1247087 BLAKE2B 
145af39814f974855520415c3bf114aa11ac9002784feace877c9777311fb77fa798fe5f61c7b63201ab5dd6d9582a1d141f421c7215ba3271a29cece13d02b0
 SHA512 
7a4363b7b5e31968188f2668003d88538134456c3e6eeaff7d200ebf46064139561da6adf9b96678f349bd296f2c502a2d2c9bfb8ae12f7c78e3edbe5c13de3b
 DIST mod_qos-11.66.tar.gz 1247819 BLAKE2B 
a835722363a816637411b434eba60bc91f04fe48efd1dd5a3b63f046feb2fb60d776a64d0a4e889c8f827f6a3002fa731743d079b5f3ebd3bde3edf2023c983c
 SHA512 
19541c72d72cd9c4f055f6c0908e1ddbfa0b27f33e13edbecf9abcf61c2fe334ef797e3ad44c7d8343d5d2df714744b4f1a3f0f96a6de02ff7d7999385393db6
 DIST mod_qos-11.67.tar.gz 1282401 BLAKE2B 
60d608f1e26fd2a50b1d48cad64210bb3aefc4397ce9cec302ac04fde2f8e6d1b781707509ad0ab1ce83bc8254f4b86d6de2d0f113f3000156fe81beb8df41f2
 SHA512 
3391d05917bdab6218774b886d7bf9f5be628525d53c91b14586f6870386f1cc333cc83340339f4ccf1918e22a2a55a5984b99643e581b63298a173e95c20e4b
+DIST mod_qos-11.68.tar.gz 1282547 BLAKE2B 
c4067afa20e2e5e9a0d14a5f96bbcdd5ac4d1e337373dd3ca67960f888edd8340942285f455fc418d554d3a17150cc0417ccaf06be18f41549877fed4378b809
 SHA512 
e49d643eb1f8210feebb8067ee84154c7334a0a0d2365aa297621ce505057046d744cfbf87aaf0a023248979f3576c083b43066c89614e0fb7c564f09bbfe773

diff --git a/www-apache/mod_qos/mod_qos-11.68.ebuild 
b/www-apache/mod_qos/mod_qos-11.68.ebuild
new file mode 100644
index 000..412c8e3c8eb
--- /dev/null
+++ b/www-apache/mod_qos/mod_qos-11.68.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 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="mirror://sourceforge/mod-qos/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/libpcre:3
+   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}"
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2021-08-09 Thread Craig Andrews
commit: 4fa4a66b320174a39f6092d9d557fac24ce3f80e
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Aug  9 15:07:45 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Aug  9 15:09:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa4a66b

www-apache/mod_qos: 11.67 version bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

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

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index d5775db34ad..d4a2bd52f0f 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -1,3 +1,4 @@
 DIST mod_qos-11.61.tar.gz 1242978 BLAKE2B 
d784538e516abda338230ae9f2580217e3727f8aa22e5d1e881d605ade06444753c9f393a16ef8c683422bb989434b1152aa06955c3f5ba5b38e486d3cc4571b
 SHA512 
c34a970e869238a1340a4bf32f3b21ac3e19cfb65a809989c45100aa1c3559ce0a5f5c30e6366f6d65ef04ad6fc1be73f80a9fc18b7a6a164912618cce6383a8
 DIST mod_qos-11.65.tar.gz 1247087 BLAKE2B 
145af39814f974855520415c3bf114aa11ac9002784feace877c9777311fb77fa798fe5f61c7b63201ab5dd6d9582a1d141f421c7215ba3271a29cece13d02b0
 SHA512 
7a4363b7b5e31968188f2668003d88538134456c3e6eeaff7d200ebf46064139561da6adf9b96678f349bd296f2c502a2d2c9bfb8ae12f7c78e3edbe5c13de3b
 DIST mod_qos-11.66.tar.gz 1247819 BLAKE2B 
a835722363a816637411b434eba60bc91f04fe48efd1dd5a3b63f046feb2fb60d776a64d0a4e889c8f827f6a3002fa731743d079b5f3ebd3bde3edf2023c983c
 SHA512 
19541c72d72cd9c4f055f6c0908e1ddbfa0b27f33e13edbecf9abcf61c2fe334ef797e3ad44c7d8343d5d2df714744b4f1a3f0f96a6de02ff7d7999385393db6
+DIST mod_qos-11.67.tar.gz 1282401 BLAKE2B 
60d608f1e26fd2a50b1d48cad64210bb3aefc4397ce9cec302ac04fde2f8e6d1b781707509ad0ab1ce83bc8254f4b86d6de2d0f113f3000156fe81beb8df41f2
 SHA512 
3391d05917bdab6218774b886d7bf9f5be628525d53c91b14586f6870386f1cc333cc83340339f4ccf1918e22a2a55a5984b99643e581b63298a173e95c20e4b

diff --git a/www-apache/mod_qos/mod_qos-11.67.ebuild 
b/www-apache/mod_qos/mod_qos-11.67.ebuild
new file mode 100644
index 000..412c8e3c8eb
--- /dev/null
+++ b/www-apache/mod_qos/mod_qos-11.67.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 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="mirror://sourceforge/mod-qos/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/libpcre:3
+   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}"
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2021-07-15 Thread Sam James
commit: 315bca4c80e332c43a8077ac18cbb789d3fb7cce
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 15 21:35:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 15 21:38:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315bca4c

www-apache/mod_qos: Stabilize 11.66 amd64, #802138

Signed-off-by: Sam James  gentoo.org>

 www-apache/mod_qos/mod_qos-11.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_qos/mod_qos-11.66.ebuild 
b/www-apache/mod_qos/mod_qos-11.66.ebuild
index 412c8e3c8eb..58b9e562e95 100644
--- a/www-apache/mod_qos/mod_qos-11.66.ebuild
+++ b/www-apache/mod_qos/mod_qos-11.66.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mod-qos/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
dev-libs/libpcre:3



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2021-05-02 Thread Mikle Kolyada
commit: 4cf5747ed67fa2f1d261b3f93a20fdcfd1f31a8e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  2 12:32:31 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  2 12:32:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf5747e

www-apache/mod_qos: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 www-apache/mod_qos/mod_qos-11.66.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/www-apache/mod_qos/mod_qos-11.66.ebuild 
b/www-apache/mod_qos/mod_qos-11.66.ebuild
index 32b1e831b2e..412c8e3c8eb 100644
--- a/www-apache/mod_qos/mod_qos-11.66.ebuild
+++ b/www-apache/mod_qos/mod_qos-11.66.ebuild
@@ -12,12 +12,10 @@ SRC_URI="mirror://sourceforge/mod-qos/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="libressl"
 
 RDEPEND="
dev-libs/libpcre:3
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
+   dev-libs/openssl:0=
media-libs/libpng:0=
sys-libs/zlib:0=
 "



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2021-04-02 Thread Sam James
commit: 483fa248c537037e1d5a5ee1f3a57a2b6cb33cb6
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  2 11:20:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  2 14:00:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483fa248

www-apache/mod_qos: fix DEPEND typo

Signed-off-by: Sam James  gentoo.org>

 www-apache/mod_qos/mod_qos-11.61.ebuild | 5 +++--
 www-apache/mod_qos/mod_qos-11.65.ebuild | 5 +++--
 www-apache/mod_qos/mod_qos-11.66.ebuild | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/www-apache/mod_qos/mod_qos-11.61.ebuild 
b/www-apache/mod_qos/mod_qos-11.61.ebuild
index b7bb23e7681..9cfad84c4f1 100644
--- a/www-apache/mod_qos/mod_qos-11.61.ebuild
+++ b/www-apache/mod_qos/mod_qos-11.61.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 inherit autotools apache-module
 
 DESCRIPTION="A QOS module for the apache webserver"
@@ -19,7 +20,7 @@ RDEPEND="
media-libs/libpng:0=
sys-libs/zlib:0=
 "
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 
 APXS2_S="${S}/apache2"
 APACHE2_MOD_CONF="10_${PN}"

diff --git a/www-apache/mod_qos/mod_qos-11.65.ebuild 
b/www-apache/mod_qos/mod_qos-11.65.ebuild
index 765632d044a..7d7ff9dfbef 100644
--- a/www-apache/mod_qos/mod_qos-11.65.ebuild
+++ b/www-apache/mod_qos/mod_qos-11.65.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 inherit autotools apache-module
 
 DESCRIPTION="A QOS module for the apache webserver"
@@ -19,7 +20,7 @@ RDEPEND="
media-libs/libpng:0=
sys-libs/zlib:0=
 "
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 
 APXS2_S="${S}/apache2"
 APACHE2_MOD_CONF="10_${PN}"

diff --git a/www-apache/mod_qos/mod_qos-11.66.ebuild 
b/www-apache/mod_qos/mod_qos-11.66.ebuild
index 9659eec93ec..32b1e831b2e 100644
--- a/www-apache/mod_qos/mod_qos-11.66.ebuild
+++ b/www-apache/mod_qos/mod_qos-11.66.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 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"
@@ -20,7 +21,7 @@ RDEPEND="
media-libs/libpng:0=
sys-libs/zlib:0=
 "
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 
 APXS2_S="${S}/apache2"
 APACHE2_MOD_CONF="10_${PN}"



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2020-11-18 Thread Craig Andrews
commit: b93463c91220b9bb7d56712d4663a00ec6af1c9f
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Nov 18 17:55:42 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Nov 18 17:56:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93463c9

www-apache/mod_qos: Support libressl

Closes: https://bugs.gentoo.org/754354
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Craig Andrews  gentoo.org>

 www-apache/mod_qos/mod_qos-11.66.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/www-apache/mod_qos/mod_qos-11.66.ebuild 
b/www-apache/mod_qos/mod_qos-11.66.ebuild
index 5a36fe7b7c0..9659eec93ec 100644
--- a/www-apache/mod_qos/mod_qos-11.66.ebuild
+++ b/www-apache/mod_qos/mod_qos-11.66.ebuild
@@ -11,11 +11,12 @@ SRC_URI="mirror://sourceforge/mod-qos/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="libressl"
 
 RDEPEND="
dev-libs/libpcre:3
-   dev-libs/openssl:0=
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
media-libs/libpng:0=
sys-libs/zlib:0=
 "



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2020-11-13 Thread Craig Andrews
commit: 0811e7edc5bcf3f6b364bfd76f3b80bace7e079f
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Nov 13 20:31:56 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Nov 13 20:34:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0811e7ed

www-apache/mod_qos: Add myself as maintainer

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Craig Andrews  gentoo.org>

 www-apache/mod_qos/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www-apache/mod_qos/metadata.xml b/www-apache/mod_qos/metadata.xml
index 232c098fae3..d74f243bf5d 100644
--- a/www-apache/mod_qos/metadata.xml
+++ b/www-apache/mod_qos/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   candr...@gentoo.org
+   Craig Andrews
+   

mod-qos




[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2020-11-13 Thread Craig Andrews
commit: d9734e30be85536294512927681f0ec63436934e
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Nov 13 20:31:10 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Nov 13 20:34:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9734e30

www-apache/mod_qos: 11.66 version bump

Closes: https://bugs.gentoo.org/748969
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Craig Andrews  gentoo.org>

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

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index f534059e406..d5775db34ad 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -1,2 +1,3 @@
 DIST mod_qos-11.61.tar.gz 1242978 BLAKE2B 
d784538e516abda338230ae9f2580217e3727f8aa22e5d1e881d605ade06444753c9f393a16ef8c683422bb989434b1152aa06955c3f5ba5b38e486d3cc4571b
 SHA512 
c34a970e869238a1340a4bf32f3b21ac3e19cfb65a809989c45100aa1c3559ce0a5f5c30e6366f6d65ef04ad6fc1be73f80a9fc18b7a6a164912618cce6383a8
 DIST mod_qos-11.65.tar.gz 1247087 BLAKE2B 
145af39814f974855520415c3bf114aa11ac9002784feace877c9777311fb77fa798fe5f61c7b63201ab5dd6d9582a1d141f421c7215ba3271a29cece13d02b0
 SHA512 
7a4363b7b5e31968188f2668003d88538134456c3e6eeaff7d200ebf46064139561da6adf9b96678f349bd296f2c502a2d2c9bfb8ae12f7c78e3edbe5c13de3b
+DIST mod_qos-11.66.tar.gz 1247819 BLAKE2B 
a835722363a816637411b434eba60bc91f04fe48efd1dd5a3b63f046feb2fb60d776a64d0a4e889c8f827f6a3002fa731743d079b5f3ebd3bde3edf2023c983c
 SHA512 
19541c72d72cd9c4f055f6c0908e1ddbfa0b27f33e13edbecf9abcf61c2fe334ef797e3ad44c7d8343d5d2df714744b4f1a3f0f96a6de02ff7d7999385393db6

diff --git a/www-apache/mod_qos/mod_qos-11.66.ebuild 
b/www-apache/mod_qos/mod_qos-11.66.ebuild
new file mode 100644
index 000..5a36fe7b7c0
--- /dev/null
+++ b/www-apache/mod_qos/mod_qos-11.66.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2020 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="mirror://sourceforge/mod-qos/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/libpcre:3
+   dev-libs/openssl:0=
+   media-libs/libpng:0=
+   sys-libs/zlib:0=
+"
+DEPEND="${DEPEND}"
+
+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}"
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2020-06-26 Thread Thomas Deutschmann
commit: f25832515153dcad71b42a635a27590f339846ee
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jun 26 22:51:08 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jun 26 22:59:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2583251

www-apache/mod_qos: migrate EAPI to EAPI=6

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-apache/mod_qos/mod_qos-11.65.ebuild | 21 ++---
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/www-apache/mod_qos/mod_qos-11.65.ebuild 
b/www-apache/mod_qos/mod_qos-11.65.ebuild
index b98be2bbb58..765632d044a 100644
--- a/www-apache/mod_qos/mod_qos-11.65.ebuild
+++ b/www-apache/mod_qos/mod_qos-11.65.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 inherit autotools apache-module
 
 DESCRIPTION="A QOS module for the apache webserver"
@@ -29,26 +29,33 @@ DOCFILES="${S}/doc/*.txt ${S}/README.TXT"
 need_apache2
 
 src_prepare() {
-   cd "${S}/tools" && eautoreconf
+   default
+
+   pushd "${S}"/tools &>/dev/null || die
+   eautoreconf
+   popd &>/dev/null || die
 }
 
 src_configure() {
-   cd "${S}/tools" && econf
+   pushd "${S}"/tools &>/dev/null || die
+   econf
+   popd &>/dev/null || die
 }
 
 src_compile() {
apache-module_src_compile
-   emake -C "${S}/tools"
+   emake -C "${S}"/tools
 }
 
 src_install() {
einfo "Installing Apache module ..."
-   cd "${S}/tools"
+   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}"
+   emake -C "${S}"/tools install DESTDIR="${D}"
 
# installing html documentation
-   dohtml -r -x *.txt "${S}/doc/"
+   dohtml -r -x *.txt "${S}"/doc/
 }



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2020-06-26 Thread Thomas Deutschmann
commit: 388db80c76ce6e2e8b714e592fdd7eb2ac5e28de
Author: Tomáš Mózes  gmail  com>
AuthorDate: Thu Apr 30 21:37:32 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jun 26 22:59:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388db80c

www-apache/mod_qos: bump to 11.65

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15585
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-apache/mod_qos/Manifest |  1 +
 www-apache/mod_qos/mod_qos-11.65.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index eeb1986..f534059e406 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -1 +1,2 @@
 DIST mod_qos-11.61.tar.gz 1242978 BLAKE2B 
d784538e516abda338230ae9f2580217e3727f8aa22e5d1e881d605ade06444753c9f393a16ef8c683422bb989434b1152aa06955c3f5ba5b38e486d3cc4571b
 SHA512 
c34a970e869238a1340a4bf32f3b21ac3e19cfb65a809989c45100aa1c3559ce0a5f5c30e6366f6d65ef04ad6fc1be73f80a9fc18b7a6a164912618cce6383a8
+DIST mod_qos-11.65.tar.gz 1247087 BLAKE2B 
145af39814f974855520415c3bf114aa11ac9002784feace877c9777311fb77fa798fe5f61c7b63201ab5dd6d9582a1d141f421c7215ba3271a29cece13d02b0
 SHA512 
7a4363b7b5e31968188f2668003d88538134456c3e6eeaff7d200ebf46064139561da6adf9b96678f349bd296f2c502a2d2c9bfb8ae12f7c78e3edbe5c13de3b

diff --git a/www-apache/mod_qos/mod_qos-11.65.ebuild 
b/www-apache/mod_qos/mod_qos-11.65.ebuild
new file mode 100644
index 000..b98be2bbb58
--- /dev/null
+++ b/www-apache/mod_qos/mod_qos-11.65.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit autotools apache-module
+
+DESCRIPTION="A QOS module for the apache webserver"
+HOMEPAGE="http://mod-qos.sourceforge.net/;
+SRC_URI="mirror://sourceforge/mod-qos/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/libpcre:3
+   dev-libs/openssl:0=
+   media-libs/libpng:0=
+   sys-libs/zlib:0=
+"
+DEPEND="${DEPEND}"
+
+APXS2_S="${S}/apache2"
+APACHE2_MOD_CONF="10_${PN}"
+APACHE2_MOD_DEFINE="QOS"
+DOCFILES="${S}/doc/*.txt ${S}/README.TXT"
+
+need_apache2
+
+src_prepare() {
+   cd "${S}/tools" && eautoreconf
+}
+
+src_configure() {
+   cd "${S}/tools" && econf
+}
+
+src_compile() {
+   apache-module_src_compile
+   emake -C "${S}/tools"
+}
+
+src_install() {
+   einfo "Installing Apache module ..."
+   cd "${S}/tools"
+   apache-module_src_install
+
+   einfo "Installing module utilities ..."
+   emake -C "${S}/tools" install DESTDIR="${D}"
+
+   # installing html documentation
+   dohtml -r -x *.txt "${S}/doc/"
+}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2019-01-26 Thread Pacho Ramos
commit: ed2d35d90e0f2160ceb76cacec6cc9d5116598b5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jan 26 12:41:15 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jan 26 12:42:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2d35d9

www-apache/mod_qos: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 www-apache/mod_qos/Manifest |  1 -
 www-apache/mod_qos/mod_qos-11.12.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index 43de5cbc118..eeb1986 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -1,2 +1 @@
-DIST mod_qos-11.12.tar.gz 509530 BLAKE2B 
84f3ff54ad8203c5507e23d12bb3aed2db7c8b128d4106ea55e4ddc4e17a3bc6910a49e58e8e98624560b0e97131f2fb1ed108d865c3a510b3350070ffc1ae58
 SHA512 
a9597a1b7ec38ec9ad492c79b797a807e180feb11a42cf7e206ca3cecf9c986eecc9979659a65fcc9ec0454ef8574dbdfc2c5abd862d8b3bc1065a93fbe0ccb7
 DIST mod_qos-11.61.tar.gz 1242978 BLAKE2B 
d784538e516abda338230ae9f2580217e3727f8aa22e5d1e881d605ade06444753c9f393a16ef8c683422bb989434b1152aa06955c3f5ba5b38e486d3cc4571b
 SHA512 
c34a970e869238a1340a4bf32f3b21ac3e19cfb65a809989c45100aa1c3559ce0a5f5c30e6366f6d65ef04ad6fc1be73f80a9fc18b7a6a164912618cce6383a8

diff --git a/www-apache/mod_qos/mod_qos-11.12.ebuild 
b/www-apache/mod_qos/mod_qos-11.12.ebuild
deleted file mode 100644
index a813fc28231..000
--- a/www-apache/mod_qos/mod_qos-11.12.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-inherit autotools apache-module
-
-DESCRIPTION="A QOS module for the apache webserver"
-HOMEPAGE="http://mod-qos.sourceforge.net/;
-SRC_URI="mirror://sourceforge/mod-qos/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/libpcre
-   dev-libs/openssl:0
-   media-libs/libpng:0=
-   sys-libs/zlib
-"
-DEPEND="${DEPEND}"
-
-APXS2_S="${S}/apache2"
-APACHE2_MOD_CONF="10_${PN}"
-APACHE2_MOD_DEFINE="QOS"
-DOCFILES="${S}/doc/*.txt ${S}/README.TXT"
-
-need_apache2
-
-src_prepare() {
-   cd "${S}/tools" && eautoreconf
-}
-
-src_configure() {
-   cd "${S}/tools" && econf
-}
-
-src_compile() {
-   apache-module_src_compile
-   emake -C "${S}/tools"
-}
-
-src_install() {
-   einfo "Installing Apache module ..."
-   cd "${S}/tools"
-   apache-module_src_install
-
-   einfo "Installing module utilities ..."
-   emake -C "${S}/tools" install DESTDIR="${D}"
-
-   # installing html documentation
-   dohtml -r -x *.txt "${S}/doc/"
-}



[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/

2019-01-26 Thread Pacho Ramos
commit: 04d952e38b62d54dbf4ef7c51d53d80d0040d581
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jan 26 12:41:00 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jan 26 12:42:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d952e3

www-apache/mod_qos: Bump to 11.61

Closes: https://bugs.gentoo.org/675716
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 www-apache/mod_qos/Manifest |  1 +
 www-apache/mod_qos/mod_qos-11.61.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index a167acd69c6..43de5cbc118 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -1 +1,2 @@
 DIST mod_qos-11.12.tar.gz 509530 BLAKE2B 
84f3ff54ad8203c5507e23d12bb3aed2db7c8b128d4106ea55e4ddc4e17a3bc6910a49e58e8e98624560b0e97131f2fb1ed108d865c3a510b3350070ffc1ae58
 SHA512 
a9597a1b7ec38ec9ad492c79b797a807e180feb11a42cf7e206ca3cecf9c986eecc9979659a65fcc9ec0454ef8574dbdfc2c5abd862d8b3bc1065a93fbe0ccb7
+DIST mod_qos-11.61.tar.gz 1242978 BLAKE2B 
d784538e516abda338230ae9f2580217e3727f8aa22e5d1e881d605ade06444753c9f393a16ef8c683422bb989434b1152aa06955c3f5ba5b38e486d3cc4571b
 SHA512 
c34a970e869238a1340a4bf32f3b21ac3e19cfb65a809989c45100aa1c3559ce0a5f5c30e6366f6d65ef04ad6fc1be73f80a9fc18b7a6a164912618cce6383a8

diff --git a/www-apache/mod_qos/mod_qos-11.61.ebuild 
b/www-apache/mod_qos/mod_qos-11.61.ebuild
new file mode 100644
index 000..b7bb23e7681
--- /dev/null
+++ b/www-apache/mod_qos/mod_qos-11.61.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit autotools apache-module
+
+DESCRIPTION="A QOS module for the apache webserver"
+HOMEPAGE="http://mod-qos.sourceforge.net/;
+SRC_URI="mirror://sourceforge/mod-qos/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/libpcre:3
+   dev-libs/openssl:0=
+   media-libs/libpng:0=
+   sys-libs/zlib:0=
+"
+DEPEND="${DEPEND}"
+
+APXS2_S="${S}/apache2"
+APACHE2_MOD_CONF="10_${PN}"
+APACHE2_MOD_DEFINE="QOS"
+DOCFILES="${S}/doc/*.txt ${S}/README.TXT"
+
+need_apache2
+
+src_prepare() {
+   cd "${S}/tools" && eautoreconf
+}
+
+src_configure() {
+   cd "${S}/tools" && econf
+}
+
+src_compile() {
+   apache-module_src_compile
+   emake -C "${S}/tools"
+}
+
+src_install() {
+   einfo "Installing Apache module ..."
+   cd "${S}/tools"
+   apache-module_src_install
+
+   einfo "Installing module utilities ..."
+   emake -C "${S}/tools" install DESTDIR="${D}"
+
+   # installing html documentation
+   dohtml -r -x *.txt "${S}/doc/"
+}