From 4972b824f29e5a8e8b70958ce0aa673b6963f196 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 23 Mar 2023 22:02:28 +0100 Subject: dev-util/clazy: drop 1.11-r1 Signed-off-by: Andreas Sturmlechner --- dev-util/clazy/clazy-1.11-r1.ebuild | 51 ------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 dev-util/clazy/clazy-1.11-r1.ebuild (limited to 'dev-util/clazy') diff --git a/dev-util/clazy/clazy-1.11-r1.ebuild b/dev-util/clazy/clazy-1.11-r1.ebuild deleted file mode 100644 index ef259bbc11dd..000000000000 --- a/dev-util/clazy/clazy-1.11-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LLVM_MAX_SLOT=14 -PYTHON_COMPAT=( python3_{9,10} ) -inherit cmake llvm python-any-r1 - -DESCRIPTION="Compiler plugin which allows clang to understand Qt semantics" -HOMEPAGE="https://apps.kde.org/clazy" -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="amd64 arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="