diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 07:55:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 07:55:50 +0000 |
commit | 611e3ec95ea221e7617afce1b6741886a6f9ad5a (patch) | |
tree | 0ab03fa2818d54fa44316fbed9197f6c3fc58763 /app-emulation/frodo | |
parent | Closing #42977. (Manifest recommit) (diff) | |
download | gentoo-2-611e3ec95ea221e7617afce1b6741886a6f9ad5a.tar.gz gentoo-2-611e3ec95ea221e7617afce1b6741886a6f9ad5a.tar.bz2 gentoo-2-611e3ec95ea221e7617afce1b6741886a6f9ad5a.zip |
IUSE; don't RDEPEND on sys-devel/autoconf
Diffstat (limited to 'app-emulation/frodo')
-rw-r--r-- | app-emulation/frodo/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/frodo/frodo-4.1.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/app-emulation/frodo/ChangeLog b/app-emulation/frodo/ChangeLog index 2faa61acb8d2..dd685271485d 100644 --- a/app-emulation/frodo/ChangeLog +++ b/app-emulation/frodo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/frodo -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/ChangeLog,v 1.1 2003/04/17 09:31:22 absinthe Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/ChangeLog,v 1.2 2004/03/30 07:55:50 mr_bones_ Exp $ + + 29 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> frodo-4.1.ebuild: + IUSE; don't RDEPEND on sys-devel/autoconf *frodo-4.1 (17 Apr 2003) diff --git a/app-emulation/frodo/frodo-4.1.ebuild b/app-emulation/frodo/frodo-4.1.ebuild index c1b385ecf9a0..fa08d6184c16 100644 --- a/app-emulation/frodo/frodo-4.1.ebuild +++ b/app-emulation/frodo/frodo-4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/frodo-4.1.ebuild,v 1.4 2004/02/20 06:08:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/frodo-4.1.ebuild,v 1.5 2004/03/30 07:55:50 mr_bones_ Exp $ inherit eutils @@ -12,11 +12,13 @@ SRC_URI="http://iphcip1.physik.uni-mainz.de/~cbauer/FrodoV4_1b.Src.tar.gz" LICENSE="Frodo" SLOT="0" KEYWORDS="x86 ~sparc ~ppc" +IUSE="" -DEPEND=">=media-libs/libsdl-1.2 - sys-devel/autoconf +RDEPEND=">=media-libs/libsdl-1.2 dev-lang/tcl dev-lang/tk" +DEPEND="${RDEPEND} + sys-devel/autoconf" src_compile() { cd ${S} @@ -27,7 +29,7 @@ src_compile() { rm configure autoconf econf || die - emake || die + emake || die "emake failed" } src_install () { @@ -95,10 +97,8 @@ einfo " Remember that the keyboard is mapped to the C64 layout. So to type " einfo " the first command above you would use the following sequence: " einfo " LOAD [SHIFT-2][RIGHT-BRACKET][SHIFT-2],8,1 " einfo " " -sleep 10 einfo " " einfo " For a complete source of C64 programs, try visiting: " einfo " http://www.c64unlimited.net/ " einfo " " -sleep 5 } |