summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-11 15:15:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-11 15:15:46 +0200
commitafc9485b04c643d15cfae85982f463eb09b6be52 (patch)
tree1c2cc15e09223c7bc6a56baca074ab5691256d3f /kde-frameworks/syntax-highlighting
parent1dbc8e02c6b38bd3d48ec80ed21f74089cf376c0 (diff)
downloadkde-afc9485b04c643d15cfae85982f463eb09b6be52.tar.gz
kde-afc9485b04c643d15cfae85982f463eb09b6be52.tar.bz2
kde-afc9485b04c643d15cfae85982f463eb09b6be52.zip
kde-frameworks/syntax-highlighting: drop 5.72.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.72.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 e1d676bdf66..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.72.0.tar.xz 1621628 BLAKE2B 5638451e11244cf0a82602c3d062f60e87a70ed2444bda6248d3d1ecddc96a3d26ea21a957fcede8eb18847477637220f7682c67792d04707ede98dffc852839 SHA512 cbeb375a0c5af7646848f6d2df112f5ded5cb8614ab8054fae4133ff5420624879bb3db57928d5528731f100497ccb30b348555444eded5a87b95be49e747c23
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.72.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.72.0.ebuild
deleted file mode 100644
index 352f17f8e6f..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.72.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.14.2
-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
-}