summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2011-05-02 13:41:54 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2011-05-02 13:41:54 +0000
commit21e2c5b2332f9d1cd702cede57a787a7af92869b (patch)
treea4d9c3c0184b51921e757237ac489a4f20c9a616 /gnustep-libs
parentx86 stable per bug 357773 (diff)
downloadgentoo-2-21e2c5b2332f9d1cd702cede57a787a7af92869b.tar.gz
gentoo-2-21e2c5b2332f9d1cd702cede57a787a7af92869b.tar.bz2
gentoo-2-21e2c5b2332f9d1cd702cede57a787a7af92869b.zip
Initial commit
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-libs')
-rw-r--r--gnustep-libs/dbuskit/ChangeLog10
-rw-r--r--gnustep-libs/dbuskit/dbuskit-0.1.ebuild26
-rw-r--r--gnustep-libs/dbuskit/metadata.xml6
3 files changed, 42 insertions, 0 deletions
diff --git a/gnustep-libs/dbuskit/ChangeLog b/gnustep-libs/dbuskit/ChangeLog
new file mode 100644
index 000000000000..179297c8457c
--- /dev/null
+++ b/gnustep-libs/dbuskit/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for gnustep-libs/dbuskit
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/dbuskit/ChangeLog,v 1.1 2011/05/02 13:41:54 voyageur Exp $
+
+*dbuskit-0.1 (02 May 2011)
+
+ 02 May 2011; Bernard Cafarelli <voyageur@gentoo.org> +dbuskit-0.1.ebuild,
+ +metadata.xml:
+ Initial commit
+
diff --git a/gnustep-libs/dbuskit/dbuskit-0.1.ebuild b/gnustep-libs/dbuskit/dbuskit-0.1.ebuild
new file mode 100644
index 000000000000..ebc4403c8207
--- /dev/null
+++ b/gnustep-libs/dbuskit/dbuskit-0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/dbuskit/dbuskit-0.1.ebuild,v 1.1 2011/05/02 13:41:54 voyageur Exp $
+
+EAPI=4
+inherit gnustep-2
+
+DESCRIPTION="framework that interfaces Objective-C applications with the D-Bus IPC service"
+HOMEPAGE="http://www.gnustep.org"
+SRC_URI="http://download.gna.org/gnustep/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=sys-apps/dbus-1.2.1"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ if ! use doc; then
+ # Remove doc target
+ sed -i -e "/SUBPROJECTS/s/Documentation//" GNUmakefile \
+ || die "doc sed failed"
+ fi
+}
diff --git a/gnustep-libs/dbuskit/metadata.xml b/gnustep-libs/dbuskit/metadata.xml
new file mode 100644
index 000000000000..4858c3463a27
--- /dev/null
+++ b/gnustep-libs/dbuskit/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnustep</herd>
+ <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>
+</pkgmetadata>