public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/
Date: Fri, 25 Sep 2020 22:57:41 +0000 (UTC)	[thread overview]
Message-ID: <1601074644.ce8003ed6fe3fcd54842b2a73e5da6225a274691.sam@gentoo> (raw)

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
 }


             reply	other threads:[~2020-09-25 22:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-25 22:57 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-04  9:15 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xsendfile/ 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
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:54 Sam James
2016-12-29 17:46 Göktürk Yüksek
2016-05-29 20:21 Alexander Vershilov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1601074644.ce8003ed6fe3fcd54842b2a73e5da6225a274691.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox