diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 18:06:45 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 18:06:45 +0000 |
commit | f7a68d482f48b90076b949dee1d726cd6791f930 (patch) | |
tree | 61ce5d2086673dfc760673511aaa7b5a3600baf4 /kde-base/kabcclient | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-f7a68d482f48b90076b949dee1d726cd6791f930.tar.gz gentoo-2-f7a68d482f48b90076b949dee1d726cd6791f930.tar.bz2 gentoo-2-f7a68d482f48b90076b949dee1d726cd6791f930.zip |
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/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.3.2.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kabcclient/ChangeLog b/kde-base/kabcclient/ChangeLog index 3a7caebb3b6f..62c875b40fea 100644 --- a/kde-base/kabcclient/ChangeLog +++ b/kde-base/kabcclient/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kabcclient # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.9 2009/09/01 14:46:43 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/ChangeLog,v 1.10 2009/10/06 18:06:45 alexxy Exp $ + +*kabcclient-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> +kabcclient-4.3.2.ebuild: + Version bump *kabcclient-4.3.1 (01 Sep 2009) diff --git a/kde-base/kabcclient/kabcclient-4.3.2.ebuild b/kde-base/kabcclient/kabcclient-4.3.2.ebuild new file mode 100644 index 000000000000..b161eb8ed079 --- /dev/null +++ b/kde-base/kabcclient/kabcclient-4.3.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kabcclient/kabcclient-4.3.2.ebuild,v 1.1 2009/10/06 18:06:45 alexxy Exp $ + +EAPI="2" + +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 ~x86" +IUSE="debug +handbook" |