summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-08-18 18:55:53 +0200
committerPacho Ramos <pacho@gentoo.org>2016-08-18 18:56:42 +0200
commitd429134c9c62729169a429f95704bb3882a96ffc (patch)
tree7150e57ad2e8ad3a2a62bdbbb5be59ae47eb2c0c /www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
parentapp-emulation/virtualbox-guest-additions: disable pointless gcc check (diff)
downloadgentoo-d429134c9c62729169a429f95704bb3882a96ffc.tar.gz
gentoo-d429134c9c62729169a429f95704bb3882a96ffc.tar.bz2
gentoo-d429134c9c62729169a429f95704bb3882a96ffc.zip
www-apache/mod_auth_kerb: Properly provide and apply Fedora patches (#327445)
Package-Manager: portage-2.3.0
Diffstat (limited to 'www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild')
-rw-r--r--www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild22
1 files changed, 13 insertions, 9 deletions
diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
index 1463b5c911db..ed22e3e5333f 100644
--- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
+++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -24,15 +24,19 @@ DOCFILES="INSTALL README"
need_apache2
+PATCHES=(
+ "${FILESDIR}"/${P}-rcopshack.patch
+ "${FILESDIR}"/${P}-fixes.patch
+ "${FILESDIR}"/${P}-s4u2proxy.patch
+ "${FILESDIR}"/${P}-httpd24.patch
+ "${FILESDIR}"/${P}-delegation.patch
+ "${FILESDIR}"/${P}-cachedir.patch
+ "${FILESDIR}"/${P}-longuser.patch
+ "${FILESDIR}"/${P}-handle-continue.patch
+)
+
src_prepare() {
- epatch "${FILESDIR}"/${P}-rcopshack.patch
- epatch "${FILESDIR}"/${P}-fixes.patch
- epatch "${FILESDIR}"/${P}-s4u2proxy-r3.patch
- epatch "${FILESDIR}"/${P}-httpd24.patch
- epatch "${FILESDIR}"/${P}-delegation.patch
- epatch "${FILESDIR}"/${P}-cachedir.patch
- epatch "${FILESDIR}"/${P}-longuser.patch
- epatch "${FILESDIR}"/${P}-handle-continue.patch
+ epatch "${PATCHES[@]}"
}
src_configure() {