diff options
-rw-r--r-- | app-emulation/cedega/cedega-4.0.1.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/point2play/point2play-1.3.1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-emulation/cedega/cedega-4.0.1.ebuild b/app-emulation/cedega/cedega-4.0.1.ebuild index 8fd977fc942a..d7aa350edc64 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.2 2004/08/15 04:19:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.0.1.ebuild,v 1.3 2004/08/16 12:08:58 vapier Exp $ MY_P="cedega_${PV}-1.i386" DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming" @@ -29,9 +29,10 @@ pkg_nofetch() { einfo ewarn "Please note that for some stupid reason Transgaming has" ewarn "started watermarking their downloads to track users." + ewarn "http://transgaming.org/forum/viewtopic.php?t=660" 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" + ewarn "ebuild /usr/portage/app-emulation/${PN}/${PF}.ebuild digest" } src_install() { diff --git a/app-emulation/point2play/point2play-1.3.1.ebuild b/app-emulation/point2play/point2play-1.3.1.ebuild index 821d8bd49972..113a63bfd620 100644 --- a/app-emulation/point2play/point2play-1.3.1.ebuild +++ b/app-emulation/point2play/point2play-1.3.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/point2play/point2play-1.3.1.ebuild,v 1.3 2004/08/15 18:23:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-1.3.1.ebuild,v 1.4 2004/08/16 12:09:48 vapier Exp $ inherit eutils @@ -30,9 +30,10 @@ pkg_nofetch() { echo ewarn "Please note that for some stupid reason Transgaming has" ewarn "started watermarking their downloads to track users." + ewarn "http://transgaming.org/forum/viewtopic.php?t=660" 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" + ewarn "ebuild /usr/portage/app-emulation/${PN}/${PF}.ebuild digest" } src_unpack() { |