summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 19:57:43 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 19:57:43 +0000
commit57a465a5c8878d3146c90bac3eb9694094488c87 (patch)
treecbfcad1541dfabfcdc41b731d34440e76c68d0fb /x11-themes/mandrake-artwork
parentfixing description, #49055 (Manifest recommit) (diff)
downloadgentoo-2-57a465a5c8878d3146c90bac3eb9694094488c87.tar.gz
gentoo-2-57a465a5c8878d3146c90bac3eb9694094488c87.tar.bz2
gentoo-2-57a465a5c8878d3146c90bac3eb9694094488c87.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.3.ebuild4
-rw-r--r--x11-themes/mandrake-artwork/mandrake-artwork-0.9.6.ebuild4
-rw-r--r--x11-themes/mandrake-artwork/mandrake-artwork-1.0.0.ebuild4
4 files changed, 12 insertions, 7 deletions
diff --git a/x11-themes/mandrake-artwork/ChangeLog b/x11-themes/mandrake-artwork/ChangeLog
index 9e5de3c9dba4..b49f5d4ddb41 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.13 2004/04/26 15:03:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/ChangeLog,v 1.14 2004/04/26 19:57:43 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org>
+ mandrake-artwork-0.9.3.ebuild, mandrake-artwork-0.9.6.ebuild,
+ mandrake-artwork-1.0.0.ebuild:
+ Add die following econf for bug 48950
26 Apr 2004; Aron Griffis <agriffis@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.3.ebuild b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.3.ebuild
index 6cb76e443fa4..eadc1b304766 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-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.5 2004/04/26 15:03:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-0.9.3.ebuild,v 1.6 2004/04/26 19:57:43 agriffis Exp $
inherit eutils
@@ -37,7 +37,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"
else
sed -si s/KDE_CHECK_FINAL// configure.in
sed -si s/AC_PATH_KDE// configure.in
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 01586c5cfcec..c95f769eecef 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-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.4 2004/04/26 15:03:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-0.9.6.ebuild,v 1.5 2004/04/26 19:57:43 agriffis Exp $
inherit eutils
@@ -37,7 +37,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"
else
sed -si s/KDE_CHECK_FINAL// configure.in
sed -si s/AC_PATH_KDE// configure.in
diff --git a/x11-themes/mandrake-artwork/mandrake-artwork-1.0.0.ebuild b/x11-themes/mandrake-artwork/mandrake-artwork-1.0.0.ebuild
index 5660a6b30b26..6fe076a5b7fc 100644
--- a/x11-themes/mandrake-artwork/mandrake-artwork-1.0.0.ebuild
+++ b/x11-themes/mandrake-artwork/mandrake-artwork-1.0.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-themes/mandrake-artwork/mandrake-artwork-1.0.0.ebuild,v 1.1 2004/03/20 06:52:29 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-1.0.0.ebuild,v 1.2 2004/04/26 19:57:43 agriffis Exp $
inherit eutils kde-functions kde
@@ -39,7 +39,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"
else
sed -si s/KDE_CHECK_FINAL// configure.in
sed -si s/AC_PATH_KDE// configure.in