* [gentoo-commits] repo/gentoo:master commit in: www-apache/modsec-flameeyes/
@ 2016-08-07 9:30 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-08-07 9:30 UTC (permalink / raw
To: gentoo-commits
commit: baaf69bf0934130778e0ee423e13b73708227bca
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 09:19:58 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 09:29:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baaf69bf
www-apache/modsec-flameeyes: Cleanup per bug #85210
Package-Manager: portage-2.3.0
www-apache/modsec-flameeyes/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/www-apache/modsec-flameeyes/metadata.xml b/www-apache/modsec-flameeyes/metadata.xml
index 51dc287..df248b6 100644
--- a/www-apache/modsec-flameeyes/metadata.xml
+++ b/www-apache/modsec-flameeyes/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>flameeyes@gentoo.org</email>
- <name>Diego E. Pettenò</name>
- </maintainer>
<upstream>
<remote-id type="github">Flameeyes/modsec-flameeyes</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/modsec-flameeyes/
@ 2018-05-27 21:59 Johannes Huber
0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2018-05-27 21:59 UTC (permalink / raw
To: gentoo-commits
commit: 3316755ba6657748293c9df96eef227e4dc5be22
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sun May 20 23:47:10 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 27 21:59:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3316755b
www-apache/modsec-flameeyes: git-2->git-r3
Closes: https://github.com/gentoo/gentoo/pull/8502
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
.../modsec-flameeyes-20130216.ebuild | 20 ++++++++++----------
.../modsec-flameeyes-99999999.ebuild | 20 ++++++++++----------
2 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/www-apache/modsec-flameeyes/modsec-flameeyes-20130216.ebuild b/www-apache/modsec-flameeyes/modsec-flameeyes-20130216.ebuild
index 673802ff0da..6428a8a1346 100644
--- a/www-apache/modsec-flameeyes/modsec-flameeyes-20130216.ebuild
+++ b/www-apache/modsec-flameeyes/modsec-flameeyes-20130216.ebuild
@@ -1,22 +1,22 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit readme.gentoo
-
-GITHUB_USER=Flameeyes
-GITHUB_PROJECT=${PN}
-
-EGIT_REPO_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}.git"
+inherit readme.gentoo-r1
DESCRIPTION="Flameeyes's Ruleset for ModSecurity"
HOMEPAGE="http://www.flameeyes.eu/projects/modsec"
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+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"
-KEYWORDS="~amd64"
RDEPEND=">=www-apache/mod_security-2.5.1"
DEPEND=""
diff --git a/www-apache/modsec-flameeyes/modsec-flameeyes-99999999.ebuild b/www-apache/modsec-flameeyes/modsec-flameeyes-99999999.ebuild
index b8557517b9b..6428a8a1346 100644
--- a/www-apache/modsec-flameeyes/modsec-flameeyes-99999999.ebuild
+++ b/www-apache/modsec-flameeyes/modsec-flameeyes-99999999.ebuild
@@ -1,22 +1,22 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-inherit readme.gentoo git-2
-
-GITHUB_USER=Flameeyes
-GITHUB_PROJECT=${PN}
-
-EGIT_REPO_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}.git"
+inherit readme.gentoo-r1
DESCRIPTION="Flameeyes's Ruleset for ModSecurity"
HOMEPAGE="http://www.flameeyes.eu/projects/modsec"
-#SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+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"
-KEYWORDS=""
RDEPEND=">=www-apache/mod_security-2.5.1"
DEPEND=""
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/modsec-flameeyes/
@ 2023-06-04 16:19 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2023-06-04 16:19 UTC (permalink / raw
To: gentoo-commits
commit: 274cabeb0797ca3716cbf5238d61e62192e418cc
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jun 4 09:34:53 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 16:18:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274cabeb
www-apache/modsec-flameeyes: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
www-apache/modsec-flameeyes/modsec-flameeyes-20130216.ebuild | 4 ++--
www-apache/modsec-flameeyes/modsec-flameeyes-99999999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www-apache/modsec-flameeyes/modsec-flameeyes-20130216.ebuild b/www-apache/modsec-flameeyes/modsec-flameeyes-20130216.ebuild
index 6428a8a1346d..d52b04714b54 100644
--- a/www-apache/modsec-flameeyes/modsec-flameeyes-20130216.ebuild
+++ b/www-apache/modsec-flameeyes/modsec-flameeyes-20130216.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit readme.gentoo-r1
DESCRIPTION="Flameeyes's Ruleset for ModSecurity"
-HOMEPAGE="http://www.flameeyes.eu/projects/modsec"
+HOMEPAGE="https://github.com/Flameeyes/modsec-flameeyes"
if [[ ${PV} == "99999999" ]]; then
EGIT_REPO_URI="https://github.com/Flameeyes/modsec-flameeyes.git"
inherit git-r3
diff --git a/www-apache/modsec-flameeyes/modsec-flameeyes-99999999.ebuild b/www-apache/modsec-flameeyes/modsec-flameeyes-99999999.ebuild
index 6428a8a1346d..d52b04714b54 100644
--- a/www-apache/modsec-flameeyes/modsec-flameeyes-99999999.ebuild
+++ b/www-apache/modsec-flameeyes/modsec-flameeyes-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit readme.gentoo-r1
DESCRIPTION="Flameeyes's Ruleset for ModSecurity"
-HOMEPAGE="http://www.flameeyes.eu/projects/modsec"
+HOMEPAGE="https://github.com/Flameeyes/modsec-flameeyes"
if [[ ${PV} == "99999999" ]]; then
EGIT_REPO_URI="https://github.com/Flameeyes/modsec-flameeyes.git"
inherit git-r3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/modsec-flameeyes/
@ 2024-05-14 9:14 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-05-14 9:14 UTC (permalink / raw
To: gentoo-commits
commit: b4e74ad505dc81859852cf590526b78e3fa0e871
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 09:12:09 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 14 09:12:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e74ad5
www-apache/modsec-flameeyes: remove stale live ebuild, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../modsec-flameeyes-99999999.ebuild | 55 ----------------------
1 file changed, 55 deletions(-)
diff --git a/www-apache/modsec-flameeyes/modsec-flameeyes-99999999.ebuild b/www-apache/modsec-flameeyes/modsec-flameeyes-99999999.ebuild
deleted file mode 100644
index d52b04714b54..000000000000
--- a/www-apache/modsec-flameeyes/modsec-flameeyes-99999999.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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-05-14 9:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-04 16:19 [gentoo-commits] repo/gentoo:master commit in: www-apache/modsec-flameeyes/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-05-14 9:14 Arthur Zamarin
2018-05-27 21:59 Johannes Huber
2016-08-07 9:30 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox