From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 756D9158041 for ; Sun, 25 Feb 2024 09:51:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84393E29CA; Sun, 25 Feb 2024 09:51:55 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F78BE29CA for ; Sun, 25 Feb 2024 09:51:55 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66DEB34307B for ; Sun, 25 Feb 2024 09:51:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF22BB2F for ; Sun, 25 Feb 2024 09:51:52 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1708854676.767798127a61db6ee7dc2da2496038daaf88f9bd.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/mysqltcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/mysqltcl/mysqltcl-3.052-r1.ebuild dev-tcltk/mysqltcl/mysqltcl-3.052-r2.ebuild X-VCS-Directories: dev-tcltk/mysqltcl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 767798127a61db6ee7dc2da2496038daaf88f9bd X-VCS-Branch: master Date: Sun, 25 Feb 2024 09:51:52 +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: 79f71368-d578-48dd-a23d-8670a1218b1e X-Archives-Hash: 3944dc7a503630601f2b50aaae547d6b commit: 767798127a61db6ee7dc2da2496038daaf88f9bd Author: Alfredo Tupone gentoo org> AuthorDate: Sun Feb 25 09:51:16 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Feb 25 09:51:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76779812 dev-tcltk/mysqltcl: drop QA warning Closes: https://bugs.gentoo.org/906865 Signed-off-by: Alfredo Tupone gentoo.org> .../{mysqltcl-3.052-r1.ebuild => mysqltcl-3.052-r2.ebuild} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-tcltk/mysqltcl/mysqltcl-3.052-r1.ebuild b/dev-tcltk/mysqltcl/mysqltcl-3.052-r2.ebuild similarity index 84% rename from dev-tcltk/mysqltcl/mysqltcl-3.052-r1.ebuild rename to dev-tcltk/mysqltcl/mysqltcl-3.052-r2.ebuild index 39c9d60a33a9..8edd7cfe8c16 100644 --- a/dev-tcltk/mysqltcl/mysqltcl-3.052-r1.ebuild +++ b/dev-tcltk/mysqltcl/mysqltcl-3.052-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="TCL MySQL Interface" HOMEPAGE="http://www.xdobry.de/mysqltcl/" @@ -10,12 +10,16 @@ SRC_URI="http://www.xdobry.de/mysqltcl/${P}.tar.gz" LICENSE="HPND" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" DEPEND=" dev-lang/tcl:0= dev-db/mysql-connector-c:0=" RDEPEND="${DEPEND}" + +QA_CONFIG_IMPL_DECL_SKIP=( + stat64 # used to test for Large File Support +) + PATCHES=( "${FILESDIR}"/${PN}-3.05-ldflags.patch "${FILESDIR}"/${PN}-3.05-API.patch