Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/akonadi-google: akonadi-google-0.3.1.ebuild ChangeLog
Date: Fri, 27 Apr 2012 22:00:41
Message-Id: 20120427220024.65AA62004B@flycatcher.gentoo.org
1 johu 12/04/27 22:00:24
2
3 Modified: ChangeLog
4 Added: akonadi-google-0.3.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha101/cvs/Linux i686)
9
10 Revision Changes Path
11 1.10 kde-misc/akonadi-google/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 2 Apr 2012 08:21:20 -0000 1.9
24 +++ ChangeLog 27 Apr 2012 22:00:24 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-misc/akonadi-google
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.9 2012/04/02 08:21:20 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.10 2012/04/27 22:00:24 johu Exp $
30 +
31 +*akonadi-google-0.3.1 (27 Apr 2012)
32 +
33 + 27 Apr 2012; Johannes Huber <johu@g.o> +akonadi-google-0.3.1.ebuild:
34 + Version bump.
35
36 *akonadi-google-0.3 (02 Apr 2012)
37
38
39
40
41 1.1 kde-misc/akonadi-google/akonadi-google-0.3.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.3.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.3.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: akonadi-google-0.3.1.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.3.1.ebuild,v 1.1 2012/04/27 22:00:24 johu Exp $
51
52 EAPI=4
53
54 KDE_SCM="git"
55 EGIT_REPONAME="akonadi-google"
56 inherit kde4-base
57
58 DESCRIPTION="Google services integration in Akonadi"
59 HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-google"
60 SRC_URI="http://www.progdan.cz/wp-content/uploads/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="4"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="oldpim"
66
67 DEPEND="
68 $(add_kdebase_dep kdepimlibs semantic-desktop)
69 dev-libs/libxslt
70 dev-libs/qjson
71 oldpim? ( dev-libs/boost )
72 !oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
73 "
74 RDEPEND=${DEPEND}
75
76 src_configure() {
77 mycmakeargs=(
78 $(cmake-utils_use oldpim KCAL)
79 )
80 kde4-base_src_configure
81 }