aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-12 12:16:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-12 12:16:27 +0100
commit0e85c96d652ef7aabeba27425d76969a748787e4 (patch)
tree9c3b188b0372682d9752eb1509695659215bfb79 /kde-frameworks/syntax-highlighting
parentkde-frameworks/sonnet: drop 5.103.0 (diff)
downloadkde-0e85c96d652ef7aabeba27425d76969a748787e4.tar.gz
kde-0e85c96d652ef7aabeba27425d76969a748787e4.tar.bz2
kde-0e85c96d652ef7aabeba27425d76969a748787e4.zip
kde-frameworks/syntax-highlighting: drop 5.103.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting')
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.103.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
deleted file mode 100644
index 63536971df..0000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.103.0.tar.xz 3390624 BLAKE2B f06a16fa1c53225ee47a7e83e88e6a1199b9e356bfa9014cbb7b536e8e9988025842448fac4e5c23df1c7b99ba05239ecaa9c54ff45dac1c3ebc26d0965e0d14 SHA512 4c393195bd572223bf17b6f6f8adad05a5f5928e5eeb158eb93591592bb4112c780b671e5ed1ce3aef5ba10b110f5c7ff4069da181c9fe00ecee3982ceb6765a
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.103.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.103.0.ebuild
deleted file mode 100644
index 13b13eb12b..0000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.103.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for syntax highlighting"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtxmlpatterns-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-lang/perl
- >=dev-qt/linguist-tools-${QTMIN}:5
-"
-
-src_install() {
- ecm_src_install
- dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}