diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-10-10 05:26:53 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-10-10 05:26:53 +0000 |
commit | 58fe2b077cccff14c09c87ab984f44e735ecae92 (patch) | |
tree | 598399c0caa1a9be91499e1b69b8cb0100a9b16c /kde-base/kabcclient | |
parent | Remove unneeded useflag descriptions from metadata.xml (diff) | |
download | gentoo-2-58fe2b077cccff14c09c87ab984f44e735ecae92.tar.gz gentoo-2-58fe2b077cccff14c09c87ab984f44e735ecae92.tar.bz2 gentoo-2-58fe2b077cccff14c09c87ab984f44e735ecae92.zip |
Actually add 4.4.11.1 this time.
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 42618354)
Diffstat (limited to 'kde-base/kabcclient')
-rw-r--r-- | kde-base/kabcclient/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kabcclient/kabcclient-4.4.11.1.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/kabcclient/ChangeLog b/kde-base/kabcclient/ChangeLog index 4fd627f64ce3..261a1e7581a3 100644 --- a/kde-base/kabcclient/ChangeLog +++ b/kde-base/kabcclient/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kabcclient # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.160 2013/10/10 01:26:37 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.161 2013/10/10 05:26:53 creffett Exp $ + +*kabcclient-4.4.11.1 (10 Oct 2013) + + 10 Oct 2013; Chris Reffett <creffett@gentoo.org> +kabcclient-4.4.11.1.ebuild: + Actually add 4.4.11.1 this time. 10 Oct 2013; Chris Reffett <creffett@gentoo.org> -kabcclient-4.11.1.ebuild, -kabcclient-4.4.11.1.ebuild: diff --git a/kde-base/kabcclient/kabcclient-4.4.11.1.ebuild b/kde-base/kabcclient/kabcclient-4.4.11.1.ebuild new file mode 100644 index 000000000000..218d367fa0b7 --- /dev/null +++ b/kde-base/kabcclient/kabcclient-4.4.11.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.4.11.1.ebuild,v 1.8 2013/10/10 05:26:53 creffett Exp $ + +EAPI=4 + +KMNAME="kdepim" +KMMODULE="console/${PN}" +inherit kde4-meta + +DESCRIPTION="A command line client for accessing the KDE addressbook" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep kdepimlibs '' 4.6) +" +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" +} |