Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kabcclient/
Date: Tue, 30 Jun 2015 12:28:37
Message-Id: 1435667529.ad1686fc8518ab820a5c6c2eb383245291a50437.dilfridge@gentoo
1 commit: ad1686fc8518ab820a5c6c2eb383245291a50437
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 30 12:32:09 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 30 12:32:09 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ad1686fc
7
8 [kde-base/kabcclient] Add 4.4-noakonadi snapshot
9
10 Package-Manager: portage-2.2.20
11
12 kde-base/kabcclient/kabcclient-4.4.2015.06.ebuild | 26 +++++++++++++++++++++++
13 1 file changed, 26 insertions(+)
14
15 diff --git a/kde-base/kabcclient/kabcclient-4.4.2015.06.ebuild b/kde-base/kabcclient/kabcclient-4.4.2015.06.ebuild
16 new file mode 100644
17 index 0000000..e4cec7c
18 --- /dev/null
19 +++ b/kde-base/kabcclient/kabcclient-4.4.2015.06.ebuild
20 @@ -0,0 +1,26 @@
21 +# Copyright 1999-2014 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $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 $
24 +
25 +EAPI=5
26 +
27 +KMNAME="kdepim"
28 +KMMODULE="console/${PN}"
29 +KDE_HANDBOOK=optional
30 +inherit kde4-meta
31 +
32 +DESCRIPTION="A command line client for accessing the KDE addressbook (noakonadi branch)"
33 +KEYWORDS=""
34 +IUSE="debug"
35 +
36 +DEPEND="
37 + $(add_kdebase_dep kdepimlibs '' 4.6)
38 +"
39 +RDEPEND="${DEPEND}"
40 +
41 +src_install() {
42 + kde4-meta_src_install
43 +
44 + # work around NULL DT_RPATH in kabc2mutt
45 + dosym kabcclient ${PREFIX}/bin/kabc2mutt || die "couldn't symlink kabc2mutt to kabcclient"
46 +}