diff options
author | Hanno Böck <hanno@gentoo.org> | 2002-11-18 10:36:43 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2002-11-18 10:36:43 +0000 |
commit | aadd87847e017fe95360c44d1dfd769dd2d0b9c1 (patch) | |
tree | eed7786ed104c466bb0d06ab6646a5a2227062ee /app-emulation/pose | |
parent | fix depscan.sh using /usr/bin/find (diff) | |
download | gentoo-2-aadd87847e017fe95360c44d1dfd769dd2d0b9c1.tar.gz gentoo-2-aadd87847e017fe95360c44d1dfd769dd2d0b9c1.tar.bz2 gentoo-2-aadd87847e017fe95360c44d1dfd769dd2d0b9c1.zip |
fix lintool warnings
Diffstat (limited to 'app-emulation/pose')
-rw-r--r-- | app-emulation/pose/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/pose/pose-3.5-r1.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/pose/pose-3.5.ebuild | 3 |
3 files changed, 9 insertions, 8 deletions
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 <georges@its.caltech.edu> -# $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 <george@gentoo.org> 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 <owen@gentoo.org> : 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 |