diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-10-24 16:23:42 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-10-24 16:23:42 +0000 |
commit | 70fa7dbd4125da993be8a395325863b768905781 (patch) | |
tree | 9889549cd5db33774442b515bc206fc6ea63e597 /kde-base/knotes | |
parent | Version bump KDEPIM 4.4.7 (diff) | |
download | gentoo-2-70fa7dbd4125da993be8a395325863b768905781.tar.gz gentoo-2-70fa7dbd4125da993be8a395325863b768905781.tar.bz2 gentoo-2-70fa7dbd4125da993be8a395325863b768905781.zip |
Version bump KDEPIM 4.4.7
(Portage version: 2.2_rc94/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/knotes')
-rw-r--r-- | kde-base/knotes/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/knotes/knotes-4.4.7.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index 05cb0113b84e..8a4cb141f5d6 100644 --- a/kde-base/knotes/ChangeLog +++ b/kde-base/knotes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/knotes # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.154 2010/09/11 05:50:47 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.155 2010/10/24 16:23:42 tampakrap Exp $ + +*knotes-4.4.7 (24 Oct 2010) + + 24 Oct 2010; Theo Chatzimichos <tampakrap@gentoo.org> + +knotes-4.4.7.ebuild: + Version bump KDEPIM 4.4.7 *knotes-4.4.6 (11 Sep 2010) diff --git a/kde-base/knotes/knotes-4.4.7.ebuild b/kde-base/knotes/knotes-4.4.7.ebuild new file mode 100644 index 000000000000..c5b56fb7ff43 --- /dev/null +++ b/kde-base/knotes/knotes-4.4.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/knotes-4.4.7.ebuild,v 1.1 2010/10/24 16:23:42 tampakrap Exp $ + +EAPI="3" + +KMNAME="kdepim" + +inherit kde4-meta + +DESCRIPTION="KDE Notes application" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep libkdepim) +" +RDEPEND="${DEPEND}" + +KMLOADLIBS="libkdepim" |