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 | 1aab7ab11ae8d20d27cd0b1217b94596e772ceb4 (patch) | |
tree | c9155310b640c0028250fa52ee44c1229364754b /app-emulation | |
parent | Fun fun updates. New ebuilds for 2.4.27 and 2.6.8.1, pulled from linux-mips ... (diff) | |
download | historical-1aab7ab11ae8d20d27cd0b1217b94596e772ceb4.tar.gz historical-1aab7ab11ae8d20d27cd0b1217b94596e772ceb4.tar.bz2 historical-1aab7ab11ae8d20d27cd0b1217b94596e772ceb4.zip |
add warning about stupid watermarked files
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/cedega/Manifest | 10 | ||||
-rw-r--r-- | app-emulation/cedega/cedega-4.0.1.ebuild | 10 |
2 files changed, 13 insertions, 7 deletions
diff --git a/app-emulation/cedega/Manifest b/app-emulation/cedega/Manifest index 0b61f0bd02c2..c4f9e965d468 100644 --- a/app-emulation/cedega/Manifest +++ b/app-emulation/cedega/Manifest @@ -4,13 +4,13 @@ Hash: SHA1 MD5 d5de2e15a3770dc3a9b91bba46acb141 ChangeLog 639 MD5 004baf5ffeb9ec3444feabac0e68eb1f cedega-4.0.ebuild 1962 MD5 6525c48ba09d08599432ea6c299e52f4 metadata.xml 354 -MD5 b5fa26dbd207c3907d88160c3bba2457 cedega-4.0.1.ebuild 1962 +MD5 37695d5a3a89cfb2d72caa052bbb8e03 cedega-4.0.1.ebuild 2275 MD5 7eccc393a8bb2164b799f66650fc2b54 files/digest-cedega-4.0 67 MD5 c32df3be597bc84f86c228b63bec407d files/digest-cedega-4.0.1 69 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.8 (GNU/Linux) +Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBHdYRHTu7gpaalycRAl1gAJ9mvUsXjFVA8O7csf2fDt3fb/ROCwCgvfu+ -wgJ2JVjuviY/+vx7ouToCpE= -=38+0 +iD8DBQFBHuSPHTu7gpaalycRAlsNAJ9xn5ZuusS+yb8UGvjyHh2TlxXWQwCgy/Fi +L+x5Yoi3RPiiFpxurJid4wY= +=kNFN -----END PGP SIGNATURE----- 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() { |