summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2007-01-08 22:03:08 +0000
committerJoseph Jezak <josejx@gentoo.org>2007-01-08 22:03:08 +0000
commite81d5f84829d63ba49c10f7cadf29f591ec821f2 (patch)
treefbafe00fb2ad0cdf5d9a669f2dbf6cacaed5ad80 /app-emulation/mol
parentRemoved pmud from package.mask. (diff)
downloadhistorical-e81d5f84829d63ba49c10f7cadf29f591ec821f2.tar.gz
historical-e81d5f84829d63ba49c10f7cadf29f591ec821f2.tar.bz2
historical-e81d5f84829d63ba49c10f7cadf29f591ec821f2.zip
Removed pci-proxy dump patch for bug #159544. Marked 0.9.71.1 stable.
Package-Manager: portage-2.1.2_rc4-r4
Diffstat (limited to 'app-emulation/mol')
-rw-r--r--app-emulation/mol/ChangeLog9
-rw-r--r--app-emulation/mol/files/digest-mol-0.9.72_pre16
-rw-r--r--app-emulation/mol/mol-0.9.71.1.ebuild16
-rw-r--r--app-emulation/mol/mol-0.9.72_pre1.ebuild14
4 files changed, 15 insertions, 30 deletions
diff --git a/app-emulation/mol/ChangeLog b/app-emulation/mol/ChangeLog
index d8581f3b8054..450fda711f3e 100644
--- a/app-emulation/mol/ChangeLog
+++ b/app-emulation/mol/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/mol
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.67 2006/11/12 16:55:17 drizzt Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.68 2007/01/08 22:03:08 josejx Exp $
+
+ 08 Jan 2007; Joseph Jezak <josejx@gentoo.org>
+ -files/mol-pciproxy-dump.patch, -mol-0.9.71.ebuild, mol-0.9.71.1.ebuild,
+ mol-0.9.72_pre1.ebuild:
+ Removed pci-proxy dump patch for bug #159544. Marked 0.9.71.1 stable.
12 Nov 2006; Timothy Redaelli <drizzt@gentoo.org> mol-0.9.72_pre1.ebuild:
Added tc-export CC to make it compile with distcc.
diff --git a/app-emulation/mol/files/digest-mol-0.9.72_pre1 b/app-emulation/mol/files/digest-mol-0.9.72_pre1
index d89d54e013db..8f42fb95ae31 100644
--- a/app-emulation/mol/files/digest-mol-0.9.72_pre1
+++ b/app-emulation/mol/files/digest-mol-0.9.72_pre1
@@ -1,3 +1,3 @@
-MD5 24d254ebf4a6ff3d1acb6da63a102b97 mol-0.9.72_pre1.tar.bz2 1850554
-RMD160 e099ca41b1f64a317e2e418b575a80bec71c5100 mol-0.9.72_pre1.tar.bz2 1850554
-SHA256 27e6302eb9eba909f1c2758d48934a09bcbc8751258a30c1140b3995fc3a9ddc mol-0.9.72_pre1.tar.bz2 1850554
+MD5 d1bacd5bf679e3a2a31f68f7149dad83 mol-0.9.72_pre1.tar.bz2 1978542
+RMD160 270565a57b462ca290d174bd04c974811239a5ab mol-0.9.72_pre1.tar.bz2 1978542
+SHA256 b39de159208464cad7b09b9dd577b9adf5311cea4f8cdf9c22ef29fbedf5ba95 mol-0.9.72_pre1.tar.bz2 1978542
diff --git a/app-emulation/mol/mol-0.9.71.1.ebuild b/app-emulation/mol/mol-0.9.71.1.ebuild
index fb132c39e975..947d39493d2f 100644
--- a/app-emulation/mol/mol-0.9.71.1.ebuild
+++ b/app-emulation/mol/mol-0.9.71.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.71.1.ebuild,v 1.1 2006/10/28 19:54:25 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.71.1.ebuild,v 1.2 2007/01/08 22:03:08 josejx Exp $
inherit flag-o-matic eutils linux-mod
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/mac-on-linux/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* ~ppc"
+KEYWORDS="-* ppc"
IUSE="vnc alsa oss fbcon X oldworld sheep debug dga usb pci"
MAKEOPTS="${MAKEOPTS} -j1"
@@ -45,16 +45,6 @@ pkg_setup() {
linux-mod_pkg_setup
}
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- # PCI Debugging Patch
- if use debug; then
- epatch ${FILESDIR}/${PN}-pciproxy-dump.patch
- fi
-}
-
src_compile() {
filter-flags -fsigned-char
append-flags -D_FILE_OFFSET_BITS=64
diff --git a/app-emulation/mol/mol-0.9.72_pre1.ebuild b/app-emulation/mol/mol-0.9.72_pre1.ebuild
index 5c391d3a3e03..4d6a8d9cd67b 100644
--- a/app-emulation/mol/mol-0.9.72_pre1.ebuild
+++ b/app-emulation/mol/mol-0.9.72_pre1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.72_pre1.ebuild,v 1.2 2006/11/12 16:55:17 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.72_pre1.ebuild,v 1.3 2007/01/08 22:03:08 josejx Exp $
inherit flag-o-matic eutils linux-mod toolchain-funcs
@@ -45,16 +45,6 @@ pkg_setup() {
linux-mod_pkg_setup
}
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- # PCI Debugging Patch
- if use debug; then
- epatch ${FILESDIR}/${PN}-pciproxy-dump.patch
- fi
-}
-
src_compile() {
tc-export CC
filter-flags -fsigned-char