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 8454913835B for ; Tue, 19 May 2020 11:20:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AE76E087B; Tue, 19 May 2020 11:20:34 +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 6F935E0875 for ; Tue, 19 May 2020 11:20:34 +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 29DAB34F0E1 for ; Tue, 19 May 2020 11:20:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C3881D6 for ; Tue, 19 May 2020 11:20:23 +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: <1589826811.05ea5f2b2a7740dd495be35125173ac4afa94b50.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-text/kjots/ X-VCS-Repository: proj/kde X-VCS-Files: app-text/kjots/kjots-9999.ebuild app-text/kjots/metadata.xml X-VCS-Directories: app-text/kjots/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 05ea5f2b2a7740dd495be35125173ac4afa94b50 X-VCS-Branch: master Date: Tue, 19 May 2020 11:20:23 +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: 50fe8591-2817-444a-9c78-69b1ea87d277 X-Archives-Hash: b5c051430fb380dceb7f8120138d5d10 commit: 05ea5f2b2a7740dd495be35125173ac4afa94b50 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 18 18:33:31 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 18 18:33:31 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=05ea5f2b app-text/kjots: Add live ebuild Development has picked up a bit of pace again. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/kjots/kjots-9999.ebuild | 46 ++++++++++++++++++++++++++++++++++++++++ app-text/kjots/metadata.xml | 8 +++++++ 2 files changed, 54 insertions(+) diff --git a/app-text/kjots/kjots-9999.ebuild b/app-text/kjots/kjots-9999.ebuild new file mode 100644 index 0000000000..6c3edb5f86 --- /dev/null +++ b/app-text/kjots/kjots-9999.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KFMIN=5.70.0 +QTMIN=5.12.3 +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}/${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-19.04.3:5 + >=kde-apps/akonadi-notes-19.04.3:5 + >=kde-apps/kmime-19.04.3:5 + >=kde-apps/kontactinterface-19.04.3:5 + >=kde-apps/kpimtextedit-19.04.3: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/ktextwidgets-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 +" +RDEPEND="${DEPEND}" diff --git a/app-text/kjots/metadata.xml b/app-text/kjots/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/app-text/kjots/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +