diff options
author | Alex Alexander <wired@gentoo.org> | 2009-08-04 00:38:52 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-08-04 00:38:52 +0000 |
commit | 7621b2ead77c4d6b35a0e7680dd4cb1bf967c71f (patch) | |
tree | 760e3f4c2fef9ac4a68c850ab39b595c5c7ac38a /kde-base/kjots | |
parent | Version bump KDE 4.3.0 (diff) | |
download | gentoo-2-7621b2ead77c4d6b35a0e7680dd4cb1bf967c71f.tar.gz gentoo-2-7621b2ead77c4d6b35a0e7680dd4cb1bf967c71f.tar.bz2 gentoo-2-7621b2ead77c4d6b35a0e7680dd4cb1bf967c71f.zip |
Version bump KDE 4.3.0
(Portage version: 2.2_rc33/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.3.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kjots/ChangeLog b/kde-base/kjots/ChangeLog index 9dbf85edf73b..87c0aa5d29c8 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.117 2009/07/12 10:32:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.118 2009/08/04 00:38:52 wired Exp $ + +*kjots-4.3.0 (04 Aug 2009) + + 04 Aug 2009; Alex Alexander <wired@gentoo.org> +kjots-4.3.0.ebuild: + Version bump 12 Jul 2009; Raúl Porcel <armin76@gentoo.org> kjots-3.5.10.ebuild: alpha/ia64/sparc stable wrt #271889 diff --git a/kde-base/kjots/kjots-4.3.0.ebuild b/kde-base/kjots/kjots-4.3.0.ebuild new file mode 100644 index 000000000000..bc075c12113c --- /dev/null +++ b/kde-base/kjots/kjots-4.3.0.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.0.ebuild,v 1.1 2009/08/04 00:38:52 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=" + >=kde-base/libkdepim-${PV}:${SLOT}[kdeprefix=] +" +RDEPEND="${DEPEND}" |