diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-26 10:17:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-26 10:17:51 +0000 |
commit | 3b423d96bfc37d945cae98371165421281099baa (patch) | |
tree | 0548924150bbc49ccee7dbd289116f98f4e8a92c | |
parent | repoman fix (diff) | |
download | gentoo-2-3b423d96bfc37d945cae98371165421281099baa.tar.gz gentoo-2-3b423d96bfc37d945cae98371165421281099baa.tar.bz2 gentoo-2-3b423d96bfc37d945cae98371165421281099baa.zip |
removed pic crap
-rw-r--r-- | app-misc/evidence/evidence-0.9.4.20030220.ebuild | 5 | ||||
-rw-r--r-- | app-sci/gtkwave/gtkwave-2.0.0_pre20021022.ebuild | 5 | ||||
-rw-r--r-- | app-shells/dsh/dsh-0.23.4.ebuild | 13 | ||||
-rw-r--r-- | dev-db/edb/edb-1.0.3.20030220.ebuild | 5 | ||||
-rw-r--r-- | media-libs/imlib2/imlib2-1.0.6.20030220.ebuild | 10 |
5 files changed, 14 insertions, 24 deletions
diff --git a/app-misc/evidence/evidence-0.9.4.20030220.ebuild b/app-misc/evidence/evidence-0.9.4.20030220.ebuild index fb8bf91ca8de..742a23d35cc8 100644 --- a/app-misc/evidence/evidence-0.9.4.20030220.ebuild +++ b/app-misc/evidence/evidence-0.9.4.20030220.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/evidence/evidence-0.9.4.20030220.ebuild,v 1.5 2003/03/14 21:21:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/evidence/evidence-0.9.4.20030220.ebuild,v 1.6 2003/03/26 10:14:45 seemant Exp $ DESCRIPTION="GTK2 file-manager" HOMEPAGE="http://evidence.sourceforge.net/" @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~alpha" -IUSE="pic oggvorbis perl X" +IUSE="oggvorbis perl X" # gnome? ( >=gnome-base/gnome-vfs-2.0 >=gnome-base/libgnomecanvas-2.0 ) DEPEND=">=dev-util/pkgconfig-0.5 @@ -39,7 +39,6 @@ src_compile() { # local gnomeconf # use gnome && gnomeconf="${myconf} --enable-backend-gnomevfs" econf \ - `use_with pic` \ `use_enable oggvorbis plugin-vorbis` \ `use_enable perl pcre` \ `use_enable X x` \ diff --git a/app-sci/gtkwave/gtkwave-2.0.0_pre20021022.ebuild b/app-sci/gtkwave/gtkwave-2.0.0_pre20021022.ebuild index 4b7df07e75f7..1dcec8731fe8 100644 --- a/app-sci/gtkwave/gtkwave-2.0.0_pre20021022.ebuild +++ b/app-sci/gtkwave/gtkwave-2.0.0_pre20021022.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/gtkwave/gtkwave-2.0.0_pre20021022.ebuild,v 1.3 2003/02/13 09:22:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gtkwave/gtkwave-2.0.0_pre20021022.ebuild,v 1.4 2003/03/26 10:15:21 seemant Exp $ MY_P="${P/_pre/pre1-}" DESCRIPTION="A wave viewer for LXT and Verilog VCD/EVCD files" @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.cs.man.ac.uk/pub/amulet/gtkwave/snapshots/${MY_P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" SLOT="0" -IUSE="pic" +IUSE="" DEPEND="virtual/x11 =x11-libs/gtk+-1.2* @@ -21,7 +21,6 @@ S="${WORKDIR}/${MY_P}" src_compile() { local myconf="--with-gnu-ld" - use pic && myconf="${myconf} --with-pic" econf ${myconf} emake || die diff --git a/app-shells/dsh/dsh-0.23.4.ebuild b/app-shells/dsh/dsh-0.23.4.ebuild index e0d1b56291c9..f2bee76c1d6a 100644 --- a/app-shells/dsh/dsh-0.23.4.ebuild +++ b/app-shells/dsh/dsh-0.23.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.23.4.ebuild,v 1.2 2003/02/13 09:28:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.23.4.ebuild,v 1.3 2003/03/26 10:16:11 seemant Exp $ DESCRIPTION="DSH - Distributed Shell" SRC_URI="http://www.netfort.gr.jp/~dancer/software/downloads/${P}.tar.gz" @@ -9,20 +9,13 @@ HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/downloads/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -IUSE="pic nls" +IUSE="nls" DEPEND="dev-libs/libdshconfig" RDEPEND="net-misc/openssh" src_compile() { - local myconf="--with-gnu-ld" - use pic \ - && myconf="${myconf} --with-pic" \ - || myconf="${myconf} --without-pic" - use nls \ - && myconf="${myconf} --enable-nls" \ - || myconf="${myconf} --disable-nls" - econf ${myconf} + econf --with-gnu-ld `use_enable nls` || die make || die } diff --git a/dev-db/edb/edb-1.0.3.20030220.ebuild b/dev-db/edb/edb-1.0.3.20030220.ebuild index f236470895c0..eb41e3d31e9d 100644 --- a/dev-db/edb/edb-1.0.3.20030220.ebuild +++ b/dev-db/edb/edb-1.0.3.20030220.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/edb/edb-1.0.3.20030220.ebuild,v 1.3 2003/03/11 17:01:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/edb/edb-1.0.3.20030220.ebuild,v 1.4 2003/03/26 10:16:38 seemant Exp $ inherit flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 SLOT="0" LICENSE="as-is" KEYWORDS="~x86 ~ppc ~alpha" -IUSE="pic ncurses gtk" +IUSE="ncurses gtk" DEPEND="gtk? ( =x11-libs/gtk+-1* ) ncurses? ( sys-libs/ncurses )" @@ -28,7 +28,6 @@ src_compile() { use alpha && append-flags -fPIC econf \ - `use_with pic` \ --enable-compat185 \ --enable-dump185 \ --enable-cxx \ diff --git a/media-libs/imlib2/imlib2-1.0.6.20030220.ebuild b/media-libs/imlib2/imlib2-1.0.6.20030220.ebuild index 7c6cfdf5f6b7..efde61a08ab9 100644 --- a/media-libs/imlib2/imlib2-1.0.6.20030220.ebuild +++ b/media-libs/imlib2/imlib2-1.0.6.20030220.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.6.20030220.ebuild,v 1.4 2003/03/11 16:10:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.6.20030220.ebuild,v 1.5 2003/03/26 10:17:51 seemant Exp $ inherit flag-o-matic -IUSE="mmx ungif gif png jpeg tiff static X pic" +IUSE="mmx gif png jpeg tiff static X" S=${WORKDIR}/${PN} DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm" @@ -17,8 +17,8 @@ LICENSE="as-is" KEYWORDS="~x86 ~ppc ~alpha" DEPEND="=media-libs/freetype-1* - ungif? ( media-libs/libungif ) - gif? ( >=media-libs/giflib-4.1.0 ) + gif? ( media-libs/libungif + >=media-libs/giflib-4.1.0 ) png? ( >=media-libs/libpng-1.2.1 ) jpeg? ( media-libs/jpeg ) tiff? ( >=media-libs/tiff-3.5.5 )" @@ -34,7 +34,7 @@ src_compile() { env USER=blah WANT_AUTOCONF_2_5=1 ./autogen.sh || die "could not autogen" local myconf="--sysconfdir=/etc/X11/imlib --with-gnu-ld" - myconf="${myconf} `use_with pic` `use_enable mmx` `use_with X x`" + myconf="${myconf} `use_enable mmx` `use_with X x`" econf ${myconf} || die "could not configure" emake || die "could not make" } |