public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ekopath/
Date: Mon, 12 Oct 2015 08:52:55 +0000 (UTC)	[thread overview]
Message-ID: <1444639970.9893c5c522f03b0ccf8215afd0649359aa0ca8b1.mgorny@gentoo> (raw)

commit:     9893c5c522f03b0ccf8215afd0649359aa0ca8b1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 08:51:44 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 08:52:50 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9893c5c5

dev-lang/ekopath: Add missing ||die

Package-Manager: portage-2.2.23

 dev-lang/ekopath/ekopath-6.0.477_p20150809.ebuild | 2 +-
 dev-lang/ekopath/ekopath-6.0.481_p20150811.ebuild | 2 +-
 dev-lang/ekopath/ekopath-6.0.521_p20150910.ebuild | 2 +-
 dev-lang/ekopath/ekopath-6.0.532_p20150921.ebuild | 2 +-
 dev-lang/ekopath/ekopath-6.0.551_p20151010.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lang/ekopath/ekopath-6.0.477_p20150809.ebuild b/dev-lang/ekopath/ekopath-6.0.477_p20150809.ebuild
index ab16a2f..c886d13 100644
--- a/dev-lang/ekopath/ekopath-6.0.477_p20150809.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.477_p20150809.ebuild
@@ -38,7 +38,7 @@ src_unpack() {
 }
 
 src_prepare() {
-	cat > 99${PN} <<-EOF
+	cat > 99${PN} <<-EOF || die
 		PATH=${EROOT%/}/opt/${PN}/bin
 		ROOTPATH=${EROOT%/}/opt/${PN}/bin
 		LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64

diff --git a/dev-lang/ekopath/ekopath-6.0.481_p20150811.ebuild b/dev-lang/ekopath/ekopath-6.0.481_p20150811.ebuild
index ab16a2f..c886d13 100644
--- a/dev-lang/ekopath/ekopath-6.0.481_p20150811.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.481_p20150811.ebuild
@@ -38,7 +38,7 @@ src_unpack() {
 }
 
 src_prepare() {
-	cat > 99${PN} <<-EOF
+	cat > 99${PN} <<-EOF || die
 		PATH=${EROOT%/}/opt/${PN}/bin
 		ROOTPATH=${EROOT%/}/opt/${PN}/bin
 		LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64

diff --git a/dev-lang/ekopath/ekopath-6.0.521_p20150910.ebuild b/dev-lang/ekopath/ekopath-6.0.521_p20150910.ebuild
index ab16a2f..c886d13 100644
--- a/dev-lang/ekopath/ekopath-6.0.521_p20150910.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.521_p20150910.ebuild
@@ -38,7 +38,7 @@ src_unpack() {
 }
 
 src_prepare() {
-	cat > 99${PN} <<-EOF
+	cat > 99${PN} <<-EOF || die
 		PATH=${EROOT%/}/opt/${PN}/bin
 		ROOTPATH=${EROOT%/}/opt/${PN}/bin
 		LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64

diff --git a/dev-lang/ekopath/ekopath-6.0.532_p20150921.ebuild b/dev-lang/ekopath/ekopath-6.0.532_p20150921.ebuild
index ab16a2f..c886d13 100644
--- a/dev-lang/ekopath/ekopath-6.0.532_p20150921.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.532_p20150921.ebuild
@@ -38,7 +38,7 @@ src_unpack() {
 }
 
 src_prepare() {
-	cat > 99${PN} <<-EOF
+	cat > 99${PN} <<-EOF || die
 		PATH=${EROOT%/}/opt/${PN}/bin
 		ROOTPATH=${EROOT%/}/opt/${PN}/bin
 		LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64

diff --git a/dev-lang/ekopath/ekopath-6.0.551_p20151010.ebuild b/dev-lang/ekopath/ekopath-6.0.551_p20151010.ebuild
index ab16a2f..c886d13 100644
--- a/dev-lang/ekopath/ekopath-6.0.551_p20151010.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.551_p20151010.ebuild
@@ -38,7 +38,7 @@ src_unpack() {
 }
 
 src_prepare() {
-	cat > 99${PN} <<-EOF
+	cat > 99${PN} <<-EOF || die
 		PATH=${EROOT%/}/opt/${PN}/bin
 		ROOTPATH=${EROOT%/}/opt/${PN}/bin
 		LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64


             reply	other threads:[~2015-10-12  8:53 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-12  8:52 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-06-14  9:30 [gentoo-commits] repo/gentoo:master commit in: dev-lang/ekopath/ Mikle Kolyada
2016-10-21 18:58 Michał Górny
2016-10-21 18:58 Michał Górny
2016-06-30 17:07 Michał Górny
2016-06-23 12:48 Michał Górny
2016-04-29  9:27 Michał Górny
2016-04-29  9:27 Michał Górny
2016-04-10 12:34 Michał Górny
2016-03-25  8:28 Michał Górny
2016-03-19 14:03 Michał Górny
2016-03-12 16:33 Michał Górny
2016-03-12 16:33 Michał Górny
2016-03-12 16:33 Michał Górny
2016-03-12 16:33 Michał Górny
2016-03-12 16:33 Michał Górny
2016-03-12 13:41 Michał Górny
2016-03-04  6:12 Michał Górny
2016-01-25 19:45 Michał Górny
2016-01-01 10:25 Michał Górny
2016-01-01 10:25 Michał Górny
2015-12-14 22:14 Michał Górny
2015-12-12 12:59 Michał Górny
2015-12-02 20:08 Michał Górny
2015-10-30 23:37 Michał Górny
2015-10-30 23:37 Michał Górny
2015-10-11 18:19 Michał Górny
2015-09-22 17:42 Michał Górny
2015-09-11 18:51 Michał Górny
2015-08-12 20:51 Michał Górny
2015-08-10  7:15 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1444639970.9893c5c522f03b0ccf8215afd0649359aa0ca8b1.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox