commit:     4d7f27371e542ca11c1d52e339bb27125e30b54f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 11:29:42 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 11:29:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7f2737

www-apache/modsec-flameeyes: treeclean

Bug: https://bugs.gentoo.org/933847
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 profiles/package.mask                              |  1 -
 www-apache/modsec-flameeyes/Manifest               |  1 -
 www-apache/modsec-flameeyes/metadata.xml           |  8 ----
 .../modsec-flameeyes-20130216.ebuild               | 55 ----------------------
 4 files changed, 65 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index e0c70529ee36..c7c3ef37f3ad 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -411,7 +411,6 @@ www-apps/wiliki
 # some maintainer-needed.
 # Removal on 2024-07-08.  Bugs #933847, #742452.
 www-apache/mod_vdbh
-www-apache/modsec-flameeyes
 
 # Michał Górny <[email protected]> (2024-06-08)
 # Prereleases of Xfce 4.20.  Masking upon popular request, due to

diff --git a/www-apache/modsec-flameeyes/Manifest 
b/www-apache/modsec-flameeyes/Manifest
deleted file mode 100644
index 13d5da52b811..000000000000
--- a/www-apache/modsec-flameeyes/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST modsec-flameeyes-20130216.tar.gz 18716 BLAKE2B 
1466cd1bd943106609e80fec8251fe85f3ca5fc8e21fcaa3e0e264776b4aff21ef671fa75fed1c19aee76441e02211b88efdcdfc17bea21f3036526272eefe7e
 SHA512 
196a8176da09340c5496a3056deb473c69721fdd6c891b6bec6dd5459063dbd61b00eb9559ba0e88413678633cd90496cb0e1b2828442635d31d68dc949013db

diff --git a/www-apache/modsec-flameeyes/metadata.xml 
b/www-apache/modsec-flameeyes/metadata.xml
deleted file mode 100644
index 87c5dce09990..000000000000
--- a/www-apache/modsec-flameeyes/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <!--maintainer-needed-->
-  <upstream>
-    <remote-id type="github">Flameeyes/modsec-flameeyes</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/www-apache/modsec-flameeyes/modsec-flameeyes-20130216.ebuild 
b/www-apache/modsec-flameeyes/modsec-flameeyes-20130216.ebuild
deleted file mode 100644
index d52b04714b54..000000000000
--- a/www-apache/modsec-flameeyes/modsec-flameeyes-20130216.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit readme.gentoo-r1
-
-DESCRIPTION="Flameeyes's Ruleset for ModSecurity"
-HOMEPAGE="https://github.com/Flameeyes/modsec-flameeyes";
-if [[ ${PV} == "99999999" ]]; then
-       EGIT_REPO_URI="https://github.com/Flameeyes/modsec-flameeyes.git";
-       inherit git-r3
-else
-       KEYWORDS="~amd64"
-       
SRC_URI="https://github.com/Flameeyes/modsec-flameeyes/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-LICENSE="CC-BY-SA-3.0"
-SLOT="0"
-
-RDEPEND=">=www-apache/mod_security-2.5.1"
-DEPEND=""
-
-RULESDIR=/etc/modsecurity/flameeyes
-
-DOC_CONTENTS="To enable the ruleset, define MODSEC_FLAMEEYES in
-/etc/conf.d/apache2.
-
-If you do not use www-apache/modsecurity-crs you want also to uncomment
-the init configuration file in /etc/apache2/modules/81_${PN}.conf."
-
-src_install() {
-       insinto "${RULESDIR}"
-       doins -r rules optional
-
-       dodoc README.md
-
-       cat - > "${T}/81_${PN}.conf" <<EOF
-<IfDefine MODSEC_FLAMEEYES>
-
-# Uncomment this if you don't use the CRS
-# Include /etc/modsecurity/flameeyes/optional/flameeyes_init.conf
-
-Include /etc/modsecurity/flameeyes/rules/*.conf
-
-# -*- apache -*-
-# vim: ts=4 filetype=apache
-
-EOF
-
-       insinto /etc/apache2/modules.d/
-       doins "${T}/81_${PN}.conf"
-
-       readme.gentoo_create_doc
-}

Reply via email to