summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2010-03-30 19:26:48 +0000
committerDror Levin <spatz@gentoo.org>2010-03-30 19:26:48 +0000
commit2bc29167c335f91d0531567f698e6a22a5e3881c (patch)
tree59e9154169303c35eded4d11c8a07f1e0c4c5670 /kde-base/kabcclient
parentVersion bump KDE 4.4.2 (diff)
downloadgentoo-2-2bc29167c335f91d0531567f698e6a22a5e3881c.tar.gz
gentoo-2-2bc29167c335f91d0531567f698e6a22a5e3881c.tar.bz2
gentoo-2-2bc29167c335f91d0531567f698e6a22a5e3881c.zip
Version bump KDE 4.4.2
(Portage version: 2.2_rc67/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.4.2.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/kabcclient/ChangeLog b/kde-base/kabcclient/ChangeLog
index 11e4dc942a05..dc6c0c5a81c9 100644
--- a/kde-base/kabcclient/ChangeLog
+++ b/kde-base/kabcclient/ChangeLog
@@ -1,6 +1,11 @@
# 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.30 2010/03/11 18:35:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.31 2010/03/30 19:26:48 spatz Exp $
+
+*kabcclient-4.4.2 (30 Mar 2010)
+
+ 30 Mar 2010; Dror Levin <spatz@gentoo.org> +kabcclient-4.4.2.ebuild:
+ Version bump
11 Mar 2010; Brent Baude <ranger@gentoo.org> ChangeLog:
Marking kabcclient-4.3.5 ppc stable for bug 300393
diff --git a/kde-base/kabcclient/kabcclient-4.4.2.ebuild b/kde-base/kabcclient/kabcclient-4.4.2.ebuild
new file mode 100644
index 000000000000..adced17dabde
--- /dev/null
+++ b/kde-base/kabcclient/kabcclient-4.4.2.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.2.ebuild,v 1.1 2010/03/30 19:26:48 spatz Exp $
+
+EAPI="3"
+
+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"
+
+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"
+}