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 E08811382C5 for ; Wed, 24 Feb 2021 22:40:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32B3AE0817; Wed, 24 Feb 2021 22:40:09 +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 185EFE0817 for ; Wed, 24 Feb 2021 22:40:09 +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 11068340DFD for ; Wed, 24 Feb 2021 22:40:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1406CC3 for ; Wed, 24 Feb 2021 22:40:04 +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: <1614206380.9d04c4ce0a1cf9e10b3af62b2dc5bb3695c49b99.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/knotes/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/knotes/Manifest kde-apps/knotes/knotes-20.08.3.ebuild X-VCS-Directories: kde-apps/knotes/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9d04c4ce0a1cf9e10b3af62b2dc5bb3695c49b99 X-VCS-Branch: master Date: Wed, 24 Feb 2021 22:40:04 +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: 09e11f2b-5d7e-4ffd-806c-345d202ab849 X-Archives-Hash: 9a857d7a9a2838d640ffae7df0cb9452 commit: 9d04c4ce0a1cf9e10b3af62b2dc5bb3695c49b99 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 24 21:18:21 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 24 22:39:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d04c4ce kde-apps/knotes: drop 20.08.3* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/knotes/Manifest | 1 - kde-apps/knotes/knotes-20.08.3.ebuild | 76 ----------------------------------- 2 files changed, 77 deletions(-) diff --git a/kde-apps/knotes/Manifest b/kde-apps/knotes/Manifest index 8c0321182f9..5dd0e19fc9b 100644 --- a/kde-apps/knotes/Manifest +++ b/kde-apps/knotes/Manifest @@ -1,2 +1 @@ -DIST knotes-20.08.3.tar.xz 322452 BLAKE2B cb07719d7623549d63c0af6232923a7b522db933920af0f24208acf3500412386a73b755d42ba3195ffdf1ec1ca278cb9dfb01fe70c237b6cdc0c2ec2007d8ea SHA512 79babf26d257775fb150e3c424f876e29461257780204605cb5c8af8fade803fb112217489ea69a90923fb8a2b7a08cbebc75a9d1836bfc3b3cab9fe8f8fcfdb DIST knotes-20.12.2.tar.xz 329504 BLAKE2B 7ec1c2fc977c44c71a5e8fa9fe85c505e04f0982a511c5cd31de018d3f6886861dcf2ea1387a17f5e9d7be843f0538714d09403437e7974184756f05cd2ef2a9 SHA512 f6aaa00da95e77055729f4fd74b207cba96bb2a99f7a21f3c6eb14eeb3b1bff44206839ebb1a18fda92079b45324a6597b5e248a96078b80b3c85bb1c9102ec5 diff --git a/kde-apps/knotes/knotes-20.08.3.ebuild b/kde-apps/knotes/knotes-20.08.3.ebuild deleted file mode 100644 index fcfb0c2c981..00000000000 --- a/kde-apps/knotes/knotes-20.08.3.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_HANDBOOK="forceoptional" -ECM_TEST="forceoptional" -PVCUT=$(ver_cut 1-3) -KFMIN=5.74.0 -QTMIN=5.15.1 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Note taking application" -HOMEPAGE="https://apps.kde.org/en/knotes -https://kontact.kde.org/components/knotes.html" - -LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" -SLOT="5" -KEYWORDS="amd64 arm64 ~ppc64 x86" -IUSE="" - -DEPEND=" - dev-libs/grantlee:5 - dev-libs/libxslt - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtprintsupport-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtx11extras-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=kde-apps/akonadi-${PVCUT}:5 - >=kde-apps/akonadi-notes-${PVCUT}:5 - >=kde-apps/akonadi-search-${PVCUT}:5 - >=kde-apps/grantleetheme-${PVCUT}:5 - >=kde-apps/kcalutils-${PVCUT}:5 - >=kde-apps/kmime-${PVCUT}:5 - >=kde-apps/kontactinterface-${PVCUT}:5 - >=kde-apps/libkdepim-${PVCUT}:5 - >=kde-apps/pimcommon-${PVCUT}:5 - >=kde-frameworks/kcalendarcore-${KFMIN}:5 - >=kde-frameworks/kcmutils-${KFMIN}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcontacts-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/kdnssd-${KFMIN}:5 - >=kde-frameworks/kglobalaccel-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kiconthemes-${KFMIN}:5 - >=kde-frameworks/kitemmodels-${KFMIN}:5 - >=kde-frameworks/kitemviews-${KFMIN}:5 - >=kde-frameworks/knewstuff-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/kparts-${KFMIN}:5 - >=kde-frameworks/ktextwidgets-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 - x11-libs/libX11 -" -RDEPEND="${DEPEND} - >=kde-apps/kdepim-runtime-${PVCUT}:5 -" - -src_configure() { -# local mycmakeargs=( -# # FIXME: Does not build (last checked 2016-02-17) -# $(cmake_use_find_package X Qt5X11Extras) -# $(cmake_use_find_package X X11) -# ) - - ecm_src_configure -}