Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-libs/dbuskit: metadata.xml dbuskit-0.1.ebuild ChangeLog
Date: Mon, 02 May 2011 13:42:04
Message-Id: 20110502134154.6950720054@flycatcher.gentoo.org
1 voyageur 11/05/02 13:41:54
2
3 Added: metadata.xml dbuskit-0.1.ebuild ChangeLog
4 Log:
5 Initial commit
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 gnustep-libs/dbuskit/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-libs/dbuskit/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-libs/dbuskit/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>gnustep</herd>
21 <longdescription>The DBusKit framework offers tight integration of D-Bus services into Objective-C applications. It handles all low-level details of communication with D-Bus daemons and the services connected to them and exposes an interface similar to Distributed Objects to make it easy for Objective-C programmers to access D-Bus services.</longdescription>
22 </pkgmetadata>
23
24
25
26 1.1 gnustep-libs/dbuskit/dbuskit-0.1.ebuild
27
28 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-libs/dbuskit/dbuskit-0.1.ebuild?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-libs/dbuskit/dbuskit-0.1.ebuild?rev=1.1&content-type=text/plain
30
31 Index: dbuskit-0.1.ebuild
32 ===================================================================
33 # Copyright 1999-2011 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 # $Header: /var/cvsroot/gentoo-x86/gnustep-libs/dbuskit/dbuskit-0.1.ebuild,v 1.1 2011/05/02 13:41:54 voyageur Exp $
36
37 EAPI=4
38 inherit gnustep-2
39
40 DESCRIPTION="framework that interfaces Objective-C applications with the D-Bus IPC service"
41 HOMEPAGE="http://www.gnustep.org"
42 SRC_URI="http://download.gna.org/gnustep/${P}.tar.bz2"
43
44 LICENSE="LGPL-2.1"
45 SLOT="0"
46 KEYWORDS="~amd64 ~x86"
47 IUSE=""
48
49 DEPEND=">=sys-apps/dbus-1.2.1"
50 RDEPEND="${DEPEND}"
51
52 src_prepare() {
53 if ! use doc; then
54 # Remove doc target
55 sed -i -e "/SUBPROJECTS/s/Documentation//" GNUmakefile \
56 || die "doc sed failed"
57 fi
58 }
59
60
61
62 1.1 gnustep-libs/dbuskit/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-libs/dbuskit/ChangeLog?rev=1.1&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-libs/dbuskit/ChangeLog?rev=1.1&content-type=text/plain
66
67 Index: ChangeLog
68 ===================================================================
69 # ChangeLog for gnustep-libs/dbuskit
70 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
71 # $Header: /var/cvsroot/gentoo-x86/gnustep-libs/dbuskit/ChangeLog,v 1.1 2011/05/02 13:41:54 voyageur Exp $
72
73 *dbuskit-0.1 (02 May 2011)
74
75 02 May 2011; Bernard Cafarelli <voyageur@g.o> +dbuskit-0.1.ebuild,
76 +metadata.xml:
77 Initial commit