diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-09-29 21:03:26 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-09-29 21:03:26 +0000 |
commit | f7a61a86dad619e482f5f8ebbb0e7daf283456d8 (patch) | |
tree | ab60fb1515e07944281370d08d12e8066e3c7594 /kde-base/kdebase | |
parent | Updated mplayer and co (diff) | |
download | gentoo-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 'kde-base/kdebase')
-rw-r--r-- | kde-base/kdebase/kdebase-2.1.1-r1.ebuild | 5 | ||||
-rw-r--r-- | kde-base/kdebase/kdebase-2.2.1.ebuild | 6 | ||||
-rw-r--r-- | kde-base/kdebase/kdebase-2.2.ebuild | 6 | ||||
-rw-r--r-- | kde-base/kdebase/kdebase-2.2_beta1.ebuild | 6 |
4 files changed, 4 insertions, 19 deletions
diff --git a/kde-base/kdebase/kdebase-2.1.1-r1.ebuild b/kde-base/kdebase/kdebase-2.1.1-r1.ebuild index f4d142b0de4f..5f085f4dacbb 100644 --- a/kde-base/kdebase/kdebase-2.1.1-r1.ebuild +++ b/kde-base/kdebase/kdebase-2.1.1-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.1.1-r1.ebuild,v 1.7 2001/07/15 16:17:05 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.1.1-r1.ebuild,v 1.8 2001/09/29 21:03:25 danarmak Exp $ V="2.1" A=${P}.tar.bz2 @@ -35,10 +35,7 @@ src_compile() { then myconf="$myconf --enable-mt" fi - if [ "`use mitshm`" ] - then myconf="$myconf --enable-mitshm" - fi if [ -z "`use motif`" ] then myconf="$myconf --without-motif" diff --git a/kde-base/kdebase/kdebase-2.2.1.ebuild b/kde-base/kdebase/kdebase-2.2.1.ebuild index 638549169dbb..aecfbf8c7418 100644 --- a/kde-base/kdebase/kdebase-2.2.1.ebuild +++ b/kde-base/kdebase/kdebase-2.2.1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.2.1.ebuild,v 1.4 2001/09/20 20:18:24 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.2.1.ebuild,v 1.5 2001/09/29 21:03:25 danarmak Exp $ S=${WORKDIR}/${P} DESCRIPTION="KDE ${PV} - Base" @@ -48,10 +48,6 @@ src_compile() { myconf="$myconf --enable-mt" fi - if [ "`use mitshm`" ] ; then - myconf="$myconf --enable-mitshm" - fi - if [ -z "`use motif`" ] ; then myconf="$myconf --without-motif" fi diff --git a/kde-base/kdebase/kdebase-2.2.ebuild b/kde-base/kdebase/kdebase-2.2.ebuild index 6429f9994271..c12d3c019c88 100644 --- a/kde-base/kdebase/kdebase-2.2.ebuild +++ b/kde-base/kdebase/kdebase-2.2.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.2.ebuild,v 1.9 2001/08/26 01:32:43 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.2.ebuild,v 1.10 2001/09/29 21:03:26 danarmak Exp $ S=${WORKDIR}/${P} DESCRIPTION="KDE ${PV} - Base" @@ -50,10 +50,6 @@ src_compile() { myconf="$myconf --enable-mt" fi - if [ "`use mitshm`" ] ; then - myconf="$myconf --enable-mitshm" - fi - if [ -z "`use motif`" ] ; then myconf="$myconf --without-motif" fi diff --git a/kde-base/kdebase/kdebase-2.2_beta1.ebuild b/kde-base/kdebase/kdebase-2.2_beta1.ebuild index 67c3a9c3e5e8..4db9a549419d 100644 --- a/kde-base/kdebase/kdebase-2.2_beta1.ebuild +++ b/kde-base/kdebase/kdebase-2.2_beta1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.2_beta1.ebuild,v 1.3 2001/08/14 16:12:28 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.2_beta1.ebuild,v 1.4 2001/09/29 21:03:26 danarmak Exp $ V="2.2beta1" A=${PN}-${V}.tar.bz2 @@ -38,10 +38,6 @@ src_compile() { then myconf="$myconf --enable-mt" fi - if [ "`use mitshm`" ] - then - myconf="$myconf --enable-mitshm" - fi if [ -z "`use motif`" ] then myconf="$myconf --without-motif" |