diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-11-20 21:06:47 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-11-20 21:06:47 +0000 |
commit | c89f85114e768978e37b97d754ca243f2d7604c2 (patch) | |
tree | c570cb2754385859cf6f7f816853f871ed388e2d /app-emulation | |
parent | Stable for x86, wrt bug #442872 (diff) | |
download | gentoo-2-c89f85114e768978e37b97d754ca243f2d7604c2.tar.gz gentoo-2-c89f85114e768978e37b97d754ca243f2d7604c2.tar.bz2 gentoo-2-c89f85114e768978e37b97d754ca243f2d7604c2.zip |
Remove old.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xtrs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xtrs/xtrs-4.9d.ebuild | 64 |
2 files changed, 4 insertions, 65 deletions
diff --git a/app-emulation/xtrs/ChangeLog b/app-emulation/xtrs/ChangeLog index 151bb0d625f6..c48aa54d9d0b 100644 --- a/app-emulation/xtrs/ChangeLog +++ b/app-emulation/xtrs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xtrs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xtrs/ChangeLog,v 1.44 2012/11/20 20:44:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xtrs/ChangeLog,v 1.45 2012/11/20 21:06:47 ulm Exp $ + + 20 Nov 2012; Ulrich Müller <ulm@gentoo.org> -xtrs-4.9d.ebuild: + Remove old. 20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> xtrs-4.9d-r1.ebuild: Stable for x86, wrt bug #441074 diff --git a/app-emulation/xtrs/xtrs-4.9d.ebuild b/app-emulation/xtrs/xtrs-4.9d.ebuild deleted file mode 100644 index 537f5f63c756..000000000000 --- a/app-emulation/xtrs/xtrs-4.9d.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xtrs/xtrs-4.9d.ebuild,v 1.8 2012/09/28 20:55:22 ulm Exp $ - -EAPI=3 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Radio Shack TRS-80 emulator" -HOMEPAGE="http://www.tim-mann.org/xtrs.html" -SRC_URI="http://www.tim-mann.org/trs80/${P}.tar.gz - http://www.tim-mann.org/trs80/ld4-631.zip" - -LICENSE="xtrs freedist" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -DEPEND="sys-libs/ncurses - sys-libs/readline - >=x11-libs/libX11-1.0.0" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e 's/$(CC) -o/$(CC) $(LDFLAGS) -o/' Makefile || die -} - -src_compile() { - use ppc && append-flags -Dbig_endian - emake CC="$(tc-getCC)" DEBUG="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ - DISKDIR="-DDISKDIR='\"/usr/share/xtrs\"'" \ - DEFAULT_ROM="-DDEFAULT_ROM='\"/usr/share/xtrs/romimage\"' \ - -DDEFAULT_ROM3='\"/usr/share/xtrs/romimage.m3\"' \ - -DDEFAULT_ROM4P='\"/usr/share/xtrs/romimage.m4p\"'" \ - || die "emake failed" -} - -src_install() { - dodir /usr/bin /usr/share/xtrs/disks /usr/share/man/man1 - emake PREFIX="${D}"/usr install || die "emake install failed" - - insopts -m0444 - insinto /usr/share/xtrs/disks - doins cpmutil.dsk utility.dsk "${WORKDIR}"/ld4-631.dsk - dosym disks/ld4-631.dsk /usr/share/xtrs/disk4p-0 - dosym disks/utility.dsk /usr/share/xtrs/disk4p-1 - - dodoc ChangeLog README xtrsrom4p.README cpmutil.html dskspec.html \ - || die "dodoc failed" -} - -pkg_postinst() { - ewarn "For copyright reasons, xtrs does not include actual ROM images." - ewarn "Because of this, unless you supply your own ROM, xtrs will" - ewarn "not function in any mode except 'Model 4p' mode (a minimal" - ewarn "free ROM is included for this), which can be run like this:" - ewarn " xtrs -model 4p" - elog "" - elog "If you already own a copy of the ROM software (e.g., if you have" - elog "a TRS-80 with this ROM), then you can make yourself a copy of this" - elog "for use with xtrs using utilities available on the web. You can" - elog "also often find various ROMs elsewhere. To load your own ROM," - elog "specify the '-romfile' option." -} |