From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93815139694 for ; Fri, 30 Jun 2017 07:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4408BE0BEB; Fri, 30 Jun 2017 07:28:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E11BE0BEB for ; Fri, 30 Jun 2017 07:28:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D19EE341717 for ; Fri, 30 Jun 2017 07:28:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98F6C7488 for ; Fri, 30 Jun 2017 07:28:41 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1498807671.8ce37f9130c35339f398bd63353bd0816885faef.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-libs/ffcall/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-libs/ffcall/ffcall-1.13.ebuild X-VCS-Directories: dev-libs/ffcall/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 8ce37f9130c35339f398bd63353bd0816885faef X-VCS-Branch: master Date: Fri, 30 Jun 2017 07:28:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0c1095ee-4676-4ebc-a9d2-cad6268f29f1 X-Archives-Hash: 4c0561195e358a32c5ca967a314b9c71 commit: 8ce37f9130c35339f398bd63353bd0816885faef Author: Bruno Haible clisp org> AuthorDate: Fri Jun 30 07:27:07 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri Jun 30 07:27:51 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8ce37f91 dev-libs/ffcall: Removes ebuild obsolete parts dev-libs/ffcall/ffcall-1.13.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/dev-libs/ffcall/ffcall-1.13.ebuild b/dev-libs/ffcall/ffcall-1.13.ebuild index e2514f4f..067088c3 100644 --- a/dev-libs/ffcall/ffcall-1.13.ebuild +++ b/dev-libs/ffcall/ffcall-1.13.ebuild @@ -39,17 +39,12 @@ src_prepare() { # and -Wa, are a must to pass here. sed -e 's/$(CC) /&$(CFLAGS) /g' \ -i "${mfi}" || die - - # usually uses '$(CC) ... -o something' for linking - sed -e 's/\($(CC) .* \)-o /\1 $(LDFLAGS) -o /g' \ - -i "${mfi}" || die done eapply_user } src_configure() { append-flags -fPIC - append-flags $(test-flags-CC -Wa,--noexecstack) #253963 # Doc goes in datadir econf \ @@ -58,16 +53,6 @@ src_configure() { --disable-static } -src_compile() { - # Because CHOST is set to (for example) - # alphaev67-unknown-linux-gnu, CPU gets set to alphaev67 which - # doesn't work in the Makefile (29 Jan 2004 agriffis) - local cpu_setting - [[ "${ARCH}" == "alpha" ]] && cpu_setting='CPU=alpha' - - emake ${cpu_setting} -} - src_install() { dodoc NEWS README dodir /usr/share/man