dev-build/cmake-fedora: treeclean

Closes: https://bugs.gentoo.org/800608 (pkgremoved)
Closes: https://bugs.gentoo.org/866377 (pkgremoved)
Closes: https://bugs.gentoo.org/955465 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-10-30 11:36:59 +01:00
parent 5437edb7f8
commit a76eff250c
6 changed files with 0 additions and 72 deletions

View File

@@ -1 +0,0 @@
DIST cmake-fedora-2.9.3.tar.gz 128800 BLAKE2B b73aba476f5d05088e34c896f8ebb2f10d2f847df96c21e233c5290218c4f9f2647e7ffb610ae8a8cc9dd83ba3f2747d869015e4f7d930d9e3d97c7762abd2a0 SHA512 459aa902b1e9e43bab392cf685d38a332e1a2e81ce94665fe5ab09ee79594d9de5c74e8cbbc6c342e2266f98cb4a4ef07a36da8489f06fd892f899ac6f907782

View File

@@ -1,37 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Provides cmake helper macros and targets for linux, especially fedora developers"
HOMEPAGE="https://pagure.io/cmake-fedora"
SRC_URI="https://pagure.io/cmake-fedora/archive/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
PATCHES=( "${FILESDIR}/${P}-no-release.patch" )
# FIXME: Test running in the build directory, while it want a file in source directory.
RESTRICT="test"
src_prepare() {
sed -i \
-e '/GITIGNORE/d' \
-e '/INSTALL.*COPYING$/,/)$/d' \
"${S}"/CMakeLists.txt || die
cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-DCMAKE_FEDORA_ENABLE_FEDORA_BUILD=0
-DMANAGE_DEPENDENCY_PACKAGE_EXISTS_CMD=true
)
cmake_src_configure
}

View File

@@ -1,23 +0,0 @@
https://bugs.gentoo.org/604554
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a9d6af..16c3ca2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -137,16 +137,6 @@ ADD_DEPENDENCIES(tag_pre module-only)
# Release
#
-INCLUDE(ManageRelease)
-IF(CMAKE_FEDORA_ENABLE_FEDORA_BUILD)
- INCLUDE(ManageReleaseFedora)
- RELEASE_FEDORA(fedora epel7 el6)
- # "Off" Warning is displayed if mock is not installed.
- MANAGE_RELEASE(tag_push release_fedora)
-ELSE(CMAKE_FEDORA_ENABLE_FEDORA_BUILD)
- MANAGE_RELEASE(tag_push)
-ENDIF(CMAKE_FEDORA_ENABLE_FEDORA_BUILD)
-
####################################################################
# Test Suites.
#

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>

View File

@@ -167,11 +167,6 @@ net-libs/NativeThread
# Removal on 2025-11-04. Bug #957460.
media-sound/lmms
# Andreas Sturmlechner <asturm@gentoo.org> (2025-10-05)
# Last release 8 years ago, broken by CMake 4, unclear purpose without any
# revdeps. Bugs #800608, #866377, #955465. Removal on 2025-11-01.
dev-build/cmake-fedora
# Lukas Schmelting <lschmelting@posteo.com> (2025-10-03)
# Breaks e.g. in combination with gnome-shell-48.4
>=dev-libs/glib-2.86.0

View File

@@ -18,7 +18,6 @@ move sys-devel/remake dev-build/remake
move dev-util/valgrind dev-debug/valgrind
move dev-util/meson-format-array dev-build/meson-format-array
move dev-util/meson dev-build/meson
move dev-util/cmake-fedora dev-build/cmake-fedora
move dev-util/rocm-cmake dev-build/rocm-cmake
move dev-util/tinycmmc dev-build/tinycmmc
move dev-util/cmake dev-build/cmake