diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-15 04:19:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-15 04:19:31 +0000 |
commit | 0ce2e12b0d10ee95c6cc65130d70d8849add960f (patch) | |
tree | 1f801f99de80ca5f9f61c020097dd2ae4cdcd346 /app-emulation/cedega | |
parent | Fun fun updates. New ebuilds for 2.4.27 and 2.6.8.1, pulled from linux-mips ... (diff) | |
download | gentoo-2-0ce2e12b0d10ee95c6cc65130d70d8849add960f.tar.gz gentoo-2-0ce2e12b0d10ee95c6cc65130d70d8849add960f.tar.bz2 gentoo-2-0ce2e12b0d10ee95c6cc65130d70d8849add960f.zip |
add warning about stupid watermarked files
Diffstat (limited to 'app-emulation/cedega')
-rw-r--r-- | app-emulation/cedega/cedega-4.0.1.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app-emulation/cedega/cedega-4.0.1.ebuild b/app-emulation/cedega/cedega-4.0.1.ebuild index 38568123d86e..8fd977fc942a 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.1 2004/08/14 09:04:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.0.1.ebuild,v 1.2 2004/08/15 04:19:31 vapier Exp $ MY_P="cedega_${PV}-1.i386" DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming" @@ -24,8 +24,14 @@ RDEPEND="virtual/x11 pkg_nofetch() { einfo "Please download the appropriate Cedega archive (${MY_P}.tgz)" einfo "from ${HOMEPAGE} (requires a Transgaming subscription)" - einfo "" + einfo einfo "Then put the file in ${DISTDIR}" + einfo + ewarn "Please note that for some stupid reason Transgaming has" + ewarn "started watermarking their downloads to track users." + ewarn "This means you will have to rebuild the digest file" + ewarn "before emerging it. Just run this command:" + ewarn "ebuild /usr/portage/app-emulation/${PN}/${PF}.ebuild diest" } src_install() { |