summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-10 20:10:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 20:35:09 +0200
commit64b9d917ddaf5e7bff1169be27e97a00dec2302f (patch)
tree784c54b43e1ca41e4b13714ef114bd4722796eb6 /kde-frameworks/syntax-highlighting
parentkde-frameworks/extra-cmake-modules: allarches stable (diff)
downloadgentoo-64b9d917ddaf5e7bff1169be27e97a00dec2302f.tar.gz
gentoo-64b9d917ddaf5e7bff1169be27e97a00dec2302f.tar.bz2
gentoo-64b9d917ddaf5e7bff1169be27e97a00dec2302f.zip
kde-frameworks: Drop 5.46.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.46.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
index a96617c1f1f3..56e182700598 100644
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -1,2 +1 @@
-DIST syntax-highlighting-5.46.0.tar.xz 1166004 BLAKE2B 5b5f8dbfd53c17b52e9993de5875953eb6a8a436e85b7484cc7a3dc2187f3a5a60d3b0ddc4fbe38b557b2ae732482b28cdf8ab38b12ae4c03bac5f3fcc9b5a15 SHA512 13f7f06ac74a2469620a62a28c325dc8d4997428b0842b506cb9ef287c7e2dc1446b7482ad5f0bef2d743b7bd84794ec28268de30c99515dfac4fecc66c4c41c
DIST syntax-highlighting-5.50.0.tar.xz 1272712 BLAKE2B 98e8625d01b8cb784615f12664c628516993a34d24c5233a513a359d3a317501067ccda9855c46e9e342229c7f3b3e10431b45e2efb1165800918bb0a7d528a7 SHA512 9f452946747a6f524b299547b608b0903ef359ea736182684f3ea2d7709659604bb4a9c8a474ab88123e9d066a35d81a6a67748e05e4bb9e66d20838113ff874
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.46.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.46.0.ebuild
deleted file mode 100644
index 2bbb84dd006e..000000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.46.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Framework for syntax highlighting"
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="nls"
-
-RDEPEND="
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtxmlpatterns)
-"
-DEPEND="${RDEPEND}
- dev-lang/perl
- nls? ( $(add_qt_dep linguist-tools) )
-"
-
-src_install() {
- kde5_src_install
- dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}