diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-10 00:21:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-10 01:04:33 +0100 |
commit | 5129273281aae77726cf43d2c10db96407766753 (patch) | |
tree | a73042aa8a5b7f9e58738d660e53e1b828c55dea /dev-util/kdevelop-pg-qt | |
parent | media-libs/zxing-cpp: add 2.0.0 (diff) | |
download | gentoo-5129273281aae77726cf43d2c10db96407766753.tar.gz gentoo-5129273281aae77726cf43d2c10db96407766753.tar.bz2 gentoo-5129273281aae77726cf43d2c10db96407766753.zip |
dev-util/kdevelop-pg-qt: add 2.2.1_p20221103, fixing build w/ Qt 5.15.8
Closes: https://bugs.gentoo.org/890310
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/kdevelop-pg-qt')
-rw-r--r-- | dev-util/kdevelop-pg-qt/Manifest | 1 | ||||
-rw-r--r-- | dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1_p20221103.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-util/kdevelop-pg-qt/Manifest b/dev-util/kdevelop-pg-qt/Manifest index dddbe4485f4c..44bc7e405d80 100644 --- a/dev-util/kdevelop-pg-qt/Manifest +++ b/dev-util/kdevelop-pg-qt/Manifest @@ -1 +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 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 new file mode 100644 index 000000000000..5bd6e8d47eae --- /dev/null +++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1_p20221103.ebuild @@ -0,0 +1,22 @@ +# 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 +" |