commit: ad1686fc8518ab820a5c6c2eb383245291a50437
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 12:32:09 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> 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"
+}