diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-04-09 19:14:01 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-04-09 19:14:01 +0000 |
commit | 4c82a31c0ef5b8442a045b40b196808dc3acb375 (patch) | |
tree | 72c9d6655a91661a6ea69ad7a746f6a042c72004 /media-video/bombono-dvd | |
parent | Install to libdir instead of libexecdir. (diff) | |
download | gentoo-2-4c82a31c0ef5b8442a045b40b196808dc3acb375.tar.gz gentoo-2-4c82a31c0ef5b8442a045b40b196808dc3acb375.tar.bz2 gentoo-2-4c82a31c0ef5b8442a045b40b196808dc3acb375.zip |
Improve error messages
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'media-video/bombono-dvd')
-rw-r--r-- | media-video/bombono-dvd/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/bombono-dvd/bombono-dvd-1.2.1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-video/bombono-dvd/ChangeLog b/media-video/bombono-dvd/ChangeLog index fdf4943f279c..e4ac7ec1252f 100644 --- a/media-video/bombono-dvd/ChangeLog +++ b/media-video/bombono-dvd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/bombono-dvd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/ChangeLog,v 1.24 2012/02/25 23:03:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/ChangeLog,v 1.25 2012/04/09 19:14:01 dilfridge Exp $ + + 09 Apr 2012; Andreas K. Huettel <dilfridge@gentoo.org> + bombono-dvd-1.2.1.ebuild: + Improve error messages 25 Feb 2012; Alexis Ballier <aballier@gentoo.org> bombono-dvd-1.0.0.ebuild, +files/bombono-dvd-1.0.0-ffmpeg.patch: diff --git a/media-video/bombono-dvd/bombono-dvd-1.2.1.ebuild b/media-video/bombono-dvd/bombono-dvd-1.2.1.ebuild index 630143a37759..1b7223c6a54e 100644 --- a/media-video/bombono-dvd/bombono-dvd-1.2.1.ebuild +++ b/media-video/bombono-dvd/bombono-dvd-1.2.1.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-video/bombono-dvd/bombono-dvd-1.2.1.ebuild,v 1.1 2012/02/12 16:48:11 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.2.1.ebuild,v 1.2 2012/04/09 19:14:01 dilfridge Exp $ EAPI=4 SCONS_MIN_VERSION="0.96.1" @@ -60,7 +60,7 @@ src_configure() { src_compile() { nonfatal escons \ - || die 'Please add "${S}/config.opts" when filing bugs reports!' + || die "Please add ${S}/config.opts when filing bugs reports!" } src_test() { @@ -68,5 +68,5 @@ src_test() { } src_install() { - nonfatal escons install || die 'Please add "${S}/config.opts" when filing bugs reports!' + nonfatal escons install || die "Please add ${S}/config.opts when filing bugs reports!" } |