summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2009-12-01 10:00:01 +0000
committerAlex Alexander <wired@gentoo.org>2009-12-01 10:00:01 +0000
commit690552856b086ac3036d094486e54afbc9d23dd8 (patch)
treea92c4d35a94b9ba30cc2851a4aaaa81f701e73ed /kde-base/kabcclient
parentVersion bump KDE 4.3.4 (diff)
downloadgentoo-2-690552856b086ac3036d094486e54afbc9d23dd8.tar.gz
gentoo-2-690552856b086ac3036d094486e54afbc9d23dd8.tar.bz2
gentoo-2-690552856b086ac3036d094486e54afbc9d23dd8.zip
Version bump KDE 4.3.4
(Portage version: 2.2_rc54/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kabcclient')
-rw-r--r--kde-base/kabcclient/ChangeLog7
-rw-r--r--kde-base/kabcclient/kabcclient-4.3.4.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/kabcclient/ChangeLog b/kde-base/kabcclient/ChangeLog
index 717c1a3316eb..4ae3e3b5fcde 100644
--- a/kde-base/kabcclient/ChangeLog
+++ b/kde-base/kabcclient/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kabcclient
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.20 2009/11/30 06:55:15 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.21 2009/12/01 10:00:01 wired Exp $
+
+*kabcclient-4.3.4 (01 Dec 2009)
+
+ 01 Dec 2009; Alex Alexander <wired@gentoo.org> +kabcclient-4.3.4.ebuild:
+ Version bump
30 Nov 2009; Joseph Jezak <josejx@gentoo.org> kabcclient-4.3.3.ebuild:
Marked ppc/ppc64 stable for bug #292455.
diff --git a/kde-base/kabcclient/kabcclient-4.3.4.ebuild b/kde-base/kabcclient/kabcclient-4.3.4.ebuild
new file mode 100644
index 000000000000..f1258345016f
--- /dev/null
+++ b/kde-base/kabcclient/kabcclient-4.3.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.3.4.ebuild,v 1.1 2009/12/01 10:00:01 wired Exp $
+
+EAPI="2"
+
+KMNAME="kdepim"
+KMMODULE="console/${PN}"
+inherit kde4-meta
+
+DESCRIPTION="A command line client for accessing the KDE addressbook"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug +handbook"
+
+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"
+}