summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-09-24 12:57:33 +0000
committerUlrich Müller <ulm@gentoo.org>2007-09-24 12:57:33 +0000
commit6f81f0e1504fc67c5daaf3cd8d87aa3ef765d761 (patch)
treed854e7c7bd39e9834ea55653db1a42f6b7b40b96 /app-emacs
parentMarked ~hppa (bug #180642). (diff)
downloadgentoo-2-6f81f0e1504fc67c5daaf3cd8d87aa3ef765d761.tar.gz
gentoo-2-6f81f0e1504fc67c5daaf3cd8d87aa3ef765d761.tar.bz2
gentoo-2-6f81f0e1504fc67c5daaf3cd8d87aa3ef765d761.zip
Remove die command from epatch; thanks to opfer for pointing this out.
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/chess/ChangeLog8
-rw-r--r--app-emacs/chess/chess-2.0_beta5-r4.ebuild5
2 files changed, 4 insertions, 9 deletions
diff --git a/app-emacs/chess/ChangeLog b/app-emacs/chess/ChangeLog
index 62370750356b..f59abd46bdfc 100644
--- a/app-emacs/chess/ChangeLog
+++ b/app-emacs/chess/ChangeLog
@@ -1,10 +1,6 @@
# ChangeLog for app-emacs/chess
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/ChangeLog,v 1.16 2007/09/24 11:07:43 opfer Exp $
-
- 24 Sep 2007; Christian Faulhammer <opfer@gentoo.org>
- chess-2.0_beta6.ebuild:
- no need to die for epatch, it does that automatically
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/ChangeLog,v 1.17 2007/09/24 12:57:33 ulm Exp $
*chess-2.0_beta6 (24 Sep 2007)
*chess-2.0_beta5-r4 (24 Sep 2007)
@@ -15,7 +11,7 @@
Version bump. 2.0_beta6 compiles and runs with both Emacs 21 and 22 now.
Fix assert problem in chess-pos-move that occured for the start position.
Remove festival USE flag since it changes nothing for the installed package.
- Install pixmap files in correct location.
+ Install pixmap files in correct location. Remove die command from epatch.
23 Sep 2007; Ulrich Mueller <ulm@gentoo.org> -chess-2.0_beta5-r1.ebuild,
chess-2.0_beta5-r3.ebuild:
diff --git a/app-emacs/chess/chess-2.0_beta5-r4.ebuild b/app-emacs/chess/chess-2.0_beta5-r4.ebuild
index 4006c1200d5d..e35b4f42c316 100644
--- a/app-emacs/chess/chess-2.0_beta5-r4.ebuild
+++ b/app-emacs/chess/chess-2.0_beta5-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/chess-2.0_beta5-r4.ebuild,v 1.1 2007/09/24 10:30:11 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/chess-2.0_beta5-r4.ebuild,v 1.2 2007/09/24 12:57:33 ulm Exp $
NEED_EMACS=22
@@ -28,8 +28,7 @@ DOCS="ChangeLog EPD.txt PGN.txt PLAN README TODO"
src_unpack() {
unpack ${A}
cd "${S}"
- epatch "${FILESDIR}/${PV}-byte-compiling-files-gentoo.patch" \
- || die "epatch failed"
+ epatch "${FILESDIR}/${PV}-byte-compiling-files-gentoo.patch"
rm -f *.elc
}