diff options
Diffstat (limited to 'kde-base/kjots')
-rw-r--r-- | kde-base/kjots/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kjots/kjots-4.3.3.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kjots/ChangeLog b/kde-base/kjots/ChangeLog index 219ba905a19e..7d87c3360236 100644 --- a/kde-base/kjots/ChangeLog +++ b/kde-base/kjots/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kjots # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.124 2009/10/18 17:21:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.125 2009/11/02 21:19:17 wired Exp $ + +*kjots-4.3.3 (02 Nov 2009) + + 02 Nov 2009; Alex Alexander <wired@gentoo.org> +kjots-4.3.3.ebuild: + Version bump 18 Oct 2009; Markus Meier <maekke@gentoo.org> kjots-4.3.1.ebuild: x86 stable, bug #287697 diff --git a/kde-base/kjots/kjots-4.3.3.ebuild b/kde-base/kjots/kjots-4.3.3.ebuild new file mode 100644 index 000000000000..d3b045abf1c3 --- /dev/null +++ b/kde-base/kjots/kjots-4.3.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/kjots-4.3.3.ebuild,v 1.1 2009/11/02 21:19:17 wired Exp $ + +EAPI="2" + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="Kjots - KDE note taking utility" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep libkdepim) +" +RDEPEND="${DEPEND}" |