summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 15:03:49 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 15:03:49 +0000
commit6632051a71287e0026e47227d4c05483c5e53b69 (patch)
treea74c08e959226dc732d2e48af7dc514a3486bc27 /x11-themes/mandrake-artwork
parentAdd die following econf for bug 48950 (diff)
downloadhistorical-6632051a71287e0026e47227d4c05483c5e53b69.tar.gz
historical-6632051a71287e0026e47227d4c05483c5e53b69.tar.bz2
historical-6632051a71287e0026e47227d4c05483c5e53b69.zip
Add die following econf for bug 48950
Diffstat (limited to 'x11-themes/mandrake-artwork')
-rw-r--r--x11-themes/mandrake-artwork/ChangeLog7
-rw-r--r--x11-themes/mandrake-artwork/mandrake-artwork-0.9.1-r1.ebuild4
-rw-r--r--x11-themes/mandrake-artwork/mandrake-artwork-0.9.1.ebuild4
-rw-r--r--x11-themes/mandrake-artwork/mandrake-artwork-0.9.3.ebuild4
-rw-r--r--x11-themes/mandrake-artwork/mandrake-artwork-0.9.6.ebuild4
-rw-r--r--x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild4
6 files changed, 16 insertions, 11 deletions
diff --git a/x11-themes/mandrake-artwork/ChangeLog b/x11-themes/mandrake-artwork/ChangeLog
index 19322abc51ce..9e5de3c9dba4 100644
--- a/x11-themes/mandrake-artwork/ChangeLog
+++ b/x11-themes/mandrake-artwork/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-themes/mandrake-artwork
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/ChangeLog,v 1.12 2004/04/16 10:23:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/ChangeLog,v 1.13 2004/04/26 15:03:06 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org>
+ mandrake-artwork-0.9.1-r1.ebuild, mandrake-artwork-0.9.1.ebuild,
+ mandrake-artwork-0.9.ebuild:
+ Add die following econf for bug 48950
16 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org>
mandrake-artwork-0.9.1-r1.ebuild, mandrake-artwork-0.9.1.ebuild,
diff --git a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1-r1.ebuild b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1-r1.ebuild
index c56bfe85c5cb..fad6e6a44dfb 100644
--- a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1-r1.ebuild
+++ b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.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-themes/mandrake-artwork/mandrake-artwork-0.9.1-r1.ebuild,v 1.4 2004/04/16 10:23:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1-r1.ebuild,v 1.5 2004/04/26 15:03:06 agriffis Exp $
inherit eutils
@@ -34,7 +34,7 @@ src_compile() {
mv thememdk/mandrake_client/Makefile.in thememdk/mandrake_client/Makefile.in.orig
cat thememdk/mandrake_client/Makefile.in.orig | sed s:\$\{libdir\}\/kwin.la:/usr/kde/$KDE_PLACE_TO_INSTALL/lib/kwin.la:g > thememdk/mandrake_client/Makefile.in
rm thememdk/mandrake_client/Makefile.in.orig
- econf --with-qt-dir=/usr/qt/3
+ econf --with-qt-dir=/usr/qt/3 || die "econf failed"
emake || die
}
diff --git a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1.ebuild b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1.ebuild
index c076843c3ce7..caf85f3ff572 100644
--- a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1.ebuild
+++ b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.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-themes/mandrake-artwork/mandrake-artwork-0.9.1.ebuild,v 1.4 2004/04/16 10:23:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-0.9.1.ebuild,v 1.5 2004/04/26 15:03:06 agriffis Exp $
inherit eutils
@@ -34,7 +34,7 @@ src_compile() {
mv thememdk/mandrake_client/Makefile.in thememdk/mandrake_client/Makefile.in.orig
cat thememdk/mandrake_client/Makefile.in.orig | sed s:\$\{libdir\}\/kwin.la:/usr/kde/$KDE_PLACE_TO_INSTALL/lib/kwin.la:g > thememdk/mandrake_client/Makefile.in
rm thememdk/mandrake_client/Makefile.in.orig
- econf --with-qt-dir=/usr/qt/3
+ econf --with-qt-dir=/usr/qt/3 || die "econf failed"
emake || die
}
diff --git a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.3.ebuild b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.3.ebuild
index a5097a9da291..6cb76e443fa4 100644
--- a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.3.ebuild
+++ b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.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-themes/mandrake-artwork/mandrake-artwork-0.9.3.ebuild,v 1.4 2003/11/13 06:21:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-0.9.3.ebuild,v 1.5 2004/04/26 15:03:06 agriffis Exp $
inherit eutils
diff --git a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.6.ebuild b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.6.ebuild
index 27967ac2041e..01586c5cfcec 100644
--- a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.6.ebuild
+++ b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.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/x11-themes/mandrake-artwork/mandrake-artwork-0.9.6.ebuild,v 1.3 2003/11/22 15:48:51 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-0.9.6.ebuild,v 1.4 2004/04/26 15:03:06 agriffis Exp $
inherit eutils
diff --git a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild
index 30c604cdf83b..5a55c1498f93 100644
--- a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild
+++ b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.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-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild,v 1.5 2004/04/16 10:23:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild,v 1.6 2004/04/26 15:03:06 agriffis Exp $
inherit eutils
@@ -34,7 +34,7 @@ src_compile() {
mv thememdk/mandrake_client/Makefile.in thememdk/mandrake_client/Makefile.in.orig
cat thememdk/mandrake_client/Makefile.in.orig | sed s:\$\{libdir\}\/kwin.la:/usr/kde/$KDE_PLACE_TO_INSTALL/lib/kwin.la:g > thememdk/mandrake_client/Makefile.in
rm thememdk/mandrake_client/Makefile.in.orig
- econf --with-qt-dir=/usr/qt/3
+ econf --with-qt-dir=/usr/qt/3 || die "econf failed"
emake || die
}