diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-18 16:56:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-18 16:56:44 +0000 |
commit | 6d4d8979bf74932a9098c4b6cac44c10659291fb (patch) | |
tree | b1219a1109e9ed131e85fc7358321ec079765eb9 /app-emulation/point2play | |
parent | Stable on mips. Bug #59715 (Manifest recommit) (diff) | |
download | gentoo-2-6d4d8979bf74932a9098c4b6cac44c10659291fb.tar.gz gentoo-2-6d4d8979bf74932a9098c4b6cac44c10659291fb.tar.bz2 gentoo-2-6d4d8979bf74932a9098c4b6cac44c10659291fb.zip |
transgaming has stopped watermarking
Diffstat (limited to 'app-emulation/point2play')
-rw-r--r-- | app-emulation/point2play/files/digest-point2play-1.3.1 | 2 | ||||
-rw-r--r-- | app-emulation/point2play/files/remove-watermark.sh | 16 | ||||
-rw-r--r-- | app-emulation/point2play/point2play-1.3.1.ebuild | 10 |
3 files changed, 2 insertions, 26 deletions
diff --git a/app-emulation/point2play/files/digest-point2play-1.3.1 b/app-emulation/point2play/files/digest-point2play-1.3.1 index 4fa2b5056eb4..1e72840e750a 100644 --- a/app-emulation/point2play/files/digest-point2play-1.3.1 +++ b/app-emulation/point2play/files/digest-point2play-1.3.1 @@ -1 +1 @@ -MD5 9fb3c8dfc56eb947b9447c1562d8e111 point2play-small-1.3.1.tgz 822911 +MD5 0bbe23e4d53074b9e959a32bd2ae8afd point2play-small-1.3.1.tgz 822885 diff --git a/app-emulation/point2play/files/remove-watermark.sh b/app-emulation/point2play/files/remove-watermark.sh deleted file mode 100644 index f3384adc473f..000000000000 --- a/app-emulation/point2play/files/remove-watermark.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -file="$1" -if [ ! -e "${file}" ] ; then - echo "The file '${file}' doesn't seem to exist." - echo "Aborting!" - exit 1 -fi - -dd \ - if=/dev/zero \ - of="${file}" \ - seek=16 \ - count=20 \ - bs=1 \ - conv=notrunc diff --git a/app-emulation/point2play/point2play-1.3.1.ebuild b/app-emulation/point2play/point2play-1.3.1.ebuild index 3633ae719c77..ec43514679ef 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.6 2004/08/16 17:33:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-1.3.1.ebuild,v 1.7 2004/08/18 16:56:44 vapier Exp $ inherit eutils @@ -27,14 +27,6 @@ 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." - ewarn "http://transgaming.org/forum/viewtopic.php?t=660" - ewarn - ewarn "To remove the simple watermark and verify the" - ewarn "authenticity of your download, just do this:" - ewarn "sh /usr/portage/app-emulation/${PN}/files/remove-watermark.sh ${DISTDIR}/${MY_P}.tgz" } src_unpack() { |