summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-12 22:00:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-12 22:01:17 +0100
commitc069db9869d0673ebe18b37702eae43104879f0a (patch)
tree5178e00c2f06536a804676eef9249d0a0fc671ce /dev-util/kdevelop-pg-qt
parentdev-util/kdevelop-pg-qt: add 2.2.2 (diff)
downloadgentoo-c069db9869d0673ebe18b37702eae43104879f0a.tar.gz
gentoo-c069db9869d0673ebe18b37702eae43104879f0a.tar.bz2
gentoo-c069db9869d0673ebe18b37702eae43104879f0a.zip
dev-util/kdevelop-pg-qt: drop 2.2.1_p20221103
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/kdevelop-pg-qt')
-rw-r--r--dev-util/kdevelop-pg-qt/Manifest1
-rw-r--r--dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1_p20221103.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-util/kdevelop-pg-qt/Manifest b/dev-util/kdevelop-pg-qt/Manifest
index d0404620d352..f85572306458 100644
--- a/dev-util/kdevelop-pg-qt/Manifest
+++ b/dev-util/kdevelop-pg-qt/Manifest
@@ -1,3 +1,2 @@
DIST kdevelop-pg-qt-2.2.1_p20220904-72138ed0.tar.gz 1131103 BLAKE2B a388fa38e27115912af7a589f43dc6f95f4af4790435bfda6344fa62245acb37254d86df48bda9201dc6341dc88f04d4bba7c3cfae90189a88e506af66fab95c SHA512 953dc8e76a7cf8d46963ec3b41252b9b19a03275469cfc145b649ef999df1b8aa8f45666616ee56c139eeb4b1e90e6f2fd85d18a1c2371a6133da674ce187106
-DIST kdevelop-pg-qt-2.2.1_p20221103-e80d3b24.tar.gz 1131462 BLAKE2B d96cf9823416395c92b726dc4b52e9b5a0ed3743c8b8a0a86b7212754bbe1785e027493651807291864cc842e6fba7a02c13d58091e38743edcdb4e879b83b56 SHA512 69368957c14be2a00172067692659d83c3d1d9521f2ee810ecdcccc769bb85e04725902355bef8bff7f2133d38970d61185cd1bba3bda2e2d44ad4d98931c33d
DIST kdevelop-pg-qt-2.2.2.tar.xz 660708 BLAKE2B 822753315969cf4176ed1a25bb27516661af865a4c337f069a892b008802359f4a933ebc9e9e1ac0c91d2314a6ec5cdcf91db4641e624e07373dfec47a71dcf1 SHA512 e82f2fa2aafa2c9f949e298989de70a0455c30f6bef4a40e38977c23ad645ee49a0a8c57b5c45d0ddfef13ee7b7e4efd2dc2ed3003a456f24108161415700369
diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1_p20221103.ebuild b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1_p20221103.ebuild
deleted file mode 100644
index 5bd6e8d47eae..000000000000
--- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1_p20221103.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KDE_ORG_CATEGORY="kdevelop"
-KDE_ORG_COMMIT="e80d3b24307de656fdaefa08f258d61a4408c78d"
-KFMIN=5.92.0
-inherit ecm kde.org
-
-DESCRIPTION="LL(1) parser generator used mainly by KDevelop language plugins"
-HOMEPAGE="https://www.kdevelop.org/"
-
-LICENSE="LGPL-2+ LGPL-2.1+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-BDEPEND="
- sys-devel/bison
- sys-devel/flex
-"