summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-09-29 21:03:26 +0000
committerDan Armak <danarmak@gentoo.org>2001-09-29 21:03:26 +0000
commitf7a61a86dad619e482f5f8ebbb0e7daf283456d8 (patch)
treeab60fb1515e07944281370d08d12e8066e3c7594 /app-editors/quanta
parentUpdated mplayer and co (diff)
downloadgentoo-2-f7a61a86dad619e482f5f8ebbb0e7daf283456d8.tar.gz
gentoo-2-f7a61a86dad619e482f5f8ebbb0e7daf283456d8.tar.bz2
gentoo-2-f7a61a86dad619e482f5f8ebbb0e7daf283456d8.zip
deleted all references to the mitshm use flag, drobbins decided to get rid of it.
Diffstat (limited to 'app-editors/quanta')
-rw-r--r--app-editors/quanta/quanta-2.0-r1.ebuild5
-rw-r--r--app-editors/quanta/quanta-2.0_pre1.ebuild5
-rw-r--r--app-editors/quanta/quanta-2.0_pre2.ebuild5
3 files changed, 3 insertions, 12 deletions
diff --git a/app-editors/quanta/quanta-2.0-r1.ebuild b/app-editors/quanta/quanta-2.0-r1.ebuild
index 1a901802a73a..94fb3d254567 100644
--- a/app-editors/quanta/quanta-2.0-r1.ebuild
+++ b/app-editors/quanta/quanta-2.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Philippe Namias <pnamias@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0-r1.ebuild,v 1.4 2001/08/31 03:23:38 pm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0-r1.ebuild,v 1.5 2001/09/29 21:03:25 danarmak Exp $
A=${P}-pr1.tar.bz2
@@ -20,10 +20,7 @@ src_compile() {
then
myconf="--enable-mt"
fi
- if [ "`use mitshm`" ]
- then
myconf="$myconf --enable-mitshm"
- fi
try ./configure --prefix=${KDEDIR} --host=${CHOST} $myconf
try make
diff --git a/app-editors/quanta/quanta-2.0_pre1.ebuild b/app-editors/quanta/quanta-2.0_pre1.ebuild
index a78c4dd7a352..99f761f288aa 100644
--- a/app-editors/quanta/quanta-2.0_pre1.ebuild
+++ b/app-editors/quanta/quanta-2.0_pre1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Philippe Namias <pnamias@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0_pre1.ebuild,v 1.3 2001/08/31 03:23:38 pm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0_pre1.ebuild,v 1.4 2001/09/29 21:03:25 danarmak Exp $
A=${PN}-2.0-pr1.tar.bz2
@@ -19,10 +19,7 @@ src_compile() {
then
myconf="--enable-mt"
fi
- if [ "`use mitshm`" ]
- then
myconf="$myconf --enable-mitshm"
- fi
try ./configure --prefix=${KDEDIR} --host=${CHOST} $myconf
try make
diff --git a/app-editors/quanta/quanta-2.0_pre2.ebuild b/app-editors/quanta/quanta-2.0_pre2.ebuild
index e416687476bb..adcb565d51ce 100644
--- a/app-editors/quanta/quanta-2.0_pre2.ebuild
+++ b/app-editors/quanta/quanta-2.0_pre2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Philippe Namias <pnamias@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0_pre2.ebuild,v 1.3 2001/08/31 03:23:38 pm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0_pre2.ebuild,v 1.4 2001/09/29 21:03:25 danarmak Exp $
A=${PN}-2.0-pr2.tar.bz2
@@ -19,10 +19,7 @@ src_compile() {
then
myconf="--enable-mt"
fi
- if [ "`use mitshm`" ]
- then
myconf="$myconf --enable-mitshm"
- fi
try ./configure --prefix=${KDEDIR} --host=${CHOST} $myconf
try make