diff options
author | Paul Zander <negril.nx+gentoo@gmail.com> | 2025-01-03 19:55:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-03 22:07:47 +0000 |
commit | da931ddeb79d6eab76f7c4c693d3fdd575a702cf (patch) | |
tree | 73478d289bac4a59009ac860015bc76398eb4c04 /media-gfx | |
parent | sci-mathematics/manifold: add 3.0.1 (diff) | |
download | gentoo-da931ddeb79d6eab76f7c4c693d3fdd575a702cf.tar.gz gentoo-da931ddeb79d6eab76f7c4c693d3fdd575a702cf.tar.bz2 gentoo-da931ddeb79d6eab76f7c4c693d3fdd575a702cf.zip |
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 <negril.nx+gentoo@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/openscad/openscad-2024.11.14_pre.ebuild (renamed from media-gfx/openscad/openscad-20241114.ebuild) | 4 | ||||
-rw-r--r-- | media-gfx/openscad/openscad-9999.ebuild (renamed from media-gfx/openscad/openscad-99999999.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 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 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? ( |