From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CB021582EF for ; Mon, 10 Feb 2025 08:57:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 74F0734317B for ; Mon, 10 Feb 2025 08:57:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 15FBA11047D; Mon, 10 Feb 2025 08:56:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0B02A11047B for ; Mon, 10 Feb 2025 08:56:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B627C343160 for ; Mon, 10 Feb 2025 08:56:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80B1727CB for ; Mon, 10 Feb 2025 08:56:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1739177753.a9f0b606ca5fe3c67e5fb0c2aed62b9a2f16801c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_mysql/metadata.xml sys-auth/pam_mysql/pam_mysql-0.8.2-r1.ebuild sys-auth/pam_mysql/pam_mysql-0.8.2-r2.ebuild X-VCS-Directories: sys-auth/pam_mysql/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a9f0b606ca5fe3c67e5fb0c2aed62b9a2f16801c X-VCS-Branch: master Date: Mon, 10 Feb 2025 08:56:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bbb86eea-ad33-4148-aec7-217aafd5b4e5 X-Archives-Hash: 329405e5bb84f32ddac2f1972e7787a7 commit: a9f0b606ca5fe3c67e5fb0c2aed62b9a2f16801c Author: NHOrus yahoo com> AuthorDate: Fri Jan 24 17:00:56 2025 +0000 Commit: Sam James gentoo 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 yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40290 Signed-off-by: Sam James 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 @@ pam-mysql + NigelCunningham/pam-MySQL 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