diff options
author | 2008-05-15 23:49:10 +0000 | |
---|---|---|
committer | 2008-05-15 23:49:10 +0000 | |
commit | f921c2b5bd4b147e7fca523601e75789801ede94 (patch) | |
tree | 6922aff17a2a01a4a69a6323223273e4c2a3d2a4 /kde-base/kjots | |
parent | Added KDE 4.0.4 version of kiten. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | historical-f921c2b5bd4b147e7fca523601e75789801ede94.tar.gz historical-f921c2b5bd4b147e7fca523601e75789801ede94.tar.bz2 historical-f921c2b5bd4b147e7fca523601e75789801ede94.zip |
Added KDE 4.0.4 version of kjots. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-2.1.5
Diffstat (limited to 'kde-base/kjots')
-rw-r--r-- | kde-base/kjots/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kjots/kjots-4.0.4.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kjots/ChangeLog b/kde-base/kjots/ChangeLog index 9f997a81bd22..91ccb135ef86 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.84 2008/05/14 12:17:10 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.85 2008/05/15 23:49:10 ingmar Exp $ + +*kjots-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +kjots-4.0.4.ebuild: + Added KDE 4.0.4 version of kjots. Thanks to Jorge Manuel B. S. Vicetto. 14 May 2008; Markus Rothe <corsair@gentoo.org> kjots-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/kjots/kjots-4.0.4.ebuild b/kde-base/kjots/kjots-4.0.4.ebuild new file mode 100644 index 000000000000..2866fd159d6b --- /dev/null +++ b/kde-base/kjots/kjots-4.0.4.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/kjots-4.0.4.ebuild,v 1.1 2008/05/15 23:49:10 ingmar Exp $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4-meta + +DESCRIPTION="Kjots - KDE note taking utility" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |