summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-11-19 07:08:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-11-19 07:08:26 +0000
commitf8272868412ad88f9656960242b5d10377ca3f2a (patch)
treeb7cbe12150a512983618661a5caf9aa8308da8b3 /app-emulation
parentAdded changes to allow run-crons to run minutely. (diff)
downloadgentoo-2-f8272868412ad88f9656960242b5d10377ca3f2a.tar.gz
gentoo-2-f8272868412ad88f9656960242b5d10377ca3f2a.tar.bz2
gentoo-2-f8272868412ad88f9656960242b5d10377ca3f2a.zip
repoman: Trim trailing whitespace
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/mol/Manifest8
-rw-r--r--app-emulation/mol/mol-0.9.69_pre6.ebuild8
2 files changed, 8 insertions, 8 deletions
diff --git a/app-emulation/mol/Manifest b/app-emulation/mol/Manifest
index d21abe385958..8a24f907d095 100644
--- a/app-emulation/mol/Manifest
+++ b/app-emulation/mol/Manifest
@@ -1,11 +1,11 @@
MD5 d587c5f0bff233769be3f05cf8b658da ChangeLog 5010
MD5 3263d375abba2d098c636efc2b135ea5 metadata.xml 333
-MD5 f6f3a86ce2df00004b9bfd5a8b309bf7 mol-0.9.69_pre3.ebuild 2255
MD5 84c32ed763ae9c3851d03607a6bd1684 mol-0.9.68-r4.ebuild 2217
+MD5 916962c262a207a28e8e9e9fa27f8538 mol-0.9.69_pre3.ebuild 2256
MD5 d7e93f442ec1c3255e5db4e50fc74228 mol-0.9.69_pre5.ebuild 3064
-MD5 5dd60ac42574b946fd65a5fea3d8ca0e mol-0.9.69_pre6.ebuild 3304
-MD5 98990df6bb9f196021dea0b77d2d912d files/26-arch-fix.patch 2320
-MD5 fe988b32af2da567155820691a274880 files/digest-mol-0.9.69_pre3 69
+MD5 b8f00e8dddf051298ab33fa6121a98a0 mol-0.9.69_pre6.ebuild 3303
MD5 d4bc3f0122eb77fbfbfcf584f442049d files/digest-mol-0.9.68-r4 67
+MD5 fe988b32af2da567155820691a274880 files/digest-mol-0.9.69_pre3 69
MD5 73f8102dcdc9e7701ece91d0f38fb513 files/digest-mol-0.9.69_pre5 69
MD5 0b4f9e316898f5acca2d63d5ea69fc3b files/digest-mol-0.9.69_pre6 69
+MD5 98990df6bb9f196021dea0b77d2d912d files/26-arch-fix.patch 2320
diff --git a/app-emulation/mol/mol-0.9.69_pre6.ebuild b/app-emulation/mol/mol-0.9.69_pre6.ebuild
index 0acdc70d0995..33bf052f0c49 100644
--- a/app-emulation/mol/mol-0.9.69_pre6.ebuild
+++ b/app-emulation/mol/mol-0.9.69_pre6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.69_pre6.ebuild,v 1.2 2003/11/18 23:43:00 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.69_pre6.ebuild,v 1.3 2003/11/19 07:08:24 mr_bones_ Exp $
inherit flag-o-matic
@@ -34,7 +34,7 @@ src_compile() {
use esd && myconf="${myconf} --enable-esd"
use oldworld || myconf="${myconf} --disable-oldworld"
use X && myconf="${myconf} --with-x"
-
+
#workaround
[ "`echo ${KV}|grep 2.6`" ] \
&& myconf="${myconf} --disable-sheep" \
@@ -63,12 +63,12 @@ src_install() {
# MOL needs write access to some .depend-files in the kernel-dir
# (at least arch/ppc/) to build the kernel-modules. With
# sandboxing enabled this would result in an access violation.
-
+
addwrite "/usr/src/${FK}"
emake DESTDIR=${D} install || die "Failed to install MOL"
#workaround
-
+
dodoc 0README BUILDING COPYRIGHT CREDITS Doc/*
}