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 C59B61382C5 for ; Sun, 21 Feb 2021 14:01:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B2D0E0849; Sun, 21 Feb 2021 14:01:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E7E39E0849 for ; Sun, 21 Feb 2021 14:01:58 +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 7BF69340834 for ; Sun, 21 Feb 2021 14:01:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD27549 for ; Sun, 21 Feb 2021 14:01:55 +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: <1613916107.a54256c0d4b70c4bbdd87545ebc8782ddbea95e5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kjots/files/, app-text/kjots/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/kjots/Manifest app-text/kjots/files/kjots-5.1.0-unused-dep.patch app-text/kjots/kjots-5.1.0.ebuild X-VCS-Directories: app-text/kjots/files/ app-text/kjots/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a54256c0d4b70c4bbdd87545ebc8782ddbea95e5 X-VCS-Branch: master Date: Sun, 21 Feb 2021 14:01:55 +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: f9ac4e32-6c2f-4daa-a49e-a509ad7f4605 X-Archives-Hash: 9ff8f5f862c72f4e494995c2953fb66c commit: a54256c0d4b70c4bbdd87545ebc8782ddbea95e5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 21 13:58:37 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 21 14:01:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a54256c0 app-text/kjots: 5.1.0 version bump Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/kjots/Manifest | 1 + app-text/kjots/files/kjots-5.1.0-unused-dep.patch | 45 +++++++++++++++++++++ app-text/kjots/kjots-5.1.0.ebuild | 48 +++++++++++++++++++++++ 3 files changed, 94 insertions(+) diff --git a/app-text/kjots/Manifest b/app-text/kjots/Manifest index a15fbd6af69..46c3940ca96 100644 --- a/app-text/kjots/Manifest +++ b/app-text/kjots/Manifest @@ -1 +1,2 @@ DIST kjots-5.0.2.tar.xz 230608 BLAKE2B 3194b0ef072decfa09455ca7e8d6057ea3f37f54d37641a6ddf28e17ef4662a408adc9e9b04394e6002b51e72ef740412bcdd70324d6efcb9e949f9911437559 SHA512 a652765c56cebcaeba7b879cc075555c28667abdba84d11e986e5ffb440fbc776116f363992dd84d939918ae7d80ef5c2e1093da28d114b18041e10e5209b225 +DIST kjots-5.1.0.tar.xz 184972 BLAKE2B 28bea486bcaa552b7463f9a2132230d5729ade7a2eadb06f66f958c660117bd3a1976d6da14f1339abfbd39930708fe77ae923042a0bc8ca59bf074e409375ae SHA512 71c30e0810157cf3d039e683d368cfa9fa3ec88918eee2d85477a9eb9f073af43dfb2318957019f35503d484e2521289bcb043ff9bfc2822eb900a2f5b8d5d62 diff --git a/app-text/kjots/files/kjots-5.1.0-unused-dep.patch b/app-text/kjots/files/kjots-5.1.0-unused-dep.patch new file mode 100644 index 00000000000..466bc3c62a2 --- /dev/null +++ b/app-text/kjots/files/kjots-5.1.0-unused-dep.patch @@ -0,0 +1,45 @@ +From 1aa82d97c3140ebb93e642c48d187d37cea2e537 Mon Sep 17 00:00:00 2001 +From: Antonio Rojas +Date: Sat, 20 Feb 2021 22:00:41 +0100 +Subject: [PATCH] Drop unused libkdepim dependency + +--- + CMakeLists.txt | 2 -- + src/CMakeLists.txt | 1 - + 2 files changed, 3 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 3d79806..5204908 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -24,7 +24,6 @@ set(KDEPIMLIBS_LIB_VERSION "5.1.0") + set(KMIME_LIB_VERSION "4.87.0") + set(KPIMTEXTEDIT_LIB_VERSION "5.14.44") + set(KONTACTINTERFACE_LIB_VERSION "4.82.0") +-set(LIBKDEPIM_LIB_VERSION "5.14.1") + + #Qt Packages + set(QT_REQUIRED_VERSION "5.6.0") +@@ -45,7 +44,6 @@ find_package(KF5Mime ${KMIME_LIB_VERSION} CONFIG REQUIRED) + find_package(KF5AkonadiNotes ${AKONADINOTES_LIB_VERSION} CONFIG REQUIRED) + find_package(KF5PimTextEdit ${KPIMTEXTEDIT_LIB_VERSION} CONFIG REQUIRED) + find_package(KF5KontactInterface ${KONTACTINTERFACE_LIB_VERSION} CONFIG REQUIRED) +-find_package(KF5Libkdepim ${LIBKDEPIM_LIB_VERSION} CONFIG REQUIRED) + + find_package(Grantlee5 "5.0" CONFIG REQUIRED) + +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index a512dab..e66e805 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -49,7 +49,6 @@ target_link_libraries(kjots_common + KF5::PimTextEdit + KF5::XmlGui + KF5::KIOWidgets +- KF5::Libkdepim + Grantlee5::Templates + Grantlee5::TextDocument + ) +-- +GitLab + diff --git a/app-text/kjots/kjots-5.1.0.ebuild b/app-text/kjots/kjots-5.1.0.ebuild new file mode 100644 index 00000000000..933ed290e97 --- /dev/null +++ b/app-text/kjots/kjots-5.1.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_ORG_CATEGORY="pim" +KFMIN=5.77.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="" + +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 + >=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" )