diff options
author | Hanno Boeck <hanno@gentoo.org> | 2002-11-17 22:33:11 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2002-11-17 22:33:11 +0000 |
commit | 50a8aaf5b8855ec4fc73dc34f58914da52f60afd (patch) | |
tree | 62ff85dd567a14ad010cbeb40dcf4df52e95bdde /app-emulation/bochs | |
parent | Fixed a typo and changed permissions and ownership on /var/amavis (diff) | |
download | historical-50a8aaf5b8855ec4fc73dc34f58914da52f60afd.tar.gz historical-50a8aaf5b8855ec4fc73dc34f58914da52f60afd.tar.bz2 historical-50a8aaf5b8855ec4fc73dc34f58914da52f60afd.zip |
fixes forlintool warnings
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r-- | app-emulation/bochs/bochs-1.4.1.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-1.4.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-emulation/bochs/bochs-1.4.1.ebuild b/app-emulation/bochs/bochs-1.4.1.ebuild index c6c89e1edb3a..77b16917c5cd 100644 --- a/app-emulation/bochs/bochs-1.4.1.ebuild +++ b/app-emulation/bochs/bochs-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-1.4.1.ebuild,v 1.4 2002/10/20 18:37:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-1.4.1.ebuild,v 1.5 2002/11/17 22:33:11 hanno Exp $ S=${WORKDIR}/${P} DESCRIPTION="Bochs is a pc emulator. @@ -11,6 +11,7 @@ SRC_URI="mirror://sourceforge/bochs/${P}.tar.gz HOMEPAGE="http://bochs.sourceforge.net" LICENSE="LGPL-2.1" SLOT="0" +IUSE="" DEPEND=">=sys-libs/glibc-2.1.3 >=x11-base/xfree-4.0.1" @@ -19,7 +20,7 @@ KEYWORDS="x86 ppc" src_unpack() { unpack ${P}.tar.gz - + cd $S cp Makefile.in Makefile.in.orig sed -e "s:\$(WGET) \$(DLXLINUX_TAR_URL):cp ${DISTDIR}/dlxlinux3.tar.gz .:" \ @@ -27,7 +28,7 @@ src_unpack() { -e 's: $(bindir): $(DESTDIR)$(bindir):g' \ -e 's:BOCHSDIR=:BOCHSDIR=/usr/lib/bochs#:' \ -e 's: $(BOCHSDIR): $(DESTDIR)$(BOCHSDIR):g' Makefile.in.orig > Makefile.in - + } src_compile() { diff --git a/app-emulation/bochs/bochs-1.4.ebuild b/app-emulation/bochs/bochs-1.4.ebuild index bb78ad863305..85207f3bf1ec 100644 --- a/app-emulation/bochs/bochs-1.4.ebuild +++ b/app-emulation/bochs/bochs-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-1.4.ebuild,v 1.10 2002/10/20 18:37:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-1.4.ebuild,v 1.11 2002/11/17 22:33:11 hanno Exp $ PN=${P/_/.} S=${WORKDIR}/${PN} @@ -13,6 +13,7 @@ SRC_URI="mirror://sourceforge/bochs/${PN}.tar.gz HOMEPAGE="http://bochs.sourceforge.net" LICENSE="LGPL-2.1" SLOT="0" +IUSE="" #build-time dependencies DEPEND=">=sys-libs/glibc-2.1.3 @@ -22,14 +23,14 @@ KEYWORDS="x86 ppc" src_unpack() { unpack ${PN}.tar.gz - + cd $S cp Makefile.in Makefile.in.orig sed -e "s:\$(WGET) \$(DLXLINUX_TAR_URL):cp ${DISTDIR}/dlxlinux3.tar.gz .:" \ -e 's: $(prefix): $(DESTDIR)$(prefix):g' \ -e 's: $(bindir): $(DESTDIR)$(bindir):g' \ -e 's: $(BOCHSDIR): $(DESTDIR)$(BOCHSDIR):g' Makefile.in.orig > Makefile.in - + } src_compile() { |