From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D2A2B1389E2 for ; Mon, 22 Dec 2014 18:37:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3E17E07EB; Mon, 22 Dec 2014 18:37:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74D18E07EB for ; Mon, 22 Dec 2014 18:37:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 718BE3402FB for ; Mon, 22 Dec 2014 18:37:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FCA4D236 for ; Mon, 22 Dec 2014 18:37:38 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1419273462.ecc643da16413be9fa830888e93eb4c4fb27e5bb.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kcalutils/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kcalutils/kcalutils-9999.ebuild kde-apps/kcalutils/metadata.xml X-VCS-Directories: kde-apps/kcalutils/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ecc643da16413be9fa830888e93eb4c4fb27e5bb X-VCS-Branch: master Date: Mon, 22 Dec 2014 18:37:38 +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-Archives-Salt: 8594e28f-2834-481a-8a53-bc88281b2ba8 X-Archives-Hash: e2e33c20929fe90fd4398e2c871f1c43 commit: ecc643da16413be9fa830888e93eb4c4fb27e5bb Author: Michael Palimaka gentoo org> AuthorDate: Mon Dec 22 18:37:42 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Dec 22 18:37:42 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ecc643da [kde-apps/kcalutils] New package. Package-Manager: portage-2.2.15 --- kde-apps/kcalutils/kcalutils-9999.ebuild | 30 ++++++++++++++++++++++++++++++ kde-apps/kcalutils/metadata.xml | 5 +++++ 2 files changed, 35 insertions(+) diff --git a/kde-apps/kcalutils/kcalutils-9999.ebuild b/kde-apps/kcalutils/kcalutils-9999.ebuild new file mode 100644 index 0000000..3bac3c6 --- /dev/null +++ b/kde-apps/kcalutils/kcalutils-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_DOXYGEN="true" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library providing utility functions for the handling of calendar data" +LICENSE="LGPL-2+" +KEYWORDS="" +IUSE="" + +RDEPEND=" + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kidentitymanagement) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kwidgetsaddons) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 +" +DEPEND="${RDEPEND}" diff --git a/kde-apps/kcalutils/metadata.xml b/kde-apps/kcalutils/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/kde-apps/kcalutils/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +