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 7E6B1158008 for ; Mon, 12 Jun 2023 19:12:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89C19E091D; Mon, 12 Jun 2023 19:12:48 +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 0324EE091D for ; Mon, 12 Jun 2023 19:12:48 +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 BA029341395 for ; Mon, 12 Jun 2023 19:12:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00A3FA91 for ; Mon, 12 Jun 2023 19:12:45 +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: <1686597043.b59fd9cb9056c08444ecb96bf5cf09bbde27e741.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/sqlite/sqlite-3.41.2-r1.ebuild dev-db/sqlite/sqlite-3.42.0.ebuild dev-db/sqlite/sqlite-9999.ebuild X-VCS-Directories: dev-db/sqlite/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b59fd9cb9056c08444ecb96bf5cf09bbde27e741 X-VCS-Branch: master Date: Mon, 12 Jun 2023 19:12:45 +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: d1056f30-8153-4ffb-ba76-99cf7c1afea9 X-Archives-Hash: d6a19ad960c3d615cd388fbeaef2a359 commit: b59fd9cb9056c08444ecb96bf5cf09bbde27e741 Author: Sam James gentoo org> AuthorDate: Sun Jun 11 23:00:15 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 12 19:10:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59fd9cb dev-db/sqlite: microoptimize Signed-off-by: Sam James gentoo.org> dev-db/sqlite/sqlite-3.41.2-r1.ebuild | 4 ++-- dev-db/sqlite/sqlite-3.42.0.ebuild | 4 ++-- dev-db/sqlite/sqlite-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-db/sqlite/sqlite-3.41.2-r1.ebuild b/dev-db/sqlite/sqlite-3.41.2-r1.ebuild index b123ebe2b644..c7a72617f114 100644 --- a/dev-db/sqlite/sqlite-3.41.2-r1.ebuild +++ b/dev-db/sqlite/sqlite-3.41.2-r1.ebuild @@ -14,9 +14,9 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}"/${PN} PROPERTIES="live" else - SRC_PV="$(printf "%u%02u%02u%02u" $(ver_rs 1- " "))" + printf -v SRC_PV "%u%02u%02u%02u" $(ver_rs 1- " ") DOC_PV="${SRC_PV}" - #DOC_PV="$(printf "%u%02u%02u00" $(ver_rs 1-3 " "))" + #printf -v DOC_PV "%u%02u%02u00" $(ver_rs 1-3 " ") SRC_URI=" https://sqlite.org/2023/${PN}-src-${SRC_PV}.zip diff --git a/dev-db/sqlite/sqlite-3.42.0.ebuild b/dev-db/sqlite/sqlite-3.42.0.ebuild index 8e4f233695fa..e6a1a94de643 100644 --- a/dev-db/sqlite/sqlite-3.42.0.ebuild +++ b/dev-db/sqlite/sqlite-3.42.0.ebuild @@ -14,9 +14,9 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}"/${PN} PROPERTIES="live" else - SRC_PV="$(printf "%u%02u%02u%02u" $(ver_rs 1- " "))" + printf -v SRC_PV "%u%02u%02u%02u" $(ver_rs 1- " ") DOC_PV="${SRC_PV}" - #DOC_PV="$(printf "%u%02u%02u00" $(ver_rs 1-3 " "))" + #printf -v DOC_PV "%u%02u%02u00" $(ver_rs 1-3 " ") SRC_URI=" https://sqlite.org/2023/${PN}-src-${SRC_PV}.zip diff --git a/dev-db/sqlite/sqlite-9999.ebuild b/dev-db/sqlite/sqlite-9999.ebuild index 2595b6ad1b89..1075e742ae8f 100644 --- a/dev-db/sqlite/sqlite-9999.ebuild +++ b/dev-db/sqlite/sqlite-9999.ebuild @@ -14,9 +14,9 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}"/${PN} PROPERTIES="live" else - SRC_PV="$(printf "%u%02u%02u%02u" $(ver_rs 1- " "))" + printf -v SRC_PV "%u%02u%02u%02u" $(ver_rs 1- " ") DOC_PV="${SRC_PV}" - #DOC_PV="$(printf "%u%02u%02u00" $(ver_rs 1-3 " "))" + #printf -v DOC_PV "%u%02u%02u00" $(ver_rs 1-3 " ") SRC_URI=" https://sqlite.org/2022/${PN}-src-${SRC_PV}.zip