summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-08 13:00:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-08 13:00:58 +0200
commita6251410ca7edfaa40a5d99a77bf63b8fc8c30e8 (patch)
tree5af141b1013cdcf90237fed5fe64aa57091539a8 /kde-frameworks/syntax-highlighting
parente28ae69d6e60f987bf532f3b0424d52bc745f46a (diff)
downloadkde-a6251410ca7edfaa40a5d99a77bf63b8fc8c30e8.tar.gz
kde-a6251410ca7edfaa40a5d99a77bf63b8fc8c30e8.tar.bz2
kde-a6251410ca7edfaa40a5d99a77bf63b8fc8c30e8.zip
kde-frameworks/syntax-highlighting: drop 5.73.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.73.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 c8f1c0f6d16..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.73.0.tar.xz 1765768 BLAKE2B 82dddddc46f2e70b4c4dc036dae88dda0355e877e89552d86f16c241b1fa669d32cd7a8d6c4cdf54d523f510df23ce10b2e45ed341dcb8380e17f0d750ec259e SHA512 e283fb750266053d5c452caeba53e8126203c8cec14ea5458ef979e8cc79ad9f161fab9728ad36703dae15edd71aaec2c1f3263c06b8c97aab85e458c3df2dea
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.73.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.73.0.ebuild
deleted file mode 100644
index 352f17f8e6f..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.73.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
-}