summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 04:11:45 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 04:11:45 +0000
commit77216d350c167d1945b56ba19b61a32226fbef58 (patch)
tree149e2c0538f649fa5b1c9e2f74a64dd2eac64f4a
parentRemove entire installed instance from /usr/lib/MozillaFirefox in pkg_preinst ... (diff)
downloadgentoo-2-77216d350c167d1945b56ba19b61a32226fbef58.tar.gz
gentoo-2-77216d350c167d1945b56ba19b61a32226fbef58.tar.bz2
gentoo-2-77216d350c167d1945b56ba19b61a32226fbef58.zip
Add die following econf for bug 48950
-rw-r--r--media-sound/terminatorx/ChangeLog5
-rw-r--r--media-sound/terminatorx/terminatorx-3.81.ebuild4
-rw-r--r--media-tv/mythfrontend/ChangeLog6
-rw-r--r--media-tv/mythfrontend/mythfrontend-0.12.ebuild4
-rw-r--r--media-tv/mythfrontend/mythfrontend-0.13.ebuild4
-rw-r--r--media-tv/mythtv/ChangeLog6
-rw-r--r--media-tv/mythtv/mythtv-0.12.ebuild4
-rw-r--r--media-tv/mythtv/mythtv-0.13-r1.ebuild4
-rw-r--r--media-tv/tvtime/ChangeLog8
-rw-r--r--media-tv/tvtime/tvtime-0.9.10-r1.ebuild4
-rw-r--r--media-tv/tvtime/tvtime-0.9.12.ebuild4
-rw-r--r--media-tv/zapping/ChangeLog8
-rw-r--r--media-tv/zapping/zapping-0.6.6.ebuild6
-rw-r--r--media-tv/zapping/zapping-0.6.7.ebuild6
14 files changed, 46 insertions, 27 deletions
diff --git a/media-sound/terminatorx/ChangeLog b/media-sound/terminatorx/ChangeLog
index 51555b4b5f1c..c8fb48e772de 100644
--- a/media-sound/terminatorx/ChangeLog
+++ b/media-sound/terminatorx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/terminatorx
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.9 2004/04/23 22:29:15 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.10 2004/04/26 04:06:53 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> terminatorx-3.81.ebuild:
+ Add die following econf for bug 48950
24 Apr 2004; Danny van Dyk <kugelfang@gentoo.org> terminatorx-3.81.ebuild:
marked ~amd64
diff --git a/media-sound/terminatorx/terminatorx-3.81.ebuild b/media-sound/terminatorx/terminatorx-3.81.ebuild
index d76dc7936df8..7c066d315126 100644
--- a/media-sound/terminatorx/terminatorx-3.81.ebuild
+++ b/media-sound/terminatorx/terminatorx-3.81.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-sound/terminatorx/terminatorx-3.81.ebuild,v 1.7 2004/04/23 22:29:15 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild,v 1.8 2004/04/26 04:06:53 agriffis Exp $
inherit gnome2
@@ -62,7 +62,7 @@ src_compile() {
&& myconf="${myconf} --enable-sox" \
|| myconf="${myconf} --disable-sox"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die
}
diff --git a/media-tv/mythfrontend/ChangeLog b/media-tv/mythfrontend/ChangeLog
index 93d82f69dc2c..424a036f5a01 100644
--- a/media-tv/mythfrontend/ChangeLog
+++ b/media-tv/mythfrontend/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/mythfrontend
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/ChangeLog,v 1.12 2004/03/10 19:00:35 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/ChangeLog,v 1.13 2004/04/26 04:07:44 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mythfrontend-0.12.ebuild,
+ mythfrontend-0.13.ebuild:
+ Add die following econf for bug 48950
10 Mar 2004; Max Kalika <max@gentoo.org> mythfrontend-0.14-r1.ebuild:
Add the amd64 workaround as well as filtered flags from mythtv here as well.
diff --git a/media-tv/mythfrontend/mythfrontend-0.12.ebuild b/media-tv/mythfrontend/mythfrontend-0.12.ebuild
index 7b9667337dbe..8a21b0507f2b 100644
--- a/media-tv/mythfrontend/mythfrontend-0.12.ebuild
+++ b/media-tv/mythfrontend/mythfrontend-0.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/mythfrontend/mythfrontend-0.12.ebuild,v 1.3 2004/01/15 18:03:50 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/mythfrontend-0.12.ebuild,v 1.4 2004/04/26 04:07:44 agriffis Exp $
inherit flag-o-matic
@@ -81,7 +81,7 @@ src_compile() {
qmake -o "Makefile" "mythtv.pro"
- econf
+ econf || die "econf failed"
make || die "compile problem"
}
diff --git a/media-tv/mythfrontend/mythfrontend-0.13.ebuild b/media-tv/mythfrontend/mythfrontend-0.13.ebuild
index b81d73e32f54..2cbb21c7d7f5 100644
--- a/media-tv/mythfrontend/mythfrontend-0.13.ebuild
+++ b/media-tv/mythfrontend/mythfrontend-0.13.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/mythfrontend/mythfrontend-0.13.ebuild,v 1.2 2004/01/15 18:03:50 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythfrontend/mythfrontend-0.13.ebuild,v 1.3 2004/04/26 04:07:44 agriffis Exp $
inherit flag-o-matic
@@ -81,7 +81,7 @@ src_compile() {
qmake -o "Makefile" "mythtv.pro"
- econf
+ econf || die "econf failed"
make || die "compile problem"
}
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog
index b879fa2270af..115ba50c4e13 100644
--- a/media-tv/mythtv/ChangeLog
+++ b/media-tv/mythtv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/mythtv
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.17 2004/03/10 18:56:18 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.18 2004/04/26 04:08:33 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> mythtv-0.12.ebuild,
+ mythtv-0.13-r1.ebuild:
+ Add die following econf for bug 48950
10 Mar 2004; Max Kalika <max@gentoo.org> mythtv-0.14-r1.ebuild:
Fix bugs #40964 and #42943 by filtering -fPIC and -fforce-addr.
diff --git a/media-tv/mythtv/mythtv-0.12.ebuild b/media-tv/mythtv/mythtv-0.12.ebuild
index 42bb70bb9c88..ef8ce7b1b656 100644
--- a/media-tv/mythtv/mythtv-0.12.ebuild
+++ b/media-tv/mythtv/mythtv-0.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/mythtv/mythtv-0.12.ebuild,v 1.4 2004/01/15 18:03:59 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.12.ebuild,v 1.5 2004/04/26 04:08:33 agriffis Exp $
inherit flag-o-matic
@@ -88,7 +88,7 @@ src_compile() {
qmake -o "Makefile" "${PN}.pro"
- econf
+ econf || die "econf failed"
make || die "compile problem"
}
diff --git a/media-tv/mythtv/mythtv-0.13-r1.ebuild b/media-tv/mythtv/mythtv-0.13-r1.ebuild
index 0ecabc284b32..1ccb0492e5e2 100644
--- a/media-tv/mythtv/mythtv-0.13-r1.ebuild
+++ b/media-tv/mythtv/mythtv-0.13-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/mythtv/mythtv-0.13-r1.ebuild,v 1.2 2004/01/15 18:03:59 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.13-r1.ebuild,v 1.3 2004/04/26 04:08:33 agriffis Exp $
inherit flag-o-matic
@@ -90,7 +90,7 @@ src_compile() {
qmake -o "Makefile" "${PN}.pro"
- econf
+ econf || die "econf failed"
make || die "compile problem"
}
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"
}
diff --git a/media-tv/zapping/ChangeLog b/media-tv/zapping/ChangeLog
index 5f0cd60fcd24..2ce489e39934 100644
--- a/media-tv/zapping/ChangeLog
+++ b/media-tv/zapping/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/zapping
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/zapping/ChangeLog,v 1.4 2003/12/15 23:53:03 mholzer Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/zapping/ChangeLog,v 1.5 2004/04/26 04:11:45 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> zapping-0.6.6.ebuild,
+ zapping-0.6.7.ebuild:
+ Add die following econf for bug 48950
16 Dec 2003; Martin Holzer <mholzer@gentoo.org> zapping-0.6.4-r1.ebuild,
zapping-0.6.6.ebuild, zapping-0.6.7.ebuild:
diff --git a/media-tv/zapping/zapping-0.6.6.ebuild b/media-tv/zapping/zapping-0.6.6.ebuild
index 6d0a350a1679..6f3b3030d822 100644
--- a/media-tv/zapping/zapping-0.6.6.ebuild
+++ b/media-tv/zapping/zapping-0.6.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/zapping/zapping-0.6.6.ebuild,v 1.5 2003/12/15 23:53:03 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/zapping/zapping-0.6.6.ebuild,v 1.6 2004/04/26 04:11:45 agriffis Exp $
DESCRIPTION="TV- and VBI- viewer for the Gnome environment"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
@@ -31,7 +31,7 @@ src_compile() {
&& myconf="${myconf} --with-x" \
|| myconf="${myconf} --without-x"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
mv src/Makefile src/Makefile.orig
sed -e "s:\(INCLUDES = \$(COMMON_INCLUDES)\):\1 -I/usr/include/libglade-1.0 -I/usr/include/gdk-pixbuf-1.0:" \
diff --git a/media-tv/zapping/zapping-0.6.7.ebuild b/media-tv/zapping/zapping-0.6.7.ebuild
index a21e36c140e9..0b368eac886d 100644
--- a/media-tv/zapping/zapping-0.6.7.ebuild
+++ b/media-tv/zapping/zapping-0.6.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/zapping/zapping-0.6.7.ebuild,v 1.3 2003/12/15 23:53:03 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/zapping/zapping-0.6.7.ebuild,v 1.4 2004/04/26 04:11:45 agriffis Exp $
DESCRIPTION="TV- and VBI- viewer for the Gnome environment"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
@@ -31,7 +31,7 @@ src_compile() {
&& myconf="${myconf} --with-x" \
|| myconf="${myconf} --without-x"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
mv src/Makefile src/Makefile.orig
sed -e "s:\(INCLUDES = \$(COMMON_INCLUDES)\):\1 -I/usr/include/libglade-1.0 -I/usr/include/gdk-pixbuf-1.0:" \