commit:     a34c1b937eb69e5c4f00a689e364ab8c9025d284
Author:     Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Tue Feb 11 10:10:04 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Mar  1 09:00:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a34c1b93

www-apache/modsecurity-crs: drop 3.3.6, 4.7.0

Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40527
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 www-apache/modsecurity-crs/Manifest                |  2 -
 .../modsecurity-crs/modsecurity-crs-3.3.6.ebuild   | 43 ---------------------
 .../modsecurity-crs/modsecurity-crs-4.7.0.ebuild   | 45 ----------------------
 3 files changed, 90 deletions(-)

diff --git a/www-apache/modsecurity-crs/Manifest 
b/www-apache/modsecurity-crs/Manifest
index 667d5ff4e49f..9ad92dc65b77 100644
--- a/www-apache/modsecurity-crs/Manifest
+++ b/www-apache/modsecurity-crs/Manifest
@@ -1,5 +1,3 @@
-DIST modsecurity-crs-3.3.6.tar.gz 301489 BLAKE2B 
8e7b5b3aacd37731b8d83bb6d761454ad48b625e40c8a951a7d6a4ddc9c62efd41cc9c66d74b334d9339f48aa0fe7399e61316edfea6b34b42708084512222ca
 SHA512 
6e5a7b3ceb7d4a8500044425f7439f1967248ff8ab54c4e8d6b4592460afa75d8a7ac973766b58e54cb02cc08559e61fe8689488fc1261b54a8d49933e65bde2
 DIST modsecurity-crs-3.3.7.tar.gz 301659 BLAKE2B 
8a0fadc70738971b39ee65e8e4338efadf26a7c746ae105e93616000a11d856b60bff79762841f87bab0e8c3be89ac53b4c054cc25c5d4c0564b17f55f6b67f4
 SHA512 
5d80b4d73da3cb58d827f43bea3eac60282ee77aa3b03d7a38e18cfd4c3f932c572765c2fb209d36a2815381cfee2318cf53837c89ffaa68411b0dee72a7b998
 DIST modsecurity-crs-4.11.0.tar.gz 489815 BLAKE2B 
dadf8c40d3d912ebc6b8e54418d0b3cb8b8b032f3d33faac8648f50a59a607a6aa0e1ad40e5b88ebcef0fa346fe16bebbd316eebf3435cfdbe9352dea0f3585b
 SHA512 
3d7ac42b83625204efb31b55e61910bee106d58cbad71a82ed966bd0523e1a8b611509f66224a56f1b679c7f7e6a59ad6547d0da162aea92706feb19f10520d5
-DIST modsecurity-crs-4.7.0.tar.gz 513616 BLAKE2B 
c3c25baf0ee5b0508d9c5b55702060023c94f4b794bf00f3be47b0541ca90a9fabda9d3d28a95d4b589e5ac971dfb5b9fba731711db389d2d4dcdab9944d8109
 SHA512 
13b652768a0ea3c3f5e1cae6bc25d520ef22943faf87564340751374e5df238b17526466cafd452846edfc436f6ad98cdd5ed5496531981c1ebebd2c179d22d7
 DIST modsecurity-crs-4.8.0.tar.gz 486857 BLAKE2B 
3951ffcbf44ee01fbe9199655812a448ad0a5a0b02b68f44b4c8fd83f9533edfa96449bcb90c297bd7abfa4bb236951a4b0828b75a14bc9c63033dac48cd4ca2
 SHA512 
07a35b58da5d614ac3858be46ca7e74dfaceafff1e034d363a31ab522bfda2b80475bf3c73e74cb10e6c7c6345129c034291240315c4dd598aa4bad49c7e82c0

diff --git a/www-apache/modsecurity-crs/modsecurity-crs-3.3.6.ebuild 
b/www-apache/modsecurity-crs/modsecurity-crs-3.3.6.ebuild
deleted file mode 100644
index 578ba55a9e21..000000000000
--- a/www-apache/modsecurity-crs/modsecurity-crs-3.3.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature
-
-DESCRIPTION="OWASP ModSecurity Core Rule Set"
-HOMEPAGE="https://coreruleset.org/";
-SRC_URI="https://github.com/coreruleset/coreruleset/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/coreruleset-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+apache2"
-
-RDEPEND="apache2? ( >=www-apache/mod_security-2.9.6 )"
-
-DOCS=( CHANGES.md CONTRIBUTORS.md crs-setup.conf.example KNOWN_BUGS README.md )
-
-src_install() {
-       insinto "/usr/share/${PN}"
-       doins -r rules
-
-       einstalldocs
-
-       if use apache2; then
-               # I don't think it's worth pulling in apache-module.eclass just 
for
-               # this path...
-               insinto /etc/apache2/modules.d
-               doins "${FILESDIR}/80_mod_security-crs.conf"
-       fi
-}
-
-pkg_postinst() {
-       if use apache2; then
-               einfo "The CRS configuration file has been installed to:"
-               einfo "  ${ROOT}/etc/apache2/modules.d/80_mod_security-crs.conf"
-       fi
-
-       optfeature "apache-less installations, e.g. nginx" dev-libs/modsecurity
-}

diff --git a/www-apache/modsecurity-crs/modsecurity-crs-4.7.0.ebuild 
b/www-apache/modsecurity-crs/modsecurity-crs-4.7.0.ebuild
deleted file mode 100644
index fe3c87163c0e..000000000000
--- a/www-apache/modsecurity-crs/modsecurity-crs-4.7.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature
-
-MY_PV=${PV/_/-}
-
-DESCRIPTION="OWASP ModSecurity Core Rule Set"
-HOMEPAGE="https://coreruleset.org/";
-SRC_URI="https://github.com/coreruleset/coreruleset/archive/v${MY_PV}.tar.gz 
-> ${P}.tar.gz"
-S="${WORKDIR}/coreruleset-${MY_PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+apache2"
-
-RDEPEND="apache2? ( >=www-apache/mod_security-2.9.6 )"
-
-DOCS=( CHANGES.md CONTRIBUTORS.md crs-setup.conf.example KNOWN_BUGS.md 
README.md )
-
-src_install() {
-       insinto "/usr/share/${PN}"
-       doins -r plugins rules
-
-       einstalldocs
-
-       if use apache2; then
-               # I don't think it's worth pulling in apache-module.eclass just 
for
-               # this path...
-               insinto /etc/apache2/modules.d
-               doins "${FILESDIR}/80_mod_security-crs.conf"
-       fi
-}
-
-pkg_postinst() {
-       if use apache2; then
-               einfo "The CRS configuration file has been installed to:"
-               einfo "  ${ROOT}/etc/apache2/modules.d/80_mod_security-crs.conf"
-       fi
-
-       optfeature "apache-less installations, e.g. nginx" dev-libs/modsecurity
-}

Reply via email to