summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-07-21 13:24:17 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-07-21 13:24:17 +0000
commit0a395a016077ea9916aa7119e8e17e8611045b5f (patch)
tree0d1b78de6a8daa8c3f1decbe5a2f6d0129230d68 /app-emulation/i8086emu
parentremove pam_console refs (diff)
downloadgentoo-2-0a395a016077ea9916aa7119e8e17e8611045b5f.tar.gz
gentoo-2-0a395a016077ea9916aa7119e8e17e8611045b5f.tar.bz2
gentoo-2-0a395a016077ea9916aa7119e8e17e8611045b5f.zip
version bump inspired by bug #89140
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-emulation/i8086emu')
-rw-r--r--app-emulation/i8086emu/ChangeLog7
-rw-r--r--app-emulation/i8086emu/Manifest7
-rw-r--r--app-emulation/i8086emu/files/digest-i8086emu-0.9.21
-rw-r--r--app-emulation/i8086emu/i8086emu-0.9.2.ebuild42
4 files changed, 55 insertions, 2 deletions
diff --git a/app-emulation/i8086emu/ChangeLog b/app-emulation/i8086emu/ChangeLog
index 7614fa29d7db..a1ab7fa42740 100644
--- a/app-emulation/i8086emu/ChangeLog
+++ b/app-emulation/i8086emu/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/i8086emu
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/i8086emu/ChangeLog,v 1.6 2005/01/01 14:13:35 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/i8086emu/ChangeLog,v 1.7 2005/07/21 13:24:17 dragonheart Exp $
+
+*i8086emu-0.9.2 (21 Jul 2005)
+
+ 21 Jul 2005; Daniel Black <dragonheart@gentoo.org> +i8086emu-0.9.2.ebuild:
+ version bump inspired by bug #89140 thanks to Michael Griffith
04 Sep 2004; David Holm <dholm@gentoo.org> i8086emu-0.9.1.ebuild:
Masked on ppc, endianess issue spotted.
diff --git a/app-emulation/i8086emu/Manifest b/app-emulation/i8086emu/Manifest
index 65568fe9e390..8d7ff2f445e7 100644
--- a/app-emulation/i8086emu/Manifest
+++ b/app-emulation/i8086emu/Manifest
@@ -1,5 +1,10 @@
-MD5 bd4848fee345b4bb225d5ad0530f4d6c ChangeLog 783
MD5 493792471e82a64c2baffef065169c09 i8086emu-0.9.1.ebuild 1114
MD5 e6f55d61a4d24ff653e5d6fa44fd91b1 metadata.xml 310
+MD5 bd4848fee345b4bb225d5ad0530f4d6c ChangeLog 783
+MD5 944b514c0c9fbebfd39aa1b596eadf2a i8086emu-0.9.1-r1.ebuild 1147
+MD5 64425c8cec0fac25306e248bc9240eee i8086emu-0.9.2.ebuild 1036
MD5 f4171beed18f6616f7f66a9bd5ee8972 files/digest-i8086emu-0.9.1 71
MD5 e00b49e5c64eabf50282aff9bc24975e files/i8086emu-0.9.1.patch 4047
+MD5 bf11eb1adb5fcc79403d2cdf2792a326 files/i8086emu-0.9.1-r1.patch 1162
+MD5 f4171beed18f6616f7f66a9bd5ee8972 files/digest-i8086emu-0.9.1-r1 71
+MD5 ae78756b8cc7aea6c405712531d4239d files/digest-i8086emu-0.9.2 70
diff --git a/app-emulation/i8086emu/files/digest-i8086emu-0.9.2 b/app-emulation/i8086emu/files/digest-i8086emu-0.9.2
new file mode 100644
index 000000000000..8ddc74a44927
--- /dev/null
+++ b/app-emulation/i8086emu/files/digest-i8086emu-0.9.2
@@ -0,0 +1 @@
+MD5 09cf42640387b88e0189ee985f094131 i8086emu-src-0.9.2.tar.gz 200915
diff --git a/app-emulation/i8086emu/i8086emu-0.9.2.ebuild b/app-emulation/i8086emu/i8086emu-0.9.2.ebuild
new file mode 100644
index 000000000000..09ed25fe0d74
--- /dev/null
+++ b/app-emulation/i8086emu/i8086emu-0.9.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/i8086emu/i8086emu-0.9.2.ebuild,v 1.1 2005/07/21 13:24:17 dragonheart Exp $
+
+DESCRIPTION="Emulator for the Intel 8086 microprocessor"
+HOMEPAGE="http://i8086emu.sourceforge.net/"
+SRC_URI="mirror://sourceforge/i8086emu/i8086emu-src-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 -ppc"
+IUSE="X"
+
+RDEPEND="sys-libs/ncurses
+ virtual/libc
+ X? ( dev-libs/glib
+ dev-libs/atk
+ media-libs/fontconfig
+ x11-libs/pango
+ virtual/x11
+ media-libs/freetype
+ sys-libs/zlib
+ dev-libs/expat
+ >=x11-libs/gtk+-2.0.0 )"
+DEPEND="${RDEPEND}
+ sys-devel/gcc
+ sys-devel/autoconf
+ dev-util/pkgconfig"
+
+S=${WORKDIR}/i8086emu-src-${PV}
+
+src_compile() {
+ local myconf
+ use X || myconf="usegtk=0"
+
+ econf ${myconf} || die "Failed to configure"
+ emake || die "Failed to make"
+}
+
+src_install() {
+ make DESTDIR=${D} infodir=/usr/share/doc/${P} examplesdir=/usr/share/doc/${P}/examples install || die
+}