diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-18 20:11:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-18 20:11:15 +0000 |
commit | e193fd4648f9410b19e21fc6af55a7a8e66c26a4 (patch) | |
tree | fc8044b1340de5ad3f284818ef463d95ffac661d /app-emulation/pose | |
parent | adding amd64 to tk (diff) | |
download | gentoo-2-e193fd4648f9410b19e21fc6af55a7a8e66c26a4.tar.gz gentoo-2-e193fd4648f9410b19e21fc6af55a7a8e66c26a4.tar.bz2 gentoo-2-e193fd4648f9410b19e21fc6af55a7a8e66c26a4.zip |
fltk broken
Diffstat (limited to 'app-emulation/pose')
-rw-r--r-- | app-emulation/pose/files/digest-pose-3.5 | 1 | ||||
-rw-r--r-- | app-emulation/pose/pose-3.5.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/app-emulation/pose/files/digest-pose-3.5 b/app-emulation/pose/files/digest-pose-3.5 deleted file mode 100644 index 6f7eb38e3cc3..000000000000 --- a/app-emulation/pose/files/digest-pose-3.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 c69b10798e524b999739bf1950125655 emulator_src_3.5.tar.gz 3162363 diff --git a/app-emulation/pose/pose-3.5.ebuild b/app-emulation/pose/pose-3.5.ebuild deleted file mode 100644 index dabc8e84bcc1..000000000000 --- a/app-emulation/pose/pose-3.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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.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" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -DEPEND="=x11-libs/fltk-1.1.0*" - -src_compile() { - cd ${WORKDIR}/Emulator_Src_3.5/BuildUnix - ./configure || die - - make ||die -} - -src_install() { - cd ${WORKDIR}/Emulator_Src_3.5/BuildUnix - make prefix=${D}/usr/ install || die - - cd ${WORKDIR}/Emulator_Src_3.5/Docs - dodoc *.txt - insinto /usr/share/doc/${P} - doins *.pdf *.rtf *.html -} - |