summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-11 11:44:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-11 11:44:33 +0200
commitb437c61347c2eecbde3f3f1ac51334712dd22ddb (patch)
tree9d38cf80383264d404bda19ac4955b4dfb1ca11f /kde-frameworks/syntax-highlighting
parentd0083e8eb709ba1a2a7e27b2f5dd400ed2718069 (diff)
downloadkde-b437c61347c2eecbde3f3f1ac51334712dd22ddb.tar.gz
kde-b437c61347c2eecbde3f3f1ac51334712dd22ddb.tar.bz2
kde-b437c61347c2eecbde3f3f1ac51334712dd22ddb.zip
kde-frameworks: Drop KDE Frameworks 5.69.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.98, Repoman-2.3.22 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.69.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 092f242d303..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.69.0.tar.xz 1608672 BLAKE2B 7cb17d0733f75fe06b7f817083d65e768e9e6f2f4153f0dc8982684e2018d2f44b574e21243f77f82250cb275929c196162f23439eac298ed48cfc23fd7d00bd SHA512 d83b938e26ee0378a08fed61b7733a5d1fdaae53e5fe20f319f59151acc877a665efd97ecebe43a434d84203414ba04a983e4e3b42cf8339185b8d2da87a3794
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.69.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.69.0.ebuild
deleted file mode 100644
index d9a5fcd1c7c..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.69.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
-}