diff options
author | 2009-03-04 21:35:57 +0000 | |
---|---|---|
committer | 2009-03-04 21:35:57 +0000 | |
commit | f569b99606a2ecea71c009ce4a4a534d3cc87c09 (patch) | |
tree | e3ae84afe10649f1a32efa094e61743d322ee8b5 /kde-base/kjots | |
parent | Bump KDE 4.2.1 (diff) | |
download | gentoo-2-f569b99606a2ecea71c009ce4a4a534d3cc87c09.tar.gz gentoo-2-f569b99606a2ecea71c009ce4a4a534d3cc87c09.tar.bz2 gentoo-2-f569b99606a2ecea71c009ce4a4a534d3cc87c09.zip |
Bump KDE 4.2.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kjots')
-rw-r--r-- | kde-base/kjots/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kjots/kjots-4.2.1.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/kjots/ChangeLog b/kde-base/kjots/ChangeLog index bb6e42aab20f..7ac2344e1a8d 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.99 2009/02/17 13:46:31 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.100 2009/03/04 21:35:57 alexxy Exp $ + +*kjots-4.2.1 (04 Mar 2009) + + 04 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> +kjots-4.2.1.ebuild: + Bump KDE 4.2.1 17 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -kjots-4.1.4.ebuild: Drop KDE 4.1.4 diff --git a/kde-base/kjots/kjots-4.2.1.ebuild b/kde-base/kjots/kjots-4.2.1.ebuild new file mode 100644 index 000000000000..c90b1615d087 --- /dev/null +++ b/kde-base/kjots/kjots-4.2.1.ebuild @@ -0,0 +1,15 @@ +# 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.2.1.ebuild,v 1.1 2009/03/04 21:35:57 alexxy Exp $ + +EAPI="2" + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="Kjots - KDE note taking utility" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +DEPEND=">=kde-base/libkdepim-${PV}:${SLOT}" +KMEXTRACTONLY="libkdepim" |