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 /kde-base/kdeartwork
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 'kde-base/kdeartwork')
-rw-r--r--kde-base/kdeartwork/files/digest-kdeartwork-2.2.1-r11
-rw-r--r--kde-base/kdeartwork/kdeartwork-2.2.1.ebuild6
-rw-r--r--kde-base/kdeartwork/kdeartwork-2.2.ebuild6
3 files changed, 3 insertions, 10 deletions
diff --git a/kde-base/kdeartwork/files/digest-kdeartwork-2.2.1-r1 b/kde-base/kdeartwork/files/digest-kdeartwork-2.2.1-r1
new file mode 100644
index 000000000000..cb5a4b3bc7b4
--- /dev/null
+++ b/kde-base/kdeartwork/files/digest-kdeartwork-2.2.1-r1
@@ -0,0 +1 @@
+MD5 5ff35f2bb8956ac518993f55854cb5eb kdeartwork-2.2.1.tar.bz2
diff --git a/kde-base/kdeartwork/kdeartwork-2.2.1.ebuild b/kde-base/kdeartwork/kdeartwork-2.2.1.ebuild
index 1094eab026a8..a96c7cc2c033 100644
--- a/kde-base/kdeartwork/kdeartwork-2.2.1.ebuild
+++ b/kde-base/kdeartwork/kdeartwork-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 Philippe Namias <pnamias@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-2.2.1.ebuild,v 1.4 2001/09/19 21:06:44 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-2.2.1.ebuild,v 1.5 2001/09/29 21:03:25 danarmak Exp $
S=${WORKDIR}/${P}
DESCRIPTION="KDE ${PV} - Artwork"
@@ -29,10 +29,6 @@ src_compile() {
then
myconf="$myconf --enable-mt"
fi
- if [ "`use mitshm`" ]
- then
- myconf="$myconf --enable-mitshm"
- fi
if [ "`use objprelink`" ] ; then
myconf="$myconf --enable-objprelink"
fi
diff --git a/kde-base/kdeartwork/kdeartwork-2.2.ebuild b/kde-base/kdeartwork/kdeartwork-2.2.ebuild
index 6f07c906ce13..5afd0bb4429a 100644
--- a/kde-base/kdeartwork/kdeartwork-2.2.ebuild
+++ b/kde-base/kdeartwork/kdeartwork-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 Philippe Namias <pnamias@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-2.2.ebuild,v 1.3 2001/08/22 11:57:19 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-2.2.ebuild,v 1.4 2001/09/29 21:03:25 danarmak Exp $
S=${WORKDIR}/${P}
DESCRIPTION="KDE ${PV} - Artwork"
@@ -34,10 +34,6 @@ src_compile() {
then
myconf="--enable-mt"
fi
- if [ "`use mitshm`" ]
- then
- myconf="$myconf --enable-mitshm"
- fi
if [ "`use objprelink`" ] ; then
myconf="$myconf --enable-objprelink"
fi