Gentoo Archives: gentoo-commits

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