diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 20:17:06 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 20:17:06 +0000 |
commit | dfab66952178848f623e1a27597cc3d0bef7f01e (patch) | |
tree | ec05e5435d9094b4dd51c74dd2dd8b5cae2c7ff2 /kde-base/kabcclient | |
parent | Version bump KDE 4.4.3 (diff) | |
download | gentoo-2-dfab66952178848f623e1a27597cc3d0bef7f01e.tar.gz gentoo-2-dfab66952178848f623e1a27597cc3d0bef7f01e.tar.bz2 gentoo-2-dfab66952178848f623e1a27597cc3d0bef7f01e.zip |
Version bump KDE 4.4.3
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kabcclient')
-rw-r--r-- | kde-base/kabcclient/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kabcclient/kabcclient-4.4.3.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/kabcclient/ChangeLog b/kde-base/kabcclient/ChangeLog index 73f1fbd50f27..421525638db1 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.32 2010/03/31 22:02:44 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.33 2010/05/03 20:17:06 alexxy Exp $ + +*kabcclient-4.4.3 (03 May 2010) + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> +kabcclient-4.4.3.ebuild: + Version bump 31 Mar 2010; Dror Levin <spatz@gentoo.org> -kabcclient-4.3.4.ebuild, -kabcclient-4.4.0.ebuild: diff --git a/kde-base/kabcclient/kabcclient-4.4.3.ebuild b/kde-base/kabcclient/kabcclient-4.4.3.ebuild new file mode 100644 index 000000000000..3a77eeccfadf --- /dev/null +++ b/kde-base/kabcclient/kabcclient-4.4.3.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.3.ebuild,v 1.1 2010/05/03 20:17:06 alexxy 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" +} |