commit: 212e8b14528616a92f4431f0fe212402886917a6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 31 15:40:14 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 31 15:41:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212e8b14
dev-util/kdevelop-pg-qt: drop 2.3.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-util/kdevelop-pg-qt/Manifest | 1 -
.../kdevelop-pg-qt/kdevelop-pg-qt-2.3.0.ebuild | 27 ----------------------
2 files changed, 28 deletions(-)
diff --git a/dev-util/kdevelop-pg-qt/Manifest b/dev-util/kdevelop-pg-qt/Manifest
index edcc8f82c88a..2ce585167ca2 100644
--- a/dev-util/kdevelop-pg-qt/Manifest
+++ b/dev-util/kdevelop-pg-qt/Manifest
@@ -1,2 +1 @@
-DIST kdevelop-pg-qt-2.3.0.tar.xz 660164 BLAKE2B
4167068e8f8348c428e4260061abbd24a4c490588414a8a566d84b61913bfc6cb06292900cb881327b5ecdd3c0cf92aa02f6361cd870f9d8bc79f8ff295aa89a
SHA512
27bd102cf64f9cd7b27940be02cb81b620732a11e2416327104a18edc6990e43b2a57281bec91697466c3ab3ac8d322412dd06673329e04583e3bc90862b43b9
DIST kdevelop-pg-qt-2.4.0.tar.xz 668916 BLAKE2B
a6082d6f8fe9803884aea0dcf6faae0c56fd482812011b1fdcf7048c4937566677f6c19890415a2417156ac11713f3dccececb031554320b69264ec3c88c9ebf
SHA512
bf4c4517c59202c2a13bdae2eaf93073a6de5445fa350555c79484f4936b71e7ea042a414ad5f72b656d767f8dbedf5dcceca40254fc6b8b1956cb47933c3ec5
diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.3.0.ebuild
b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.3.0.ebuild
deleted file mode 100644
index 6b08846e030b..000000000000
--- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KDE_ORG_CATEGORY="kdevelop"
-KFMIN=6.3.0
-inherit ecm kde.org
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
- KEYWORDS="amd64 arm64"
-fi
-
-DESCRIPTION="LL(1) parser generator used mainly by KDevelop language plugins"
-HOMEPAGE="https://www.kdevelop.org/"
-
-LICENSE="LGPL-2+ LGPL-2.1+"
-SLOT="0"
-IUSE=""
-
-RDEPEND+=" !${CATEGORY}/${PN}:6"
-BDEPEND="
- app-alternatives/lex
- app-alternatives/yacc
-"