summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-26 03:22:58 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-26 03:22:58 +0000
commit1b1da17263ce987e10fad322e94e49900f33a5bf (patch)
tree386ca3b199b539f12f660c041288091de888b585 /app-emulation
parentfix DEPEND #68862 by Kevin Lacquement (diff)
downloadhistorical-1b1da17263ce987e10fad322e94e49900f33a5bf.tar.gz
historical-1b1da17263ce987e10fad322e94e49900f33a5bf.tar.bz2
historical-1b1da17263ce987e10fad322e94e49900f33a5bf.zip
dont block winex #55123
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/cedega/Manifest16
-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.ebuild6
4 files changed, 19 insertions, 15 deletions
diff --git a/app-emulation/cedega/Manifest b/app-emulation/cedega/Manifest
index 7aa5f9b8bc38..77c0dbed1a8a 100644
--- a/app-emulation/cedega/Manifest
+++ b/app-emulation/cedega/Manifest
@@ -1,8 +1,18 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 c4c3178879634b4e5cb0f8adff2c86d3 ChangeLog 775
-MD5 004baf5ffeb9ec3444feabac0e68eb1f cedega-4.0.ebuild 1962
+MD5 e1fd58d4d29b11247fd8e6fb89a74efc cedega-4.0.ebuild 1903
MD5 6525c48ba09d08599432ea6c299e52f4 metadata.xml 354
-MD5 9636a0ecde6d206b8ae1f857c8b9d928 cedega-4.0.1.ebuild 1957
-MD5 4c09886bdc0cbe1bd7a799fd77fe3aa1 cedega-4.1.ebuild 1960
+MD5 ea9268c54bbecbb484aa6242b4ae9c08 cedega-4.0.1.ebuild 1901
+MD5 2d9b7f28af5368228c02625ee45dedc1 cedega-4.1.ebuild 1904
MD5 7eccc393a8bb2164b799f66650fc2b54 files/digest-cedega-4.0 67
MD5 0ec2c4d5f2aa15fadf20a22ae70f6188 files/digest-cedega-4.0.1 69
MD5 ffb176a2f0e413c04ab3ea5e50ead483 files/digest-cedega-4.1 67
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFBfcMwHTu7gpaalycRAhenAJ0YWwGBHGRobGp9EG45ZL45Xl+xTwCdFBeb
+ikg40P7JPDNyiUNAihXJ3pM=
+=GrM4
+-----END PGP SIGNATURE-----
diff --git a/app-emulation/cedega/cedega-4.0.1.ebuild b/app-emulation/cedega/cedega-4.0.1.ebuild
index f5f59846662a..d233f65a7b54 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-2004 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.7 2004/10/24 05:46:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.0.1.ebuild,v 1.8 2004/10/26 03:22:58 vapier Exp $
MY_P="cedega_${PV}-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -17,9 +17,7 @@ RDEPEND="virtual/x11
opengl? ( virtual/opengl )
>=sys-libs/ncurses-5.2
cups? ( net-print/cups )
- >=media-libs/freetype-2.0.0
- !app-emulation/winex
- !app-emulation/winex-transgaming"
+ >=media-libs/freetype-2.0.0"
pkg_nofetch() {
einfo "Please download the appropriate Cedega archive (${MY_P}.tgz)"
diff --git a/app-emulation/cedega/cedega-4.0.ebuild b/app-emulation/cedega/cedega-4.0.ebuild
index 62afa8401233..a43e347f94f2 100644
--- a/app-emulation/cedega/cedega-4.0.ebuild
+++ b/app-emulation/cedega/cedega-4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.5 2004/07/26 12:55:46 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.0.ebuild,v 1.6 2004/10/26 03:22:58 vapier Exp $
MY_P="cedega_${PV}-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -17,9 +17,7 @@ RDEPEND="virtual/x11
opengl? ( virtual/opengl )
>=sys-libs/ncurses-5.2
cups? ( net-print/cups )
- >=media-libs/freetype-2.0.0
- !app-emulation/winex
- !app-emulation/winex-transgaming"
+ >=media-libs/freetype-2.0.0"
pkg_nofetch() {
einfo "Please download the appropriate Cedega archive (${MY_P}.tgz)"
diff --git a/app-emulation/cedega/cedega-4.1.ebuild b/app-emulation/cedega/cedega-4.1.ebuild
index 889914e0eb49..db1dbdf03c81 100644
--- a/app-emulation/cedega/cedega-4.1.ebuild
+++ b/app-emulation/cedega/cedega-4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.1 2004/10/24 05:46:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.1.ebuild,v 1.2 2004/10/26 03:22:58 vapier Exp $
MY_P="cedega_${PV}-1.i386"
DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming"
@@ -17,9 +17,7 @@ RDEPEND="virtual/x11
opengl? ( virtual/opengl )
>=sys-libs/ncurses-5.2
cups? ( net-print/cups )
- >=media-libs/freetype-2.0.0
- !app-emulation/winex
- !app-emulation/winex-transgaming"
+ >=media-libs/freetype-2.0.0"
pkg_nofetch() {
einfo "Please download the appropriate Cedega archive (${MY_P}.tgz)"