commit: 871313f5141e0f873f71841afeb67f5bc884ff59
Author: Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail <DOT>
com>
AuthorDate: Tue Feb 17 13:21:48 2026 +0000
Commit: Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail <DOT>
com>
CommitDate: Tue Feb 17 13:21:48 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=871313f5
dev-util/cmakelang: treeclean
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail.com>
dev-util/cmakelang/Manifest | 1 -
dev-util/cmakelang/cmakelang-0.6.13.ebuild | 44 ---------
.../files/cmakelang-0.6.13-fix-setup.py.patch | 108 ---------------------
dev-util/cmakelang/metadata.xml | 12 ---
profiles/package.mask | 5 -
5 files changed, 170 deletions(-)
diff --git a/dev-util/cmakelang/Manifest b/dev-util/cmakelang/Manifest
deleted file mode 100644
index a9dc61aeb2..0000000000
--- a/dev-util/cmakelang/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cmakelang-0.6.13.gh.tar.gz 1022629 BLAKE2B
f62ce29e81a79f0301b1f04e70d95419486e3687e2e34d89e9d0343749026c73cbc6ae0d9e4f079abd1d68ac021108e9322805df38299c5666d06db5f135105d
SHA512
eb7fde540860b6119d0bb528f22592fb4b507f9319aeda0999da10bcc89ee1348fd7d701fc49aa5dac7616e1577e436cbd73de94dbbab0cafdf28e1812612342
diff --git a/dev-util/cmakelang/cmakelang-0.6.13.ebuild
b/dev-util/cmakelang/cmakelang-0.6.13.ebuild
deleted file mode 100644
index 5502a6848a..0000000000
--- a/dev-util/cmakelang/cmakelang-0.6.13.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
-inherit distutils-r1
-
-DESCRIPTION="Provides Quality Assurance (QA) tools for cmake"
-HOMEPAGE="
- https://pypi.org/project/cmakelang/
- https://github.com/cheshirekow/cmake_format
-"
-SRC_URI="https://github.com/cheshirekow/cmake_format/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
-S="${WORKDIR}/cmake_format-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/jinja2[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-DOCS=( cmakelang/doc/README.rst )
-
-PATCHES=(
- "${FILESDIR}/cmakelang-0.6.13-fix-setup.py.patch"
-)
-
-EPYTEST_DESELECT=(
- # fails because the project lags behind CMake
- cmakelang/test/command_db_test.py
- # tests require network access
- cmakelang/test/screw_users_test.py
-)
-
-# tests fail for 3.11+ because of hacky use of private class members
-# distutils_enable_tests pytest
diff --git a/dev-util/cmakelang/files/cmakelang-0.6.13-fix-setup.py.patch
b/dev-util/cmakelang/files/cmakelang-0.6.13-fix-setup.py.patch
deleted file mode 100644
index c2e0acdb22..0000000000
--- a/dev-util/cmakelang/files/cmakelang-0.6.13-fix-setup.py.patch
+++ /dev/null
@@ -1,108 +0,0 @@
---- cmake_format-0.6.13/cmakelang/pypi/setup.py.orig 2023-06-06
12:33:22.631609182 +0200
-+++ cmake_format-0.6.13/cmakelang/pypi/setup.py 2023-06-06
12:33:46.126544329 +0200
-@@ -25,6 +25,7 @@
- "cmakelang.lint",
- "cmakelang.parse",
- "cmakelang.parse.funs",
-+ "cmakelang.templates",
- ],
- version=VERSION,
- description="Language tools for cmake (format, lint, etc)",
-@@ -61,97 +62,3 @@
- },
- install_requires=["six>=1.13.0"]
- )
--
--setup(
-- name="cmake-annotate",
-- packages=[],
-- version=VERSION,
-- description="Can format your listfiles so they don't look like crap",
-- long_description=long_description,
-- author="Josh Bialkowski",
-- author_email="[email protected]",
-- url=GITHUB_URL,
-- download_url="{}/archive/{}.tar.gz".format(GITHUB_URL, VERSION),
-- keywords=["cmake", "annotate"],
-- license="GPLv3",
-- classifiers=[
-- "Development Status :: 3 - Alpha",
-- "Intended Audience :: Developers",
-- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
-- ],
-- include_package_data=True,
-- install_requires=[
-- "cmakelang>={}".format(VERSION),
-- "pyyaml>=5.3"]
--)
--
--setup(
-- name="cmake-format",
-- packages=[],
-- version=VERSION,
-- description="Can format your listfiles so they don't look like crap",
-- long_description=long_description,
-- author="Josh Bialkowski",
-- author_email="[email protected]",
-- url=GITHUB_URL,
-- download_url="{}/archive/{}.tar.gz".format(GITHUB_URL, VERSION),
-- keywords=["cmake", "format", "formatter"],
-- license="GPLv3",
-- classifiers=[
-- "Development Status :: 3 - Alpha",
-- "Intended Audience :: Developers",
-- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
-- ],
-- include_package_data=True,
-- extras_require={
-- "YAML": ["pyyaml>=5.3"],
-- },
-- install_requires=["cmakelang>={}".format(VERSION)]
--)
--
--
--setup(
-- name="cmake-lint",
-- packages=[],
-- version=VERSION,
-- description="Can check your listfiles for common problems",
-- long_description=long_description,
-- author="Josh Bialkowski",
-- author_email="[email protected]",
-- url=GITHUB_URL,
-- download_url="{}/archive/{}.tar.gz".format(GITHUB_URL, VERSION),
-- keywords=["cmake", "lint", "linter"],
-- license="GPLv3",
-- classifiers=[
-- "Development Status :: 3 - Alpha",
-- "Intended Audience :: Developers",
-- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
-- ],
-- include_package_data=True,
-- extras_require={
-- "YAML": ["pyyaml>=5.3"],
-- },
-- install_requires=["cmakelang>={}".format(VERSION)]
--)
--
--
--setup(
-- name="cmake-parse",
-- packages=[],
-- version=VERSION,
-- description="Python library for parsing cmake listfiles. ",
-- long_description=long_description,
-- author="Josh Bialkowski",
-- author_email="[email protected]",
-- url=GITHUB_URL,
-- download_url="{}/archive/{}.tar.gz".format(GITHUB_URL, VERSION),
-- keywords=["cmake", "lint", "linter"],
-- license="GPLv3",
-- classifiers=[
-- "Development Status :: 3 - Alpha",
-- "Intended Audience :: Developers",
-- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
-- ],
-- include_package_data=True,
-- install_requires=["cmakelang>={}".format(VERSION)]
--)
diff --git a/dev-util/cmakelang/metadata.xml b/dev-util/cmakelang/metadata.xml
deleted file mode 100644
index 5dfa49384e..0000000000
--- a/dev-util/cmakelang/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>[email protected]</email>
- <name>Florian Albrechtskirchinger</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">cmakelang</remote-id>
- <remote-id type="github">cheshirekow/cmake_format</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 0c69eb3a23..d6392834f3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -86,11 +86,6 @@ sys-apps/qjournalctl
dev-python/dataclasses-json
dev-python/json-schema-for-humans
-# Florian Albrechtskirchinger <[email protected]> (2026-01-14)
-# Unmaintained upstream and increasingly outdated.
-# Removal on 2026-02-14
-dev-util/cmakelang
-
# Anna (cybertailor) Vyalkova <[email protected]> (2026-01-03)
# Critical security vulnerabilities.
<net-im/conduit-0.10.11