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 CE633138334 for ; Mon, 18 Feb 2019 23:49:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB7D5E0835; Mon, 18 Feb 2019 23:49:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98DBEE0835 for ; Mon, 18 Feb 2019 23:49:21 +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 55553335CED for ; Mon, 18 Feb 2019 23:49:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A951543 for ; Mon, 18 Feb 2019 23:49:18 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1550533747.07249f05acded59ac1f74d53e4961ddb346d2632.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/sdcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/sdcc/sdcc-3.5.0.ebuild dev-embedded/sdcc/sdcc-3.8.0.ebuild dev-embedded/sdcc/sdcc-9999.ebuild X-VCS-Directories: dev-embedded/sdcc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 07249f05acded59ac1f74d53e4961ddb346d2632 X-VCS-Branch: master Date: Mon, 18 Feb 2019 23:49:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 518cc58a-3094-47e9-a224-b1ca1975720e X-Archives-Hash: 2301ac52952f6ae3afef71af70cf71a0 commit: 07249f05acded59ac1f74d53e4961ddb346d2632 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Feb 18 23:48:44 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Feb 18 23:49:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07249f05 dev-embedded/sdcc: drop prepstrip, bug #587310 Reported-by: Michał Górny Closes: https://bugs.gentoo.org/587310 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich gentoo.org> dev-embedded/sdcc/sdcc-3.5.0.ebuild | 7 +------ dev-embedded/sdcc/sdcc-3.8.0.ebuild | 7 +------ dev-embedded/sdcc/sdcc-9999.ebuild | 7 +++++-- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/dev-embedded/sdcc/sdcc-3.5.0.ebuild b/dev-embedded/sdcc/sdcc-3.5.0.ebuild index 3379d7019c1..5a4e83b451d 100644 --- a/dev-embedded/sdcc/sdcc-3.5.0.ebuild +++ b/dev-embedded/sdcc/sdcc-3.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -112,9 +112,4 @@ src_install() { docs_compile || cd "${WORKDIR}"/doc dohtml -r * fi - - # a bunch of archives (*.a) are built & installed by gputils - # for PIC processors, but they do not work with standard `ar` - # & `scanelf` utils and they're not for the host. - env RESTRICT="" prepstrip "${D%/}"/usr/bin } diff --git a/dev-embedded/sdcc/sdcc-3.8.0.ebuild b/dev-embedded/sdcc/sdcc-3.8.0.ebuild index b2e7a0f0e7b..570c8091c70 100644 --- a/dev-embedded/sdcc/sdcc-3.8.0.ebuild +++ b/dev-embedded/sdcc/sdcc-3.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -125,9 +125,4 @@ src_install() { cd "${WORKDIR}"/doc dodoc -r * fi - - # a bunch of archives (*.a) are built & installed by gputils - # for PIC processors, but they do not work with standard `ar` - # & `scanelf` utils and they're not for the host. - env RESTRICT="" prepstrip "${D%/}"/usr/bin } diff --git a/dev-embedded/sdcc/sdcc-9999.ebuild b/dev-embedded/sdcc/sdcc-9999.ebuild index b2e7a0f0e7b..4a113587a4d 100644 --- a/dev-embedded/sdcc/sdcc-9999.ebuild +++ b/dev-embedded/sdcc/sdcc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -129,5 +129,8 @@ src_install() { # a bunch of archives (*.a) are built & installed by gputils # for PIC processors, but they do not work with standard `ar` # & `scanelf` utils and they're not for the host. - env RESTRICT="" prepstrip "${D%/}"/usr/bin + + # TODO: use dostrip from EAPI=7 when subversion gets EAPI=7 + # in bug #678344: + #dostrip "${D%/}"/usr/bin }