summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-07-23 19:45:32 +0000
committerDavid Holm <dholm@gentoo.org>2004-07-23 19:45:32 +0000
commit6496cadfc8535d9aef25b42c3abd7cb6dad0ab9a (patch)
tree06683b9f8196169dc6c7ebb8e0fed3f68dcb6831 /app-emulation
parentmarked stable on x86, removed older 4.x ebuilds (diff)
downloadhistorical-6496cadfc8535d9aef25b42c3abd7cb6dad0ab9a.tar.gz
historical-6496cadfc8535d9aef25b42c3abd7cb6dad0ab9a.tar.bz2
historical-6496cadfc8535d9aef25b42c3abd7cb6dad0ab9a.zip
Reverted back to old bsdsocket code
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/uae/ChangeLog5
-rw-r--r--app-emulation/uae/Manifest4
-rw-r--r--app-emulation/uae/uae-0.8.27_pre20040720.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/uae/ChangeLog b/app-emulation/uae/ChangeLog
index 562386aacdde..e54f2e936c69 100644
--- a/app-emulation/uae/ChangeLog
+++ b/app-emulation/uae/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/uae
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/ChangeLog,v 1.21 2004/07/21 08:19:40 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/ChangeLog,v 1.22 2004/07/23 19:45:32 dholm Exp $
+
+ 23 Jul 2004; David Holm <dholm@gentoo.org> uae-0.8.27_pre20040720.ebuild:
+ Reverted to old bsdsocket code.
21 Jul 2004; David Holm <dholm@gentoo.org> :
Uploaded correct snapshot in order to fix bug #57809.
diff --git a/app-emulation/uae/Manifest b/app-emulation/uae/Manifest
index c741408d8332..f8f5e9506ce9 100644
--- a/app-emulation/uae/Manifest
+++ b/app-emulation/uae/Manifest
@@ -1,8 +1,8 @@
-MD5 d4f702886e315a0832658a9409030830 ChangeLog 3369
+MD5 3229ade24425de89f455c4663c9fc82c ChangeLog 3480
MD5 800d59bca6b74f54268ca8c63af928ee metadata.xml 668
MD5 af8db5e7e94c29b370ea7f832f4506c4 uae-0.8.22.ebuild 1279
MD5 29d8dc818001e2f0ce15c9effdc2b36b uae-0.8.25_pre20040302.ebuild 1819
-MD5 c5f20110d3aa62b8881c069d950f789a uae-0.8.27_pre20040720.ebuild 2124
+MD5 fc08732cc66e88f1f844894394064d3b uae-0.8.27_pre20040720.ebuild 2120
MD5 b2fac0f21ee34abaa6279cf7ad023119 files/digest-uae-0.8.22 62
MD5 02f734719ea8dc27787fb6be6ddcc11e files/digest-uae-0.8.25_pre20040302 73
MD5 77b204c71d52f0a0423054b5a9b8a0cb files/split_cpuemu.pl 498
diff --git a/app-emulation/uae/uae-0.8.27_pre20040720.ebuild b/app-emulation/uae/uae-0.8.27_pre20040720.ebuild
index 96bab71154d1..55f171f18624 100644
--- a/app-emulation/uae/uae-0.8.27_pre20040720.ebuild
+++ b/app-emulation/uae/uae-0.8.27_pre20040720.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.27_pre20040720.ebuild,v 1.2 2004/07/21 08:28:53 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.27_pre20040720.ebuild,v 1.3 2004/07/23 19:45:32 dholm Exp $
inherit eutils flag-o-matic
@@ -52,7 +52,7 @@ src_compile() {
--enable-cdtv \
--enable-cd32 \
--enable-scsi-device \
- --enable-bsdsock-new \
+ --enable-bsdsock \
--with-libscg-includedir=/usr/include/scsilib \
|| die "./configure failed"