diff options
Diffstat (limited to 'kde-base/kjots')
-rw-r--r-- | kde-base/kjots/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kjots/kjots-4.1.4.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/kde-base/kjots/ChangeLog b/kde-base/kjots/ChangeLog index e26a3d8e7bf8..e9ebf7f76d56 100644 --- a/kde-base/kjots/ChangeLog +++ b/kde-base/kjots/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kjots -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.94 2008/11/16 07:39:09 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.95 2009/01/13 22:11:14 alexxy Exp $ + +*kjots-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kjots-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kjots-4.1.3.ebuild: Add ppc/ppc64 love #244306. diff --git a/kde-base/kjots/kjots-4.1.4.ebuild b/kde-base/kjots/kjots-4.1.4.ebuild new file mode 100644 index 000000000000..a3e940b20ab9 --- /dev/null +++ b/kde-base/kjots/kjots-4.1.4.ebuild @@ -0,0 +1,16 @@ +# 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.1.4.ebuild,v 1.1 2009/01/13 22:11:14 alexxy Exp $ + +EAPI="2" + +KMNAME=kdepim +inherit kde4-meta + +DESCRIPTION="Kjots - KDE note taking utility" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug htmlhandbook" + +DEPEND=">=kde-base/libkdepim-${PV}:${SLOT}" + +KMEXTRACTONLY="libkdepim" |