summaryrefslogtreecommitdiff
path: root/gnustep-libs/dbuskit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /gnustep-libs/dbuskit
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'gnustep-libs/dbuskit')
-rw-r--r--gnustep-libs/dbuskit/Manifest5
-rw-r--r--gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild35
-rw-r--r--gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild30
-rw-r--r--gnustep-libs/dbuskit/files/dbuskit-0.1.1-remove_gc.patch29
-rw-r--r--gnustep-libs/dbuskit/metadata.xml9
5 files changed, 0 insertions, 108 deletions
diff --git a/gnustep-libs/dbuskit/Manifest b/gnustep-libs/dbuskit/Manifest
deleted file mode 100644
index 0583a14ae83d..000000000000
--- a/gnustep-libs/dbuskit/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX dbuskit-0.1.1-remove_gc.patch 926 BLAKE2B 16ba95a5966f4c3e666ad786dcd9d4f3a6db3aef0ebdbeab1f7882d931d4a935cd956ada3f9b2d85905bbd0a38b118e630fd4789bbf5907b925c465c12a9dc2d SHA512 37e72f44aaaa670ea61511592a899fd9573c838c93f2a7da246d8aaeceeac03454369887f5c63fdfd778cbddd78fc89440f07ebb5e0089f4035a830bdf1497a4
-DIST dbuskit-0.1.1.tar.gz 706783 BLAKE2B 3963b955d16bea9bb063142277f367748a4c9b005c63d17904b3421cfa6d9a8590d2d2ac1037dfb592ff62ed5e3988682ea14ddb0c45bde2b71fc9f3cd5ef5fc SHA512 1d98a05bda7558ebca80c5a4985009bdcb2f875c25f44872a2ae589793deb2d6d832c91e3eeaed7846980f5921a6a543efd04db3f7b228a0d0bae37cdc5ccfae
-EBUILD dbuskit-0.1.1-r1.ebuild 799 BLAKE2B 66fba694420f7aea44ecda6e949fff4abbdfe9507e95b5d5ee3ed2dd407bd4cec3b4d15b1f581f6962c446a7ca6c4272547dce4d4162c4b2f424e90b6130d01a SHA512 830607a3fa462440b74f462d9cf8ccd3ae22355aa21ab63a941789cd7648d63724c70dc076ba4ddd2d3237203c411c6eb1da3743cce48fa676a923dd9b1b8404
-EBUILD dbuskit-0.1.1.ebuild 739 BLAKE2B 5271bb9c1a7ca8ad91d43c9bdfec5d5db3838b2f9ec0ddcf0d69fdbd8172ed2a1183dd7f3da7f7b4cce8f99c6dceeaf03ff52b363f0a99e1d645a661892e24cd SHA512 23e488d4c0675b7aaf0e1233e87ab9d65107dc7234f38eef591402cfcd0a6b669bf31fc2da1a4fce99421cadf0a0c0506458b513945f3117daada12ece46e7ed
-MISC metadata.xml 619 BLAKE2B c1a7767af86a48d595b038bdfff6e59f71bad20870f64c130452e68d185f70c02f22b4f3592394bc4b61be8bd140892b74b0564d12531fb348f52f696de9cc9c SHA512 9748c7f960bc4ee8e21b4bd7109fe45bb34f288387456b0e69a1062ef4b43b70af18415e8a3f73a9a74349860cbb84a2a7dc29d98db8979a32043fb6c03ec284
diff --git a/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild b/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild
deleted file mode 100644
index de48698483fe..000000000000
--- a/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools 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.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=sys-apps/dbus-1.2.1"
-RDEPEND="${DEPEND}"
-
-PATCHES=( ${FILESDIR}/${P}-remove_gc.patch )
-
-src_prepare() {
- default
-
- if ! use doc; then
- # Remove doc target
- sed -i -e "/SUBPROJECTS/s/Documentation//" GNUmakefile \
- || die "doc sed failed"
- fi
-
- # Bug 410697
- sed -e "s#ObjectiveC2/runtime.h#ObjectiveC2/objc/runtime.h#" \
- -i configure.ac || die "ObjectiveC2 runtime sed failed"
-
- eautoreconf
-}
diff --git a/gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild b/gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild
deleted file mode 100644
index 7176cc290c8b..000000000000
--- a/gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools 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.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc 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
-
- # Bug 410697
- sed -e "s#ObjectiveC2/runtime.h#ObjectiveC2/objc/runtime.h#" \
- -i configure.ac || die "ObjectiveC2 runtime sed failed"
- eautoreconf
-}
diff --git a/gnustep-libs/dbuskit/files/dbuskit-0.1.1-remove_gc.patch b/gnustep-libs/dbuskit/files/dbuskit-0.1.1-remove_gc.patch
deleted file mode 100644
index cc20e8dbe166..000000000000
--- a/gnustep-libs/dbuskit/files/dbuskit-0.1.1-remove_gc.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- trunk/Source/DKNotificationCenter.m 2016/03/26 05:10:00 39611
-+++ trunk/Source/DKNotificationCenter.m 2016/03/28 06:16:41 39612
-@@ -519,7 +519,7 @@
- {
- return nil;
- }
-- observer = GS_GC_HIDE(anObserver);
-+ observer = anObserver;
- selector = aSelector;
-
- // Make sure the necessary components are there and that the selector takes a
-@@ -535,7 +535,7 @@
-
- - (id)observer
- {
-- return GS_GC_UNHIDE(observer);
-+ return observer;
- }
-
- - (SEL)selector
-@@ -561,7 +561,7 @@
- // callback and need to avoid the reentrancy. We do this by scheduling
- // delivery of the notification on the run loop.
- [[NSRunLoop currentRunLoop] performSelector: selector
-- target: GS_GC_UNHIDE(observer)
-+ target: observer
- argument: notification
- order: UINT_MAX
- modes: [NSArray arrayWithObject: NSDefaultRunLoopMode]];
diff --git a/gnustep-libs/dbuskit/metadata.xml b/gnustep-libs/dbuskit/metadata.xml
deleted file mode 100644
index d55fc839b21a..000000000000
--- a/gnustep-libs/dbuskit/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnustep@gentoo.org</email>
- <name>Gentoo GNUstep Project</name>
- </maintainer>
- <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>