diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-10-24 16:27:06 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-10-24 16:27:06 +0000 |
commit | 0cd22d98acef8ddcc5ddbfc766915e3f94a84ae9 (patch) | |
tree | 6b74b15b8d68f41339f63660b851208cc548e831 /kde-base/kabcclient | |
parent | Use etexmf-update (diff) | |
download | historical-0cd22d98acef8ddcc5ddbfc766915e3f94a84ae9.tar.gz historical-0cd22d98acef8ddcc5ddbfc766915e3f94a84ae9.tar.bz2 historical-0cd22d98acef8ddcc5ddbfc766915e3f94a84ae9.zip |
Version bump KDEPIM 4.4.7
Package-Manager: portage-2.2_rc94/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kabcclient')
-rw-r--r-- | kde-base/kabcclient/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kabcclient/kabcclient-4.4.7.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/kabcclient/ChangeLog b/kde-base/kabcclient/ChangeLog index 2d912cd93c1c..53ef663b4e79 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.45 2010/09/11 05:50:50 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.46 2010/10/24 16:17:21 tampakrap Exp $ + +*kabcclient-4.4.7 (24 Oct 2010) + + 24 Oct 2010; Theo Chatzimichos <tampakrap@gentoo.org> + +kabcclient-4.4.7.ebuild: + Version bump KDEPIM 4.4.7 *kabcclient-4.4.6 (11 Sep 2010) diff --git a/kde-base/kabcclient/kabcclient-4.4.7.ebuild b/kde-base/kabcclient/kabcclient-4.4.7.ebuild new file mode 100644 index 000000000000..754aa46beeed --- /dev/null +++ b/kde-base/kabcclient/kabcclient-4.4.7.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.7.ebuild,v 1.1 2010/10/24 16:17:21 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" +} |