From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 49BE51580B3 for ; Sat, 4 Sep 2021 21:01:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94699E0815; Sat, 4 Sep 2021 21:01:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7CAF8E081B for ; Sat, 4 Sep 2021 21:01:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5958133BF08 for ; Sat, 4 Sep 2021 21:01:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 465C1AC for ; Sat, 4 Sep 2021 21:01:21 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1630789123.62578321bf590b6ca0e73b31047c3072be9f9748.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.85.0.ebuild X-VCS-Directories: kde-frameworks/syntax-highlighting/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 62578321bf590b6ca0e73b31047c3072be9f9748 X-VCS-Branch: master Date: Sat, 4 Sep 2021 21:01:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a5cbfbd-0a14-4a43-87ad-2180e812f1e0 X-Archives-Hash: 3d12e14be5368f88154333cb71f7f722 commit: 62578321bf590b6ca0e73b31047c3072be9f9748 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 4 19:45:40 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 4 20:58:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62578321 kde-frameworks/syntax-highlighting: Drop 5.85.0 (r0) Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../syntax-highlighting-5.85.0.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.85.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.85.0.ebuild deleted file mode 100644 index 2118f82f77d..00000000000 --- a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.85.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.2 -inherit ecm kde.org - -DESCRIPTION="Framework for syntax highlighting" -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~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 -}