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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 910D615812D for ; Fri, 03 Jan 2025 22:08:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DC89E07A5; Fri, 03 Jan 2025 22:08:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id 8883CE07A5 for ; Fri, 03 Jan 2025 22:08:39 +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 C0058335DCC for ; Fri, 03 Jan 2025 22:08:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDC5C18C5 for ; Fri, 03 Jan 2025 22:08:36 +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: <1735942067.da931ddeb79d6eab76f7c4c693d3fdd575a702cf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openscad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/openscad/openscad-2024.11.14_pre.ebuild media-gfx/openscad/openscad-20241114.ebuild media-gfx/openscad/openscad-9999.ebuild media-gfx/openscad/openscad-99999999.ebuild X-VCS-Directories: media-gfx/openscad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: da931ddeb79d6eab76f7c4c693d3fdd575a702cf X-VCS-Branch: master Date: Fri, 03 Jan 2025 22:08:36 +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: 01115de7-2db1-4810-af0f-4a68ce81d563 X-Archives-Hash: 7bfdb6f90e3c81497b4d4aea51946b1a commit: da931ddeb79d6eab76f7c4c693d3fdd575a702cf Author: Paul Zander gmail com> AuthorDate: Fri Jan 3 18:55:45 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 3 22:07:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da931dde media-gfx/openscad: add 2024.11.14_pre, drop 20241114 Reverts the versioning schema introduced by 20241114 to avoid problems with future upstream releases. Signed-off-by: Paul Zander gmail.com> Signed-off-by: Sam James gentoo.org> .../{openscad-20241114.ebuild => openscad-2024.11.14_pre.ebuild} | 4 ++-- media-gfx/openscad/{openscad-99999999.ebuild => openscad-9999.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/openscad/openscad-20241114.ebuild b/media-gfx/openscad/openscad-2024.11.14_pre.ebuild similarity index 98% rename from media-gfx/openscad/openscad-20241114.ebuild rename to media-gfx/openscad/openscad-2024.11.14_pre.ebuild index 238288a09864..338bc1a67d88 100644 --- a/media-gfx/openscad/openscad-20241114.ebuild +++ b/media-gfx/openscad/openscad-2024.11.14_pre.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,7 @@ else SRC_URI=" https://github.com/openscad/openscad/archive/${COMMIT}.tar.gz - -> ${P}.tar.gz + -> ${PN}-20241114.tar.gz https://github.com/arsenm/sanitizers-cmake/archive/${SANITIZERS_CMAKE_COMMIT}.tar.gz -> sanitizers-cmake-${SANITIZERS_CMAKE_COMMIT}.tar.gz test? ( diff --git a/media-gfx/openscad/openscad-99999999.ebuild b/media-gfx/openscad/openscad-9999.ebuild similarity index 98% rename from media-gfx/openscad/openscad-99999999.ebuild rename to media-gfx/openscad/openscad-9999.ebuild index 238288a09864..338bc1a67d88 100644 --- a/media-gfx/openscad/openscad-99999999.ebuild +++ b/media-gfx/openscad/openscad-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,7 @@ else SRC_URI=" https://github.com/openscad/openscad/archive/${COMMIT}.tar.gz - -> ${P}.tar.gz + -> ${PN}-20241114.tar.gz https://github.com/arsenm/sanitizers-cmake/archive/${SANITIZERS_CMAKE_COMMIT}.tar.gz -> sanitizers-cmake-${SANITIZERS_CMAKE_COMMIT}.tar.gz test? (