diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-02-15 02:57:08 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-02-15 02:57:08 +0000 |
commit | b6c1e1d5fa51314cc70e3d8ddee22e845623f86a (patch) | |
tree | 45e0a3179e823cbb501a681b85816657cd1318c1 /media-sound | |
parent | Remove old. (diff) | |
download | historical-b6c1e1d5fa51314cc70e3d8ddee22e845623f86a.tar.gz historical-b6c1e1d5fa51314cc70e3d8ddee22e845623f86a.tar.bz2 historical-b6c1e1d5fa51314cc70e3d8ddee22e845623f86a.zip |
Die on sed failure.
Package-Manager: portage-2.2.0_alpha86/cvs/Linux x86_64
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/snd/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/snd/snd-12.7.ebuild | 4 | ||||
-rw-r--r-- | media-sound/snd/snd-12.8.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/snd/ChangeLog b/media-sound/snd/ChangeLog index f399353bd75e..c3b9cee7eb5c 100644 --- a/media-sound/snd/ChangeLog +++ b/media-sound/snd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/snd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/ChangeLog,v 1.61 2012/02/07 08:01:44 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/ChangeLog,v 1.62 2012/02/15 02:57:08 radhermit Exp $ + + 15 Feb 2012; Tim Harder <radhermit@gentoo.org> snd-12.7.ebuild, + snd-12.8.ebuild: + Die on sed failure. 07 Feb 2012; Tim Harder <radhermit@gentoo.org> -snd-12.5.ebuild, -snd-12.6.ebuild: diff --git a/media-sound/snd/snd-12.7.ebuild b/media-sound/snd/snd-12.7.ebuild index 2d1d4a9d4b9f..8dee14972696 100644 --- a/media-sound/snd/snd-12.7.ebuild +++ b/media-sound/snd/snd-12.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-12.7.ebuild,v 1.1 2012/01/04 09:36:29 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-12.7.ebuild,v 1.2 2012/02/15 02:57:08 radhermit Exp $ EAPI="4" @@ -96,7 +96,7 @@ src_compile() { emake snd # Do not compile ruby extensions for command line programs since they fail - sed -i -e "s:HAVE_RUBY 1:HAVE_RUBY 0:" mus-config.h + sed -i -e "s:HAVE_RUBY 1:HAVE_RUBY 0:" mus-config.h || die for i in sndinfo audinfo sndplay ; do emake ${i} diff --git a/media-sound/snd/snd-12.8.ebuild b/media-sound/snd/snd-12.8.ebuild index 49e50ef33916..ab66f688a1fd 100644 --- a/media-sound/snd/snd-12.8.ebuild +++ b/media-sound/snd/snd-12.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-12.8.ebuild,v 1.1 2012/02/07 08:00:49 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-12.8.ebuild,v 1.2 2012/02/15 02:57:08 radhermit Exp $ EAPI="4" @@ -96,7 +96,7 @@ src_compile() { emake snd # Do not compile ruby extensions for command line programs since they fail - sed -i -e "s:HAVE_RUBY 1:HAVE_RUBY 0:" mus-config.h + sed -i -e "s:HAVE_RUBY 1:HAVE_RUBY 0:" mus-config.h || die for i in sndinfo audinfo sndplay ; do emake ${i} |