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 3215C1382C5 for ; Sun, 8 Apr 2018 15:11:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40071E0AC2; Sun, 8 Apr 2018 15:11:33 +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 15B07E0AC2 for ; Sun, 8 Apr 2018 15:11:33 +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 6F980335C49 for ; Sun, 8 Apr 2018 15:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9EC926D for ; Sun, 8 Apr 2018 15:11:29 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1523200276.a5a7dd3af6c19e4b5b29ad16d99d90d9f9f33dca.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/guile/guile-2.2.3.ebuild X-VCS-Directories: dev-scheme/guile/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: a5a7dd3af6c19e4b5b29ad16d99d90d9f9f33dca X-VCS-Branch: master Date: Sun, 8 Apr 2018 15:11:29 +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: 06a37adf-be1e-41ff-b460-94eaab593621 X-Archives-Hash: efb54c5cda93f1df93acc761b165cb43 commit: a5a7dd3af6c19e4b5b29ad16d99d90d9f9f33dca Author: Amy Liffey gentoo org> AuthorDate: Sun Apr 8 14:57:32 2018 +0000 Commit: Amy Liffey gentoo org> CommitDate: Sun Apr 8 15:11:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a7dd3a dev-scheme/guile: remove strip_mask Closes: https://bugs.gentoo.org/651442 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-scheme/guile/guile-2.2.3.ebuild | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/dev-scheme/guile/guile-2.2.3.ebuild b/dev-scheme/guile/guile-2.2.3.ebuild index e2fad703dca..895f6d9e02b 100644 --- a/dev-scheme/guile/guile-2.2.3.ebuild +++ b/dev-scheme/guile/guile-2.2.3.ebuild @@ -1,19 +1,21 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 + inherit flag-o-matic +MAJOR="2.2" DESCRIPTION="GNU Ubiquitous Intelligent Language for Extensions" HOMEPAGE="https://www.gnu.org/software/guile/" SRC_URI="mirror://gnu/guile/${P}.tar.gz" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + LICENSE="LGPL-3+" +SLOT="12/2.2-1" # libguile-2.2.so.1 => 2.2-1 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug debug-malloc +deprecated +networking +nls +regex +threads" # upstream recommended +networking +nls -# emacs useflag removal not working - -# workaround for bug 596322 -REQUIRED_USE="regex" +REQUIRED_USE="regex" # workaround for bug 596322 +RESTRICT="strip" RDEPEND=" >=dev-libs/boehm-gc-7.0:=[threads?] @@ -29,13 +31,8 @@ DEPEND="${RDEPEND} sys-apps/texinfo sys-devel/gettext" -SLOT="12/2.2-1" # libguile-2.2.so.1 => 2.2-1 -MAJOR="2.2" -STRIP_MASK="*.go" - -DOCS=( GUILE-VERSION HACKING README ) - PATCHES=( "${FILESDIR}/${P}-gentoo-sandbox.patch" ) +DOCS=( GUILE-VERSION HACKING README ) src_configure() { # see bug #178499