summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bouyer <stubear@gentoo.org>2002-07-27 12:55:33 +0000
committerStuart Bouyer <stubear@gentoo.org>2002-07-27 12:55:33 +0000
commit2aee8a867bd9ce2b937b8379d626ff15707d5d6c (patch)
treea95ec77b930c370f1a4bbcc8b72c5c8309992814 /app-emulation/dosemu
parentremoved SLOT=0 from kde packages (diff)
downloadhistorical-2aee8a867bd9ce2b937b8379d626ff15707d5d6c.tar.gz
historical-2aee8a867bd9ce2b937b8379d626ff15707d5d6c.tar.bz2
historical-2aee8a867bd9ce2b937b8379d626ff15707d5d6c.zip
Added KEYWORDS, SLOTS and RDEPEND for QA happiness
Diffstat (limited to 'app-emulation/dosemu')
-rw-r--r--app-emulation/dosemu/ChangeLog8
-rw-r--r--app-emulation/dosemu/dosemu-1.1.3-r1.ebuild8
-rw-r--r--app-emulation/dosemu/dosemu-1.1.3.ebuild56
-rw-r--r--app-emulation/dosemu/files/digest-dosemu-1.1.32
4 files changed, 12 insertions, 62 deletions
diff --git a/app-emulation/dosemu/ChangeLog b/app-emulation/dosemu/ChangeLog
index 0e5a158b6c06..6e615493a072 100644
--- a/app-emulation/dosemu/ChangeLog
+++ b/app-emulation/dosemu/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/dosemu
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.3 2002/05/28 08:29:12 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.4 2002/07/27 12:55:33 stubear Exp $
+
+*dosemu-1.1.3-r1 (27 Jul 2002)
+
+ 27 Jul 2002; Stuart Bouyer <stubear@gentoo.org> dosemu-1.1.3-r1.ebuild :
+
+ Added KEYWORDS="x86", SLOTS and RDEPEND for QA.
*dosemu-1.1.3-r1 (27 May 2002)
diff --git a/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild b/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild
index b7fff93b00ab..05b4de58ff07 100644
--- a/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild
+++ b/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild
@@ -1,16 +1,18 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild,v 1.3 2002/07/11 06:30:12 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild,v 1.4 2002/07/27 12:55:33 stubear Exp $
S=${WORKDIR}/${P}
DESCRIPTION="DOS Emulator"
SRC_URI="http://telia.dl.sourceforge.net/sourceforge/dosemu/dosemu-freedos-bin.tgz
- http://telia.dl.sourceforge.net/sourceforge/dosemu/dosemu-1.1.3.tgz"
+ http://telia.dl.sourceforge.net/sourceforge/dosemu/dosemu-1.1.3.tgz"
HOMEPAGE="http://www.dosemu.org"
LICENSE="GPL | LGPL"
+KEYWORDS="x86"
+SLOT="0"
DEPEND="X? ( virtual/x11 )
svga? ( media-libs/svgalib )"
-
+RDEPEND="${DEPEND}"
src_compile() {
### We make base-configure executable here, so that we can pretend its our
diff --git a/app-emulation/dosemu/dosemu-1.1.3.ebuild b/app-emulation/dosemu/dosemu-1.1.3.ebuild
deleted file mode 100644
index 9525619ce6f4..000000000000
--- a/app-emulation/dosemu/dosemu-1.1.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.1.3.ebuild,v 1.2 2002/07/11 06:30:12 drobbins Exp $
-S=${WORKDIR}/${P}
-
-DESCRIPTION="DOSEmu 1.1.3 (Developer)"
-SRC_URI="http://telia.dl.sourceforge.net/sourceforge/dosemu/dosemu-freedos-bin.tgz
- http://telia.dl.sourceforge.net/sourceforge/dosemu/dosemu-1.1.3.tgz"
-HOMEPAGE="http://www.dosemu.org"
-LICENSE="GPL | LGPL"
-DEPEND="X? ( virtual/x11 )
- svga? ( media-libs/svgalib )"
-
-src_compile() {
-
-### We make base-configure executable here, so that we can pretend its our
-### ./configure script, by passing it cli arguments, we bypass the usual
-### DOSemu installation script routines :)
-
- chmod +x $S/base-configure
-
- local myflags
-
-### mitshm will bork ./base-configure entirely, so we disable it here
- myflags="--enable-mitshm=no"
-
-### and then set build paramaters based on USE variables
- use X || myflags="${myflags} --with-x=no"
- use svga && myflags="${myflags} --enable-use-svgalib"
-
-### this is really a ./configure (honestly)
- ./base-configure \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/men \
- ${myflags} || die "DOSemu Base Configuration Failed"
-
-### We HAVE to do this, or the build will fail due to strange additional
-### files in the downloaded tarball!
- make pristine || die "Dosemu Make Pristine Failed"
-
-### Ok, the build tree is clean, lets make the executables, and 'dos' commands
- make -C src || die "DOSemu Make Failed!"
- make dosbin || die "DOSbin Make Failed"
-
-}
-
-src_install () {
-
-### There is no 'make install' for DOSemu, just a set of install scripts
-### We'll pass our portage image directory as the fs root, and 'install'
-### as normal, this seems to stick with the usual gentoo standards
-
- ./install_systemwide -fd /usr/portage/distfiles/dosemu-freedos-bin.tgz -r /var/tmp/portage/${PF}/image
-
-}
diff --git a/app-emulation/dosemu/files/digest-dosemu-1.1.3 b/app-emulation/dosemu/files/digest-dosemu-1.1.3
deleted file mode 100644
index 8bd5718d3504..000000000000
--- a/app-emulation/dosemu/files/digest-dosemu-1.1.3
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 ba5004378e6cacb1f7e5f9155f1ef176 dosemu-freedos-bin.tgz 686855
-MD5 149cbcb26dffaeb8e5dd76581bff0a39 dosemu-1.1.3.tgz 2179015