commit: a9f0b606ca5fe3c67e5fb0c2aed62b9a2f16801c Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Fri Jan 24 17:00:56 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 10 08:55:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f0b606
sys-auth/pam_mysql: update EAPI 7 -> 8, Skip QA warning for Solaris function md5_calc is implicitly declared in "checking if md5.h is Solaris's" test Closes: https://bugs.gentoo.org/908580 Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40290 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/pam_mysql/metadata.xml | 1 + .../{pam_mysql-0.8.2-r1.ebuild => pam_mysql-0.8.2-r2.ebuild} | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sys-auth/pam_mysql/metadata.xml b/sys-auth/pam_mysql/metadata.xml index 7d38d2712c8e..b97d1775dc2f 100644 --- a/sys-auth/pam_mysql/metadata.xml +++ b/sys-auth/pam_mysql/metadata.xml @@ -10,5 +10,6 @@ </use> <upstream> <remote-id type="sourceforge">pam-mysql</remote-id> + <remote-id type="github">NigelCunningham/pam-MySQL</remote-id> </upstream> </pkgmetadata> diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild b/sys-auth/pam_mysql/pam_mysql-0.8.2-r2.ebuild similarity index 88% rename from sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild rename to sys-auth/pam_mysql/pam_mysql-0.8.2-r2.ebuild index b697b813dc71..6bf8eec3517f 100644 --- a/sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild +++ b/sys-auth/pam_mysql/pam_mysql-0.8.2-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 inherit autotools pam @@ -25,6 +25,10 @@ RDEPEND="${DEPEND}" DOCS=( AUTHORS ChangeLog NEWS README ) +QA_CONFIG_IMPL_DECL_SKIP=( + md5_calc # for Solaris, bug #908580 +) + src_prepare() { default
