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 | |
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')
-rw-r--r-- | app-emulation/cedega/cedega-4.0.1.ebuild | 10 | ||||
-rw-r--r-- | app-emulation/cedega/files/digest-cedega-4.0.1 | 2 | ||||
-rw-r--r-- | app-emulation/cedega/files/remove-watermark.sh | 16 | ||||
-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 |
6 files changed, 4 insertions, 52 deletions
diff --git a/app-emulation/cedega/cedega-4.0.1.ebuild b/app-emulation/cedega/cedega-4.0.1.ebuild index 318ac9354af8..361c4f93450c 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.5 2004/08/16 17:30:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.0.1.ebuild,v 1.6 2004/08/18 16:55:57 vapier Exp $ MY_P="cedega_${PV}-1.i386" DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming" @@ -26,14 +26,6 @@ pkg_nofetch() { einfo "from ${HOMEPAGE} (requires a Transgaming subscription)" einfo einfo "Then put the file in ${DISTDIR}" - einfo - 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_install() { diff --git a/app-emulation/cedega/files/digest-cedega-4.0.1 b/app-emulation/cedega/files/digest-cedega-4.0.1 index 9a4603f0a593..51a846e64752 100644 --- a/app-emulation/cedega/files/digest-cedega-4.0.1 +++ b/app-emulation/cedega/files/digest-cedega-4.0.1 @@ -1 +1 @@ -MD5 c6333bfe0af7005b918d0ec08f3d8299 cedega_4.0.1-1.i386.tgz 7384181 +MD5 1bdadc6811f24bcaf54f393dcebebe59 cedega_4.0.1-1.i386.tgz 7384155 diff --git a/app-emulation/cedega/files/remove-watermark.sh b/app-emulation/cedega/files/remove-watermark.sh deleted file mode 100644 index f3384adc473f..000000000000 --- a/app-emulation/cedega/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/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() { |