From 82cb3f2ff5d1f8da0daacc2d14f3e40e81b97766 Mon Sep 17 00:00:00 2001 From: Ryan Phillips Date: Fri, 21 Nov 2003 19:00:33 +0000 Subject: new package --- app-emulation/dlx/Manifest | 4 ++-- app-emulation/dlx/dlx-1.0.0.ebuild | 23 +++++++++++++++++++++++ app-emulation/dlx/files/digest-dlx-1.0.0 | 1 + app-emulation/dlx/metadata.xml | 8 ++++++++ 4 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 app-emulation/dlx/dlx-1.0.0.ebuild create mode 100644 app-emulation/dlx/files/digest-dlx-1.0.0 create mode 100644 app-emulation/dlx/metadata.xml (limited to 'app-emulation') diff --git a/app-emulation/dlx/Manifest b/app-emulation/dlx/Manifest index f7da904bf08f..27de49521e3f 100644 --- a/app-emulation/dlx/Manifest +++ b/app-emulation/dlx/Manifest @@ -1,4 +1,4 @@ -MD5 68744f9b332e41175f0187653b70b10e dlx-1.0.0.ebuild 526 -MD5 6bac33bd1fe3f32702697e4e50ed9f92 ChangeLog 222 +MD5 b96b561955f6f243019ff0b7ae9e33b4 dlx-1.0.0.ebuild 531 +MD5 5fc18e865897f7732e682a50a900c6ad ChangeLog 320 MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225 MD5 f8e3caf5fa8caedbbccf1cc9e55ccc61 files/digest-dlx-1.0.0 55 diff --git a/app-emulation/dlx/dlx-1.0.0.ebuild b/app-emulation/dlx/dlx-1.0.0.ebuild new file mode 100644 index 000000000000..874e869f2c60 --- /dev/null +++ b/app-emulation/dlx/dlx-1.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dlx/dlx-1.0.0.ebuild,v 1.1 2003/11/21 19:00:31 rphillips Exp $ + +S=${WORKDIR}/dlx +DESCRIPTION="DLX Simulator" +HOMEPAGE="http://www.davidviner.com/dlx.php" +SRC_URI="http://www.davidviner.com/dlx/dlx.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" +DEPEND="" + +src_compile() { + emake || die +} + +src_install() { + dobin masm mon dasm + dodoc README.txt MANUAL.TXT +} diff --git a/app-emulation/dlx/files/digest-dlx-1.0.0 b/app-emulation/dlx/files/digest-dlx-1.0.0 new file mode 100644 index 000000000000..f2fe9ebe7a37 --- /dev/null +++ b/app-emulation/dlx/files/digest-dlx-1.0.0 @@ -0,0 +1 @@ +MD5 c20dd39f060c8cb01782d8e6fa779eb7 dlx.tar.gz 112589 diff --git a/app-emulation/dlx/metadata.xml b/app-emulation/dlx/metadata.xml new file mode 100644 index 000000000000..fc52d7ba53dd --- /dev/null +++ b/app-emulation/dlx/metadata.xml @@ -0,0 +1,8 @@ + + + +no-herd + + rphillips@gentoo.org + + -- cgit v1.2.3-65-gdbad