summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-26 23:29:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-26 23:29:13 +0100
commitb544d842bfe55df1b59d40fb8059d5d240e4f42b (patch)
tree092145f89b76ccd50aba38348cb99b802227f5ae /kde-frameworks/syntax-highlighting
parent20c20eb967a638c833aae1462f149894b2dbd811 (diff)
gentoo auto-resync : 26:09:2023 - 23:29:12
Diffstat (limited to 'kde-frameworks/syntax-highlighting')
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest4
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.108.0.ebuild31
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.110.0.ebuild2
3 files changed, 2 insertions, 35 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
index b3381f011679..91075472e56e 100644
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -1,5 +1,3 @@
-DIST syntax-highlighting-5.108.0.tar.xz 3428404 BLAKE2B af4e6361eac58e05324e32f1de166369db167d7e552bb97f48b73a1a5f08c12ab1b2ee997e0949c4810cd14ce09d79b38253bab01fbb2b2c252c339ee4288e5b SHA512 70a285a283da85eb631df1c2b88207915e2e287b16eff5537c743647d473742013728e3f381f335a92766bdf61d9d8a24ca1c7f557b4db076d2ee012703a62e8
DIST syntax-highlighting-5.110.0.tar.xz 3430736 BLAKE2B 6273794d83e87e1f66b40b784c35f47d070af72ae265d4f7c4b31952388edf2da5a43675a9e60c81fcef577fcf547ca2921c4f9a7c1f72c244e39225f140d2a3 SHA512 1647b53c2dec70e5a4367328abd756dfb4b36c008230c3e371dd10c5d0741d06fe6e75047f8df88f0875534c670cb77e9d6cdcdd97ba83b45fd03292c0bafa9d
-EBUILD syntax-highlighting-5.108.0.ebuild 616 BLAKE2B 8111b7e8a2f24cb92bc4b470cf0472ca3649ef1e26fe5704f5866acdefbb21774b89c1ff5aa16ca03df00aa8a15bc890db68d8ce47cd998b5595b5c566b6c499 SHA512 ef2411f84cf4fb6c6d73340aa35e2a62d17a12adae95880d8ecdf9e7a1efd72d52887a910be393d6e4dd0021119dedfa1f94e7f77a3ca7a2bd26e33953d92105
-EBUILD syntax-highlighting-5.110.0.ebuild 617 BLAKE2B 3c6e3a68bcf0e59de89ea9ff1c497cf4038b7d584aefa7113eff93e7d622d6a8a6bf634020613b05baedf1f0c3bcd5c5645d23c2077b1a7e1878c91be536476b SHA512 ee3a0e21b2cebec47cf3475df8c31633d9d0ba9e5cf41337d6867288ef509f45b2855dbfc2290a5dceeb3558a167ac8ec3272d351461f07f2cf3c29d74c43286
+EBUILD syntax-highlighting-5.110.0.ebuild 616 BLAKE2B 8111b7e8a2f24cb92bc4b470cf0472ca3649ef1e26fe5704f5866acdefbb21774b89c1ff5aa16ca03df00aa8a15bc890db68d8ce47cd998b5595b5c566b6c499 SHA512 ef2411f84cf4fb6c6d73340aa35e2a62d17a12adae95880d8ecdf9e7a1efd72d52887a910be393d6e4dd0021119dedfa1f94e7f77a3ca7a2bd26e33953d92105
MISC metadata.xml 456 BLAKE2B 4392b1cc6f304778d71236d5eb557dfbbd530143eea5cad9a3c3034e3e8b22c835f6c7f980124a21cefd35a2dd1efd5110adc0a5342170f88dfd7418b12bee99 SHA512 7ba65331cad434e2dceee012a5458d268eb2a04e0f7276b265c15644e6db5209bc7eee7d9695aa0038c435711e0f6f0dc53c7bae9d773b48f01e22a22e4dbb80
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.108.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.108.0.ebuild
deleted file mode 100644
index 8f4ff7821ec5..000000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.108.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for syntax highlighting"
-
-LICENSE="MIT"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtxmlpatterns-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-lang/perl
- >=dev-qt/linguist-tools-${QTMIN}:5
-"
-
-src_install() {
- ecm_src_install
- dobin "${BUILD_DIR}"/bin/katehighlightingindexer
-}
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.110.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.110.0.ebuild
index 0e17ef94657a..8f4ff7821ec5 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.110.0.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.110.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm frameworks.kde.org
DESCRIPTION="Framework for syntax highlighting"
LICENSE="MIT"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
IUSE=""
DEPEND="