diff options
author | 2014-10-25 19:58:39 +0000 | |
---|---|---|
committer | 2014-10-25 19:58:39 +0000 | |
commit | d184f1ab9f020bfde5c438ef4619ca58de2159f7 (patch) | |
tree | 7d64a3c945eda98cf0dbc517b9c12bbccf4f6c1e /kde-base/knotes | |
parent | Version bump (diff) | |
download | gentoo-2-d184f1ab9f020bfde5c438ef4619ca58de2159f7.tar.gz gentoo-2-d184f1ab9f020bfde5c438ef4619ca58de2159f7.tar.bz2 gentoo-2-d184f1ab9f020bfde5c438ef4619ca58de2159f7.zip |
Version bump KDE SC 4.14.2
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-base/knotes')
-rw-r--r-- | kde-base/knotes/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/knotes/knotes-4.14.2.ebuild | 31 |
2 files changed, 37 insertions, 1 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index a4120a4cf78a..94d2dcfe3683 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.317 2014/10/12 13:31:13 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.318 2014/10/25 19:58:36 kensington Exp $ + +*knotes-4.14.2 (25 Oct 2014) + + 25 Oct 2014; Michael Palimaka <kensington@gentoo.org> +knotes-4.14.2.ebuild: + Version bump KDE SC 4.14.2 12 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> knotes-4.13.3.ebuild, knotes-4.14.1.ebuild: diff --git a/kde-base/knotes/knotes-4.14.2.ebuild b/kde-base/knotes/knotes-4.14.2.ebuild new file mode 100644 index 000000000000..520f0988b6ec --- /dev/null +++ b/kde-base/knotes/knotes-4.14.2.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.2.ebuild,v 1.1 2014/10/25 19:58:36 kensington 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" |