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-social-utils: metadata.xml akonadi-social-utils-0_p20120827.ebuild ChangeLog
Date: Mon, 27 Aug 2012 14:14:56
Message-Id: 20120827141445.679112090C@flycatcher.gentoo.org
1 johu 12/08/27 14:14:45
2
3 Added: metadata.xml
4 akonadi-social-utils-0_p20120827.ebuild ChangeLog
5 Log:
6 New package. Initial commit. Ebuild by me. Needed for bug #432906.
7
8 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 kde-misc/akonadi-social-utils/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-social-utils/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-social-utils/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>kde</herd>
22 </pkgmetadata>
23
24
25
26 1.1 kde-misc/akonadi-social-utils/akonadi-social-utils-0_p20120827.ebuild
27
28 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-social-utils/akonadi-social-utils-0_p20120827.ebuild?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-social-utils/akonadi-social-utils-0_p20120827.ebuild?rev=1.1&content-type=text/plain
30
31 Index: akonadi-social-utils-0_p20120827.ebuild
32 ===================================================================
33 # Copyright 1999-2012 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 # $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-social-utils/akonadi-social-utils-0_p20120827.ebuild,v 1.1 2012/08/27 14:14:45 johu Exp $
36
37 EAPI=4
38
39 inherit kde4-base
40
41 DESCRIPTION="Akonadi library for social communities"
42 HOMEPAGE="http://quickgit.kde.org/index.php?p=scratch%2Fmklapetek%2Fakonadi-social-utils.git&a=summary"
43 SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
44
45 LICENSE="LGPL-2.1"
46 SLOT="4"
47 KEYWORDS="~amd64 ~x86"
48 IUSE="debug"
49
50 RDEPEND="
51 $(add_kdebase_dep kdepimlibs semantic-desktop)
52 dev-libs/qjson
53 "
54 DEPEND="
55 ${RDEPEND}
56 x11-misc/shared-mime-info
57 "
58
59 S=${WORKDIR}
60
61
62
63 1.1 kde-misc/akonadi-social-utils/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-social-utils/ChangeLog?rev=1.1&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/akonadi-social-utils/ChangeLog?rev=1.1&content-type=text/plain
67
68 Index: ChangeLog
69 ===================================================================
70 # ChangeLog for kde-misc/akonadi-social-utils
71 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
72 # $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-social-utils/ChangeLog,v 1.1 2012/08/27 14:14:45 johu Exp $
73
74 *akonadi-social-utils-0_p20120827 (27 Aug 2012)
75
76 27 Aug 2012; Johannes Huber <johu@g.o>
77 +akonadi-social-utils-0_p20120827.ebuild, +metadata.xml:
78 New package. Initial commit. Ebuild by me. Needed for bug #432906.