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-facebook: akonadi-facebook-0_p20120827.ebuild ChangeLog
Date: Tue, 28 Aug 2012 06:12:54
Message-Id: 20120828061241.13120209CD@flycatcher.gentoo.org
1 johu 12/08/28 06:12:40
2
3 Modified: ChangeLog
4 Added: akonadi-facebook-0_p20120827.ebuild
5 Log:
6 New snapshot wrt bug #432906.
7
8 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 kde-misc/akonadi-facebook/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-facebook/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-facebook/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-facebook/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/akonadi-facebook/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 22 Feb 2012 16:43:28 -0000 1.1
24 +++ ChangeLog 28 Aug 2012 06:12:40 -0000 1.2
25 @@ -1,6 +1,13 @@
26 # ChangeLog for kde-misc/akonadi-facebook
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-facebook/ChangeLog,v 1.1 2012/02/22 16:43:28 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-facebook/ChangeLog,v 1.2 2012/08/28 06:12:40 johu Exp $
30 +
31 +*akonadi-facebook-0_p20120827 (28 Aug 2012)
32 +
33 + 28 Aug 2012; Johannes Huber <johu@g.o>
34 + +akonadi-facebook-0_p20120827.ebuild,
35 + +files/akonadi-facebook-0_p20120827-fix-includes.patch:
36 + New snapshot wrt bug #432906.
37
38 *akonadi-facebook-0_p20120222 (22 Feb 2012)
39
40 @@ -8,4 +15,3 @@
41 +akonadi-facebook-0_p20120222.ebuild, +metadata.xml:
42 New package wrt bug #405187. Initial ebuild by Chris Reffett
43 <geekboy72@×××××.com>, updated by me.
44 -
45
46
47
48 1.1 kde-misc/akonadi-facebook/akonadi-facebook-0_p20120827.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-facebook/akonadi-facebook-0_p20120827.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-facebook/akonadi-facebook-0_p20120827.ebuild?rev=1.1&content-type=text/plain
52
53 Index: akonadi-facebook-0_p20120827.ebuild
54 ===================================================================
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-facebook/akonadi-facebook-0_p20120827.ebuild,v 1.1 2012/08/28 06:12:40 johu Exp $
58
59 EAPI=4
60
61 inherit kde4-base
62
63 DESCRIPTION="Facebook services integration in Akonadi"
64 HOMEPAGE="https://projects.kde.org/akonadi-facebook"
65 SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
66
67 LICENSE="GPL-2"
68 SLOT="4"
69 KEYWORDS="~amd64 ~x86"
70 IUSE="debug"
71
72 RDEPEND="
73 $(add_kdebase_dep kdepimlibs semantic-desktop)
74 dev-libs/qjson
75 kde-misc/akonadi-social-utils
76 "
77 DEPEND="
78 ${RDEPEND}
79 dev-libs/boost
80 dev-libs/libxslt
81 x11-misc/shared-mime-info
82 "
83
84 S=${WORKDIR}
85
86 PATCHES=( "${FILESDIR}/${P}-fix-includes.patch" )