diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-12 00:10:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-12 00:10:25 +0000 |
commit | ec1477db204df13255801bcfdfb620a1e2926d9a (patch) | |
tree | ae821a44c386b20feadaba396fb6f11e659c910f /app-emulation/transgaming-mozctlinstaller | |
parent | stabilize (diff) | |
download | historical-ec1477db204df13255801bcfdfb620a1e2926d9a.tar.gz historical-ec1477db204df13255801bcfdfb620a1e2926d9a.tar.bz2 historical-ec1477db204df13255801bcfdfb620a1e2926d9a.zip |
initial import #75011
Diffstat (limited to 'app-emulation/transgaming-mozctlinstaller')
4 files changed, 40 insertions, 0 deletions
diff --git a/app-emulation/transgaming-mozctlinstaller/ChangeLog b/app-emulation/transgaming-mozctlinstaller/ChangeLog new file mode 100644 index 000000000000..c0d7b8a792c0 --- /dev/null +++ b/app-emulation/transgaming-mozctlinstaller/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-emulation/transgaming-mozctlinstaller +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/transgaming-mozctlinstaller/ChangeLog,v 1.1 2005/01/12 00:10:25 vapier Exp $ + +*transgaming-mozctlinstaller-1.0 (11 Jan 2004) + + 11 Jan 2004; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Cicero (Robert Thomas) #75011. diff --git a/app-emulation/transgaming-mozctlinstaller/files/digest-transgaming-mozctlinstaller-1.0 b/app-emulation/transgaming-mozctlinstaller/files/digest-transgaming-mozctlinstaller-1.0 new file mode 100644 index 000000000000..758b8cf80fd4 --- /dev/null +++ b/app-emulation/transgaming-mozctlinstaller/files/digest-transgaming-mozctlinstaller-1.0 @@ -0,0 +1 @@ +MD5 fdb94eadf8c681e7e84a8c8235562274 transgaming-mozctlinstaller-1.0-1.i386.tgz 11377 diff --git a/app-emulation/transgaming-mozctlinstaller/metadata.xml b/app-emulation/transgaming-mozctlinstaller/metadata.xml new file mode 100644 index 000000000000..27f54c99739f --- /dev/null +++ b/app-emulation/transgaming-mozctlinstaller/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>wine</herd> +</pkgmetadata> diff --git a/app-emulation/transgaming-mozctlinstaller/transgaming-mozctlinstaller-1.0.ebuild b/app-emulation/transgaming-mozctlinstaller/transgaming-mozctlinstaller-1.0.ebuild new file mode 100644 index 000000000000..b5309f2e562a --- /dev/null +++ b/app-emulation/transgaming-mozctlinstaller/transgaming-mozctlinstaller-1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/transgaming-mozctlinstaller/transgaming-mozctlinstaller-1.0.ebuild,v 1.1 2005/01/12 00:10:25 vapier Exp $ + +DESCRIPTION="Mozilla ActiveX control for Cedega" +HOMEPAGE="http://www.transgaming.com/" +SRC_URI="${P}-1.i386.tgz" + +LICENSE="MPL-1.1" +SLOT="0" +KEYWORDS="-* amd64 x86" +IUSE="" +RESTRICT="fetch" + +DEPEND="app-emulation/cedega" + +pkg_nofetch() { + einfo "Please download the appropriate Cedega archive (${A})" + einfo "from ${HOMEPAGE} (requires a Transgaming subscription)" + einfo "" + einfo "Then put the file in ${DISTDIR}" +} + +src_install() { + mv "${WORKDIR}"/usr "${D}" +} |