summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-09 19:52:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-09 19:52:47 +0100
commit4de7dfeecc5333f910bc956638e4de44d16bc197 (patch)
treed2774ce2ee3dd019c667fcbd9a547344579e578d /kde-frameworks/syntax-highlighting
parent4dc5cf7da9ee3d6ab5e32d94591415ac3cddafd5 (diff)
downloadkde-4de7dfeecc5333f910bc956638e4de44d16bc197.tar.gz
kde-4de7dfeecc5333f910bc956638e4de44d16bc197.tar.bz2
kde-4de7dfeecc5333f910bc956638e4de44d16bc197.zip
kde-frameworks: Drop KDE Frameworks 5.56.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.62, Repoman-2.3.12 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.56.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
deleted file mode 100644
index 7b1b5a1b8b9..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.56.0.tar.xz 1419592 BLAKE2B 01be4d4502a347bec016deea1df3d15f583c008aa41aa3de5d17d40c186db5c2faeb42522617c3fb39bd1eaa119ab19ecfb11a001c14cc4473ebb8dda5ab7cd5 SHA512 40a1558f96f373c650bb2c3eeddf8dd90ca61260439bdab650350b83cac6e93ef2de95c07a8f1641f996d815dba9dfd0f9dd39ee24c99c8c7a2310e1c6abeaf2
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.56.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.56.0.ebuild
deleted file mode 100644
index 92fd3548246..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.56.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Framework for syntax highlighting"
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="nls"
-
-BDEPEND="
- dev-lang/perl
- nls? ( $(add_qt_dep linguist-tools) )
-"
-DEPEND="
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtxmlpatterns)
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- kde5_src_install
- dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}