summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-30 16:54:46 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-30 16:54:46 +0000
commitd56cc467c39b375e4a8da54c538a91e6301dd7d1 (patch)
tree899394eeadabfc9b8b7b49f506f0914a1b8de514 /app-emulation/cedega
parentVersion bump #141901 by David Watzke. (diff)
downloadgentoo-2-d56cc467c39b375e4a8da54c538a91e6301dd7d1.tar.gz
gentoo-2-d56cc467c39b375e4a8da54c538a91e6301dd7d1.tar.bz2
gentoo-2-d56cc467c39b375e4a8da54c538a91e6301dd7d1.zip
fix spelling errors #142145 by Ginta Suou
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'app-emulation/cedega')
-rw-r--r--app-emulation/cedega/cedega-4.0.1.ebuild6
-rw-r--r--app-emulation/cedega/cedega-4.0.ebuild6
-rw-r--r--app-emulation/cedega/cedega-4.1.1.ebuild6
-rw-r--r--app-emulation/cedega/cedega-4.1.ebuild6
-rw-r--r--app-emulation/cedega/cedega-4.2-r1.ebuild6
-rw-r--r--app-emulation/cedega/cedega-4.2.1.ebuild6
-rw-r--r--app-emulation/cedega/cedega-4.3.1.ebuild6
-rw-r--r--app-emulation/cedega/cedega-4.3.2.ebuild6
-rw-r--r--app-emulation/cedega/cedega-4.3.ebuild6
-rw-r--r--app-emulation/cedega/cedega-4.4.1.ebuild6
-rw-r--r--app-emulation/cedega/cedega-4.4.2.ebuild6
-rw-r--r--app-emulation/cedega/cedega-4.4.3.ebuild6
-rw-r--r--app-emulation/cedega/cedega-4.4.ebuild6
-rw-r--r--app-emulation/cedega/cedega-5.0.1.ebuild6
-rw-r--r--app-emulation/cedega/cedega-5.0.ebuild6
-rw-r--r--app-emulation/cedega/cedega-5.1.ebuild6
-rw-r--r--app-emulation/cedega/cedega-5.2.1.ebuild6
-rw-r--r--app-emulation/cedega/files/digest-cedega-4.02
-rw-r--r--app-emulation/cedega/files/digest-cedega-4.12
-rw-r--r--app-emulation/cedega/files/digest-cedega-4.1.12
-rw-r--r--app-emulation/cedega/files/digest-cedega-4.2-r12
-rw-r--r--app-emulation/cedega/files/digest-cedega-4.2.12
-rw-r--r--app-emulation/cedega/files/digest-cedega-4.32
-rw-r--r--app-emulation/cedega/files/digest-cedega-4.3.12
-rw-r--r--app-emulation/cedega/files/digest-cedega-4.3.22
-rw-r--r--app-emulation/cedega/files/digest-cedega-4.42
-rw-r--r--app-emulation/cedega/files/digest-cedega-4.4.12
-rw-r--r--app-emulation/cedega/files/digest-cedega-4.4.22
-rw-r--r--app-emulation/cedega/files/digest-cedega-4.4.32
-rw-r--r--app-emulation/cedega/files/digest-cedega-5.02
-rw-r--r--app-emulation/cedega/files/digest-cedega-5.0.12
31 files changed, 79 insertions, 51 deletions
diff --git a/app-emulation/cedega/cedega-4.0.1.ebuild b/app-emulation/cedega/cedega-4.0.1.ebuild
index 4e93dd939e90..6dea2d274731 100644
--- a/app-emulation/cedega/cedega-4.0.1.ebuild
+++ b/app-emulation/cedega/cedega-4.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.0.1.ebuild,v 1.11 2006/02/11 05:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.0.1.ebuild,v 1.12 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega_${PV}-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -37,7 +37,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -47,7 +47,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-4.0.ebuild b/app-emulation/cedega/cedega-4.0.ebuild
index 3b4685ff0abd..82e58689bf81 100644
--- a/app-emulation/cedega/cedega-4.0.ebuild
+++ b/app-emulation/cedega/cedega-4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.0.ebuild,v 1.9 2006/02/11 05:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.0.ebuild,v 1.10 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega_${PV}-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -37,7 +37,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -47,7 +47,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-4.1.1.ebuild b/app-emulation/cedega/cedega-4.1.1.ebuild
index e83c3fad6d48..8b228d769e54 100644
--- a/app-emulation/cedega/cedega-4.1.1.ebuild
+++ b/app-emulation/cedega/cedega-4.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.1.1.ebuild,v 1.4 2006/02/11 05:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.1.1.ebuild,v 1.5 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega_${PV}-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -37,7 +37,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -47,7 +47,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-4.1.ebuild b/app-emulation/cedega/cedega-4.1.ebuild
index c58f5759f52e..ac650a4c3906 100644
--- a/app-emulation/cedega/cedega-4.1.ebuild
+++ b/app-emulation/cedega/cedega-4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.1.ebuild,v 1.5 2006/02/11 05:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.1.ebuild,v 1.6 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega_${PV}-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -37,7 +37,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -47,7 +47,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-4.2-r1.ebuild b/app-emulation/cedega/cedega-4.2-r1.ebuild
index 54f9e0419f11..186ae7891eed 100644
--- a/app-emulation/cedega/cedega-4.2-r1.ebuild
+++ b/app-emulation/cedega/cedega-4.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.2-r1.ebuild,v 1.4 2006/02/11 05:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.2-r1.ebuild,v 1.5 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega_${PV}ForSteam-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -37,7 +37,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -47,7 +47,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-4.2.1.ebuild b/app-emulation/cedega/cedega-4.2.1.ebuild
index 36e572bd4ffc..62ec8de2f519 100644
--- a/app-emulation/cedega/cedega-4.2.1.ebuild
+++ b/app-emulation/cedega/cedega-4.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.2.1.ebuild,v 1.4 2006/02/11 05:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.2.1.ebuild,v 1.5 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega_${PV}-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -38,7 +38,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -48,7 +48,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-4.3.1.ebuild b/app-emulation/cedega/cedega-4.3.1.ebuild
index 660ab898a622..d48871de359e 100644
--- a/app-emulation/cedega/cedega-4.3.1.ebuild
+++ b/app-emulation/cedega/cedega-4.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.3.1.ebuild,v 1.4 2006/02/11 05:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.3.1.ebuild,v 1.5 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega_${PV}-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -39,7 +39,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -49,7 +49,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-4.3.2.ebuild b/app-emulation/cedega/cedega-4.3.2.ebuild
index 1a9607b9dfaf..1b337b640e01 100644
--- a/app-emulation/cedega/cedega-4.3.2.ebuild
+++ b/app-emulation/cedega/cedega-4.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.3.2.ebuild,v 1.4 2006/02/11 05:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.3.2.ebuild,v 1.5 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega_${PV}-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -39,7 +39,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -49,7 +49,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-4.3.ebuild b/app-emulation/cedega/cedega-4.3.ebuild
index 33958caba501..947a5ee393d6 100644
--- a/app-emulation/cedega/cedega-4.3.ebuild
+++ b/app-emulation/cedega/cedega-4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.3.ebuild,v 1.4 2006/02/11 05:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.3.ebuild,v 1.5 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega_${PV}-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -39,7 +39,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -49,7 +49,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-4.4.1.ebuild b/app-emulation/cedega/cedega-4.4.1.ebuild
index 11074ba896a2..67e2fcec4364 100644
--- a/app-emulation/cedega/cedega-4.4.1.ebuild
+++ b/app-emulation/cedega/cedega-4.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.4.1.ebuild,v 1.4 2006/02/11 05:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.4.1.ebuild,v 1.5 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega_${PV}-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -39,7 +39,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -49,7 +49,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-4.4.2.ebuild b/app-emulation/cedega/cedega-4.4.2.ebuild
index e97f0082520f..821827207c64 100644
--- a/app-emulation/cedega/cedega-4.4.2.ebuild
+++ b/app-emulation/cedega/cedega-4.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.4.2.ebuild,v 1.2 2006/02/11 05:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.4.2.ebuild,v 1.3 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega_${PV}-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -39,7 +39,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -49,7 +49,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-4.4.3.ebuild b/app-emulation/cedega/cedega-4.4.3.ebuild
index 919bf0867e57..77c557fd5acf 100644
--- a/app-emulation/cedega/cedega-4.4.3.ebuild
+++ b/app-emulation/cedega/cedega-4.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.4.3.ebuild,v 1.2 2006/02/11 05:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.4.3.ebuild,v 1.3 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega_${PV}-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -39,7 +39,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -49,7 +49,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-4.4.ebuild b/app-emulation/cedega/cedega-4.4.ebuild
index d2cb37c0fa2f..741e4dab6259 100644
--- a/app-emulation/cedega/cedega-4.4.ebuild
+++ b/app-emulation/cedega/cedega-4.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.4.ebuild,v 1.4 2006/02/11 05:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.4.ebuild,v 1.5 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega_${PV}-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -39,7 +39,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -49,7 +49,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-5.0.1.ebuild b/app-emulation/cedega/cedega-5.0.1.ebuild
index 3faaf511c2a8..c14feda7f0c9 100644
--- a/app-emulation/cedega/cedega-5.0.1.ebuild
+++ b/app-emulation/cedega/cedega-5.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-5.0.1.ebuild,v 1.2 2006/02/11 05:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-5.0.1.ebuild,v 1.3 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega-small-${PV}"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -43,7 +43,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -53,7 +53,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-5.0.ebuild b/app-emulation/cedega/cedega-5.0.ebuild
index f277b3c46b11..b8c9f8b9ff87 100644
--- a/app-emulation/cedega/cedega-5.0.ebuild
+++ b/app-emulation/cedega/cedega-5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-5.0.ebuild,v 1.2 2006/02/11 05:41:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-5.0.ebuild,v 1.3 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega-small-${PV}"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -43,7 +43,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -53,7 +53,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-5.1.ebuild b/app-emulation/cedega/cedega-5.1.ebuild
index 76ef6e4c35e7..3e1399c259b7 100644
--- a/app-emulation/cedega/cedega-5.1.ebuild
+++ b/app-emulation/cedega/cedega-5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-5.1.ebuild,v 1.1 2006/02/16 02:27:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-5.1.ebuild,v 1.2 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega-small-${PV}"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -44,7 +44,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -54,7 +54,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/cedega-5.2.1.ebuild b/app-emulation/cedega/cedega-5.2.1.ebuild
index d9128f0f07d6..ed00b1c97788 100644
--- a/app-emulation/cedega/cedega-5.2.1.ebuild
+++ b/app-emulation/cedega/cedega-5.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-5.2.1.ebuild,v 1.1 2006/06/24 07:55:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-5.2.1.ebuild,v 1.2 2006/07/30 16:54:46 vapier Exp $
MY_P="cedega-small-${PV}"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -45,7 +45,7 @@ pkg_postinst() {
einfo ""
einfo "Optionally, if you have binfmt_misc compiled into your kernel,"
einfo "you can add the following to /etc/sysctl.conf to allow direct"
- einfo "excecution of Windows binaries through the cedega wrapper:"
+ einfo "execution of Windows binaries through the cedega wrapper:"
einfo ""
einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:"
einfo ""
@@ -55,7 +55,7 @@ pkg_postinst() {
einfo ""
einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0"
einfo ""
- einfo "Note: Binaries will still need excecutable permissions to run."
+ einfo "Note: Binaries will still need executable permissions to run."
einfo "Note: If binfmt_misc is compiled as a module, make sure you"
einfo "have it loaded on startup by adding it to"
einfo "/etc/modules.autoload.d/<your kernel version>"
diff --git a/app-emulation/cedega/files/digest-cedega-4.0 b/app-emulation/cedega/files/digest-cedega-4.0
index 0dca409707cc..c160d34669cc 100644
--- a/app-emulation/cedega/files/digest-cedega-4.0
+++ b/app-emulation/cedega/files/digest-cedega-4.0
@@ -1 +1,3 @@
MD5 1438e04b5e065ae52c6a5c26fd8f5c95 cedega_4.0-1.i386.tgz 7378037
+RMD160 9d8ceeac18e547ccb2c1c50f7a9c89fa111ce8f0 cedega_4.0-1.i386.tgz 7378037
+SHA256 625ae31ef6df08a7be356f8cb94f38e14716786a5eba667a336ea5b5faa6cc5d cedega_4.0-1.i386.tgz 7378037
diff --git a/app-emulation/cedega/files/digest-cedega-4.1 b/app-emulation/cedega/files/digest-cedega-4.1
index 1d8606ae5c35..a3a196397949 100644
--- a/app-emulation/cedega/files/digest-cedega-4.1
+++ b/app-emulation/cedega/files/digest-cedega-4.1
@@ -1 +1,3 @@
MD5 9c59a28fe6250e7c96c333a80f1b5f7d cedega_4.1-1.i386.tgz 7458883
+RMD160 5dff2f5e965b0f877e0c6c53531c4c4ef332c8f7 cedega_4.1-1.i386.tgz 7458883
+SHA256 d74e317739b383f5344678e9c68acd80d2f9330f1de3e145886c89d8fec06894 cedega_4.1-1.i386.tgz 7458883
diff --git a/app-emulation/cedega/files/digest-cedega-4.1.1 b/app-emulation/cedega/files/digest-cedega-4.1.1
index 7204f3f61b94..b0acdcf41fea 100644
--- a/app-emulation/cedega/files/digest-cedega-4.1.1
+++ b/app-emulation/cedega/files/digest-cedega-4.1.1
@@ -1 +1,3 @@
MD5 9851d4702c93498b05fd7675c36f37f6 cedega_4.1.1-1.i386.tgz 7463762
+RMD160 1193689f74d81c3d70ca31d139e811c6992e8251 cedega_4.1.1-1.i386.tgz 7463762
+SHA256 ec1ed5a66d966503ecbf915539b5139d140cd774ddcb6ab35de95bb7227baecf cedega_4.1.1-1.i386.tgz 7463762
diff --git a/app-emulation/cedega/files/digest-cedega-4.2-r1 b/app-emulation/cedega/files/digest-cedega-4.2-r1
index e5e71aaba353..ab7c133ddafe 100644
--- a/app-emulation/cedega/files/digest-cedega-4.2-r1
+++ b/app-emulation/cedega/files/digest-cedega-4.2-r1
@@ -1 +1,3 @@
MD5 c978b61e9f198b920da2cc54ff1499ac cedega_4.2ForSteam-1.i386.tgz 7489935
+RMD160 af4c07b2ce0e50f841ee3384a517864f532e5073 cedega_4.2ForSteam-1.i386.tgz 7489935
+SHA256 992b97c5040372d32ad96583b6c675a69e1addc09943334a8b140956717adcbb cedega_4.2ForSteam-1.i386.tgz 7489935
diff --git a/app-emulation/cedega/files/digest-cedega-4.2.1 b/app-emulation/cedega/files/digest-cedega-4.2.1
index f4bce9216494..0cc2545c7548 100644
--- a/app-emulation/cedega/files/digest-cedega-4.2.1
+++ b/app-emulation/cedega/files/digest-cedega-4.2.1
@@ -1 +1,3 @@
MD5 f2d6cdf6d9f828e14855f207ac5ec517 cedega_4.2.1-1.i386.tgz 7490243
+RMD160 73a40120b715d8c12ea9f2e5830090c28e289a03 cedega_4.2.1-1.i386.tgz 7490243
+SHA256 9b3c4b3bbd8f7b1fd9f0277c492ef9fb41f095c75507d84304e4af8555ed7ea6 cedega_4.2.1-1.i386.tgz 7490243
diff --git a/app-emulation/cedega/files/digest-cedega-4.3 b/app-emulation/cedega/files/digest-cedega-4.3
index e84855a96f02..c81b09dffba0 100644
--- a/app-emulation/cedega/files/digest-cedega-4.3
+++ b/app-emulation/cedega/files/digest-cedega-4.3
@@ -1 +1,3 @@
MD5 50b4e30270b7edb90aaa412b4193b72a cedega_4.3-1.i386.tgz 7543814
+RMD160 fe3f1cd0ee8516805894d00658ad3bf88ac1ebaa cedega_4.3-1.i386.tgz 7543814
+SHA256 74b2a6247e1e01ac73ca7537cec847276eda6b6ebea81877dd33b74db344be29 cedega_4.3-1.i386.tgz 7543814
diff --git a/app-emulation/cedega/files/digest-cedega-4.3.1 b/app-emulation/cedega/files/digest-cedega-4.3.1
index 9e89b1258c83..8fdac8355aef 100644
--- a/app-emulation/cedega/files/digest-cedega-4.3.1
+++ b/app-emulation/cedega/files/digest-cedega-4.3.1
@@ -1 +1,3 @@
MD5 801a7618c799e692c382f26d0af8f81f cedega_4.3.1-1.i386.tgz 7619848
+RMD160 487882ea760cc3183d520708b4f77997c1839fd6 cedega_4.3.1-1.i386.tgz 7619848
+SHA256 0172e278caeebfc610836eff97eeb796710f58bb4d9ac4c034c1855c116717f5 cedega_4.3.1-1.i386.tgz 7619848
diff --git a/app-emulation/cedega/files/digest-cedega-4.3.2 b/app-emulation/cedega/files/digest-cedega-4.3.2
index 56cfea280854..9f0f42ef0a02 100644
--- a/app-emulation/cedega/files/digest-cedega-4.3.2
+++ b/app-emulation/cedega/files/digest-cedega-4.3.2
@@ -1 +1,3 @@
MD5 20592555c86cae4f4638e69281b80a8d cedega_4.3.2-1.i386.tgz 7619744
+RMD160 8327fe12fc91a3c7a0e6223dc29024e195c8a6af cedega_4.3.2-1.i386.tgz 7619744
+SHA256 5e6c654db6645efa5ed68e8b222081fed0dcfa37b97a3986b39e114c7ddae8aa cedega_4.3.2-1.i386.tgz 7619744
diff --git a/app-emulation/cedega/files/digest-cedega-4.4 b/app-emulation/cedega/files/digest-cedega-4.4
index e612c2cc5d78..929d05d2a0c3 100644
--- a/app-emulation/cedega/files/digest-cedega-4.4
+++ b/app-emulation/cedega/files/digest-cedega-4.4
@@ -1 +1,3 @@
MD5 589a5d4a698e8c7336c67c1afb6d986d cedega_4.4-1.i386.tgz 7649090
+RMD160 c4de9fc31205164129223b087c5d28498efc36b9 cedega_4.4-1.i386.tgz 7649090
+SHA256 3b2bbdd25f675e3bc24ee58f9cbd323d52ee9425040bc053dba0f334b2733b0b cedega_4.4-1.i386.tgz 7649090
diff --git a/app-emulation/cedega/files/digest-cedega-4.4.1 b/app-emulation/cedega/files/digest-cedega-4.4.1
index cc6c4e43adb9..feef07149337 100644
--- a/app-emulation/cedega/files/digest-cedega-4.4.1
+++ b/app-emulation/cedega/files/digest-cedega-4.4.1
@@ -1 +1,3 @@
MD5 56657272c8daa44c9bdcc5291d206291 cedega_4.4.1-1.i386.tgz 7651120
+RMD160 f198b4670e4741aa6cc813a948187217ba81ac78 cedega_4.4.1-1.i386.tgz 7651120
+SHA256 0d5f9bc7785528b9410e493f4085b4f8fc49d2508429f5523eb1ecf531ea6f5c cedega_4.4.1-1.i386.tgz 7651120
diff --git a/app-emulation/cedega/files/digest-cedega-4.4.2 b/app-emulation/cedega/files/digest-cedega-4.4.2
index bac680f70f68..ec71db3e798a 100644
--- a/app-emulation/cedega/files/digest-cedega-4.4.2
+++ b/app-emulation/cedega/files/digest-cedega-4.4.2
@@ -1 +1,3 @@
MD5 f602043649dfd5d19859a83203c444b2 cedega_4.4.2-1.i386.tgz 7653025
+RMD160 3dc2f508e6e3324e0e0623a6ce94f8dde8c0764e cedega_4.4.2-1.i386.tgz 7653025
+SHA256 4992df2be77c614a8a4a80776cd935019998bd706cae094d278a07b13990d199 cedega_4.4.2-1.i386.tgz 7653025
diff --git a/app-emulation/cedega/files/digest-cedega-4.4.3 b/app-emulation/cedega/files/digest-cedega-4.4.3
index 974b3c6a6c47..f827836b0212 100644
--- a/app-emulation/cedega/files/digest-cedega-4.4.3
+++ b/app-emulation/cedega/files/digest-cedega-4.4.3
@@ -1 +1,3 @@
MD5 e314a8b6a7b42b0001758473644f5047 cedega_4.4.3-1.i386.tgz 7651177
+RMD160 a421bcc0919eefcd0e0006d8095c9e399372038c cedega_4.4.3-1.i386.tgz 7651177
+SHA256 4b3ddc9d4df2d8201ad0e80ea1b38b5bf3eb35c36165f806b0614f3d10e34bdf cedega_4.4.3-1.i386.tgz 7651177
diff --git a/app-emulation/cedega/files/digest-cedega-5.0 b/app-emulation/cedega/files/digest-cedega-5.0
index c28a28137838..403534d901f2 100644
--- a/app-emulation/cedega/files/digest-cedega-5.0
+++ b/app-emulation/cedega/files/digest-cedega-5.0
@@ -1 +1,3 @@
MD5 11fab7aa50695cab3ec408e8518bd422 cedega-small-5.0.tgz 1238572
+RMD160 422901dd03e95d4d9eeba28fe3bcdd88d28cf161 cedega-small-5.0.tgz 1238572
+SHA256 0f56c09980b5a376abb0b6146dbbe6e18c312e66975c2186329be112a8e7af3b cedega-small-5.0.tgz 1238572
diff --git a/app-emulation/cedega/files/digest-cedega-5.0.1 b/app-emulation/cedega/files/digest-cedega-5.0.1
index 7cf4dc1f47b4..25d3f8ff06c3 100644
--- a/app-emulation/cedega/files/digest-cedega-5.0.1
+++ b/app-emulation/cedega/files/digest-cedega-5.0.1
@@ -1 +1,3 @@
MD5 0c89fb0e0a63839689df58be224a7df2 cedega-small-5.0.1.tgz 1243577
+RMD160 420ec49a3580bea196023f3fd8adcf3ca142c131 cedega-small-5.0.1.tgz 1243577
+SHA256 865946266107ec8b8b6bf2e0c75bb09314f38df9a43f298dd79b3e40d26529da cedega-small-5.0.1.tgz 1243577