diff options
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/guile-gtk/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/guile-gtk/guile-gtk-0.19.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/wxGTK/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.0.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.2.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/xclass/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xclass/xclass-0.7.4.ebuild | 6 |
10 files changed, 30 insertions, 19 deletions
diff --git a/x11-libs/guile-gtk/ChangeLog b/x11-libs/guile-gtk/ChangeLog index 79cae1642d3e..a7badc4d0f94 100644 --- a/x11-libs/guile-gtk/ChangeLog +++ b/x11-libs/guile-gtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/guile-gtk # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.7 2004/04/17 23:02:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.8 2004/04/26 14:42:51 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> guile-gtk-0.19-r1.ebuild, + guile-gtk-1.2.0.31.ebuild: + Add die following econf for bug 48950 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> guile-gtk-0.19-r1.ebuild: Inherit eutils, added IUSE= diff --git a/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild b/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild index 1e14ab727287..616d018533ea 100644 --- a/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild +++ b/x11-libs/guile-gtk/guile-gtk-0.19-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-libs/guile-gtk/guile-gtk-0.19-r1.ebuild,v 1.4 2004/04/17 23:02:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-0.19-r1.ebuild,v 1.5 2004/04/26 14:42:51 agriffis Exp $ inherit eutils @@ -17,7 +17,7 @@ DEPEND="=dev-util/guile-1.4* src_compile() { epatch ${FILESDIR}/${P}-Makefile.in.patch - econf + econf || die "econf failed" emake || die } diff --git a/x11-libs/guile-gtk/guile-gtk-0.19.ebuild b/x11-libs/guile-gtk/guile-gtk-0.19.ebuild index 0cbbb9b7a54d..6de84f0858d8 100644 --- a/x11-libs/guile-gtk/guile-gtk-0.19.ebuild +++ b/x11-libs/guile-gtk/guile-gtk-0.19.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-libs/guile-gtk/guile-gtk-0.19.ebuild,v 1.4 2003/02/13 16:58:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-0.19.ebuild,v 1.5 2004/04/26 14:42:51 agriffis Exp $ DESCRIPTION="GTK+ bindings for guile" SRC_URI="http://www.ping.de/sites/zagadka/guile-gtk/download/${P}.tar.gz" diff --git a/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild b/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild index f9710ca3ae71..bf0489de74d8 100644 --- a/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild +++ b/x11-libs/guile-gtk/guile-gtk-1.2.0.31.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-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild,v 1.2 2004/01/10 14:50:34 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-1.2.0.31.ebuild,v 1.3 2004/04/26 14:42:51 agriffis Exp $ MAJOR_PV=${PV%.[0-9]*.[0-9]*} MINOR_PV=${PV#[0-9]*.[0-9]*.} @@ -20,7 +20,7 @@ S=${WORKDIR}/${PN}-${MAJOR_PV}-${MINOR_PV} src_compile() { #patch < ${FILESDIR}/${P}-Makefile.in.patch || die "patch failed" - econf + econf || die "econf failed" emake || die } diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog index f97db06f1703..f64c0c97fb04 100644 --- a/x11-libs/wxGTK/ChangeLog +++ b/x11-libs/wxGTK/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/wxGTK # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.47 2004/04/17 23:02:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.48 2004/04/26 14:43:52 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> wxGTK-2.4.0.ebuild, + wxGTK-2.4.1-r1.ebuild, wxGTK-2.4.2.ebuild: + Add die following econf for bug 48950 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> wxGTK-2.4.1-r1.ebuild, wxGTK-2.4.2.ebuild: diff --git a/x11-libs/wxGTK/wxGTK-2.4.0.ebuild b/x11-libs/wxGTK/wxGTK-2.4.0.ebuild index 341c6a137251..9a1d10bf2994 100644 --- a/x11-libs/wxGTK/wxGTK-2.4.0.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.4.0.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-libs/wxGTK/wxGTK-2.4.0.ebuild,v 1.15 2004/03/25 06:46:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.0.ebuild,v 1.16 2004/04/26 14:43:52 agriffis Exp $ DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit." SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2" @@ -89,7 +89,7 @@ src_compile() { #use gtk2 && myconf="${myconf} --enable-gtk2 --enable-unicode" use gtk2 && myconf="${myconf} --enable-gtk2" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "make failed" } diff --git a/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild b/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild index bc262afb2b7f..34a4d0e6a59e 100644 --- a/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.4.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-libs/wxGTK/wxGTK-2.4.1-r1.ebuild,v 1.9 2004/04/17 23:02:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.1-r1.ebuild,v 1.10 2004/04/26 14:43:52 agriffis Exp $ inherit eutils @@ -86,7 +86,7 @@ src_compile() { #use gtk2 && myconf="${myconf} --enable-gtk2 --enable-unicode" use gtk2 && myconf="${myconf} --enable-gtk2" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "make failed" cd ${S}/contrib/src diff --git a/x11-libs/wxGTK/wxGTK-2.4.2.ebuild b/x11-libs/wxGTK/wxGTK-2.4.2.ebuild index 4a91a8025fe2..d03312b26b46 100644 --- a/x11-libs/wxGTK/wxGTK-2.4.2.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.4.2.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-libs/wxGTK/wxGTK-2.4.2.ebuild,v 1.10 2004/04/17 23:02:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2.ebuild,v 1.11 2004/04/26 14:43:52 agriffis Exp $ inherit eutils @@ -65,7 +65,7 @@ src_compile() { # only enable odbc if unicode is not enabled. [ -n "`use gtk2`" -a -n "`use unicode`" ] || myconf="${myconf} `use_with odbc`" - econf ${myconf} + econf ${myconf} || die "econf failed" emake || die "make failed" cd ${S}/contrib/src diff --git a/x11-libs/xclass/ChangeLog b/x11-libs/xclass/ChangeLog index daab8a886d3f..eb3ae9a5ebbd 100644 --- a/x11-libs/xclass/ChangeLog +++ b/x11-libs/xclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xclass # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.7 2004/04/17 23:02:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.8 2004/04/26 14:44:29 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> xclass-0.7.4.ebuild: + Add die following econf for bug 48950 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> xclass-0.8.2.ebuild: Added IUSE. diff --git a/x11-libs/xclass/xclass-0.7.4.ebuild b/x11-libs/xclass/xclass-0.7.4.ebuild index 3d2116a66c7a..ac40fb7b19de 100644 --- a/x11-libs/xclass/xclass-0.7.4.ebuild +++ b/x11-libs/xclass/xclass-0.7.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-libs/xclass/xclass-0.7.4.ebuild,v 1.7 2003/06/27 20:55:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.7.4.ebuild,v 1.8 2004/04/26 14:44:29 agriffis Exp $ DESCRIPTION="a C++ GUI toolkit for the X windows environment" HOMEPAGE="http://xclass.sourceforge.net/" @@ -14,7 +14,7 @@ DEPEND="virtual/x11 virtual/glibc" src_compile() { - econf --enable-shared=yes --with-x + econf --enable-shared=yes --with-x || die "econf failed" # for some reason -fPIC dies while sandboxed ... #cd ${S}/lib/libxclass |