diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 04:11:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 04:11:45 +0000 |
commit | 77216d350c167d1945b56ba19b61a32226fbef58 (patch) | |
tree | 149e2c0538f649fa5b1c9e2f74a64dd2eac64f4a /media-tv/tvtime | |
parent | Remove entire installed instance from /usr/lib/MozillaFirefox in pkg_preinst ... (diff) | |
download | gentoo-2-77216d350c167d1945b56ba19b61a32226fbef58.tar.gz gentoo-2-77216d350c167d1945b56ba19b61a32226fbef58.tar.bz2 gentoo-2-77216d350c167d1945b56ba19b61a32226fbef58.zip |
Add die following econf for bug 48950
Diffstat (limited to 'media-tv/tvtime')
-rw-r--r-- | media-tv/tvtime/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/tvtime/tvtime-0.9.10-r1.ebuild | 4 | ||||
-rw-r--r-- | media-tv/tvtime/tvtime-0.9.12.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/media-tv/tvtime/ChangeLog b/media-tv/tvtime/ChangeLog index 5a43057f3a72..94904b34a6cc 100644 --- a/media-tv/tvtime/ChangeLog +++ b/media-tv/tvtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/tvtime -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvtime/ChangeLog,v 1.12 2004/01/12 19:23:47 max Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvtime/ChangeLog,v 1.13 2004/04/26 04:09:41 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> tvtime-0.9.10-r1.ebuild, + tvtime-0.9.12.ebuild: + Add die following econf for bug 48950 12 Jan 2004; Max Kalika <max@gentoo.org> tvtime-0.9.12.ebuild: Mark stable on x86. Get rid of the old version on Author's request. diff --git a/media-tv/tvtime/tvtime-0.9.10-r1.ebuild b/media-tv/tvtime/tvtime-0.9.10-r1.ebuild index e914bdb08ff2..93ed6f5bd4b9 100644 --- a/media-tv/tvtime/tvtime-0.9.10-r1.ebuild +++ b/media-tv/tvtime/tvtime-0.9.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvtime/tvtime-0.9.10-r1.ebuild,v 1.5 2004/01/12 19:23:47 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvtime/tvtime-0.9.10-r1.ebuild,v 1.6 2004/04/26 04:09:41 agriffis Exp $ DESCRIPTION="High quality television application for use with video capture cards." HOMEPAGE="http://tvtime.net/" @@ -31,7 +31,7 @@ src_compile() { myconf="${myconf} `use_with directfb`" myconf="${myconf} `use_with sdl` `use_enable sdl sdltest`" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "compile problem" } diff --git a/media-tv/tvtime/tvtime-0.9.12.ebuild b/media-tv/tvtime/tvtime-0.9.12.ebuild index 1754e124b65e..a27341316aeb 100644 --- a/media-tv/tvtime/tvtime-0.9.12.ebuild +++ b/media-tv/tvtime/tvtime-0.9.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvtime/tvtime-0.9.12.ebuild,v 1.3 2004/01/12 19:23:47 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvtime/tvtime-0.9.12.ebuild,v 1.4 2004/04/26 04:09:41 agriffis Exp $ DESCRIPTION="High quality television application for use with video capture cards." HOMEPAGE="http://tvtime.net/" @@ -25,7 +25,7 @@ src_compile() { myconf="${myconf} `use_with directfb`" myconf="${myconf} `use_with sdl` `use_enable sdl sdltest`" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "compile problem" } |