Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kjots/
Date: Tue, 30 Jun 2015 08:59:51
Message-Id: 1435655037.e31a883e767bf0d8b3699db820b9dd263475568e.dilfridge@gentoo
1 commit: e31a883e767bf0d8b3699db820b9dd263475568e
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 30 09:03:57 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 30 09:03:57 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e31a883e
7
8 [kde-base/kjots] Add 4.4-noakonadi snapshot
9
10 Package-Manager: portage-2.2.20
11
12 kde-base/kjots/kjots-4.4.2015.06.ebuild | 19 +++++++++++++++++++
13 1 file changed, 19 insertions(+)
14
15 diff --git a/kde-base/kjots/kjots-4.4.2015.06.ebuild b/kde-base/kjots/kjots-4.4.2015.06.ebuild
16 new file mode 100644
17 index 0000000..618ccfb
18 --- /dev/null
19 +++ b/kde-base/kjots/kjots-4.4.2015.06.ebuild
20 @@ -0,0 +1,19 @@
21 +# Copyright 1999-2014 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/kjots-4.4.11.1.ebuild,v 1.9 2014/04/05 18:07:31 dilfridge Exp $
24 +
25 +EAPI=5
26 +
27 +KMNAME="kdepim"
28 +KDE_HANDBOOK=optional
29 +inherit kde4-meta
30 +
31 +DESCRIPTION="KDE note taking utility (noakonadi branch)"
32 +KEYWORDS=""
33 +IUSE="debug"
34 +
35 +DEPEND="
36 + $(add_kdebase_dep kdepimlibs '' 4.6)
37 + $(add_kdebase_dep libkdepim)
38 +"
39 +RDEPEND="${DEPEND}"