public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/dbuskit/files/, gnustep-libs/dbuskit/
@ 2017-04-25 13:56 Bernard Cafarelli
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli @ 2017-04-25 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     30e9b3a1d852a55d338300fccd117095404f4d98
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 13:55:36 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 13:56:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e9b3a1

gnustep-libs/dbuskit: drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnustep-libs/dbuskit/Manifest                      |  1 -
 gnustep-libs/dbuskit/dbuskit-0.1.ebuild            | 31 ----------------------
 .../dbuskit/files/dbuskit-0.1-configure.patch      | 31 ----------------------
 3 files changed, 63 deletions(-)

diff --git a/gnustep-libs/dbuskit/Manifest b/gnustep-libs/dbuskit/Manifest
index e324cc2985f..5b186ee57e0 100644
--- a/gnustep-libs/dbuskit/Manifest
+++ b/gnustep-libs/dbuskit/Manifest
@@ -1,2 +1 @@
 DIST dbuskit-0.1.1.tar.gz 706783 SHA256 3995867173148663cec6d98010b1c23e5fec827ff6b801f1ae6a4e9949b0f7b5 SHA512 1d98a05bda7558ebca80c5a4985009bdcb2f875c25f44872a2ae589793deb2d6d832c91e3eeaed7846980f5921a6a543efd04db3f7b228a0d0bae37cdc5ccfae WHIRLPOOL 5172636a3d64d721cd21022ebf67866d81b9309c81152683bf1285ee66b67f58068b543bab13f7cfbcb08952ffab6c7e7ecd9129ee1ebac950e3c11077751502
-DIST dbuskit-0.1.tar.bz2 430580 SHA256 8a6c7ea00a393f43e8cf0dd2337bc6b58e8f542b42568324f996a2070de3380c SHA512 194e728a31401865b0c2558d7e5992a00abf520a373f203fea7ecc74fdbc4248f6016624c00b1bbd2718b6842d7f08fcea78654289f1e4857914234652378a99 WHIRLPOOL b5faeed275bc007a6fc784c3097884ed1dc2ae7757d889207eb41053bc7617912d7eba56e0f9390c889044088777958c7c34b25c1bf48a4fc61749673fed061b

diff --git a/gnustep-libs/dbuskit/dbuskit-0.1.ebuild b/gnustep-libs/dbuskit/dbuskit-0.1.ebuild
deleted file mode 100644
index f1986582d52..00000000000
--- a/gnustep-libs/dbuskit/dbuskit-0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-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.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=sys-apps/dbus-1.2.1"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-configure.patch
-	# Bug 410697
-	sed -e "s#ObjectiveC2/runtime.h#ObjectiveC2/objc/runtime.h#" \
-		-i configure.ac || die "ObjectiveC2 runtime sed failed"
-	if ! use doc; then
-		# Remove doc target
-		sed -i -e "/SUBPROJECTS/s/Documentation//" GNUmakefile \
-			|| die "doc sed failed"
-	fi
-
-	eautoreconf
-}

diff --git a/gnustep-libs/dbuskit/files/dbuskit-0.1-configure.patch b/gnustep-libs/dbuskit/files/dbuskit-0.1-configure.patch
deleted file mode 100644
index 9a25bcef6ad..00000000000
--- a/gnustep-libs/dbuskit/files/dbuskit-0.1-configure.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-http://svn.gna.org/viewcvs/gnustep?view=revision&revision=34602
-Backport configure script improvements.
---- libs/dbuskit/branches/0.1/configure.ac	2012/01/20 14:38:55	34601
-+++ libs/dbuskit/branches/0.1/configure.ac	2012/01/20 14:39:24	34602
-@@ -4,8 +4,17 @@
- LT_INIT
- AC_CONFIG_MACRO_DIR([m4])
- AC_CANONICAL_SYSTEM
-+
-+#Override the OBJC variable if it is empty and CC is also set.
-+if test -n "$CC"; then
-+  if test -z "$OBJC"; then
-+    OBJC="$CC"
-+  fi
-+fi 
-+
- AC_PROG_CC(clang gcc cc c1 egcs)
- AC_PROG_CPP
-+AC_PROG_OBJC(clang gcc objcc objc cc CC)
- AC_LANG(Objective C)
- PKG_PROG_PKG_CONFIG([])
- AC_LANG_PUSH(C)
-@@ -129,7 +138,7 @@
- fi
- 
- AC_SUBST(OBJC_RUNTIME_H)
--
-+AC_SUBST(OBJC)
- CFLAGS="$saved_CFLAGS"
- CPPFLAGS="$saved_CPPFLAGS"
- LDFLAGS="$saved_LDFLAGS"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-25 13:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-25 13:56 [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/dbuskit/files/, gnustep-libs/dbuskit/ Bernard Cafarelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox