diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-09-30 16:54:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-09-30 16:54:30 +0000 |
commit | 3361d9ada3df9dec71e271fb61c4351bb5462108 (patch) | |
tree | 335562526362c1c85439aeca817525a2f83d99e8 /app-doc | |
parent | Drop die with edos2unix since it does it for us now. (diff) | |
download | gentoo-2-3361d9ada3df9dec71e271fb61c4351bb5462108.tar.gz gentoo-2-3361d9ada3df9dec71e271fb61c4351bb5462108.tar.bz2 gentoo-2-3361d9ada3df9dec71e271fb61c4351bb5462108.zip |
Drop die with edos2unix since it does it for us now.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/casting-spels-emacs/ChangeLog | 8 | ||||
-rw-r--r-- | app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-doc/casting-spels-emacs/ChangeLog b/app-doc/casting-spels-emacs/ChangeLog index ae43d5549b3b..22536c90dea4 100644 --- a/app-doc/casting-spels-emacs/ChangeLog +++ b/app-doc/casting-spels-emacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-doc/casting-spels-emacs -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/ChangeLog,v 1.5 2010/11/29 14:21:06 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/ChangeLog,v 1.6 2011/09/30 16:54:30 vapier Exp $ + + 30 Sep 2011; Mike Frysinger <vapier@gentoo.org> + casting-spels-emacs-19-r1.ebuild: + Drop die with edos2unix since it does it for us now. 29 Nov 2010; Christian Faulhammer <fauli@gentoo.org> casting-spels-emacs-19-r1.ebuild: diff --git a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild index 2c2d73d80819..c16051d26389 100644 --- a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild +++ b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild,v 1.3 2010/11/29 14:21:06 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild,v 1.4 2011/09/30 16:54:30 vapier Exp $ EAPI=3 @@ -21,7 +21,7 @@ DEPEND="app-arch/unzip" S="${WORKDIR}/${PN}" src_prepare() { - edos2unix *.txt html/*.html {lisp,test}/*.el || die + edos2unix *.txt html/*.html {lisp,test}/*.el # needs cl extensions epatch "${FILESDIR}/${P}-require-cl.patch" |