summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-14 18:45:30 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-14 18:45:30 +0100
commit004b9efe9417bff64cf329975ff94ee6b67da722 (patch)
tree3b693de3a63bb13dae2591a81ae0ca522b9d00eb
parent8c5fe8bfb63c4cbbede5695910bd4fdc706d5a74 (diff)
downloadkde-004b9efe9417bff64cf329975ff94ee6b67da722.tar.gz
kde-004b9efe9417bff64cf329975ff94ee6b67da722.tar.bz2
kde-004b9efe9417bff64cf329975ff94ee6b67da722.zip
kde-frameworks/syntax-highlighting: drop 5.76.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.76.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
deleted file mode 100644
index 83aee68d49c..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.76.0.tar.xz 2124128 BLAKE2B 4617a01022175da1952e1dacede7f1abcc0c1e049d666bff64fb7a100281b7cb8f7eb147589ddc25db2558c0c1d2e0ed5da30800dd889ba1b7f058b424114890 SHA512 7098d82110e8e355198fdce9081c8a1aadc322b2e0fd168585b1cca6535666c96cf1f52b894ac99fb051a8ee0a690d8ddd5c91ed0648057c63447ac10d0e8c59
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.76.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.76.0.ebuild
deleted file mode 100644
index 623fd1d5fdf..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.76.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Framework for syntax highlighting"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="nls"
-
-BDEPEND="
- dev-lang/perl
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtxmlpatterns-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- ecm_src_install
- dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}