* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_fastcgi_handler/
@ 2016-08-06 12:47 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-08-06 12:47 UTC (permalink / raw
To: gentoo-commits
commit: 994bb2432266a438d41e0c074395be634fc10e29
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 12:44:20 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 12:46:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994bb243
www-apache/mod_fastcgi_handler: Cleanup per bug #231477
Package-Manager: portage-2.3.0
www-apache/mod_fastcgi_handler/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/www-apache/mod_fastcgi_handler/metadata.xml b/www-apache/mod_fastcgi_handler/metadata.xml
index f23115a..92d21e1 100644
--- a/www-apache/mod_fastcgi_handler/metadata.xml
+++ b/www-apache/mod_fastcgi_handler/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>neurogeek@gentoo.org</email>
- <name>Jesus Rivero</name>
- </maintainer>
<upstream>
<remote-id type="github">hollow/mod_fastcgi_handler</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_fastcgi_handler/
@ 2018-04-15 14:43 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2018-04-15 14:43 UTC (permalink / raw
To: gentoo-commits
commit: f3dcfbebc65387ba05244315415645efcb70b0b5
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 14:42:35 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 14:42:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3dcfbeb
www-apache/mod_fastcgi_handler: Remove 0.6 (r0)
Closes: https://bugs.gentoo.org/652788
Package-Manager: Portage-2.3.28, Repoman-2.3.9
.../mod_fastcgi_handler-0.6.ebuild | 31 ----------------------
1 file changed, 31 deletions(-)
diff --git a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6.ebuild b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6.ebuild
deleted file mode 100644
index 4b07964fa87..00000000000
--- a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-GITHUB_AUTHOR="hollow"
-GITHUB_PROJECT="mod_fastcgi_handler"
-GITHUB_COMMIT="c5e075b"
-
-inherit apache-module
-
-DESCRIPTION="A simple FastCGI handler module"
-HOMEPAGE="https://github.com/hollow/mod_fastcgi_handler"
-SRC_URI="https://nodeload.github.com/${GITHUB_AUTHOR}/${GITHUB_PROJECT}/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT}
-
-APACHE2_MOD_CONF="20_${PN}"
-APACHE2_MOD_DEFINE="FASTCGI_HANDLER"
-
-APXS2_ARGS="-o ${PN}.so -c *.c"
-
-need_apache2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_fastcgi_handler/
@ 2018-04-15 14:43 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2018-04-15 14:43 UTC (permalink / raw
To: gentoo-commits
commit: 0971097e3628246b11917f77bde950f2ecf22722
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 14:41:21 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 14:42:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0971097e
www-apache/mod_fastcgi_handler: Revision bump, EAPI 6
Bug: https://bugs.gentoo.org/652788
Package-Manager: Portage-2.3.28, Repoman-2.3.9
.../mod_fastcgi_handler-0.6-r1.ebuild | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild
new file mode 100644
index 00000000000..1da963f7975
--- /dev/null
+++ b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GITHUB_AUTHOR="hollow"
+GITHUB_PROJECT="mod_fastcgi_handler"
+GITHUB_COMMIT="c5e075b"
+inherit apache-module
+
+DESCRIPTION="A simple FastCGI handler module"
+HOMEPAGE="https://github.com/hollow/mod_fastcgi_handler"
+SRC_URI="https://nodeload.github.com/${GITHUB_AUTHOR}/${GITHUB_PROJECT}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT}
+
+APACHE2_MOD_CONF="20_${PN}"
+APACHE2_MOD_DEFINE="FASTCGI_HANDLER"
+
+APXS2_ARGS="-o ${PN}.so -c *.c"
+
+need_apache2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_fastcgi_handler/
@ 2018-05-01 21:24 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2018-05-01 21:24 UTC (permalink / raw
To: gentoo-commits
commit: e181495ae6b703eca972d6dd6cd55bf0f95f4b7f
Author: charIes17 <charles17 <AT> arcor <DOT> de>
AuthorDate: Mon Apr 16 05:27:45 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue May 1 21:23:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e181495a
www-apache/mod_fastcgi_handler: fix SRC_URI.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/8023
www-apache/mod_fastcgi_handler/Manifest | 2 +-
www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild | 7 +------
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/www-apache/mod_fastcgi_handler/Manifest b/www-apache/mod_fastcgi_handler/Manifest
index 0a4505cc532..e2a76bcbc60 100644
--- a/www-apache/mod_fastcgi_handler/Manifest
+++ b/www-apache/mod_fastcgi_handler/Manifest
@@ -1 +1 @@
-DIST mod_fastcgi_handler-0.6.tar.gz 10980 BLAKE2B fa0287d77927e9511c289882d0502dc70ea4c7e1040c80c48d6cd0a8da4a057d8eaaa13255fec824e3c9938810e477271ecd92c6a66c98b3697856ccc10bead4 SHA512 36598183170338871ea2952e6e54914f402353ec51425d2256d336d914ebadc6e7c928a03d60ed0f607dae8c137fe467a48ca6e779b2978bf34c5e34fa7058e5
+DIST mod_fastcgi_handler-0.6.tar.gz 10974 BLAKE2B c5613ba343510845c04e75cef815a2ab938aae9b7e2bc78cd709d562734f01f950ceb0b8bcbf2db0e0897c19d61c8d8667a01d82693d5f99971c80b57f73107d SHA512 05b86eb584b74e86924e84dad74072ea4dc318d2d3f1826477cfc45d2f5ea86b8b35d946f5cb1b6472cf21f18636dd2132af06bd27774551f5f5c8c557ed7d6b
diff --git a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild
index 1da963f7975..83ca086002c 100644
--- a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild
+++ b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild
@@ -3,22 +3,17 @@
EAPI=6
-GITHUB_AUTHOR="hollow"
-GITHUB_PROJECT="mod_fastcgi_handler"
-GITHUB_COMMIT="c5e075b"
inherit apache-module
DESCRIPTION="A simple FastCGI handler module"
HOMEPAGE="https://github.com/hollow/mod_fastcgi_handler"
-SRC_URI="https://nodeload.github.com/${GITHUB_AUTHOR}/${GITHUB_PROJECT}/tarball/v${PV} -> ${P}.tar.gz"
+SRC_URI="https://github.com/hollow/mod_fastcgi_handler/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT}
-
APACHE2_MOD_CONF="20_${PN}"
APACHE2_MOD_DEFINE="FASTCGI_HANDLER"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_fastcgi_handler/
@ 2021-03-10 4:51 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-03-10 4:51 UTC (permalink / raw
To: gentoo-commits
commit: ad49fd833d609fe1a93dd7b47df70a88dddd03d4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 04:21:11 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 04:21:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad49fd83
www-apache/mod_fastcgi_handler: workaround depend.apache eclass issues
Bug: https://bugs.gentoo.org/616612
Closes: https://bugs.gentoo.org/653606
Signed-off-by: Sam James <sam <AT> gentoo.org>
...handler-0.6-r1.ebuild => mod_fastcgi_handler-0.6-r2.ebuild} | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r2.ebuild
similarity index 68%
rename from www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild
rename to www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r2.ebuild
index 83ca086002c..140492bd277 100644
--- a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r1.ebuild
+++ b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,3 +20,11 @@ APACHE2_MOD_DEFINE="FASTCGI_HANDLER"
APXS2_ARGS="-o ${PN}.so -c *.c"
need_apache2
+
+src_install() {
+ # bug #653606
+ # but true cause seems to be bug #616612
+ APACHE_BASEDIR="/usr/$(get_libdir)/apache2"
+ APACHE_MODULESDIR="${APACHE_BASEDIR}/modules"
+ default
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_fastcgi_handler/
@ 2021-03-11 4:20 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-03-11 4:20 UTC (permalink / raw
To: gentoo-commits
commit: 9f513ee89c046aef6ca3c6f43ec999da0d2b4946
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 04:19:43 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 04:19:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f513ee8
www-apache/mod_fastcgi_handler: update EAPI 6 -> 7, fix apache workaround
Thanks-to: Thomas Deutschmann <whissi <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../mod_fastcgi_handler/mod_fastcgi_handler-0.6-r2.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r2.ebuild b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r2.ebuild
index 140492bd277..fb9676278d0 100644
--- a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r2.ebuild
+++ b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.6-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit apache-module
@@ -12,7 +12,6 @@ SRC_URI="https://github.com/hollow/mod_fastcgi_handler/archive/v${PV}.tar.gz ->
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
APACHE2_MOD_CONF="20_${PN}"
APACHE2_MOD_DEFINE="FASTCGI_HANDLER"
@@ -21,10 +20,9 @@ APXS2_ARGS="-o ${PN}.so -c *.c"
need_apache2
-src_install() {
+pkg_setup() {
# bug #653606
# but true cause seems to be bug #616612
- APACHE_BASEDIR="/usr/$(get_libdir)/apache2"
- APACHE_MODULESDIR="${APACHE_BASEDIR}/modules"
- default
+ _init_apache2
+ _init_apache2_late
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-03-11 4:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-11 4:20 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_fastcgi_handler/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-03-10 4:51 Sam James
2018-05-01 21:24 Patrice Clement
2018-04-15 14:43 Johannes Huber
2018-04-15 14:43 Johannes Huber
2016-08-06 12:47 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox