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 4CD60138D15 for ; Sun, 12 Jul 2015 22:16:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43647E0876; Sun, 12 Jul 2015 22:16:23 +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 22950E086E for ; Sun, 12 Jul 2015 22:16:22 +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 53506340939 for ; Sun, 12 Jul 2015 22:16:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AE98907 for ; Sun, 12 Jul 2015 22:16:18 +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: <1436739115.9db1be11582e029f15e34e3862ffe6be3a7e0d6f.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: 9db1be11582e029f15e34e3862ffe6be3a7e0d6f X-VCS-Branch: master Date: Sun, 12 Jul 2015 22:16:18 +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: 5488d94f-e5f3-4db7-8a03-16eaf0c67756 X-Archives-Hash: 29ea663ebb64a72d6cd8143b12765230 commit: 9db1be11582e029f15e34e3862ffe6be3a7e0d6f Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Sun Jul 12 22:11:55 2015 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Jul 12 22:11:55 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9db1be11 [kde-base/kdepim-kresources] moved to main tree Package-Manager: portage-2.2.20 .../kdepim-kresources-4.4.2015.06.ebuild | 48 ---------------------- 1 file changed, 48 deletions(-) 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 deleted file mode 100644 index fa0387a..0000000 --- a/kde-base/kdepim-kresources/kdepim-kresources-4.4.2015.06.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KMNAME="kdepim" -KMMODULE="kresources" -inherit kde4-meta - -DESCRIPTION="KDE PIM groupware plugin collection (noakonadi branch)" -IUSE="debug" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" - -DEPEND=" - $(add_kdebase_dep kdepimlibs '' 4.6) - $(add_kdebase_dep libkdepim '') - $(add_kdebase_dep kaddressbook '' 4.4.2015) -" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY=" - kaddressbook/common/ - kmail/ - knotes/ - korganizer/version.h -" - -KMLOADLIBS="libkdepim" - -src_prepare() { - local kconfig_compiler="${EKDEDIR}/bin/kconfig_compiler" - - pushd kaddressbook/common - # create the kabprefs_base.h file - "${kconfig_compiler}" kaddressbook.kcfg kabprefs_base.kcfgc - popd - - kde4-meta_src_prepare -} - -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 -}