diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-04-23 17:12:50 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-04-23 17:12:50 +0000 |
commit | 1832c8fe0a118e2de60957917196320770957132 (patch) | |
tree | 18a4d291dd18e688b651a71aaee8c2d6f251f4f0 /kde-base/kabcclient | |
parent | Initial version. (diff) | |
download | gentoo-2-1832c8fe0a118e2de60957917196320770957132.tar.gz gentoo-2-1832c8fe0a118e2de60957917196320770957132.tar.bz2 gentoo-2-1832c8fe0a118e2de60957917196320770957132.zip |
Version bump KDEPIM 4.5.95 (4.6 beta 5)
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kabcclient')
-rw-r--r-- | kde-base/kabcclient/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kabcclient/kabcclient-4.5.95.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/kde-base/kabcclient/ChangeLog b/kde-base/kabcclient/ChangeLog index d28d24bebace..541c0f2defa6 100644 --- a/kde-base/kabcclient/ChangeLog +++ b/kde-base/kabcclient/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kabcclient # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.59 2011/04/22 12:12:50 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.60 2011/04/23 17:12:48 tampakrap Exp $ + +*kabcclient-4.5.95 (23 Apr 2011) + + 23 Apr 2011; Theo Chatzimichos <tampakrap@gentoo.org> + +kabcclient-4.5.95.ebuild: + Version bump KDEPIM 4.5.95 (4.6 beta 5) 22 Apr 2011; Andreas K. Huettel <dilfridge@gentoo.org> kabcclient-4.4.11.1.ebuild: diff --git a/kde-base/kabcclient/kabcclient-4.5.95.ebuild b/kde-base/kabcclient/kabcclient-4.5.95.ebuild new file mode 100644 index 000000000000..42f6f2bdce8a --- /dev/null +++ b/kde-base/kabcclient/kabcclient-4.5.95.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.5.95.ebuild,v 1.1 2011/04/23 17:12:48 tampakrap Exp $ + +EAPI=4 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +KMMODULE="console/${PN}" +KDE_SCM="git" +inherit kde4-meta + +DESCRIPTION="A command line client for accessing the KDE addressbook" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +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 +} |