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 A778413888F for ; Thu, 22 Oct 2015 10:13:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62CA0E0879; Thu, 22 Oct 2015 10:13:25 +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 C7400E0879 for ; Thu, 22 Oct 2015 10:13:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AE83340948 for ; Thu, 22 Oct 2015 10:13:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90E7915D8 for ; Thu, 22 Oct 2015 10:13:22 +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: <1445508790.8b34da32794f64e0022be34cac3d9ffa058f3f9e.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/grantleetheme/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/grantleetheme/grantleetheme-9999.ebuild kde-apps/grantleetheme/metadata.xml X-VCS-Directories: kde-apps/grantleetheme/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8b34da32794f64e0022be34cac3d9ffa058f3f9e X-VCS-Branch: master Date: Thu, 22 Oct 2015 10:13:22 +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: 4e18105c-69e8-4309-ae2d-cede22f6f037 X-Archives-Hash: 87fc28e65ec07be12dcd73ca632d7c91 commit: 8b34da32794f64e0022be34cac3d9ffa058f3f9e Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Sep 26 18:02:24 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 22 10:13:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8b34da32 kde-apps/grantleetheme: New package Split out of kdepim Package-Manager: portage-2.2.22 kde-apps/grantleetheme/grantleetheme-9999.ebuild | 36 ++++++++++++++++++++++++ kde-apps/grantleetheme/metadata.xml | 5 ++++ 2 files changed, 41 insertions(+) diff --git a/kde-apps/grantleetheme/grantleetheme-9999.ebuild b/kde-apps/grantleetheme/grantleetheme-9999.ebuild new file mode 100644 index 0000000..ca47cc3 --- /dev/null +++ b/kde-apps/grantleetheme/grantleetheme-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_TEST="true" +KMNAME="kdepim" +inherit kde5 + +DESCRIPTION="Library for Grantlee plugins" +LICENSE="LGPL-2+" +KEYWORDS="" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + dev-libs/grantlee:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +DEPEND="${COMMON_DEPEND} + dev-qt/qtnetwork:5 + sys-devel/gettext +" +RDEPEND="${COMMON_DEPEND} + ! + + + kde +