summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /kde-frameworks/syntax-highlighting
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
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.67.0.ebuild29
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.70.0.ebuild2
3 files changed, 2 insertions, 33 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
index 7d258fb8a327..52497c0dd487 100644
--- a/kde-frameworks/syntax-highlighting/Manifest
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -1,5 +1,3 @@
-DIST syntax-highlighting-5.67.0.tar.xz 1582228 BLAKE2B 5b51e7336f79993229bec7a6e22715bbb6803b301c97755d6139d4cdba1d446d0273cab435eeca9bf0967c5ddaefcf9cecc09d8a229985ff9fa210c29f384620 SHA512 a14cabfe29da936668dff441334dada4a12b98d6bed9cca991bcb8f80529b681fe8c49d5ee14081ab8410b5d82bc411d9b03baa340c8f5fef245dab8767913a7
DIST syntax-highlighting-5.70.0.tar.xz 1606544 BLAKE2B 573a16979e9d2adff8562312c7681acbfbfaac906cf5eef2b1c8ae4131a555b89e4900d0d0e63b1a2fab3ac535e7c2daf0d847637d16d9eed9f4a07b30554c53 SHA512 59a05fd274cb11b893351cc10747600e03ced88cdc738eee26689e9a2a97b07db05805c0b0dcadbf02809254bd170b04f27b8372abb26b769bc6e962c615b9e0
-EBUILD syntax-highlighting-5.67.0.ebuild 567 BLAKE2B 6f5bdba5013444f0399ebe811837b0d39063a6523500d4f293c0bef285baf47f12908fcb10af63ee0274e287ad698e33f0424a89f06db5e5e18cdf94a7bef93e SHA512 0cd9691816351924347d9621e5b61799b0499267410ed6910162694ff7354bd35150f9335ee204297c982475eac0a4b16a4923fde4daf3f5d6b263971869f2c6
-EBUILD syntax-highlighting-5.70.0.ebuild 570 BLAKE2B 016b19b77a211ef9bfb7af1aff3a5c0d54fa9220800341f94ba03d0bf668fe34da44ca3e0e8f6e29f3ed69e51d6f00a149964c0c2563b0e6f0bc074274c68312 SHA512 e86806861ff6d3abf241945cb1ca2d3e221ac36833d74823b3a9ab8bcebea1e6b817e8885d3cfb524721a38aea4561de662e040662315211a54e1a4690ec44a0
+EBUILD syntax-highlighting-5.70.0.ebuild 567 BLAKE2B 6f5bdba5013444f0399ebe811837b0d39063a6523500d4f293c0bef285baf47f12908fcb10af63ee0274e287ad698e33f0424a89f06db5e5e18cdf94a7bef93e SHA512 0cd9691816351924347d9621e5b61799b0499267410ed6910162694ff7354bd35150f9335ee204297c982475eac0a4b16a4923fde4daf3f5d6b263971869f2c6
MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.67.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.67.0.ebuild
deleted file mode 100644
index bedd9b8536f0..000000000000
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.67.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.12.3
-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
-}
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.70.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.70.0.ebuild
index d9a5fcd1c7cb..bedd9b8536f0 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.70.0.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.70.0.ebuild
@@ -9,7 +9,7 @@ inherit ecm kde.org
DESCRIPTION="Framework for syntax highlighting"
LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
IUSE="nls"
BDEPEND="