summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-10-24 16:17:21 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-10-24 16:17:21 +0000
commitedcc297f11f8863efe47c0519bae01bac2d17b15 (patch)
tree0622e49f389a38edad58a2f05ada4e397e9f7933 /kde-base
parentVersion bump KDEPIM 4.4.7 (diff)
downloadgentoo-2-edcc297f11f8863efe47c0519bae01bac2d17b15.tar.gz
gentoo-2-edcc297f11f8863efe47c0519bae01bac2d17b15.tar.bz2
gentoo-2-edcc297f11f8863efe47c0519bae01bac2d17b15.zip
Version bump KDEPIM 4.4.7
(Portage version: 2.2_rc94/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kabcclient/ChangeLog8
-rw-r--r--kde-base/kabcclient/kabcclient-4.4.7.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/kabcclient/ChangeLog b/kde-base/kabcclient/ChangeLog
index 2d912cd93c1c..53ef663b4e79 100644
--- a/kde-base/kabcclient/ChangeLog
+++ b/kde-base/kabcclient/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kabcclient
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.45 2010/09/11 05:50:50 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.46 2010/10/24 16:17:21 tampakrap Exp $
+
+*kabcclient-4.4.7 (24 Oct 2010)
+
+ 24 Oct 2010; Theo Chatzimichos <tampakrap@gentoo.org>
+ +kabcclient-4.4.7.ebuild:
+ Version bump KDEPIM 4.4.7
*kabcclient-4.4.6 (11 Sep 2010)
diff --git a/kde-base/kabcclient/kabcclient-4.4.7.ebuild b/kde-base/kabcclient/kabcclient-4.4.7.ebuild
new file mode 100644
index 000000000000..754aa46beeed
--- /dev/null
+++ b/kde-base/kabcclient/kabcclient-4.4.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.4.7.ebuild,v 1.1 2010/10/24 16:17:21 tampakrap Exp $
+
+EAPI="3"
+
+KMNAME="kdepim"
+KMMODULE="console/${PN}"
+inherit kde4-meta
+
+DESCRIPTION="A command line client for accessing the KDE addressbook"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug +handbook"
+
+DEPEND="
+ $(add_kdebase_dep kdepimlibs)
+"
+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"
+}