diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-01 13:31:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-01 13:32:09 +0100 |
commit | 9888c347166f967a3c56aa6d54ee222c4b5e27aa (patch) | |
tree | 7cb2b503b6a9a58142ba88d0a96b158d9aa81731 /kde-frameworks/syntax-highlighting | |
parent | www-misc/vdradmin-am: moved to acct user/group handling (diff) | |
download | gentoo-9888c347166f967a3c56aa6d54ee222c4b5e27aa.tar.gz gentoo-9888c347166f967a3c56aa6d54ee222c4b5e27aa.tar.bz2 gentoo-9888c347166f967a3c56aa6d54ee222c4b5e27aa.zip |
kde-frameworks: Drop KDE Frameworks 5.64
Package-Manager: Portage-2.3.90, 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/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/syntax-highlighting/syntax-highlighting-5.64.0.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest index 84ebf444db09..e59edd895738 100644 --- a/kde-frameworks/syntax-highlighting/Manifest +++ b/kde-frameworks/syntax-highlighting/Manifest @@ -1,2 +1 @@ -DIST syntax-highlighting-5.64.0.tar.xz 1572812 BLAKE2B 5e1b7de3bab10fb912e3c3d0d07d84a6ced1cf12b955a9a09ce4d94f3f150edd05a98334a9373a85f928b1fae8df709b0f51327f600b43402520ffeb9a44071f SHA512 3310651de68409190a203eae1e05bfad1742b656ad66a0f6e49eae9ac00e896300d10780675ca0687982c6dee2fafa5880955c86c67e8149637c8fa52842d4c7 DIST syntax-highlighting-5.67.0.tar.xz 1582228 BLAKE2B 5b51e7336f79993229bec7a6e22715bbb6803b301c97755d6139d4cdba1d446d0273cab435eeca9bf0967c5ddaefcf9cecc09d8a229985ff9fa210c29f384620 SHA512 a14cabfe29da936668dff441334dada4a12b98d6bed9cca991bcb8f80529b681fe8c49d5ee14081ab8410b5d82bc411d9b03baa340c8f5fef245dab8767913a7 diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.64.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.64.0.ebuild deleted file mode 100644 index fc7c6d289e05..000000000000 --- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.64.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="LGPL-2+ LGPL-2.1+" -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 -} |