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 B71F11395E2 for ; Mon, 31 Oct 2016 14:45:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D091E07D5; Mon, 31 Oct 2016 14:45:37 +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 226A2E07D5 for ; Mon, 31 Oct 2016 14:45:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DCB6341045 for ; Mon, 31 Oct 2016 14:45:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E81722EE for ; Mon, 31 Oct 2016 14:45:33 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1477924873.68b674d3521a1e08d57b51270de888bfff0beeac.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/dash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/dash/dash-0.5.9.1-r1.ebuild app-shells/dash/dash-0.5.9.1.ebuild app-shells/dash/metadata.xml X-VCS-Directories: app-shells/dash/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 68b674d3521a1e08d57b51270de888bfff0beeac X-VCS-Branch: master Date: Mon, 31 Oct 2016 14:45:33 +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: 11766e43-d6ca-47de-b43a-7c5a55c2dc81 X-Archives-Hash: 1c82c55422a4531ce2e62d9088b09a99 commit: 68b674d3521a1e08d57b51270de888bfff0beeac Author: Mike Gilbert gentoo org> AuthorDate: Mon Oct 31 14:36:48 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Oct 31 14:41:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b674d3 app-shells/dash: make dumb-echo patch optional ACKed by Lars (polynomial-c). Bug: https://bugs.gentoo.org/590696 Package-Manager: portage-2.3.2_p1 app-shells/dash/{dash-0.5.9.1.ebuild => dash-0.5.9.1-r1.ebuild} | 6 ++++-- app-shells/dash/metadata.xml | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app-shells/dash/dash-0.5.9.1.ebuild b/app-shells/dash/dash-0.5.9.1-r1.ebuild similarity index 94% rename from app-shells/dash/dash-0.5.9.1.ebuild rename to app-shells/dash/dash-0.5.9.1-r1.ebuild index 39d1f83..4942b9d 100644 --- a/app-shells/dash/dash-0.5.9.1.ebuild +++ b/app-shells/dash/dash-0.5.9.1-r1.ebuild @@ -21,7 +21,7 @@ fi LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="libedit static" +IUSE="dumb-echo libedit static" RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )" DEPEND="${RDEPEND} @@ -31,7 +31,6 @@ DEPEND="${RDEPEND} #S=${WORKDIR}/${MY_P} PATCHES=( - "${FILESDIR}"/${PN}-0.5.9.1-dumb-echo.patch #337329 #527848 "${FILESDIR}"/${PN}-0.5.8.1-eval-warnx.patch ) @@ -42,6 +41,9 @@ src_prepare() { fi epatch "${PATCHES[@]}" + #337329 #527848 + use dumb-echo && epatch "${FILESDIR}"/${PN}-0.5.9.1-dumb-echo.patch + # Fix the invalid sort sed -i -e 's/LC_COLLATE=C/LC_ALL=C/g' src/mkbuiltins diff --git a/app-shells/dash/metadata.xml b/app-shells/dash/metadata.xml index ce044cc..0a565e1 100644 --- a/app-shells/dash/metadata.xml +++ b/app-shells/dash/metadata.xml @@ -8,4 +8,7 @@ cpe:/a:dash:dash + + Disable echo -n for added fun +