diff options
author | 2011-07-11 14:01:20 +0000 | |
---|---|---|
committer | 2011-07-11 14:01:20 +0000 | |
commit | 71ddcc2a74de0847c5d8338dc0485f0446bd241a (patch) | |
tree | 835e1e7e2d5f0c5eb717f5dd907cd2f286b67448 /kde-base/kjots | |
parent | Version bump. (diff) | |
download | gentoo-2-71ddcc2a74de0847c5d8338dc0485f0446bd241a.tar.gz gentoo-2-71ddcc2a74de0847c5d8338dc0485f0446bd241a.tar.bz2 gentoo-2-71ddcc2a74de0847c5d8338dc0485f0446bd241a.zip |
Version bump KDEPIM 4.6.1
(Portage version: 2.2.0_alpha43/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.6.1.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/kde-base/kjots/ChangeLog b/kde-base/kjots/ChangeLog index 870612b5fb25..1fcd9155f4ff 100644 --- a/kde-base/kjots/ChangeLog +++ b/kde-base/kjots/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kjots # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.178 2011/06/09 22:52:45 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.179 2011/07/11 14:01:18 tampakrap Exp $ + +*kjots-4.6.1 (11 Jul 2011) + + 11 Jul 2011; Theo Chatzimichos <tampakrap@gentoo.org> +kjots-4.6.1.ebuild: + Version bump KDEPIM 4.6.1 09 Jun 2011; Theo Chatzimichos <tampakrap@gentoo.org> -kjots-4.5.95.ebuild: Remove KDEPIM 4.5.95 diff --git a/kde-base/kjots/kjots-4.6.1.ebuild b/kde-base/kjots/kjots-4.6.1.ebuild new file mode 100644 index 000000000000..6223709c8f3f --- /dev/null +++ b/kde-base/kjots/kjots-4.6.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/kjots-4.6.1.ebuild,v 1.1 2011/07/11 14:01:18 tampakrap Exp $ + +EAPI=4 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +KDE_SCM="git" +inherit kde4-meta + +DESCRIPTION="KDE note taking utility" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=dev-libs/grantlee-0.1 + $(add_kdebase_dep kdepimlibs 'semantic-desktop') + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + akonadi_next/ +" |