diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-04 20:27:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-04 20:27:29 +0000 |
commit | 34f6cba27466d761bef532c972e77c707b82c154 (patch) | |
tree | eb147bca42b719acdbca7018364c046f09645616 /app-emulation/cedega | |
parent | Fix incomplete net-www/tomcat -> www-servers/tomcat move. (diff) | |
download | gentoo-2-34f6cba27466d761bef532c972e77c707b82c154.tar.gz gentoo-2-34f6cba27466d761bef532c972e77c707b82c154.tar.bz2 gentoo-2-34f6cba27466d761bef532c972e77c707b82c154.zip |
punt support for versions older than two years
(Portage version: 2.1.2-r14)
Diffstat (limited to 'app-emulation/cedega')
-rw-r--r-- | app-emulation/cedega/cedega-4.0.1.ebuild | 54 | ||||
-rw-r--r-- | app-emulation/cedega/cedega-4.0.ebuild | 54 | ||||
-rw-r--r-- | app-emulation/cedega/cedega-4.1.1.ebuild | 54 | ||||
-rw-r--r-- | app-emulation/cedega/cedega-4.1.ebuild | 54 | ||||
-rw-r--r-- | app-emulation/cedega/files/digest-cedega-4.0 | 3 | ||||
-rw-r--r-- | app-emulation/cedega/files/digest-cedega-4.0.1 | 1 | ||||
-rw-r--r-- | app-emulation/cedega/files/digest-cedega-4.1 | 3 | ||||
-rw-r--r-- | app-emulation/cedega/files/digest-cedega-4.1.1 | 3 |
8 files changed, 0 insertions, 226 deletions
diff --git a/app-emulation/cedega/cedega-4.0.1.ebuild b/app-emulation/cedega/cedega-4.0.1.ebuild deleted file mode 100644 index fac38e1353f0..000000000000 --- a/app-emulation/cedega/cedega-4.0.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# 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.13 2006/09/06 05:17:00 vapier Exp $ - -MY_P="cedega_${PV}-1.i386" -DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming" -HOMEPAGE="http://www.transgaming.com/" -SRC_URI="${MY_P}.tgz" - -LICENSE="cedega" -SLOT="3" -KEYWORDS="-* amd64 x86" -IUSE="cups opengl" -RESTRICT="fetch" - -RDEPEND="|| ( ( x11-libs/libX11 ) virtual/x11 ) - opengl? ( virtual/opengl ) - >=sys-libs/ncurses-5.2 - cups? ( net-print/cups ) - >=media-libs/freetype-2.0.0" - -pkg_nofetch() { - einfo "Please download the appropriate Cedega archive (${MY_P}.tgz)" - einfo "from ${HOMEPAGE} (requires a Transgaming subscription)" - einfo - einfo "Then put the file in ${DISTDIR}" -} - -src_install() { - mv ${WORKDIR}/usr ${D} -} - -pkg_postinst() { - einfo "Run /usr/bin/cedega to start cedega as any non-root user." - einfo "This is a wrapper-script which will take care of creating" - einfo "an initial environment and do everything else." - 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 "execution of Windows binaries through the cedega wrapper:" - einfo "" - einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:" - einfo "" - einfo "You will also need to mount the /proc/sys/fs/binfmt_misc" - einfo "file system in order for this to work. You can add the following" - einfo "line into your /etc/fstab file:" - einfo "" - einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0" - einfo "" - 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 deleted file mode 100644 index 1720e5f7011d..000000000000 --- a/app-emulation/cedega/cedega-4.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# 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.11 2006/09/06 05:17:00 vapier Exp $ - -MY_P="cedega_${PV}-1.i386" -DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming" -HOMEPAGE="http://www.transgaming.com/" -SRC_URI="${MY_P}.tgz" - -LICENSE="cedega" -SLOT="3" -KEYWORDS="-* amd64 x86" -IUSE="cups opengl" -RESTRICT="fetch" - -RDEPEND="|| ( ( x11-libs/libX11 ) virtual/x11 ) - opengl? ( virtual/opengl ) - >=sys-libs/ncurses-5.2 - cups? ( net-print/cups ) - >=media-libs/freetype-2.0.0" - -pkg_nofetch() { - einfo "Please download the appropriate Cedega archive (${MY_P}.tgz)" - einfo "from ${HOMEPAGE} (requires a Transgaming subscription)" - einfo "" - einfo "Then put the file in ${DISTDIR}" -} - -src_install() { - mv ${WORKDIR}/usr ${D} -} - -pkg_postinst() { - einfo "Run /usr/bin/cedega to start cedega as any non-root user." - einfo "This is a wrapper-script which will take care of creating" - einfo "an initial environment and do everything else." - 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 "execution of Windows binaries through the cedega wrapper:" - einfo "" - einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:" - einfo "" - einfo "You will also need to mount the /proc/sys/fs/binfmt_misc" - einfo "file system in order for this to work. You can add the following" - einfo "line into your /etc/fstab file:" - einfo "" - einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0" - einfo "" - 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 deleted file mode 100644 index 0a0bd5dcc0ff..000000000000 --- a/app-emulation/cedega/cedega-4.1.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# 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.6 2006/09/06 05:17:00 vapier Exp $ - -MY_P="cedega_${PV}-1.i386" -DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming" -HOMEPAGE="http://www.transgaming.com/" -SRC_URI="${MY_P}.tgz" - -LICENSE="cedega" -SLOT="3" -KEYWORDS="-* amd64 x86" -IUSE="cups opengl" -RESTRICT="fetch" - -RDEPEND="|| ( ( x11-libs/libX11 ) virtual/x11 ) - opengl? ( virtual/opengl ) - >=sys-libs/ncurses-5.2 - cups? ( net-print/cups ) - >=media-libs/freetype-2.0.0" - -pkg_nofetch() { - einfo "Please download the appropriate Cedega archive (${MY_P}.tgz)" - einfo "from ${HOMEPAGE} (requires a Transgaming subscription)" - einfo - einfo "Then put the file in ${DISTDIR}" -} - -src_install() { - mv ${WORKDIR}/usr ${D} -} - -pkg_postinst() { - einfo "Run /usr/bin/cedega to start cedega as any non-root user." - einfo "This is a wrapper-script which will take care of creating" - einfo "an initial environment and do everything else." - 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 "execution of Windows binaries through the cedega wrapper:" - einfo "" - einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:" - einfo "" - einfo "You will also need to mount the /proc/sys/fs/binfmt_misc" - einfo "file system in order for this to work. You can add the following" - einfo "line into your /etc/fstab file:" - einfo "" - einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0" - einfo "" - 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 deleted file mode 100644 index 3f827d593e4c..000000000000 --- a/app-emulation/cedega/cedega-4.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# 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.7 2006/09/06 05:17:00 vapier Exp $ - -MY_P="cedega_${PV}-1.i386" -DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming" -HOMEPAGE="http://www.transgaming.com/" -SRC_URI="${MY_P}.tgz" - -LICENSE="cedega" -SLOT="3" -KEYWORDS="-* amd64 x86" -IUSE="cups opengl" -RESTRICT="fetch" - -RDEPEND="|| ( ( x11-libs/libX11 ) virtual/x11 ) - opengl? ( virtual/opengl ) - >=sys-libs/ncurses-5.2 - cups? ( net-print/cups ) - >=media-libs/freetype-2.0.0" - -pkg_nofetch() { - einfo "Please download the appropriate Cedega archive (${MY_P}.tgz)" - einfo "from ${HOMEPAGE} (requires a Transgaming subscription)" - einfo - einfo "Then put the file in ${DISTDIR}" -} - -src_install() { - mv ${WORKDIR}/usr ${D} -} - -pkg_postinst() { - einfo "Run /usr/bin/cedega to start cedega as any non-root user." - einfo "This is a wrapper-script which will take care of creating" - einfo "an initial environment and do everything else." - 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 "execution of Windows binaries through the cedega wrapper:" - einfo "" - einfo " fs.binfmt_misc.register = :WINEXE:M::MZ::/usr/bin/cedega:" - einfo "" - einfo "You will also need to mount the /proc/sys/fs/binfmt_misc" - einfo "file system in order for this to work. You can add the following" - einfo "line into your /etc/fstab file:" - einfo "" - einfo " none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0" - einfo "" - 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 deleted file mode 100644 index c160d34669cc..000000000000 --- a/app-emulation/cedega/files/digest-cedega-4.0 +++ /dev/null @@ -1,3 +0,0 @@ -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.0.1 b/app-emulation/cedega/files/digest-cedega-4.0.1 deleted file mode 100644 index 51a846e64752..000000000000 --- a/app-emulation/cedega/files/digest-cedega-4.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1bdadc6811f24bcaf54f393dcebebe59 cedega_4.0.1-1.i386.tgz 7384155 diff --git a/app-emulation/cedega/files/digest-cedega-4.1 b/app-emulation/cedega/files/digest-cedega-4.1 deleted file mode 100644 index a3a196397949..000000000000 --- a/app-emulation/cedega/files/digest-cedega-4.1 +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b0acdcf41fea..000000000000 --- a/app-emulation/cedega/files/digest-cedega-4.1.1 +++ /dev/null @@ -1,3 +0,0 @@ -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 |