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 169B7138334 for ; Thu, 19 Sep 2019 15:47:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65A44E08F9; Thu, 19 Sep 2019 15:47:54 +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 4E55EE08F9 for ; Thu, 19 Sep 2019 15:47:54 +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 41B2D34B3E6 for ; Thu, 19 Sep 2019 15:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB4477F0 for ; Thu, 19 Sep 2019 15:47:49 +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: <1568841233.18d03de48de879f1ed2fa6592a022f97dc73da6d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kcalendarcore/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild kde-frameworks/kcalendarcore/metadata.xml X-VCS-Directories: kde-frameworks/kcalendarcore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 18d03de48de879f1ed2fa6592a022f97dc73da6d X-VCS-Branch: master Date: Thu, 19 Sep 2019 15:47:49 +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: e3149741-942f-4172-85ae-42fd6e13591f X-Archives-Hash: 6e6d7610d996bbf1558a5aed740d5587 commit: 18d03de48de879f1ed2fa6592a022f97dc73da6d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 18 20:41:40 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 18 21:13:53 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=18d03de4 kde-frameworks/kcalendarcore: New package, formerly kde-apps/kcalcore No pkgmove to avoid downgrade and ugly lower-than-dep restrictions. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kcalendarcore/kcalendarcore-9999.ebuild | 26 ++++++++++++++++++++++ kde-frameworks/kcalendarcore/metadata.xml | 8 +++++++ 2 files changed, 34 insertions(+) diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild new file mode 100644 index 0000000000..5c71da5833 --- /dev/null +++ b/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Library for interfacing with calendars" +LICENSE="GPL-2+ test? ( LGPL-3+ )" +KEYWORDS="" +IUSE="" + +BDEPEND=" + sys-devel/bison +" +DEPEND=" + $(add_qt_dep qtgui) + dev-libs/libical:= +" +RDEPEND="${DEPEND} + !kde-apps/kcalcore:5 +" + +RESTRICT+=" test" # multiple tests fail or hang indefinitely diff --git a/kde-frameworks/kcalendarcore/metadata.xml b/kde-frameworks/kcalendarcore/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/kde-frameworks/kcalendarcore/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +