diff options
author | Alex Alexander <wired@gentoo.org> | 2009-11-02 21:19:17 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-11-02 21:19:17 +0000 |
commit | 8e3c8a62edd5ef6959f1baade857e849e8abfc9e (patch) | |
tree | 6833bcf3ef308457b4e0bab662769fb4db3e6da4 /kde-base/kjots/kjots-4.3.3.ebuild | |
parent | Version bump KDE 4.3.3 (diff) | |
download | gentoo-2-8e3c8a62edd5ef6959f1baade857e849e8abfc9e.tar.gz gentoo-2-8e3c8a62edd5ef6959f1baade857e849e8abfc9e.tar.bz2 gentoo-2-8e3c8a62edd5ef6959f1baade857e849e8abfc9e.zip |
Version bump KDE 4.3.3
(Portage version: 2.2_rc48/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kjots/kjots-4.3.3.ebuild')
-rw-r--r-- | kde-base/kjots/kjots-4.3.3.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
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}" |