diff options
-rw-r--r-- | kde-base/knotes/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/knotes/knotes-4.4.1.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index 624b8dc5fd66..c59f4783f145 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.137 2010/02/20 11:16:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.138 2010/03/02 18:14:37 tampakrap Exp $ + +*knotes-4.4.1 (02 Mar 2010) + + 02 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org> + +knotes-4.4.1.ebuild: + Version bump 20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> knotes-4.3.5.ebuild: amd64/x86 stable wrt #300393 diff --git a/kde-base/knotes/knotes-4.4.1.ebuild b/kde-base/knotes/knotes-4.4.1.ebuild new file mode 100644 index 000000000000..31cba0308a46 --- /dev/null +++ b/kde-base/knotes/knotes-4.4.1.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.1.ebuild,v 1.1 2010/03/02 18:14:37 tampakrap Exp $ + +EAPI="3" + +KMNAME="kdepim" + +inherit kde4-meta + +DESCRIPTION="KDE Notes application" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep libkdepim) +" +RDEPEND="${DEPEND}" + +KMLOADLIBS="libkdepim" |