Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/akonadi-google: akonadi-google-0.2_p20120201.ebuild ChangeLog
Date: Mon, 06 Feb 2012 23:02:43
Message-Id: 20120206230230.EA4412004B@flycatcher.gentoo.org
1 dilfridge 12/02/06 23:02:30
2
3 Modified: ChangeLog
4 Added: akonadi-google-0.2_p20120201.ebuild
5 Log:
6 Version bump with several bugfixes
7
8 (Portage version: 2.1.10.45/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 kde-misc/akonadi-google/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 30 Jan 2012 15:47:59 -0000 1.3
24 +++ ChangeLog 6 Feb 2012 23:02:30 -0000 1.4
25 @@ -1,6 +1,12 @@
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.3 2012/01/30 15:47:59 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.4 2012/02/06 23:02:30 dilfridge Exp $
30 +
31 +*akonadi-google-0.2_p20120201 (06 Feb 2012)
32 +
33 + 06 Feb 2012; Andreas K. Huettel <dilfridge@g.o>
34 + +akonadi-google-0.2_p20120201.ebuild:
35 + Version bump with several bugfixes
36
37 *akonadi-google-0.2_p20120130 (30 Jan 2012)
38
39
40
41
42 1.1 kde-misc/akonadi-google/akonadi-google-0.2_p20120201.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.2_p20120201.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.2_p20120201.ebuild?rev=1.1&content-type=text/plain
46
47 Index: akonadi-google-0.2_p20120201.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-0.2_p20120201.ebuild,v 1.1 2012/02/06 23:02:30 dilfridge Exp $
52
53 EAPI=4
54
55 KDE_SCM="git"
56 EGIT_REPONAME="akonadi-google"
57 inherit kde4-base
58
59 DESCRIPTION="Google services integration in Akonadi"
60 HOMEPAGE="https://projects.kde.org/projects/playground/pim/akonadi-google"
61 LICENSE="GPL-2"
62
63 SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz"
64
65 SLOT="4"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="oldpim"
68
69 DEPEND="
70 $(add_kdebase_dep kdepimlibs semantic-desktop)
71 dev-libs/libxslt
72 dev-libs/qjson
73 net-libs/libgcal
74 oldpim? ( dev-libs/boost )
75 !oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
76 "
77 RDEPEND=${DEPEND}
78
79 src_configure() {
80 mycmakeargs=(
81 $(cmake-utils_use oldpim KCAL)
82 )
83 kde4-base_src_configure
84 }