diff options
Diffstat (limited to 'kde-base/kjots')
-rw-r--r-- | kde-base/kjots/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kjots/kjots-4.14.3.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/kjots/ChangeLog b/kde-base/kjots/ChangeLog index 3f35e18b895f..6ef6b57bf8dc 100644 --- a/kde-base/kjots/ChangeLog +++ b/kde-base/kjots/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kjots # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.324 2014/11/14 19:33:07 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/ChangeLog,v 1.325 2014/11/16 12:21:33 alexxy Exp $ + +*kjots-4.14.3 (16 Nov 2014) + + 16 Nov 2014; Alexey Shvetsov <alexxy@gentoo.org> +kjots-4.14.3.ebuild: + Version bump KDE SC 4.14.3 14 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -kjots-4.13.3.ebuild, -kjots-4.14.1.ebuild: diff --git a/kde-base/kjots/kjots-4.14.3.ebuild b/kde-base/kjots/kjots-4.14.3.ebuild new file mode 100644 index 000000000000..b1ec7990a314 --- /dev/null +++ b/kde-base/kjots/kjots-4.14.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/kjots-4.14.3.ebuild,v 1.1 2014/11/16 12:21:33 alexxy Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE note taking utility" +HOMEPAGE="http://www.kde.org/applications/utilities/kjots/" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=dev-libs/grantlee-0.2.0 + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + akonadi_next/ + noteshared/ +" |