diff options
author | 2004-04-26 15:11:00 +0000 | |
---|---|---|
committer | 2004-04-26 15:11:00 +0000 | |
commit | 4672aa8a49cd2a5fbc588c1d94dc7692d5319114 (patch) | |
tree | 57fab8a83ffd08d307449fef687a07349f2bd660 /x11-wm/ratpoison | |
parent | Added ebuilds from stable and development branch. Marked 1.0.3 stable on x86.... (diff) | |
download | gentoo-2-4672aa8a49cd2a5fbc588c1d94dc7692d5319114.tar.gz gentoo-2-4672aa8a49cd2a5fbc588c1d94dc7692d5319114.tar.bz2 gentoo-2-4672aa8a49cd2a5fbc588c1d94dc7692d5319114.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-wm/ratpoison')
-rw-r--r-- | x11-wm/ratpoison/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.2.2-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.3.0_rc1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
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 |