diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-10 16:08:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-10 16:08:52 +0000 |
commit | 665b946fc4c2a20ffa5cdf1067d2015129bcec9c (patch) | |
tree | fddf452f061234ae3c32124d428998efe29eb13d /app-emulation/pose | |
parent | repoman fix (diff) | |
download | gentoo-2-665b946fc4c2a20ffa5cdf1067d2015129bcec9c.tar.gz gentoo-2-665b946fc4c2a20ffa5cdf1067d2015129bcec9c.tar.bz2 gentoo-2-665b946fc4c2a20ffa5cdf1067d2015129bcec9c.zip |
repoman fix
Diffstat (limited to 'app-emulation/pose')
-rw-r--r-- | app-emulation/pose/pose-3.5.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/app-emulation/pose/pose-3.5.ebuild b/app-emulation/pose/pose-3.5.ebuild index c85e2efa2a46..dabc8e84bcc1 100644 --- a/app-emulation/pose/pose-3.5.ebuild +++ b/app-emulation/pose/pose-3.5.ebuild @@ -1,18 +1,19 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 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.8 2002/11/18 10:36:43 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/pose-3.5.ebuild,v 1.9 2003/02/10 16:08:52 seemant Exp $ + +IUSE="" S=${WORKDIR}/${P} +DESCRIPTION="Palm OS Emulator" HOMEPAGE="http://www.palmos.com/dev/tools/emulator/" SRC_URI="http://www.palmos.com/dev/tools/emulator/sources/emulator_src_3.5.tar.gz" -DESCRIPTION="Palm OS Emulator" - -DEPEND="=x11-libs/fltk-1.1.0_beta10-r1" -KEYWORDS="x86" -LICENSE="GPL-2" SLOT="0" -IUSE="" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="=x11-libs/fltk-1.1.0*" src_compile() { cd ${WORKDIR}/Emulator_Src_3.5/BuildUnix |