diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-12-06 10:28:24 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-12-06 10:28:24 +0000 |
commit | 0545eeb329e7e0253ba27e0679d9485772b283e1 (patch) | |
tree | 5108098f5a836d90e1a921c14c8549d8a0fe3b71 /kde-base/knotes | |
parent | Add support for KDEPIM 4.4.8 in kde eclasses (diff) | |
download | historical-0545eeb329e7e0253ba27e0679d9485772b283e1.tar.gz historical-0545eeb329e7e0253ba27e0679d9485772b283e1.tar.bz2 historical-0545eeb329e7e0253ba27e0679d9485772b283e1.zip |
Version bump KDEPIM 4.4.8
Package-Manager: portage-2.2.0_alpha6/cvs/Linux x86_64
Diffstat (limited to 'kde-base/knotes')
-rw-r--r-- | kde-base/knotes/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/knotes/knotes-4.4.8.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index bb5a95e482ee..f8e2ca23496c 100644 --- a/kde-base/knotes/ChangeLog +++ b/kde-base/knotes/ChangeLog @@ -1,6 +1,11 @@ # 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.157 2010/11/06 19:34:42 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.158 2010/12/06 10:28:23 tampakrap Exp $ + +*knotes-4.4.8 (06 Dec 2010) + + 06 Dec 2010; Theo Chatzimichos <tampakrap@gentoo.org> +knotes-4.4.8.ebuild: + Version bump KDE SC 4.4.8 06 Nov 2010; Christian Faulhammer <fauli@gentoo.org> knotes-4.4.7.ebuild: stable x86, bug 343969 diff --git a/kde-base/knotes/knotes-4.4.8.ebuild b/kde-base/knotes/knotes-4.4.8.ebuild new file mode 100644 index 000000000000..2cc8e7761b70 --- /dev/null +++ b/kde-base/knotes/knotes-4.4.8.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.8.ebuild,v 1.1 2010/12/06 10:28:23 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" |