diff options
Diffstat (limited to 'games-emulation/darcnes')
-rw-r--r-- | games-emulation/darcnes/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/darcnes/darcnes-0401-r1.ebuild | 60 | ||||
-rw-r--r-- | games-emulation/darcnes/darcnes-0401-r2.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/darcnes/files/digest-darcnes-0401-r1 | 1 |
4 files changed, 8 insertions, 65 deletions
diff --git a/games-emulation/darcnes/ChangeLog b/games-emulation/darcnes/ChangeLog index 704ecc873f36..53cc8dadbdf4 100644 --- a/games-emulation/darcnes/ChangeLog +++ b/games-emulation/darcnes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/darcnes -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/darcnes/ChangeLog,v 1.9 2004/11/15 19:25:20 mr_bones_ Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/darcnes/ChangeLog,v 1.10 2005/03/13 08:18:42 mr_bones_ Exp $ + + 13 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org> + -darcnes-0401-r1.ebuild: + clean old ebuild 15 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> darcnes-0401-r2.ebuild: call games_pkg_setup in pkg_setup diff --git a/games-emulation/darcnes/darcnes-0401-r1.ebuild b/games-emulation/darcnes/darcnes-0401-r1.ebuild deleted file mode 100644 index bf85cb41fe44..000000000000 --- a/games-emulation/darcnes/darcnes-0401-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/darcnes/darcnes-0401-r1.ebuild,v 1.5 2004/09/03 23:50:46 swegener Exp $ - -inherit eutils - -DESCRIPTION="A multi-system emulator" -SRC_URI="http://www.dridus.com/~nyef/darcnes/download/dn9b${PV}.tgz" -HOMEPAGE="http://www.dridus.com/~nyef/darcnes/" - -SLOT="0" -KEYWORDS="x86 -ppc" -LICENSE="GPL-2" -IUSE="X gtk" - -DEPEND=">=media-libs/svgalib-1.4.2 - X? ( virtual/x11 ) - gtk? ( =x11-libs/gtk+-1.2* )" - -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${P}-gcc34.patch -} - -src_compile() { - - cp cd_unix.c cd_unix.c.orig - cat cd_unix.c.orig | sed "s:CDROM_DEVICE \"/dev/cdrom\"$:CDROM_DEVICE \"/dev/cdroms/cdrom0\":"\ - > cd_unix.c - cp Makefile Makefile.orig - if use X - then - if use gtk - then - cat Makefile.orig | sed "s:^TARGET?=Linux_X$:TARGET?=Linux_GTK:" \ - > Makefile - fi - make || die - fi - cat Makefile.orig | sed "s:^TARGET?=Linux_X$:TARGET?=Linux_svgalib:" \ - > Makefile - make || die - -} - -src_install() { - exeinto /usr/bin - doexe sdarcnes - if use X - then - exeinto /usr/bin - doexe darcnes - fi - dodoc readme - -} diff --git a/games-emulation/darcnes/darcnes-0401-r2.ebuild b/games-emulation/darcnes/darcnes-0401-r2.ebuild index e6277c81d17b..d6babce42c82 100644 --- a/games-emulation/darcnes/darcnes-0401-r2.ebuild +++ b/games-emulation/darcnes/darcnes-0401-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/darcnes/darcnes-0401-r2.ebuild,v 1.7 2004/11/15 19:25:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/darcnes/darcnes-0401-r2.ebuild,v 1.8 2005/03/13 08:18:42 mr_bones_ Exp $ inherit eutils games diff --git a/games-emulation/darcnes/files/digest-darcnes-0401-r1 b/games-emulation/darcnes/files/digest-darcnes-0401-r1 deleted file mode 100644 index 62580db3c8d6..000000000000 --- a/games-emulation/darcnes/files/digest-darcnes-0401-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 84d0cb6fc00017e5bf7cc09acd5e365b dn9b0401.tgz 199963 |