diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-12 22:08:29 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-12 22:08:29 +0000 |
commit | f385b014e843da6d78311405121ce818ff65f062 (patch) | |
tree | 0e4cdce7444a4ce4ecf94c02a522e32b0995db86 /kde-base | |
parent | Version bump to Pali Rohar's noakonadi branch (diff) | |
download | gentoo-2-f385b014e843da6d78311405121ce818ff65f062.tar.gz gentoo-2-f385b014e843da6d78311405121ce818ff65f062.tar.bz2 gentoo-2-f385b014e843da6d78311405121ce818ff65f062.zip |
Version bump to Pali Rohar's noakonadi branch
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/knotes/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/knotes/knotes-4.4.2015.06.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index 71b872087d39..80c213b43178 100644 --- a/kde-base/knotes/ChangeLog +++ b/kde-base/knotes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/knotes # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.332 2015/07/11 11:49:28 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.333 2015/07/12 22:08:29 dilfridge Exp $ + +*knotes-4.4.2015.06 (12 Jul 2015) + + 12 Jul 2015; Andreas K. Huettel <dilfridge@gentoo.org> + +knotes-4.4.2015.06.ebuild: + Version bump to Pali Rohar's noakonadi branch *knotes-4.14.10 (11 Jul 2015) diff --git a/kde-base/knotes/knotes-4.4.2015.06.ebuild b/kde-base/knotes/knotes-4.4.2015.06.ebuild new file mode 100644 index 000000000000..1269f2bff853 --- /dev/null +++ b/kde-base/knotes/knotes-4.4.2015.06.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/knotes-4.4.2015.06.ebuild,v 1.1 2015/07/12 22:08:29 dilfridge Exp $ + +EAPI=5 + +KMNAME="kdepim" +KDE_HANDBOOK=optional +inherit kde4-meta + +DESCRIPTION="KDE Notes application (noakonadi branch)" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep kdepimlibs '' 4.6) + $(add_kdebase_dep libkdepim) +" +RDEPEND="${DEPEND}" + +KMLOADLIBS="libkdepim" |