diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-23 05:36:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-23 05:36:46 +0000 |
commit | b1dea4728eed41706493e769430065699fcf996a (patch) | |
tree | 60096ef8f76a000d6d516163ab9c060007968521 /games-engines/frotz | |
parent | Original package import of realtime-lsm: Linux security module used to author... (diff) | |
download | historical-b1dea4728eed41706493e769430065699fcf996a.tar.gz historical-b1dea4728eed41706493e769430065699fcf996a.tar.bz2 historical-b1dea4728eed41706493e769430065699fcf996a.zip |
removed macos
Diffstat (limited to 'games-engines/frotz')
-rw-r--r-- | games-engines/frotz/Manifest | 2 | ||||
-rw-r--r-- | games-engines/frotz/frotz-2.43.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games-engines/frotz/Manifest b/games-engines/frotz/Manifest index 1ba89e20eee7..11fe5eea1245 100644 --- a/games-engines/frotz/Manifest +++ b/games-engines/frotz/Manifest @@ -1,5 +1,5 @@ MD5 3c313ecf4726fc4523698c93aa052a17 ChangeLog 1045 +MD5 07c323300816a9877f112bf9078fe565 frotz-2.43.ebuild 982 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 ef26dd40a9659b1b1d5d17f9bd68d8ec frotz-2.43.ebuild 943 MD5 32133b094b45d1db7b013484450dc127 files/digest-frotz-2.43 62 MD5 a4000400c7a971ee3ff869b4f55ef2a3 files/frotz-2.42-makefile.patch 527 diff --git a/games-engines/frotz/frotz-2.43.ebuild b/games-engines/frotz/frotz-2.43.ebuild index dc5084b95c5f..8fd6ea58c2fe 100644 --- a/games-engines/frotz/frotz-2.43.ebuild +++ b/games-engines/frotz/frotz-2.43.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.7 2004/09/16 01:59:38 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/frotz/frotz-2.43.ebuild,v 1.8 2004/10/23 05:36:46 mr_bones_ Exp $ DESCRIPTION="Curses based interpreter for Z-code based text games" HOMEPAGE="http://www.cs.csubak.edu/~dgriffi/proj/frotz/" @@ -8,7 +8,7 @@ SRC_URI="http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/${P}.tar LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc amd64 macos ppc-macos" +KEYWORDS="x86 ppc amd64 ppc-macos" IUSE="oss alsa" DEPEND="sys-libs/ncurses @@ -22,10 +22,10 @@ src_compile() { src_install () { into /usr - dobin frotz + dobin frotz || die "dobin failed" doman frotz.6 dodoc AUTHORS BUGS ChangeLog HOW_TO_PLAY INSTALL NOTES README TODO insinto /usr/share/${P}/ - doins frotz.conf-big frotz.conf-small + doins frotz.conf-big frotz.conf-small || die "doins failed" } |