summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-15 12:13:41 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-15 12:13:41 +0100
commitea4d8bf7b30304b4f96ec81718dbc36a7c3f8c9e (patch)
tree1ecb2898b32fe275e769fe60151570c2004f6b61 /kde-frameworks/syntax-highlighting
parentcc4fe8e69dc9b710801197d3cdbf29ac2b3d75cf (diff)
downloadkde-ea4d8bf7b30304b4f96ec81718dbc36a7c3f8c9e.tar.gz
kde-ea4d8bf7b30304b4f96ec81718dbc36a7c3f8c9e.tar.bz2
kde-ea4d8bf7b30304b4f96ec81718dbc36a7c3f8c9e.zip
kde-frameworks: Drop KDE Frameworks 5.65.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.81, Repoman-2.3.20 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.65.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 8e1448673c5..00000000000
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syntax-highlighting-5.65.0.tar.xz 1574720 BLAKE2B 9a9d65109db52beb551582c34e23b224b240ddc9dedf4118d447143cf6d21c5cb65c28a483f17f92abe8fa8481d0bc647e181cb9e42e2687fbfb8e5e084d8441 SHA512 6d47024cc3851c11c9fa774fd2bca0ff8180e0a48e6b08b50e3cdb62d289d688b5736572253b96af62789181df906c9d0642ccdd4d06c545928a342c0d19e5fb
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.65.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.65.0.ebuild
deleted file mode 100644
index 4d22a5f23dc..00000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.65.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 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 ~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
-}