commit: 002c2dde67b77037d0461fbc83b86249304800c7
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 12:44:54 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 12:47:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002c2dde
www-apache/pwauth: port to EAPI=7
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
www-apache/pwauth/files/pwauth-2.3.10-config.patch | 4 ++--
www-apache/pwauth/files/pwauth-2.3.10-makefile.patch | 4 ++--
www-apache/pwauth/files/pwauth-strchr.patch | 4 ++--
www-apache/pwauth/pwauth-2.3.10.ebuild | 6 +++---
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 03ae3b876d9..28065d8f24c 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 a211a06b723..1519e2a5b51 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 0c5d6581c96..dd27791c5c8 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 c1fd701b6e9..7e2341f2621 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"