diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:18:18 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:18:18 +0000 |
commit | 0d7e79666bda2e2e62ff1d6c52b89e3691c7ad29 (patch) | |
tree | 50c470eed61c0ffed9313fb520e0c7250b93e9b7 /kde-base/kjots | |
parent | [kde-base/kquitapp] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-0d7e79666bda2e2e62ff1d6c52b89e3691c7ad29.tar.gz gentoo-2-0d7e79666bda2e2e62ff1d6c52b89e3691c7ad29.tar.bz2 gentoo-2-0d7e79666bda2e2e62ff1d6c52b89e3691c7ad29.zip |
[kde-base/kjots] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kjots')
-rw-r--r-- | kde-base/kjots/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kjots/kjots-4.4.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kjots/ChangeLog b/kde-base/kjots/ChangeLog index fb3547e73326..99af25eaed3a 100644 --- a/kde-base/kjots/ChangeLog +++ b/kde-base/kjots/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kjots # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.137 2010/01/25 16:05:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.138 2010/02/09 00:18:18 alexxy Exp $ + +*kjots-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kjots-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kjots-4.3.5 (25 Jan 2010) diff --git a/kde-base/kjots/kjots-4.4.0.ebuild b/kde-base/kjots/kjots-4.4.0.ebuild new file mode 100644 index 000000000000..296d0525de84 --- /dev/null +++ b/kde-base/kjots/kjots-4.4.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/kjots-4.4.0.ebuild,v 1.1 2010/02/09 00:18:18 alexxy Exp $ + +EAPI="2" + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="Kjots - KDE note taking utility" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) +" +RDEPEND="${DEPEND}" |