summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Morey <peitolm@gentoo.org>2002-06-05 22:53:50 +0000
committerColin Morey <peitolm@gentoo.org>2002-06-05 22:53:50 +0000
commitb87c5b5e3309fbc2813a0f424bdb894b7643f9dd (patch)
tree7749fd2c0ea984f55e90d7caaf531aa33672d0cd /app-emulation
parentadd libtool.eclass (diff)
downloadgentoo-2-b87c5b5e3309fbc2813a0f424bdb894b7643f9dd.tar.gz
gentoo-2-b87c5b5e3309fbc2813a0f424bdb894b7643f9dd.tar.bz2
gentoo-2-b87c5b5e3309fbc2813a0f424bdb894b7643f9dd.zip
Moving darcnes/* to dn9b/*
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/dn9b/ChangeLog19
-rw-r--r--app-emulation/dn9b/dn9b-0401-r1.ebuild47
-rw-r--r--app-emulation/dn9b/files/digest-dn9b-0401-r11
3 files changed, 67 insertions, 0 deletions
diff --git a/app-emulation/dn9b/ChangeLog b/app-emulation/dn9b/ChangeLog
new file mode 100644
index 000000000000..b1013aecaa84
--- /dev/null
+++ b/app-emulation/dn9b/ChangeLog
@@ -0,0 +1,19 @@
+# ChangeLog for app-emulation/darcnes
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dn9b/ChangeLog,v 1.1 2002/06/05 22:53:50 peitolm Exp $
+
+* dn9b-0401-r1 (05 Jun 2002)
+ 05 Jun 2002; C.Morey <peitolm@gentoo.org
+ Moved the ebuild from app-emulation/darcnes to app-emulation/dn9b to fit in
+ with current standard
+
+*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/app-emulation/dn9b/dn9b-0401-r1.ebuild b/app-emulation/dn9b/dn9b-0401-r1.ebuild
new file mode 100644
index 000000000000..7476452c18b8
--- /dev/null
+++ b/app-emulation/dn9b/dn9b-0401-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Ryan Tolboom <ryan@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dn9b/dn9b-0401-r1.ebuild,v 1.1 2002/06/05 22:53:50 peitolm Exp $
+
+S=${WORKDIR}/darcnes
+DESCRIPTION="A multi-system emulator"
+SRC_URI="http://www.dridus.com/~nyef/darcnes/download/dn9b0401.tgz"
+HOMEPAGE="http://www.netway.com/~nyef"
+
+DEPEND=">=media-libs/svgalib-1.4.2
+ X? ( virtual/x11 )
+ gtk? ( =x11-libs/gtk+-1.2* )"
+
+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
+ try make
+ fi
+ cat Makefile.orig | sed "s:^TARGET?=Linux_X$:TARGET?=Linux_svgalib:" \
+ > Makefile
+ try make
+
+}
+
+src_install () {
+
+ exeinto /usr/bin
+ doexe sdarcnes
+ if [ "`use X`" ]
+ then
+ exeinto /usr/bin
+ doexe darcnes
+ fi
+ dodoc readme
+
+}
diff --git a/app-emulation/dn9b/files/digest-dn9b-0401-r1 b/app-emulation/dn9b/files/digest-dn9b-0401-r1
new file mode 100644
index 000000000000..62580db3c8d6
--- /dev/null
+++ b/app-emulation/dn9b/files/digest-dn9b-0401-r1
@@ -0,0 +1 @@
+MD5 84d0cb6fc00017e5bf7cc09acd5e365b dn9b0401.tgz 199963