summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 15:07:43 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 15:07:43 +0000
commitf21e5e22f048ec5b2979bd0a08d73d541218a7f5 (patch)
tree918bed56e63e0633ca84cd29e1aced611940ae97
parentAdded ebuilds from stable and development branch. Marked 1.0.3 stable on x86. (diff)
downloadhistorical-f21e5e22f048ec5b2979bd0a08d73d541218a7f5.tar.gz
historical-f21e5e22f048ec5b2979bd0a08d73d541218a7f5.tar.bz2
historical-f21e5e22f048ec5b2979bd0a08d73d541218a7f5.zip
Add die following econf for bug 48950
-rw-r--r--x11-wm/kahakai/ChangeLog6
-rw-r--r--x11-wm/kahakai/kahakai-0.2.1.ebuild6
-rw-r--r--x11-wm/kahakai/kahakai-0.2.ebuild6
-rw-r--r--x11-wm/kahakai/kahakai-0.3.ebuild4
-rw-r--r--x11-wm/kahakai/kahakai-0.4.1.ebuild4
-rw-r--r--x11-wm/kahakai/kahakai-0.4.ebuild4
-rw-r--r--x11-wm/kahakai/kahakai-0.5.1.ebuild4
-rw-r--r--x11-wm/kahakai/kahakai-0.5.ebuild4
-rw-r--r--x11-wm/ratpoison/ChangeLog6
-rw-r--r--x11-wm/ratpoison/ratpoison-1.2.2-r1.ebuild6
-rw-r--r--x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild4
11 files changed, 31 insertions, 23 deletions
diff --git a/x11-wm/kahakai/ChangeLog b/x11-wm/kahakai/ChangeLog
index b855729355a0..3b37926499a6 100644
--- a/x11-wm/kahakai/ChangeLog
+++ b/x11-wm/kahakai/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-wm/kahakai
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/kahakai/ChangeLog,v 1.14 2004/04/11 17:44:43 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/kahakai/ChangeLog,v 1.15 2004/04/26 15:05:28 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> kahakai-0.2.1.ebuild,
+ kahakai-0.2.ebuild:
+ Add die following econf for bug 48950
12 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> kahakai-0.6.2.ebuild:
virtual/ruby fix
diff --git a/x11-wm/kahakai/kahakai-0.2.1.ebuild b/x11-wm/kahakai/kahakai-0.2.1.ebuild
index 7c8fbcaf7ce1..d2f6467ff9d1 100644
--- a/x11-wm/kahakai/kahakai-0.2.1.ebuild
+++ b/x11-wm/kahakai/kahakai-0.2.1.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/x11-wm/kahakai/kahakai-0.2.1.ebuild,v 1.2 2003/09/04 07:38:04 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/kahakai/kahakai-0.2.1.ebuild,v 1.3 2004/04/26 15:05:28 agriffis Exp $
IUSE=""
S=${WORKDIR}/${P}
@@ -24,7 +24,7 @@ PROVIDE="virtual/blackbox"
src_compile() {
./autogen.sh
- econf
+ econf || die "econf failed"
emake
}
diff --git a/x11-wm/kahakai/kahakai-0.2.ebuild b/x11-wm/kahakai/kahakai-0.2.ebuild
index d9fe9fa262ba..84b749e9a604 100644
--- a/x11-wm/kahakai/kahakai-0.2.ebuild
+++ b/x11-wm/kahakai/kahakai-0.2.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/x11-wm/kahakai/kahakai-0.2.ebuild,v 1.2 2003/09/04 07:38:04 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/kahakai/kahakai-0.2.ebuild,v 1.3 2004/04/26 15:05:28 agriffis Exp $
IUSE=""
S=${WORKDIR}/${P}
@@ -24,7 +24,7 @@ PROVIDE="virtual/blackbox"
src_compile() {
./autogen.sh
- econf
+ econf || die "econf failed"
emake
}
diff --git a/x11-wm/kahakai/kahakai-0.3.ebuild b/x11-wm/kahakai/kahakai-0.3.ebuild
index d136cb22e67b..020eccf5f0a0 100644
--- a/x11-wm/kahakai/kahakai-0.3.ebuild
+++ b/x11-wm/kahakai/kahakai-0.3.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/x11-wm/kahakai/kahakai-0.3.ebuild,v 1.1 2003/07/29 17:07:16 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/kahakai/kahakai-0.3.ebuild,v 1.2 2004/04/26 15:05:28 agriffis Exp $
IUSE="truetype xinerama"
S=${WORKDIR}/${P}
diff --git a/x11-wm/kahakai/kahakai-0.4.1.ebuild b/x11-wm/kahakai/kahakai-0.4.1.ebuild
index 44df87e40c67..bc0614f6a637 100644
--- a/x11-wm/kahakai/kahakai-0.4.1.ebuild
+++ b/x11-wm/kahakai/kahakai-0.4.1.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/x11-wm/kahakai/kahakai-0.4.1.ebuild,v 1.1 2003/09/06 15:42:29 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/kahakai/kahakai-0.4.1.ebuild,v 1.2 2004/04/26 15:05:28 agriffis Exp $
IUSE="truetype xinerama"
S=${WORKDIR}/${P}
diff --git a/x11-wm/kahakai/kahakai-0.4.ebuild b/x11-wm/kahakai/kahakai-0.4.ebuild
index a61426120a32..7a1ab729e643 100644
--- a/x11-wm/kahakai/kahakai-0.4.ebuild
+++ b/x11-wm/kahakai/kahakai-0.4.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/x11-wm/kahakai/kahakai-0.4.ebuild,v 1.1 2003/09/04 01:24:28 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/kahakai/kahakai-0.4.ebuild,v 1.2 2004/04/26 15:05:28 agriffis Exp $
IUSE="truetype xinerama"
S=${WORKDIR}/${P}
diff --git a/x11-wm/kahakai/kahakai-0.5.1.ebuild b/x11-wm/kahakai/kahakai-0.5.1.ebuild
index 841b6914f328..7336487f449c 100644
--- a/x11-wm/kahakai/kahakai-0.5.1.ebuild
+++ b/x11-wm/kahakai/kahakai-0.5.1.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/x11-wm/kahakai/kahakai-0.5.1.ebuild,v 1.2 2003/11/12 02:26:46 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/kahakai/kahakai-0.5.1.ebuild,v 1.3 2004/04/26 15:05:28 agriffis Exp $
IUSE="truetype xinerama"
S=${WORKDIR}/${P}
diff --git a/x11-wm/kahakai/kahakai-0.5.ebuild b/x11-wm/kahakai/kahakai-0.5.ebuild
index 6a0c9b784fb3..27335d78394d 100644
--- a/x11-wm/kahakai/kahakai-0.5.ebuild
+++ b/x11-wm/kahakai/kahakai-0.5.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/x11-wm/kahakai/kahakai-0.5.ebuild,v 1.1 2003/09/30 03:39:26 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/kahakai/kahakai-0.5.ebuild,v 1.2 2004/04/26 15:05:28 agriffis Exp $
IUSE="truetype xinerama"
S=${WORKDIR}/${P}
diff --git a/x11-wm/ratpoison/ChangeLog b/x11-wm/ratpoison/ChangeLog
index 293dfbca1e27..c68e6f57a6c0 100644
--- a/x11-wm/ratpoison/ChangeLog
+++ b/x11-wm/ratpoison/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-wm/ratpoison
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.20 2004/03/30 05:32:42 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.21 2004/04/26 15:07:43 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> ratpoison-1.2.2-r1.ebuild,
+ ratpoison-1.3.0_rc1.ebuild:
+ Add die following econf for bug 48950
29 Mar 2004; Jason Wever <weeve@gentoo.org> ratpoison-1.1.1.ebuild,
ratpoison-1.2.1.ebuild, ratpoison-1.2.2.ebuild,
diff --git a/x11-wm/ratpoison/ratpoison-1.2.2-r1.ebuild b/x11-wm/ratpoison/ratpoison-1.2.2-r1.ebuild
index 305228b22356..02c048e257df 100644
--- a/x11-wm/ratpoison/ratpoison-1.2.2-r1.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.2.2-r1.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/x11-wm/ratpoison/ratpoison-1.2.2-r1.ebuild,v 1.1 2003/10/15 09:03:14 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.2.2-r1.ebuild,v 1.2 2004/04/26 15:07:43 agriffis Exp $
DESCRIPTION="Ratpoison is an extremely light-weight and barebones wm modelled after screen."
HOMEPAGE="http://ratpoison.sourceforge.net"
@@ -13,7 +13,7 @@ KEYWORDS="x86 sparc ~ppc"
DEPEND="virtual/x11"
src_compile() {
- econf
+ econf || die "econf failed"
emake CFLAGS="${CFLAGS} -I/usr/X11R6/include" || die "Failed to compile"
}
diff --git a/x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild b/x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild
index a60ce8bdd85b..41eb63389f18 100644
--- a/x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.3.0_rc1.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-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild,v 1.5 2004/03/30 05:32:42 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild,v 1.6 2004/04/26 15:07:43 agriffis Exp $
inherit elisp-common
@@ -32,7 +32,7 @@ src_compile() {
then
libtoolize -c -f
fi
- econf
+ econf || die "econf failed"
emake CFLAGS="${CFLAGS} -I/usr/X11R6/include" || die
if use emacs; then
cd contrib && elisp-comp ratpoison.el