summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-01-25 14:26:19 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-01-25 14:26:19 +0000
commit0734c46617e17bab563f0bd15793877315ede3dd (patch)
treeb64fbec813a53fd72e8013b1e183d06002822fde /kde-base/kabcclient
parentVersion bump KDE 4.3.5 (diff)
downloadgentoo-2-0734c46617e17bab563f0bd15793877315ede3dd.tar.gz
gentoo-2-0734c46617e17bab563f0bd15793877315ede3dd.tar.bz2
gentoo-2-0734c46617e17bab563f0bd15793877315ede3dd.zip
Version bump KDE 4.3.5
(Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kabcclient')
-rw-r--r--kde-base/kabcclient/ChangeLog8
-rw-r--r--kde-base/kabcclient/kabcclient-4.3.5.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/kabcclient/ChangeLog b/kde-base/kabcclient/ChangeLog
index 57515c980054..3987bdad2c3f 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.25 2010/01/23 20:11:21 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.26 2010/01/25 14:26:19 scarabeus Exp $
+
+*kabcclient-4.3.5 (25 Jan 2010)
+
+ 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +kabcclient-4.3.5.ebuild:
+ Version bump
23 Jan 2010; Jonathan Callen <abcd@gentoo.org> kabcclient-4.3.4.ebuild:
Keyword ~amd64-linux/~x86-linux
diff --git a/kde-base/kabcclient/kabcclient-4.3.5.ebuild b/kde-base/kabcclient/kabcclient-4.3.5.ebuild
new file mode 100644
index 000000000000..49bae73c713b
--- /dev/null
+++ b/kde-base/kabcclient/kabcclient-4.3.5.ebuild
@@ -0,0 +1,20 @@
+# 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.3.5.ebuild,v 1.1 2010/01/25 14:26:19 scarabeus 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 ~amd64-linux ~x86-linux"
+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"
+}