Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/eventlist/
Date: Thu, 01 Dec 2011 21:59:32
Message-Id: 9120b37f1f8531f2f5c1a0d57d42e63198e73d22.johu@gentoo
1 commit: 9120b37f1f8531f2f5c1a0d57d42e63198e73d22
2 Author: Johannes Huber <johu <AT> gmx <DOT> de>
3 AuthorDate: Thu Dec 1 21:59:24 2011 +0000
4 Commit: Johannes Huber <johu <AT> gmx <DOT> de>
5 CommitDate: Thu Dec 1 21:59:24 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9120b37f
7
8 [kde-misc/eventlist] Version bump 0.5.95 (aka 0.6 rc1)
9
10 (Portage version: 2.2.0_alpha79/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 kde-misc/eventlist/eventlist-0.5.95.ebuild | 27 +++++++++++++++++++++++++++
14 1 files changed, 27 insertions(+), 0 deletions(-)
15
16 diff --git a/kde-misc/eventlist/eventlist-0.5.95.ebuild b/kde-misc/eventlist/eventlist-0.5.95.ebuild
17 new file mode 100644
18 index 0000000..3054c77
19 --- /dev/null
20 +++ b/kde-misc/eventlist/eventlist-0.5.95.ebuild
21 @@ -0,0 +1,27 @@
22 +# Copyright 1999-2011 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=4
27 +
28 +MY_P="plasmoid-${P}"
29 +KDE_LINGUAS="cs da de el es et fr it km nds nl pl pt pt_BR ru sk sv uk"
30 +inherit kde4-base
31 +
32 +DESCRIPTION="Plasmoid showing the events from Akonadi resources"
33 +HOMEPAGE="http://kde-look.org/content/show.php/Eventlist?content=107779"
34 +SRC_URI="http://kde-look.org/CONTENT/content-files/107779-${MY_P}.tar.bz2"
35 +
36 +LICENSE="GPL-2"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE="debug"
40 +
41 +RDEPEND="
42 + $(add_kdebase_dep kdepimlibs)
43 + || ( ( $(add_kdebase_dep akonadi) )
44 + ( $(add_kdebase_dep kdepim-common-libs) ) )
45 +"
46 +DEPEND="${RDEPEND}"
47 +
48 +S=${WORKDIR}/${MY_P}