From e81d5f84829d63ba49c10f7cadf29f591ec821f2 Mon Sep 17 00:00:00 2001 From: Joseph Jezak Date: Mon, 8 Jan 2007 22:03:08 +0000 Subject: [PATCH] Removed pci-proxy dump patch for bug #159544. Marked 0.9.71.1 stable. Package-Manager: portage-2.1.2_rc4-r4 --- app-emulation/mol/ChangeLog | 9 +++++++-- app-emulation/mol/files/digest-mol-0.9.72_pre1 | 6 +++--- app-emulation/mol/mol-0.9.71.1.ebuild | 16 +++------------- app-emulation/mol/mol-0.9.72_pre1.ebuild | 14 ++------------ 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 + -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 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 -- 2.26.2