diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-11 23:18:22 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-11 23:18:22 +0000 |
commit | 6009681896b74f831c3c7a5646c66d84db3c4eb8 (patch) | |
tree | 3f4045f5c54bf227feb7b2527c1b43c9083eb62e /kde-base/kjots | |
parent | Add KDE 4.2.2 (diff) | |
download | gentoo-2-6009681896b74f831c3c7a5646c66d84db3c4eb8.tar.gz gentoo-2-6009681896b74f831c3c7a5646c66d84db3c4eb8.tar.bz2 gentoo-2-6009681896b74f831c3c7a5646c66d84db3c4eb8.zip |
Add KDE 4.2.2
(Portage version: 2.2_rc29/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.2.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kjots/ChangeLog b/kde-base/kjots/ChangeLog index 3a72d85f8912..28c3b6882ff4 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.103 2009/04/11 19:54:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.104 2009/04/11 23:18:22 alexxy Exp $ + +*kjots-4.2.2 (11 Apr 2009) + + 11 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> +kjots-4.2.2.ebuild: + Add KDE 4.2.2 11 Apr 2009; Raúl Porcel <armin76@gentoo.org> kjots-4.2.1.ebuild: Add ~alpha/~ia64 wrt #260777 diff --git a/kde-base/kjots/kjots-4.2.2.ebuild b/kde-base/kjots/kjots-4.2.2.ebuild new file mode 100644 index 000000000000..75470f0c67da --- /dev/null +++ b/kde-base/kjots/kjots-4.2.2.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.2.2.ebuild,v 1.1 2009/04/11 23:18:22 alexxy Exp $ + +EAPI="2" + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="Kjots - KDE note taking utility" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug doc" + +DEPEND=" + >=kde-base/libkdepim-${PV}:${SLOT}[kdeprefix=] +" +RDEPEND="${DEPEND}" |