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 5C53F138D05 for ; Wed, 1 Jul 2015 21:43:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95EC1E07DD; Wed, 1 Jul 2015 21:43:44 +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 094DDE081B for ; Wed, 1 Jul 2015 21:43:44 +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 1FF6D340768 for ; Wed, 1 Jul 2015 21:43:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99BA272B for ; Wed, 1 Jul 2015 21:43:41 +0000 (UTC) From: "Andreas Hüttel" 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 Hüttel" Message-ID: <1435787013.2a7b63b0804edec61ea750c5c9cf1fd4bad7ef8f.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdepim-kresources/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdepim-kresources/kdepim-kresources-4.4.2015.06.ebuild X-VCS-Directories: kde-base/kdepim-kresources/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 2a7b63b0804edec61ea750c5c9cf1fd4bad7ef8f X-VCS-Branch: master Date: Wed, 1 Jul 2015 21:43:41 +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: 3b9e2ead-b552-4a5c-8f6d-ce1ff7986509 X-Archives-Hash: 5faaa196efd5a24d46440bbca08578fe commit: 2a7b63b0804edec61ea750c5c9cf1fd4bad7ef8f Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Wed Jul 1 21:31:53 2015 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Wed Jul 1 21:43:33 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a7b63b0 [kde-base/kdepim-kresources] Add 4.4-noakonadi snapshot. Untested. Package-Manager: portage-2.2.20 .../kdepim-kresources-4.4.2015.06.ebuild | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/kde-base/kdepim-kresources/kdepim-kresources-4.4.2015.06.ebuild b/kde-base/kdepim-kresources/kdepim-kresources-4.4.2015.06.ebuild new file mode 100644 index 0000000..17a2206 --- /dev/null +++ b/kde-base/kdepim-kresources/kdepim-kresources-4.4.2015.06.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-kresources/kdepim-kresources-4.4.11.1.ebuild,v 1.9 2014/04/05 18:13:24 dilfridge Exp $ + +EAPI=5 + +KMNAME="kdepim" +KMMODULE="kresources" +inherit kde4-meta + +DESCRIPTION="KDE PIM groupware plugin collection (noakonadi branch)" +IUSE="debug" +KEYWORDS="" + +DEPEND=" + $(add_kdebase_dep kdepimlibs '' 4.6) + $(add_kdebase_dep libkdepim '' 4.4.2015) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + kmail/ + knotes/ + korganizer/version.h + kaddressbook/common/kabprefs.h +" + +KMLOADLIBS="libkdepim" + +src_install() { + kde4-meta_src_install + + # Install headers needed by kdepim-wizards, egroupware stuff gone + insinto "${PREFIX}"/include/${PN} + doins "${CMAKE_BUILD_DIR}"/${KMMODULE}/{groupwise,slox}/*.h +}