summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-30 07:55:50 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-30 07:55:50 +0000
commit6c183884a0a7094daacf844bf1872e3292d68aad (patch)
tree48dd8218fad2cdb8a5244bcfa79b9d6b1d11c015 /app-emulation
parentClosing #42977. (diff)
downloadhistorical-6c183884a0a7094daacf844bf1872e3292d68aad.tar.gz
historical-6c183884a0a7094daacf844bf1872e3292d68aad.tar.bz2
historical-6c183884a0a7094daacf844bf1872e3292d68aad.zip
IUSE; don't RDEPEND on sys-devel/autoconf
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/frodo/ChangeLog7
-rw-r--r--app-emulation/frodo/Manifest4
-rw-r--r--app-emulation/frodo/frodo-4.1.ebuild12
3 files changed, 13 insertions, 10 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/Manifest b/app-emulation/frodo/Manifest
index 8ae2e8f0927b..361d97d143f8 100644
--- a/app-emulation/frodo/Manifest
+++ b/app-emulation/frodo/Manifest
@@ -1,4 +1,4 @@
-MD5 4319254fd9b40941d2381a3e8126cba5 ChangeLog 595
-MD5 6976372eba722ac545dd219fe0523010 frodo-4.1.ebuild 4239
+MD5 dd68b3b50a93502084bcb5e0606b747d ChangeLog 714
+MD5 f91c40546b19eccd99013232259e667b frodo-4.1.ebuild 4266
MD5 4fe0d9e57d72f1236d1510e916feff14 files/digest-frodo-4.1 197
MD5 628e1ba170ad4c5ef64e210f5782a5a5 files/frodo-4.1-gentoo.diff 2486
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
}