summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-12-06 10:28:24 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-12-06 10:28:24 +0000
commit0545eeb329e7e0253ba27e0679d9485772b283e1 (patch)
tree5108098f5a836d90e1a921c14c8549d8a0fe3b71 /kde-base/kabcclient
parentAdd support for KDEPIM 4.4.8 in kde eclasses (diff)
downloadhistorical-0545eeb329e7e0253ba27e0679d9485772b283e1.tar.gz
historical-0545eeb329e7e0253ba27e0679d9485772b283e1.tar.bz2
historical-0545eeb329e7e0253ba27e0679d9485772b283e1.zip
Version bump KDEPIM 4.4.8
Package-Manager: portage-2.2.0_alpha6/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kabcclient')
-rw-r--r--kde-base/kabcclient/ChangeLog8
-rw-r--r--kde-base/kabcclient/kabcclient-4.4.8.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/kabcclient/ChangeLog b/kde-base/kabcclient/ChangeLog
index 90fc5bcc7559..6d730550316f 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.48 2010/11/06 19:01:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.49 2010/12/06 10:28:23 tampakrap Exp $
+
+*kabcclient-4.4.8 (06 Dec 2010)
+
+ 06 Dec 2010; Theo Chatzimichos <tampakrap@gentoo.org>
+ +kabcclient-4.4.8.ebuild:
+ Version bump KDE SC 4.4.8
06 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
kabcclient-4.4.7.ebuild:
diff --git a/kde-base/kabcclient/kabcclient-4.4.8.ebuild b/kde-base/kabcclient/kabcclient-4.4.8.ebuild
new file mode 100644
index 000000000000..6942fcaf1d22
--- /dev/null
+++ b/kde-base/kabcclient/kabcclient-4.4.8.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.8.ebuild,v 1.1 2010/12/06 10:28:23 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"
+}