diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:18:19 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:18:19 +0000 |
commit | 03134a8eab228979162595b6c54f3678856753f5 (patch) | |
tree | 0793942d03e390a8f4c56dd87a2dcaa82fd5b7ac /kde-base/kjots | |
parent | [kde-base/okular] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-03134a8eab228979162595b6c54f3678856753f5.tar.gz historical-03134a8eab228979162595b6c54f3678856753f5.tar.bz2 historical-03134a8eab228979162595b6c54f3678856753f5.zip |
[kde-base/kjots] Version bump to KDE SC 4.4.0
Package-Manager: portage-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}" |