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
commita329370026c4a1bb98e0a8d4f3077ba94f874799 (patch)
treece406bd84c761279b1454bfcb9c0c31ccb5351ce /gnustep-libs
parentx86 stable per bug 357773 (diff)
downloadhistorical-a329370026c4a1bb98e0a8d4f3077ba94f874799.tar.gz
historical-a329370026c4a1bb98e0a8d4f3077ba94f874799.tar.bz2
historical-a329370026c4a1bb98e0a8d4f3077ba94f874799.zip
Initial commit
Package-Manager: portage-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/Manifest14
-rw-r--r--gnustep-libs/dbuskit/dbuskit-0.1.ebuild26
-rw-r--r--gnustep-libs/dbuskit/metadata.xml6
4 files changed, 56 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/Manifest b/gnustep-libs/dbuskit/Manifest
new file mode 100644
index 000000000000..3877a43a5629
--- /dev/null
+++ b/gnustep-libs/dbuskit/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST dbuskit-0.1.tar.bz2 430580 RMD160 f375fabd1919cd40dd8b3391a5df82065204293b SHA1 611851dfd2e58f4f4a658d1a3a8d2d2f70c53d2f SHA256 8a6c7ea00a393f43e8cf0dd2337bc6b58e8f542b42568324f996a2070de3380c
+EBUILD dbuskit-0.1.ebuild 694 RMD160 d461654aae0421544999c66d8f96ad134132efbf SHA1 6b1e4eb72eac2a464ee4afcae490c77f782778c7 SHA256 e2ef5c6f04454e3a1c44db91aa5176a7387956ca294182c5c9311b16219b0cc3
+MISC ChangeLog 354 RMD160 6ea8ece6fbed29225b598cc849328194e7a814b3 SHA1 aae3f8347804f17050dbcaf55732c368cf42dc9f SHA256 199c1a7f093e7fc94bd4ac33a8a24ae5a0e964012fd56f79c5e2f65122cc54fb
+MISC metadata.xml 523 RMD160 8ff8181cf4410c749661d12861e17ee0f91b803f SHA1 eb159227ccee3c998b92775f83311c50ba88d0e5 SHA256 ab8c43951300ee925127d5cc90e97a0d2b1e46c9c29909ffaa232c23a5ea30d2
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk2+tK0ACgkQFYEBGcdFJfKIUQD/fdYGURAZeqXSsMnah7Y7c0TL
+0I1Dc041xA6uYq7aBX4A/3BEHaYYElonF2IWuKfQqZJY+6rP5FsYbozhWDj10WTX
+=IJF/
+-----END PGP SIGNATURE-----
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>