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 B93E0138D01 for ; Tue, 30 Jun 2015 12:28:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A5BEE0843; Tue, 30 Jun 2015 12:28:30 +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 3FDF9E0843 for ; Tue, 30 Jun 2015 12:28:30 +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 5B90C340814 for ; Tue, 30 Jun 2015 12:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DA26735 for ; Tue, 30 Jun 2015 12:28:23 +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: <1435667529.ad1686fc8518ab820a5c6c2eb383245291a50437.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kabcclient/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kabcclient/kabcclient-4.4.2015.06.ebuild X-VCS-Directories: kde-base/kabcclient/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: ad1686fc8518ab820a5c6c2eb383245291a50437 X-VCS-Branch: master Date: Tue, 30 Jun 2015 12:28:23 +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: 67edefa9-98b3-4ccc-a420-2a4126846c83 X-Archives-Hash: c0adacb9134ba2947d71293537a77d7d commit: ad1686fc8518ab820a5c6c2eb383245291a50437 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Tue Jun 30 12:32:09 2015 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Tue Jun 30 12:32:09 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ad1686fc [kde-base/kabcclient] Add 4.4-noakonadi snapshot Package-Manager: portage-2.2.20 kde-base/kabcclient/kabcclient-4.4.2015.06.ebuild | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/kde-base/kabcclient/kabcclient-4.4.2015.06.ebuild b/kde-base/kabcclient/kabcclient-4.4.2015.06.ebuild new file mode 100644 index 0000000..e4cec7c --- /dev/null +++ b/kde-base/kabcclient/kabcclient-4.4.2015.06.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.4.11.1.ebuild,v 1.9 2014/04/05 17:55:53 dilfridge Exp $ + +EAPI=5 + +KMNAME="kdepim" +KMMODULE="console/${PN}" +KDE_HANDBOOK=optional +inherit kde4-meta + +DESCRIPTION="A command line client for accessing the KDE addressbook (noakonadi branch)" +KEYWORDS="" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs '' 4.6) +" +RDEPEND="${DEPEND}" + +src_install() { + kde4-meta_src_install + + # work around NULL DT_RPATH in kabc2mutt + dosym kabcclient ${PREFIX}/bin/kabc2mutt || die "couldn't symlink kabc2mutt to kabcclient" +}