summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-09-29 21:03:25 +0000
committerDan Armak <danarmak@gentoo.org>2001-09-29 21:03:25 +0000
commit320c13a9e6d4ed298776c3359403483da3c7244f (patch)
tree8c0c4f96cb5170d6254600f0770c877d12684478 /app-editors
parentUpdated mplayer and co (diff)
downloadhistorical-320c13a9e6d4ed298776c3359403483da3c7244f.tar.gz
historical-320c13a9e6d4ed298776c3359403483da3c7244f.tar.bz2
historical-320c13a9e6d4ed298776c3359403483da3c7244f.zip
deleted all references to the mitshm use flag, drobbins decided to get rid of it.
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/ktexmaker2/ktexmaker2-1.4.ebuild5
-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
4 files changed, 4 insertions, 16 deletions
diff --git a/app-editors/ktexmaker2/ktexmaker2-1.4.ebuild b/app-editors/ktexmaker2/ktexmaker2-1.4.ebuild
index 2d023a48e586..cf7ddd9eaaa9 100644
--- a/app-editors/ktexmaker2/ktexmaker2-1.4.ebuild
+++ b/app-editors/ktexmaker2/ktexmaker2-1.4.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/ktexmaker2/ktexmaker2-1.4.ebuild,v 1.4 2001/08/31 03:23:38 pm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ktexmaker2/ktexmaker2-1.4.ebuild,v 1.5 2001/09/29 21:03:25 danarmak Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -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-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