diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 16:28:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 16:28:07 +0000 |
commit | 4449c749e4d0a531f4dffcd6bd11772e59ecbf81 (patch) | |
tree | 47ac23a46562d1736503b9b2447f81b34199c04e /games-emulation/darcnes | |
parent | New package - rename. (diff) | |
download | historical-4449c749e4d0a531f4dffcd6bd11772e59ecbf81.tar.gz historical-4449c749e4d0a531f4dffcd6bd11772e59ecbf81.tar.bz2 historical-4449c749e4d0a531f4dffcd6bd11772e59ecbf81.zip |
welcome to games-emulation
Diffstat (limited to 'games-emulation/darcnes')
-rw-r--r-- | games-emulation/darcnes/ChangeLog | 25 | ||||
-rw-r--r-- | games-emulation/darcnes/Manifest | 3 | ||||
-rw-r--r-- | games-emulation/darcnes/darcnes-0401-r1.ebuild | 51 | ||||
-rw-r--r-- | games-emulation/darcnes/files/digest-darcnes-0401-r1 | 1 |
4 files changed, 80 insertions, 0 deletions
diff --git a/games-emulation/darcnes/ChangeLog b/games-emulation/darcnes/ChangeLog new file mode 100644 index 000000000000..528ae30d49f9 --- /dev/null +++ b/games-emulation/darcnes/ChangeLog @@ -0,0 +1,25 @@ +# ChangeLog for app-emulation/darcnes +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/darcnes/ChangeLog,v 1.1 2003/09/09 16:26:49 vapier Exp $ + +*darcnes-0401-r1 (23 Jul 2002) + + 06 Aug 2002; Mark Guertin <gerk@gentoo.org> : + Added -ppc to keywords + + 23 Jul 2002; Stuart Bouyer <stubear@gentoo.org> darcnes-0401-r1.ebuild: + + Added LICENSE info to bring make repoman and lintool happy. + +* darcnes-0401-r1 (1 Feb 2002) + 5 Jun 2002 Moved ebuild from dn9b-0401-r1.ebuild to darcnes-0401-r1.ebuild + +*dn9b-0401-r1 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/games-emulation/darcnes/Manifest b/games-emulation/darcnes/Manifest new file mode 100644 index 000000000000..255862667730 --- /dev/null +++ b/games-emulation/darcnes/Manifest @@ -0,0 +1,3 @@ +MD5 63edc29962275fde0bae0842635b64df ChangeLog 1037 +MD5 4cc94e343c566d8b73d3e1e2cad6cc11 darcnes-0401-r1.ebuild 1132 +MD5 97092964e106d48cc1b417ed92a14ed7 files/digest-darcnes-0401-r1 57 diff --git a/games-emulation/darcnes/darcnes-0401-r1.ebuild b/games-emulation/darcnes/darcnes-0401-r1.ebuild new file mode 100644 index 000000000000..e523c920a88f --- /dev/null +++ b/games-emulation/darcnes/darcnes-0401-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/09/09 16:26:49 vapier Exp $ + +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_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/files/digest-darcnes-0401-r1 b/games-emulation/darcnes/files/digest-darcnes-0401-r1 new file mode 100644 index 000000000000..62580db3c8d6 --- /dev/null +++ b/games-emulation/darcnes/files/digest-darcnes-0401-r1 @@ -0,0 +1 @@ +MD5 84d0cb6fc00017e5bf7cc09acd5e365b dn9b0401.tgz 199963 |