summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/icesndcfg/ChangeLog5
-rw-r--r--x11-misc/icesndcfg/icesndcfg-1.1.ebuild4
-rw-r--r--x11-misc/paralogger/ChangeLog5
-rw-r--r--x11-misc/paralogger/paralogger-1.0.3.ebuild4
-rw-r--r--x11-misc/x2vnc/ChangeLog6
-rw-r--r--x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild4
-rw-r--r--x11-misc/x2vnc/x2vnc-1.6.ebuild4
-rw-r--r--x11-misc/xkbd/ChangeLog5
-rw-r--r--x11-misc/xkbd/xkbd-0.8.12.ebuild4
-rw-r--r--x11-misc/xtermcontrol/ChangeLog5
-rw-r--r--x11-misc/xtermcontrol/xtermcontrol-2.3.ebuild4
11 files changed, 33 insertions, 17 deletions
diff --git a/x11-misc/icesndcfg/ChangeLog b/x11-misc/icesndcfg/ChangeLog
index 6a1ac0969ee5..fce4356d76f6 100644
--- a/x11-misc/icesndcfg/ChangeLog
+++ b/x11-misc/icesndcfg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/icesndcfg
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.7 2004/04/01 10:16:38 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.8 2004/04/26 14:50:17 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> icesndcfg-1.1.ebuild:
+ Add die following econf for bug 48950
01 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> icesndcfg-1.1.ebuild:
Fixing sandbox problem, see bug #45723
diff --git a/x11-misc/icesndcfg/icesndcfg-1.1.ebuild b/x11-misc/icesndcfg/icesndcfg-1.1.ebuild
index 84b8775c037a..626415f8d989 100644
--- a/x11-misc/icesndcfg/icesndcfg-1.1.ebuild
+++ b/x11-misc/icesndcfg/icesndcfg-1.1.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/x11-misc/icesndcfg/icesndcfg-1.1.ebuild,v 1.5 2004/04/01 10:16:38 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.1.ebuild,v 1.6 2004/04/26 14:50:17 agriffis Exp $
IUSE=""
@@ -17,7 +17,7 @@ KEYWORDS="x86 sparc "
src_compile () {
addwrite ${QTDIR}/etc/settings
- econf
+ econf || die "econf failed"
emake || die
}
diff --git a/x11-misc/paralogger/ChangeLog b/x11-misc/paralogger/ChangeLog
index 76fbdbacbe04..fc11b3a36fa2 100644
--- a/x11-misc/paralogger/ChangeLog
+++ b/x11-misc/paralogger/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/paralogger
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/paralogger/ChangeLog,v 1.2 2004/04/11 15:21:30 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/paralogger/ChangeLog,v 1.3 2004/04/26 14:51:05 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> paralogger-1.0.3.ebuild:
+ Add die following econf for bug 48950
11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> paralogger-1.0.3.ebuild:
Marked stable.
diff --git a/x11-misc/paralogger/paralogger-1.0.3.ebuild b/x11-misc/paralogger/paralogger-1.0.3.ebuild
index 336524206967..4ac6c9974b20 100644
--- a/x11-misc/paralogger/paralogger-1.0.3.ebuild
+++ b/x11-misc/paralogger/paralogger-1.0.3.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/x11-misc/paralogger/paralogger-1.0.3.ebuild,v 1.2 2004/04/11 15:21:30 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/paralogger/paralogger-1.0.3.ebuild,v 1.3 2004/04/26 14:51:05 agriffis Exp $
DESCRIPTION="Bourne shell script to "tail" the system log(s) in borderless transparent Eterm(s)"
HOMEPAGE="http://projects.gtk.mine.nu/paralogger"
@@ -15,7 +15,7 @@ DEPEND="x11-terms/eterm
app-misc/colortail"
src_compile() {
- econf
+ econf || die "econf failed"
}
src_install() {
diff --git a/x11-misc/x2vnc/ChangeLog b/x11-misc/x2vnc/ChangeLog
index af74f7d545b7..11a6edd25aa8 100644
--- a/x11-misc/x2vnc/ChangeLog
+++ b/x11-misc/x2vnc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/x2vnc
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.18 2004/04/13 22:04:37 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/ChangeLog,v 1.19 2004/04/26 14:52:39 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> x2vnc-1.5.1-r1.ebuild,
+ x2vnc-1.6.ebuild:
+ Add die following econf for bug 48950
13 Apr 2004; Jason Wever <weeve@gentoo.org> x2vnc-1.6.ebuild:
Stable on sparc.
diff --git a/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild b/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild
index ee13449ef749..673b4cb54c58 100644
--- a/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild
+++ b/x11-misc/x2vnc/x2vnc-1.5.1-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/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild,v 1.5 2004/04/11 17:28:38 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.5.1-r1.ebuild,v 1.6 2004/04/26 14:52:39 agriffis Exp $
DESCRIPTION="Control a remote computer running VNC from X"
SRC_URI="http://www.hubbe.net/~hubbe/${P}.tar.gz"
@@ -16,7 +16,7 @@ DEPEND="virtual/x11
IUSE="tcltk"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die "make failed"
}
diff --git a/x11-misc/x2vnc/x2vnc-1.6.ebuild b/x11-misc/x2vnc/x2vnc-1.6.ebuild
index e5e655961a54..2c96e1bac35d 100644
--- a/x11-misc/x2vnc/x2vnc-1.6.ebuild
+++ b/x11-misc/x2vnc/x2vnc-1.6.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/x11-misc/x2vnc/x2vnc-1.6.ebuild,v 1.5 2004/04/13 22:04:37 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2vnc/x2vnc-1.6.ebuild,v 1.6 2004/04/26 14:52:39 agriffis Exp $
DESCRIPTION="Control a remote computer running VNC from X"
SRC_URI="http://fredrik.hubbe.net/${PN}/${P}.tar.gz"
@@ -15,7 +15,7 @@ DEPEND="virtual/x11
IUSE="tcltk"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die "make failed"
}
diff --git a/x11-misc/xkbd/ChangeLog b/x11-misc/xkbd/ChangeLog
index 65e879ca9e12..938c1baae96e 100644
--- a/x11-misc/xkbd/ChangeLog
+++ b/x11-misc/xkbd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xkbd
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.2 2004/04/11 17:36:57 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.3 2004/04/26 14:53:43 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> xkbd-0.8.12.ebuild:
+ Add die following econf for bug 48950
11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> xkbd-0.8.12.ebuild:
Marked stable. Ebuild fixups.
diff --git a/x11-misc/xkbd/xkbd-0.8.12.ebuild b/x11-misc/xkbd/xkbd-0.8.12.ebuild
index b0d659726353..f8965a32b09b 100644
--- a/x11-misc/xkbd/xkbd-0.8.12.ebuild
+++ b/x11-misc/xkbd/xkbd-0.8.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/x11-misc/xkbd/xkbd-0.8.12.ebuild,v 1.3 2004/04/11 17:36:57 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/xkbd-0.8.12.ebuild,v 1.4 2004/04/26 14:53:44 agriffis Exp $
DESCRIPTION="Xkbd - onscreen soft keyboard for X11"
HOMEPAGE="http://handhelds.org/~mallum/xkbd/"
@@ -23,7 +23,7 @@ DEPEND="sys-devel/libtool
src_compile() {
econf\
- `use_enable debug`
+ `use_enable debug` || die "econf failed"
emake || die
diff --git a/x11-misc/xtermcontrol/ChangeLog b/x11-misc/xtermcontrol/ChangeLog
index 9314bc5f627a..9cef7424589d 100644
--- a/x11-misc/xtermcontrol/ChangeLog
+++ b/x11-misc/xtermcontrol/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xtermcontrol
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtermcontrol/ChangeLog,v 1.2 2004/03/19 02:49:58 pfeifer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtermcontrol/ChangeLog,v 1.3 2004/04/26 14:54:43 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> xtermcontrol-2.3.ebuild:
+ Add die following econf for bug 48950
18 Mar 2004; Jay Pfeifer <pfeifer@gentoo.org> xtermcontrol-2.3.ebuild :
Marked stable on x86.
diff --git a/x11-misc/xtermcontrol/xtermcontrol-2.3.ebuild b/x11-misc/xtermcontrol/xtermcontrol-2.3.ebuild
index 071d1da5fdcb..b1e9d743bc2e 100644
--- a/x11-misc/xtermcontrol/xtermcontrol-2.3.ebuild
+++ b/x11-misc/xtermcontrol/xtermcontrol-2.3.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/x11-misc/xtermcontrol/xtermcontrol-2.3.ebuild,v 1.2 2004/03/19 02:49:58 pfeifer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtermcontrol/xtermcontrol-2.3.ebuild,v 1.3 2004/04/26 14:54:43 agriffis Exp $
IUSE=""
@@ -16,7 +16,7 @@ DEPEND="virtual/x11"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}