diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-30 20:41:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-30 20:41:37 +0000 |
commit | 43b15c324fea253bdc1f08c93057cf1b91dd7af7 (patch) | |
tree | 4f850eb70194bc6f0291fb7ba071a1e14a44d38e /app-emulation/winex-transgaming | |
parent | moved stray symlink in install (Manifest recommit) (diff) | |
download | gentoo-2-43b15c324fea253bdc1f08c93057cf1b91dd7af7.tar.gz gentoo-2-43b15c324fea253bdc1f08c93057cf1b91dd7af7.tar.bz2 gentoo-2-43b15c324fea253bdc1f08c93057cf1b91dd7af7.zip |
fix SRC_URI/digest
Diffstat (limited to 'app-emulation/winex-transgaming')
-rw-r--r-- | app-emulation/winex-transgaming/files/digest-winex-transgaming-2.2.1 | 1 | ||||
-rw-r--r-- | app-emulation/winex-transgaming/winex-transgaming-2.2.1.ebuild | 7 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/winex-transgaming/files/digest-winex-transgaming-2.2.1 b/app-emulation/winex-transgaming/files/digest-winex-transgaming-2.2.1 index e69de29bb2d1..f31d765bb36b 100644 --- a/app-emulation/winex-transgaming/files/digest-winex-transgaming-2.2.1 +++ b/app-emulation/winex-transgaming/files/digest-winex-transgaming-2.2.1 @@ -0,0 +1 @@ +MD5 e824168613fbc0712425822c010527d3 winex-2.2.1.tgz 5166125 diff --git a/app-emulation/winex-transgaming/winex-transgaming-2.2.1.ebuild b/app-emulation/winex-transgaming/winex-transgaming-2.2.1.ebuild index 0716f2e2ed18..9ff524ad645e 100644 --- a/app-emulation/winex-transgaming/winex-transgaming-2.2.1.ebuild +++ b/app-emulation/winex-transgaming/winex-transgaming-2.2.1.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-transgaming/winex-transgaming-2.2.1.ebuild,v 1.8 2004/06/27 23:10:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-transgaming/winex-transgaming-2.2.1.ebuild,v 1.9 2004/11/30 20:41:37 vapier Exp $ -MY_P="winex-${PV}" DESCRIPTION="WineX is a distribution of Wine with enhanced DirectX for gaming" HOMEPAGE="http://www.transgaming.com/" -SRC_URI="winex-${PV}" +SRC_URI="winex-${PV}.tgz" LICENSE="Aladdin" SLOT="2.2.1" @@ -21,7 +20,7 @@ RDEPEND="virtual/x11 !app-emulation/winex" pkg_nofetch() { - einfo "Please download the appropriate WineX archive (${MY_P}.tgz)" + einfo "Please download the appropriate WineX archive (winex-${PV}.tgz)" einfo "from: ${HOMEPAGE} (requires a Transgaming subscription)." einfo "The archive should be placed into ${DISTDIR}." } |