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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DB77158088 for ; Thu, 20 Jan 2022 13:26:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEE2C2BC02F; Thu, 20 Jan 2022 13:26:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 856CE2BC02F for ; Thu, 20 Jan 2022 13:26:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2050D34338C for ; Thu, 20 Jan 2022 13:26:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62F332AE for ; Thu, 20 Jan 2022 13:26:33 +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: <1642685059.79dac0533eb17eb3736b6019da39822a8ae98c82.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kholidays/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kholidays/kholidays-5.90.0.ebuild X-VCS-Directories: kde-frameworks/kholidays/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 79dac0533eb17eb3736b6019da39822a8ae98c82 X-VCS-Branch: master Date: Thu, 20 Jan 2022 13:26:33 +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: 93b18918-58f2-4c57-8964-30c7bb27a694 X-Archives-Hash: f9d4c36a0a16044529d3e37dc97b583d commit: 79dac0533eb17eb3736b6019da39822a8ae98c82 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 20 12:00:35 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 20 13:24:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79dac053 kde-frameworks/kholidays: Drop 5.90.0 (r0) Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kholidays/kholidays-5.90.0.ebuild | 29 ------------------------ 1 file changed, 29 deletions(-) diff --git a/kde-frameworks/kholidays/kholidays-5.90.0.ebuild b/kde-frameworks/kholidays/kholidays-5.90.0.ebuild deleted file mode 100644 index e5ccb350b590..000000000000 --- a/kde-frameworks/kholidays/kholidays-5.90.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_QTHELP="false" -ECM_TEST="true" -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Library to determine holidays and other special events for a geographical region" -LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="nls" - -BDEPEND=" - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 -" -RDEPEND="${DEPEND}" - -src_test() { - # bug 624214 - mkdir -p "${HOME}/.local/share/kf5/libkholidays" || die - cp -r "${S}/holidays/plan2" "${HOME}/.local/share/kf5/libkholidays/" || die - ecm_src_test -}