summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-06-09 22:08:49 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-06-09 22:08:49 +0000
commit343a745648a866c51b7eaccd83a0d675e8d201d0 (patch)
tree535dc9ae08210129e190993cfcfa26153f0f6347 /app-emulation
parentDEPEND on sed >= 4 in zope-2.6.0-r1.ebuild (diff)
downloadhistorical-343a745648a866c51b7eaccd83a0d675e8d201d0.tar.gz
historical-343a745648a866c51b7eaccd83a0d675e8d201d0.tar.bz2
historical-343a745648a866c51b7eaccd83a0d675e8d201d0.zip
DEPEND on sed >= 4
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/mol/ChangeLog6
-rw-r--r--app-emulation/mol/Manifest8
-rw-r--r--app-emulation/mol/mol-0.9.69_pre1.ebuild5
-rw-r--r--app-emulation/mol/mol-0.9.69_pre2.ebuild5
4 files changed, 15 insertions, 9 deletions
diff --git a/app-emulation/mol/ChangeLog b/app-emulation/mol/ChangeLog
index f3c59c801f0f..5d4566ede26a 100644
--- a/app-emulation/mol/ChangeLog
+++ b/app-emulation/mol/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/mol
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.20 2003/05/24 23:59:36 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.21 2003/06/09 22:08:43 msterret Exp $
+
+ 09 Jun 2003; <msterret@gentoo.org> mol-0.9.69_pre1.ebuild,
+ mol-0.9.69_pre2.ebuild:
+ DEPEND on sed >= 4
*mol-0.9.69_pre2 (25 May 2003)
diff --git a/app-emulation/mol/Manifest b/app-emulation/mol/Manifest
index a5c310489a3b..c97c88692d07 100644
--- a/app-emulation/mol/Manifest
+++ b/app-emulation/mol/Manifest
@@ -1,8 +1,8 @@
-MD5 1b92c01815dc789d00530cfa949528f3 ChangeLog 3497
-MD5 7c07d2eb1ebaae65ceaaa3913242d269 mol-0.9.69_pre2.ebuild 2306
+MD5 e96b9c45027541f0256124925657f7c1 ChangeLog 3607
+MD5 a9bf5f05329cb83f1cf6727f79d151d7 mol-0.9.69_pre2.ebuild 2325
+MD5 b7e52869ba5660f854a75db5a7746713 mol-0.9.69_pre1.ebuild 2323
MD5 84c32ed763ae9c3851d03607a6bd1684 mol-0.9.68-r4.ebuild 2217
-MD5 c885b28272a4f8f5700afbf72c132c34 mol-0.9.69_pre1.ebuild 2302
-MD5 105aff90cbe982385f05386a1b7acdd8 files/digest-mol-0.9.69_pre2 69
MD5 74a86e79153cbc402d0152b5144680f7 files/dhcpd-mol.conf.patch 455
+MD5 105aff90cbe982385f05386a1b7acdd8 files/digest-mol-0.9.69_pre2 69
MD5 d4bc3f0122eb77fbfbfcf584f442049d files/digest-mol-0.9.68-r4 67
MD5 ed1cd84e5dcfb74b62b9a2cac39e72d7 files/digest-mol-0.9.69_pre1 203
diff --git a/app-emulation/mol/mol-0.9.69_pre1.ebuild b/app-emulation/mol/mol-0.9.69_pre1.ebuild
index 431e6509a146..7d5dcf428f51 100644
--- a/app-emulation/mol/mol-0.9.69_pre1.ebuild
+++ b/app-emulation/mol/mol-0.9.69_pre1.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_pre1.ebuild,v 1.1 2003/04/10 20:14:10 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.69_pre1.ebuild,v 1.2 2003/06/09 22:08:43 msterret Exp $
inherit flag-o-matic
@@ -9,7 +9,8 @@ DESCRIPTION="MOL (Mac-on-Linux) lets PPC users run MacOS (X) under Linux (rsync
SRC_URI="http://cvs.gentoo.org/~pylon/distfiles/${P}.tar.bz2"
HOMEPAGE="http://www.maconlinux.net/"
-DEPEND=">=sys-kernel/ppc-sources-benh-2.4.20-r10"
+DEPEND=">=sys-kernel/ppc-sources-benh-2.4.20-r10
+ >=sys-apps/sed-4"
RDEPEND="net-misc/dhcp
net-firewall/iptables"
SLOT="0"
diff --git a/app-emulation/mol/mol-0.9.69_pre2.ebuild b/app-emulation/mol/mol-0.9.69_pre2.ebuild
index 6ceb360a64f0..632aacca9d8b 100644
--- a/app-emulation/mol/mol-0.9.69_pre2.ebuild
+++ b/app-emulation/mol/mol-0.9.69_pre2.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_pre2.ebuild,v 1.1 2003/05/24 23:59:36 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.69_pre2.ebuild,v 1.2 2003/06/09 22:08:43 msterret Exp $
inherit flag-o-matic
@@ -9,7 +9,8 @@ DESCRIPTION="MOL (Mac-on-Linux) lets PPC users run MacOS (X) under Linux (rsync
SRC_URI="http://cvs.gentoo.org/~lu_zero/distfiles/${P}.tar.bz2"
HOMEPAGE="http://www.maconlinux.net/"
-DEPEND=">=sys-kernel/ppc-sources-benh-2.4.20-r10"
+DEPEND=">=sys-kernel/ppc-sources-benh-2.4.20-r10
+ >=sys-apps/sed-4"
RDEPEND="net-misc/dhcp
net-firewall/iptables"
SLOT="0"