From a6e95581e33ee6c9e23b8ec0437c1a476a89c7f1 Mon Sep 17 00:00:00 2001 From: Hanno Boeck Date: Mon, 18 Nov 2002 10:36:43 +0000 Subject: fix lintool warnings --- app-emulation/pose/ChangeLog | 9 ++++----- app-emulation/pose/pose-3.5-r1.ebuild | 5 +++-- app-emulation/pose/pose-3.5.ebuild | 3 ++- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'app-emulation/pose') diff --git a/app-emulation/pose/ChangeLog b/app-emulation/pose/ChangeLog index b0ce71e98a72..326b03a7e529 100644 --- a/app-emulation/pose/ChangeLog +++ b/app-emulation/pose/ChangeLog @@ -1,9 +1,8 @@ -# ChangeLog for app-text/hd2u +# ChangeLog for app-emulation/pose # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# Maintainer: George Shapovalov -# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/ChangeLog,v 1.3 2002/08/29 01:55:42 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/ChangeLog,v 1.4 2002/11/18 10:36:43 hanno Exp $ -*pose-3.5-r1, (28 Aug 2002) +*pose-3.5-r1 (28 Aug 2002) 28 Aug 2002; George Shapovalov pose-3.5-r1.ebuild, files/{choose-gl.diff,detect-fluid.diff,init-clipwidget.diff,separate-builddir.diff} : @@ -15,7 +14,7 @@ rpm.spec file for POSE. -*pose-3.5, (10 May 2002) +*pose-3.5 (10 May 2002) 22 Jul 2002; Owen Stampflee : Changed DEPEND to fltk-1.1.0_beta10 as fltk-1.1.0_rc4 breaks diff --git a/app-emulation/pose/pose-3.5-r1.ebuild b/app-emulation/pose/pose-3.5-r1.ebuild index 5c1e50df4bc1..f6b281abe716 100644 --- a/app-emulation/pose/pose-3.5-r1.ebuild +++ b/app-emulation/pose/pose-3.5-r1.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/pose/pose-3.5-r1.ebuild,v 1.4 2002/11/04 17:48:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/pose-3.5-r1.ebuild,v 1.5 2002/11/18 10:36:43 hanno Exp $ S=${WORKDIR}/Emulator_Src_3.5 FLTK_PV=1.0.11 @@ -16,6 +16,7 @@ DEPEND="virtual/glibc" KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" +IUSE="" src_unpack() { unpack emulator_src_3.5.tar.gz @@ -53,7 +54,7 @@ src_compile() { --disable-gl || die make || die - + cd ${S}/build-profile LDFLAGS=-L${S}/static-libs ../BuildUnix/configure --prefix=/usr \ --with-fltk=${S}/install-fltk \ diff --git a/app-emulation/pose/pose-3.5.ebuild b/app-emulation/pose/pose-3.5.ebuild index 7d2a6c72dfb6..c85e2efa2a46 100644 --- a/app-emulation/pose/pose-3.5.ebuild +++ b/app-emulation/pose/pose-3.5.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/pose/pose-3.5.ebuild,v 1.7 2002/10/20 18:37:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/pose-3.5.ebuild,v 1.8 2002/11/18 10:36:43 hanno Exp $ S=${WORKDIR}/${P} HOMEPAGE="http://www.palmos.com/dev/tools/emulator/" @@ -12,6 +12,7 @@ DEPEND="=x11-libs/fltk-1.1.0_beta10-r1" KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" +IUSE="" src_compile() { cd ${WORKDIR}/Emulator_Src_3.5/BuildUnix -- cgit v1.2.3-65-gdbad