From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LVlQW-0000SY-9F for garchives@archives.gentoo.org; Sat, 07 Feb 2009 11:32:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 602E9E0303; Sat, 7 Feb 2009 11:32:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3A6E0E0303 for ; Sat, 7 Feb 2009 11:32:46 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C8FD16489C for ; Sat, 7 Feb 2009 11:32:45 +0000 (UTC) Received: from fauli by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LVlQT-0003Oo-H0 for gentoo-commits@lists.gentoo.org; Sat, 07 Feb 2009 11:32:45 +0000 From: "Christian Faulhammer (fauli)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, fauli@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: elisp.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: elisp.eclass X-VCS-Directories: eclass X-VCS-Committer: fauli X-VCS-Committer-Name: Christian Faulhammer Content-Type: text/plain; charset=utf8 Message-Id: Sender: Christian Faulhammer Date: Sat, 07 Feb 2009 11:32:45 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 11727755-4c54-46ba-80ce-c26dfe55dd6c X-Archives-Hash: 9c60ab002c27dd1dc5c72227d79dbd30 fauli 09/02/07 11:32:45 Modified: elisp.eclass Log: remove die messages Revision Changes Path 1.37 eclass/elisp.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp.eclas= s?rev=3D1.37&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp.eclas= s?rev=3D1.37&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp.eclas= s?r1=3D1.36&r2=3D1.37 Index: elisp.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- elisp.eclass 16 Nov 2008 10:23:42 -0000 1.36 +++ elisp.eclass 7 Feb 2009 11:32:45 -0000 1.37 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.36 2008/11/16= 10:23:42 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.37 2009/02/07= 11:32:45 fauli Exp $ # # Copyright 2002-2003 Matthew Kennedy # Copyright 2003 Jeremy Maitin-Shepard @@ -62,7 +62,7 @@ elisp_src_unpack() { [ -n "${A}" ] && unpack ${A} if [ -f ${P}.el ]; then - mv ${P}.el ${PN}.el || die "mv ${P}.el ${PN}.el failed" + mv ${P}.el ${PN}.el || die fi } =20 @@ -76,7 +76,7 @@ elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die fi if [ -n "${DOCS}" ]; then - dodoc ${DOCS} || die "dodoc failed" + dodoc ${DOCS} || die fi } =20