summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-18 16:56:44 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-18 16:56:44 +0000
commit6d4d8979bf74932a9098c4b6cac44c10659291fb (patch)
treeb1219a1109e9ed131e85fc7358321ec079765eb9 /app-emulation/cedega
parentStable on mips. Bug #59715 (Manifest recommit) (diff)
downloadgentoo-2-6d4d8979bf74932a9098c4b6cac44c10659291fb.tar.gz
gentoo-2-6d4d8979bf74932a9098c4b6cac44c10659291fb.tar.bz2
gentoo-2-6d4d8979bf74932a9098c4b6cac44c10659291fb.zip
transgaming has stopped watermarking
Diffstat (limited to 'app-emulation/cedega')
-rw-r--r--app-emulation/cedega/cedega-4.0.1.ebuild10
-rw-r--r--app-emulation/cedega/files/digest-cedega-4.0.12
-rw-r--r--app-emulation/cedega/files/remove-watermark.sh16
3 files changed, 2 insertions, 26 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