summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-12-17 15:44:54 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-12-17 15:47:15 +0300
commit002c2dde67b77037d0461fbc83b86249304800c7 (patch)
tree971c621834b04cef6990f69562689b3ace671b50 /www-apache
parentsys-auth/pam_abl: port to EAPI=7 (diff)
downloadgentoo-002c2dde67b77037d0461fbc83b86249304800c7.tar.gz
gentoo-002c2dde67b77037d0461fbc83b86249304800c7.tar.bz2
gentoo-002c2dde67b77037d0461fbc83b86249304800c7.zip
www-apache/pwauth: port to EAPI=7
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/pwauth/files/pwauth-2.3.10-config.patch4
-rw-r--r--www-apache/pwauth/files/pwauth-2.3.10-makefile.patch4
-rw-r--r--www-apache/pwauth/files/pwauth-strchr.patch4
-rw-r--r--www-apache/pwauth/pwauth-2.3.10.ebuild6
4 files changed, 9 insertions, 9 deletions
diff --git a/www-apache/pwauth/files/pwauth-2.3.10-config.patch b/www-apache/pwauth/files/pwauth-2.3.10-config.patch
index 03ae3b876d99..28065d8f24c8 100644
--- a/www-apache/pwauth/files/pwauth-2.3.10-config.patch
+++ b/www-apache/pwauth/files/pwauth-2.3.10-config.patch
@@ -1,5 +1,5 @@
---- config.h.orig 2013-01-01 19:33:54.053978814 +0400
-+++ config.h 2013-01-01 19:35:09.764049695 +0400
+--- a/config.h 2013-01-01 19:33:54.053978814 +0400
++++ b/config.h 2013-01-01 19:35:09.764049695 +0400
@@ -112,7 +112,7 @@
/* #define SHADOW_NONE /**/
diff --git a/www-apache/pwauth/files/pwauth-2.3.10-makefile.patch b/www-apache/pwauth/files/pwauth-2.3.10-makefile.patch
index a211a06b7231..1519e2a5b519 100644
--- a/www-apache/pwauth/files/pwauth-2.3.10-makefile.patch
+++ b/www-apache/pwauth/files/pwauth-2.3.10-makefile.patch
@@ -1,5 +1,5 @@
---- Makefile.orig 2013-01-01 20:19:30.061522843 +0400
-+++ Makefile 2013-01-01 20:20:00.356551208 +0400
+--- a/Makefile 2013-01-01 20:19:30.061522843 +0400
++++ b/Makefile 2013-01-01 20:20:00.356551208 +0400
@@ -2,19 +2,7 @@
# system. Most of the configurable stuff is in config.h
#
diff --git a/www-apache/pwauth/files/pwauth-strchr.patch b/www-apache/pwauth/files/pwauth-strchr.patch
index 0c5d6581c96b..dd27791c5c8b 100644
--- a/www-apache/pwauth/files/pwauth-strchr.patch
+++ b/www-apache/pwauth/files/pwauth-strchr.patch
@@ -1,5 +1,5 @@
---- main.c.orig 2013-01-01 19:45:32.389626661 +0400
-+++ main.c 2013-01-01 19:45:50.524643637 +0400
+--- a/main.c 2013-01-01 19:45:32.389626661 +0400
++++ b/main.c 2013-01-01 19:45:50.524643637 +0400
@@ -48,7 +48,7 @@
char *login, *passwd;
#else
diff --git a/www-apache/pwauth/pwauth-2.3.10.ebuild b/www-apache/pwauth/pwauth-2.3.10.ebuild
index c1fd701b6e9c..7e2341f2621a 100644
--- a/www-apache/pwauth/pwauth-2.3.10.ebuild
+++ b/www-apache/pwauth/pwauth-2.3.10.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit base flag-o-matic pam toolchain-funcs
+inherit flag-o-matic pam toolchain-funcs
DESCRIPTION="A Unix Web Authenticator"
HOMEPAGE="https://github.com/phokz/pwauth/tree/master/pwauth"