From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1241612-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6044A1382C5 for <garchives@archives.gentoo.org>; Thu, 14 Jan 2021 01:23:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 856FFE0961; Thu, 14 Jan 2021 01:23:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69136E0961 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Jan 2021 01:23:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6541F340DD1 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Jan 2021 01:23:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A748497 for <gentoo-commits@lists.gentoo.org>; Thu, 14 Jan 2021 01:23:40 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1610587404.3c3309a79ad3fc010589230d854835d6194f04f1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/syntax-highlighting/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/syntax-highlighting/syntax-highlighting-5.78.0.ebuild X-VCS-Directories: kde-frameworks/syntax-highlighting/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3c3309a79ad3fc010589230d854835d6194f04f1 X-VCS-Branch: master Date: Thu, 14 Jan 2021 01:23:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df3c6d76-0a60-4654-b22d-e0382151eec0 X-Archives-Hash: ad912b74aa7fc5cc68f8dd44ef07e6ba commit: 3c3309a79ad3fc010589230d854835d6194f04f1 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Jan 14 01:23:08 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Jan 14 01:23:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3309a7 kde-frameworks/syntax-highlighting: Drop 5.78.0 (r0) Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../syntax-highlighting-5.78.0.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.78.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.78.0.ebuild deleted file mode 100644 index 85437ab254c..00000000000 --- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.78.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="forceoptional" -QTMIN=5.15.1 -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 -}