From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1004631-garchives=archives.gentoo.org@lists.gentoo.org> 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 2462C1382C5 for <garchives@archives.gentoo.org>; Mon, 19 Feb 2018 22:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BD5EE098F; Mon, 19 Feb 2018 22:27:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1862CE098F for <gentoo-commits@lists.gentoo.org>; Mon, 19 Feb 2018 22:27:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 433D5335C2A for <gentoo-commits@lists.gentoo.org>; Mon, 19 Feb 2018 22:27:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E71C1B0 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Feb 2018 22:27:08 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1519079206.abd187029138f76538375e8f897e34644b7f56af.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs/emacs-23.4-r17.ebuild app-editors/emacs/emacs-24.5-r5.ebuild app-editors/emacs/emacs-25.3-r1.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: abd187029138f76538375e8f897e34644b7f56af X-VCS-Branch: master Date: Mon, 19 Feb 2018 22:27:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d7125997-a8c9-43cf-af56-0d66c4585cbb X-Archives-Hash: 5bd9056808597e586d603ccf2cdcba43 commit: abd187029138f76538375e8f897e34644b7f56af Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Feb 19 22:21:36 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Feb 19 22:26:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd18702 app-editors/emacs: Add missing die commands. Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-editors/emacs/emacs-23.4-r17.ebuild | 2 +- app-editors/emacs/emacs-24.5-r5.ebuild | 2 +- app-editors/emacs/emacs-25.3-r1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-editors/emacs/emacs-23.4-r17.ebuild b/app-editors/emacs/emacs-23.4-r17.ebuild index 3f8a54bdb1c..0a3267bc824 100644 --- a/app-editors/emacs/emacs-23.4-r17.ebuild +++ b/app-editors/emacs/emacs-23.4-r17.ebuild @@ -278,7 +278,7 @@ src_install () { cdir="/usr/src/debug/${CATEGORY}/${PF}/${S#"${WORKDIR}/"}/src" fi - sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF + sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF || die X ;;; ${PN}-${SLOT} site-lisp configuration X diff --git a/app-editors/emacs/emacs-24.5-r5.ebuild b/app-editors/emacs/emacs-24.5-r5.ebuild index 15df5c15cc8..4244c1f2ee5 100644 --- a/app-editors/emacs/emacs-24.5-r5.ebuild +++ b/app-editors/emacs/emacs-24.5-r5.ebuild @@ -272,7 +272,7 @@ src_install () { cdir="/usr/src/debug/${CATEGORY}/${PF}/${S#"${WORKDIR}/"}/src" fi - sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF + sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF || die X ;;; ${PN}-${SLOT} site-lisp configuration X diff --git a/app-editors/emacs/emacs-25.3-r1.ebuild b/app-editors/emacs/emacs-25.3-r1.ebuild index 0377eb67861..e7825108d03 100644 --- a/app-editors/emacs/emacs-25.3-r1.ebuild +++ b/app-editors/emacs/emacs-25.3-r1.ebuild @@ -284,7 +284,7 @@ src_install () { cdir="/usr/src/debug/${CATEGORY}/${PF}/${S#"${WORKDIR}/"}/src" fi - sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF + sed -e "${cdir:+#}/^Y/d" -e "s/^[XY]//" >"${T}/${SITEFILE}" <<-EOF || die X ;;; ${PN}-${SLOT} site-lisp configuration X