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