* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
@ 2016-05-29 20:21 Alexander Vershilov
0 siblings, 0 replies; 14+ messages in thread
From: Alexander Vershilov @ 2016-05-29 20:21 UTC (permalink / raw
To: gentoo-commits
commit: f6f764f5be8c1a7fda215ba96066e3ced8a5dfb4
Author: Alexander Vershilov <qnikst <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 19:06:59 2016 +0000
Commit: Alexander Vershilov <qnikst <AT> gentoo <DOT> org>
CommitDate: Sun May 29 20:19:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f764f5
www-apache/mod_xsendfile: drop qnikst <AT> gentoo.org from maintainters.
Package-Manager: portage-2.2.28
www-apache/mod_xsendfile/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/www-apache/mod_xsendfile/metadata.xml b/www-apache/mod_xsendfile/metadata.xml
index 4349d28..ce61e0f 100644
--- a/www-apache/mod_xsendfile/metadata.xml
+++ b/www-apache/mod_xsendfile/metadata.xml
@@ -9,10 +9,6 @@
<email>maksbotan@gentoo.org</email>
<name>Maxim Koltsov</name>
</maintainer>
- <maintainer type="person">
- <email>qnikst@gentoo.org</email>
- <name>Alexander Vershilov</name>
- </maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
@ 2016-12-29 17:46 Göktürk Yüksek
0 siblings, 0 replies; 14+ messages in thread
From: Göktürk Yüksek @ 2016-12-29 17:46 UTC (permalink / raw
To: gentoo-commits
commit: b4b5c63d43be976613094c8df0e8c72e31d82879
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 17:41:08 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 17:45:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b5c63d
www-apache/mod_xsendfile: remove the proxied maintainer per his request
Package-Manager: portage-2.3.0
www-apache/mod_xsendfile/metadata.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/www-apache/mod_xsendfile/metadata.xml b/www-apache/mod_xsendfile/metadata.xml
index ce61e0f..ceeed15 100644
--- a/www-apache/mod_xsendfile/metadata.xml
+++ b/www-apache/mod_xsendfile/metadata.xml
@@ -2,16 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>andreis.vinogradovs@gmail.com</email>
- <name>Andreis Vinogradovs</name>
- </maintainer>
- <maintainer type="person">
<email>maksbotan@gentoo.org</email>
<name>Maxim Koltsov</name>
</maintainer>
-
-<maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
@ 2020-09-25 22:54 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2020-09-25 22:54 UTC (permalink / raw
To: gentoo-commits
commit: d5218b4731468b417aafae866f2c30924c9a337f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 22:45:11 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 22:53:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5218b47
www-apache/mod_xsendfile: port EAPI 4->6
We can't go to 7 yet because of the apache-module and depend.apache
eclasses.
Bug: https://bugs.gentoo.org/724212
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../mod_xsendfile-1.0_beta1-r1.ebuild | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild
new file mode 100644
index 00000000000..f8147aa6a2b
--- /dev/null
+++ b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit apache-module
+
+MY_PV="1.0b1"
+DESCRIPTION="Apache module that processes X-SENDFILE headers registered by the output handler"
+HOMEPAGE="https://tn123.org/mod_xsendfile/"
+SRC_URI="https://tn123.org/mod_xsendfile/beta/${PN}-${MY_PV}.tar.gz"
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux"
+
+APACHE2_MOD_CONF="50_${PN}"
+APACHE2_MOD_DEFINE="XSENDFILE"
+DOCFILES="docs/Readme.html"
+
+need_apache2
+
+pkg_setup() {
+ _init_apache2
+ _init_apache2_late
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
@ 2020-09-25 22:57 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2020-09-25 22:57 UTC (permalink / raw
To: gentoo-commits
commit: ce8003ed6fe3fcd54842b2a73e5da6225a274691
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 22:56:49 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 22:57:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8003ed
www-apache/mod_xsendfile: simplify
Bug: https://bugs.gentoo.org/515414
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild
index f8147aa6a2b..c111aad8c8e 100644
--- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild
+++ b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild
@@ -15,13 +15,16 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux"
-APACHE2_MOD_CONF="50_${PN}"
-APACHE2_MOD_DEFINE="XSENDFILE"
-DOCFILES="docs/Readme.html"
-
need_apache2
-pkg_setup() {
- _init_apache2
- _init_apache2_late
+src_install() {
+ APACHE2_MOD_CONF="50_${PN}"
+ APACHE2_MOD_DEFINE="XSENDFILE"
+ # Triggers unfortunate QA warning in the eclass
+ # See bug #515414, seems to be an apache-module.eclasss issue
+ DOCFILES="docs/Readme.html"
+
+ APACHE_MODULESDIR="/usr/$(get_libdir)/apache2/modules"
+
+ apache-module_src_install
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
@ 2020-09-26 3:12 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2020-09-26 3:12 UTC (permalink / raw
To: gentoo-commits
commit: 33563c5d359facf09fd604bbb4da4ea263706266
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 03:11:26 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 03:11:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33563c5d
www-apache/mod_xsendfile: forward stable kw, cleanup
Installed files are the same.
Closes: https://bugs.gentoo.org/724212
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../mod_xsendfile-1.0_beta1-r1.ebuild | 2 +-
.../mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild | 27 ----------------------
2 files changed, 1 insertion(+), 28 deletions(-)
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild
index c111aad8c8e..6006d8ed7ab 100644
--- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild
+++ b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 sparc x86 ~amd64-linux"
need_apache2
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild
deleted file mode 100644
index b6b79a6db6a..00000000000
--- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit apache-module
-
-MY_PV="1.0b1"
-DESCRIPTION="Apache module that processes X-SENDFILE headers registered by the output handler"
-HOMEPAGE="https://tn123.org/mod_xsendfile/"
-SRC_URI="https://tn123.org/mod_xsendfile/beta/${PN}-${MY_PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 sparc x86 ~amd64-linux"
-IUSE=""
-
-S=${WORKDIR}
-
-RDEPEND="${DEPEND}"
-
-APACHE2_MOD_CONF="50_${PN}"
-APACHE2_MOD_DEFINE="XSENDFILE"
-
-DOCFILES="docs/Readme.html"
-
-need_apache2
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
@ 2021-03-11 7:53 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2021-03-11 7:53 UTC (permalink / raw
To: gentoo-commits
commit: ea986751a8dd4210c4080a713bcd657f0c3bf138
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 07:53:28 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 07:53:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea986751
www-apache/mod_xsendfile: EAPI=7, fix docs, become maintainer
DOCFILE support in apache-module.eclass is broken, so just install the
doc directly which is actually less effort.
Closes: https://bugs.gentoo.org/515414
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
www-apache/mod_xsendfile/metadata.xml | 4 +++-
.../mod_xsendfile-1.0_beta1-r2.ebuild | 28 ++++++++++++++++++++++
2 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/www-apache/mod_xsendfile/metadata.xml b/www-apache/mod_xsendfile/metadata.xml
index 7a38bb90096..8bf69628e79 100644
--- a/www-apache/mod_xsendfile/metadata.xml
+++ b/www-apache/mod_xsendfile/metadata.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>graaff@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild
new file mode 100644
index 00000000000..c80385f181c
--- /dev/null
+++ b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit apache-module
+
+MY_PV="1.0b1"
+DESCRIPTION="Apache module that processes X-SENDFILE headers registered by the output handler"
+HOMEPAGE="https://tn123.org/mod_xsendfile/"
+SRC_URI="https://tn123.org/mod_xsendfile/beta/${PN}-${MY_PV}.tar.gz"
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux"
+
+need_apache2
+
+src_install() {
+ APACHE2_MOD_CONF="50_${PN}"
+ APACHE2_MOD_DEFINE="XSENDFILE"
+ APACHE_MODULESDIR="/usr/$(get_libdir)/apache2/modules"
+
+ apache-module_src_install
+
+ dodoc docs/Readme.html
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
@ 2023-07-10 9:28 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-07-10 9:28 UTC (permalink / raw
To: gentoo-commits
commit: 1c8a3fb7e5a1ffbbe27189e2011509ad4e382590
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 09:28:48 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 09:28:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8a3fb7
www-apache/mod_xsendfile: Stabilize 1.0_beta1-r2 x86, #910180
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild
index c80385f181c5..682ee4978eb5 100644
--- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild
+++ b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~sparc x86 ~amd64-linux"
need_apache2
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
@ 2023-07-10 9:28 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-07-10 9:28 UTC (permalink / raw
To: gentoo-commits
commit: e91ace173b5a927d32067e3c9566ae739b262cb4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 09:28:49 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 09:28:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91ace17
www-apache/mod_xsendfile: Stabilize 1.0_beta1-r2 amd64, #910180
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild
index 8ad83d84c4d0..a1cc08aec3b4 100644
--- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild
+++ b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 sparc x86 ~amd64-linux"
+KEYWORDS="amd64 sparc x86 ~amd64-linux"
need_apache2
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
@ 2023-07-10 9:28 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-07-10 9:28 UTC (permalink / raw
To: gentoo-commits
commit: f3843cfb4baacc6a0698b70e814807846c23c69e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 09:28:48 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 09:28:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3843cfb
www-apache/mod_xsendfile: Stabilize 1.0_beta1-r2 sparc, #910180
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild
index 682ee4978eb5..8ad83d84c4d0 100644
--- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild
+++ b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~sparc x86 ~amd64-linux"
+KEYWORDS="~amd64 sparc x86 ~amd64-linux"
need_apache2
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
@ 2023-09-02 11:42 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2023-09-02 11:42 UTC (permalink / raw
To: gentoo-commits
commit: 7a0789631f90b7629a65445dfe7a3f38fe00bc16
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 15:00:00 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 2 11:41:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a078963
www-apache/mod_xsendfile: drop 1.0_beta1-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../mod_xsendfile-1.0_beta1-r1.ebuild | 30 ----------------------
1 file changed, 30 deletions(-)
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild
deleted file mode 100644
index 6006d8ed7ab3..000000000000
--- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit apache-module
-
-MY_PV="1.0b1"
-DESCRIPTION="Apache module that processes X-SENDFILE headers registered by the output handler"
-HOMEPAGE="https://tn123.org/mod_xsendfile/"
-SRC_URI="https://tn123.org/mod_xsendfile/beta/${PN}-${MY_PV}.tar.gz"
-S="${WORKDIR}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 sparc x86 ~amd64-linux"
-
-need_apache2
-
-src_install() {
- APACHE2_MOD_CONF="50_${PN}"
- APACHE2_MOD_DEFINE="XSENDFILE"
- # Triggers unfortunate QA warning in the eclass
- # See bug #515414, seems to be an apache-module.eclasss issue
- DOCFILES="docs/Readme.html"
-
- APACHE_MODULESDIR="/usr/$(get_libdir)/apache2/modules"
-
- apache-module_src_install
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
@ 2023-10-08 10:03 Hans de Graaff
0 siblings, 0 replies; 14+ messages in thread
From: Hans de Graaff @ 2023-10-08 10:03 UTC (permalink / raw
To: gentoo-commits
commit: 18ffadf7afb1fe8daebcefedcac0c8d80be45145
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 29 06:40:27 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 8 10:03:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ffadf7
www-apache/mod_xsendfile: update EAPI 7 -> 8
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
.../mod_xsendfile-1.0_beta1-r3.ebuild | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild
new file mode 100644
index 000000000000..b70dfc8ac59d
--- /dev/null
+++ b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit apache-module
+
+MY_PV="1.0b1"
+DESCRIPTION="Apache module that processes X-SENDFILE headers registered by the output handler"
+HOMEPAGE="https://tn123.org/mod_xsendfile/"
+SRC_URI="https://tn123.org/mod_xsendfile/beta/${PN}-${MY_PV}.tar.gz"
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux"
+
+need_apache2
+
+src_install() {
+ APACHE2_MOD_CONF="50_${PN}"
+ APACHE2_MOD_DEFINE="XSENDFILE"
+ APACHE_MODULESDIR="/usr/$(get_libdir)/apache2/modules"
+
+ apache-module_src_install
+
+ dodoc docs/Readme.html
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
@ 2024-12-02 15:00 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-12-02 15:00 UTC (permalink / raw
To: gentoo-commits
commit: 38f7739edfd65c47ca34fc41a0351e239e5c47df
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 15:00:07 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 15:00:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38f7739e
www-apache/mod_xsendfile: Stabilize 1.0_beta1-r3 sparc, #945676
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild
index b70dfc8ac59d..ac36d40cfc74 100644
--- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild
+++ b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux"
+KEYWORDS="~amd64 sparc ~x86 ~amd64-linux"
need_apache2
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
@ 2024-12-04 9:15 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-12-04 9:15 UTC (permalink / raw
To: gentoo-commits
commit: fd346a9fe0e599826254dbc65aa2bf93352fb8c5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 4 09:13:14 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 4 09:13:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd346a9f
www-apache/mod_xsendfile: Stabilize 1.0_beta1-r3 x86, #945676
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild
index ac36d40cfc74..e07953333aad 100644
--- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild
+++ b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 sparc ~x86 ~amd64-linux"
+KEYWORDS="~amd64 sparc x86 ~amd64-linux"
need_apache2
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
@ 2024-12-04 9:15 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-12-04 9:15 UTC (permalink / raw
To: gentoo-commits
commit: 69983ec0d7200f87006a6589db0a6f96053a4e07
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 4 09:13:16 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 4 09:13:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69983ec0
www-apache/mod_xsendfile: Stabilize 1.0_beta1-r3 amd64, #945676
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild
index e07953333aad..33ce1695dd08 100644
--- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild
+++ b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1-r3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 sparc x86 ~amd64-linux"
+KEYWORDS="amd64 sparc x86 ~amd64-linux"
need_apache2
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-12-04 9:15 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-10 9:28 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-12-04 9:15 Sam James
2024-12-04 9:15 Sam James
2024-12-02 15:00 Sam James
2023-10-08 10:03 Hans de Graaff
2023-09-02 11:42 Andreas Sturmlechner
2023-07-10 9:28 Arthur Zamarin
2023-07-10 9:28 Arthur Zamarin
2021-03-11 7:53 Hans de Graaff
2020-09-26 3:12 Sam James
2020-09-25 22:57 Sam James
2020-09-25 22:54 Sam James
2016-12-29 17:46 Göktürk Yüksek
2016-05-29 20:21 Alexander Vershilov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox