summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-15 16:43:10 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-15 16:43:28 +0100
commit940de0cde61e02e97b8647cb3418387a39ab4876 (patch)
treefa90cf6d9f46bb14af204f65eb8f4d1ec902ff86 /kde-frameworks/syntax-highlighting
parent8047b045951636adae1ca74e2c6c60f9654899aa (diff)
downloadkde-940de0cde61e02e97b8647cb3418387a39ab4876.tar.gz
kde-940de0cde61e02e97b8647cb3418387a39ab4876.tar.bz2
kde-940de0cde61e02e97b8647cb3418387a39ab4876.zip
kde-frameworks: Drop KDE Frameworks 5.68.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.94, Repoman-2.3.21 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.68.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 5f155a6ea85..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.68.0.tar.xz 1594860 BLAKE2B 6f8aaf22d183b04ef358b8db052f43a58d1453d7a17f63ac252b5554740446277a3296e4fafc20efd5c4d81f6e6f70c5a67acf1412b5cb3157569b0a86c82de1 SHA512 ffb4b1e57bd912ed76c93b8ea074af3fd8343cd094a584647bef42870366cd089c6ba2070670a57e4997ba6ac122775af5066d5bae4891f3533e4b7bfecf1fee
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.68.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.68.0.ebuild
deleted file mode 100644
index d9a5fcd1c7c..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.68.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.12.3
-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
-}