diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-15 18:23:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-15 18:23:54 +0000 |
commit | a6af200d453d0dd3587987e63575991a2e7ddb1e (patch) | |
tree | 4b67ffb75545ffd9e72e52b56d8cdc01a81443f2 /app-emulation | |
parent | Deps updated to reflect net-www split (Manifest recommit) (diff) | |
download | gentoo-2-a6af200d453d0dd3587987e63575991a2e7ddb1e.tar.gz gentoo-2-a6af200d453d0dd3587987e63575991a2e7ddb1e.tar.bz2 gentoo-2-a6af200d453d0dd3587987e63575991a2e7ddb1e.zip |
add note about moronic watermarking
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/point2play/point2play-1.3.1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-emulation/point2play/point2play-1.3.1.ebuild b/app-emulation/point2play/point2play-1.3.1.ebuild index f30cd92c1e40..821d8bd49972 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.2 2004/08/14 17:52:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-1.3.1.ebuild,v 1.3 2004/08/15 18:23:54 vapier Exp $ inherit eutils @@ -27,6 +27,12 @@ pkg_nofetch() { einfo "from ${HOMEPAGE} (requires a Transgaming subscription)" echo einfo "The archive should then be placed into ${DISTDIR}" + echo + 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_unpack() { |