diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-10-24 16:21:43 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-10-24 16:21:43 +0000 |
commit | 2a0a35772064d1c38cfa8863850ea22e439c86bf (patch) | |
tree | e453da0a25d32dd24b0336b5e116ef40f28e580d /kde-base/kjots | |
parent | Version bump KDEPIM 4.4.7 (diff) | |
download | gentoo-2-2a0a35772064d1c38cfa8863850ea22e439c86bf.tar.gz gentoo-2-2a0a35772064d1c38cfa8863850ea22e439c86bf.tar.bz2 gentoo-2-2a0a35772064d1c38cfa8863850ea22e439c86bf.zip |
Version bump KDEPIM 4.4.7
(Portage version: 2.2_rc94/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.4.7.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kjots/ChangeLog b/kde-base/kjots/ChangeLog index 2f459d23563d..177cf3f2287a 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.156 2010/09/11 05:50:48 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.157 2010/10/24 16:21:43 tampakrap Exp $ + +*kjots-4.4.7 (24 Oct 2010) + + 24 Oct 2010; Theo Chatzimichos <tampakrap@gentoo.org> +kjots-4.4.7.ebuild: + Version bump KDEPIM 4.4.7 *kjots-4.4.6 (11 Sep 2010) diff --git a/kde-base/kjots/kjots-4.4.7.ebuild b/kde-base/kjots/kjots-4.4.7.ebuild new file mode 100644 index 000000000000..5eeca3b6577e --- /dev/null +++ b/kde-base/kjots/kjots-4.4.7.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.7.ebuild,v 1.1 2010/10/24 16:21:43 tampakrap Exp $ + +EAPI="3" + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE note taking utility" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) +" +RDEPEND="${DEPEND}" |