diff options
author | Colin Morey <peitolm@gentoo.org> | 2002-06-05 23:04:21 +0000 |
---|---|---|
committer | Colin Morey <peitolm@gentoo.org> | 2002-06-05 23:04:21 +0000 |
commit | e087bffcf42b18a83c036df60cb16c21f2522632 (patch) | |
tree | 709a0e4985635f324cb445ce7732f7a96235d553 | |
parent | even more updates (diff) | |
download | gentoo-2-e087bffcf42b18a83c036df60cb16c21f2522632.tar.gz gentoo-2-e087bffcf42b18a83c036df60cb16c21f2522632.tar.bz2 gentoo-2-e087bffcf42b18a83c036df60cb16c21f2522632.zip |
some confusion, these have now been removed,.. :)
-rw-r--r-- | app-emulation/dn9b/ChangeLog | 19 | ||||
-rw-r--r-- | app-emulation/dn9b/dn9b-0401-r1.ebuild | 47 | ||||
-rw-r--r-- | app-emulation/dn9b/files/digest-dn9b-0401-r1 | 1 |
3 files changed, 0 insertions, 67 deletions
diff --git a/app-emulation/dn9b/ChangeLog b/app-emulation/dn9b/ChangeLog deleted file mode 100644 index b1013aecaa84..000000000000 --- a/app-emulation/dn9b/ChangeLog +++ /dev/null @@ -1,19 +0,0 @@ -# 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 deleted file mode 100644 index 7476452c18b8..000000000000 --- a/app-emulation/dn9b/dn9b-0401-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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 deleted file mode 100644 index 62580db3c8d6..000000000000 --- a/app-emulation/dn9b/files/digest-dn9b-0401-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 84d0cb6fc00017e5bf7cc09acd5e365b dn9b0401.tgz 199963 |