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 C019A15802F for ; Sun, 5 Mar 2023 22:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9127E07DB; Sun, 5 Mar 2023 22:52:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0AC1E07DB for ; Sun, 5 Mar 2023 22:52:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D82923412D2 for ; Sun, 5 Mar 2023 22:52:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E1888C8 for ; Sun, 5 Mar 2023 22:52: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: <1678056738.8c937bf9f251dd9c477143b4e6604c0f41976d3b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kjots/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/kjots/kjots-5.1.0-r2.ebuild X-VCS-Directories: app-text/kjots/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8c937bf9f251dd9c477143b4e6604c0f41976d3b X-VCS-Branch: master Date: Sun, 5 Mar 2023 22:52: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: ec33c6fb-c590-48aa-89a4-2eee7c838adc X-Archives-Hash: 4dc1a6488d49caa8a876ef37e5b1cd26 commit: 8c937bf9f251dd9c477143b4e6604c0f41976d3b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 5 22:51:21 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 5 22:52:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c937bf9 app-text/kjots: drop 5.1.0-r2 Closes: https://bugs.gentoo.org/899690 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/kjots/kjots-5.1.0-r2.ebuild | 56 ------------------------------------ 1 file changed, 56 deletions(-) diff --git a/app-text/kjots/kjots-5.1.0-r2.ebuild b/app-text/kjots/kjots-5.1.0-r2.ebuild deleted file mode 100644 index ade68829883b..000000000000 --- a/app-text/kjots/kjots-5.1.0-r2.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KDE_ORG_CATEGORY="pim" -KFMIN=5.82.0 -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Note taking utility by KDE" -HOMEPAGE="https://userbase.kde.org/KJots https://community.kde.org/PIM/KJots" - -if [[ ${KDE_BUILD_TYPE} != live ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-2" -SLOT="5" -IUSE="speech" - -DEPEND=" - dev-libs/grantlee:5 - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtprintsupport-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-apps/akonadi-20.12.2:5 - >=kde-apps/akonadi-notes-20.12.2:5 - >=kde-apps/kmime-20.12.2:5 - >=kde-apps/kontactinterface-20.12.2:5 - >=kde-apps/kpimtextedit-20.12.2:5[speech(+)=] - >=kde-frameworks/kbookmarks-${KFMIN}:5 - >=kde-frameworks/kcmutils-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kitemmodels-${KFMIN}:5 - >=kde-frameworks/kparts-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-unused-dep.patch" - "${FILESDIR}/${P}-implicit-dep.patch" - "${FILESDIR}/${P}-missing-lib.patch" - "${FILESDIR}/${P}-akonadi-21.12.0.patch" # bug 830580 - "${FILESDIR}/${P}-speech-optional.patch" # bug 835128 - "${FILESDIR}/${P}-akonadi-22.04.0.patch" # bug 840272 - "${FILESDIR}/${P}-akonadi-22.08.0.patch" # bug 867082 -)