diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-04-21 21:53:04 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-04-21 21:53:04 +0000 |
commit | 6fb40e8f7385f3b298f538453fd85902256fe50b (patch) | |
tree | 16ed273c0634566517bcd68de790526ddef46f22 /kde-base | |
parent | Version bump (diff) | |
download | gentoo-2-6fb40e8f7385f3b298f538453fd85902256fe50b.tar.gz gentoo-2-6fb40e8f7385f3b298f538453fd85902256fe50b.tar.bz2 gentoo-2-6fb40e8f7385f3b298f538453fd85902256fe50b.zip |
Version bump
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/knotes/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/knotes/knotes-4.4.11.1.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index e64ab93237f4..974ad863678e 100644 --- a/kde-base/knotes/ChangeLog +++ b/kde-base/knotes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/knotes # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.166 2011/03/24 23:59:13 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.167 2011/04/21 21:53:04 dilfridge Exp $ + +*knotes-4.4.11.1 (21 Apr 2011) + + 21 Apr 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +knotes-4.4.11.1.ebuild: + Version bump 24 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org> -knotes-4.4.5.ebuild: diff --git a/kde-base/knotes/knotes-4.4.11.1.ebuild b/kde-base/knotes/knotes-4.4.11.1.ebuild new file mode 100644 index 000000000000..f2d933149e11 --- /dev/null +++ b/kde-base/knotes/knotes-4.4.11.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/knotes-4.4.11.1.ebuild,v 1.1 2011/04/21 21:53:04 dilfridge Exp $ + +EAPI=4 + +KDE_MINIMAL="4.6" +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" |