Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 99618
Collapse All | Expand All

(-)/usr/portage/app-emulation/point2play/point2play-2.0.2.ebuild (-3 / +8 lines)
Lines 7-18 Link Here
7
MY_P=${PN}-small-${PV}
7
MY_P=${PN}-small-${PV}
8
DESCRIPTION="graphical frontend for WineX"
8
DESCRIPTION="graphical frontend for WineX"
9
HOMEPAGE="http://www.transgaming.com/"
9
HOMEPAGE="http://www.transgaming.com/"
10
SRC_URI="${MY_P}.tgz"
10
SRC_URI="!emerald? ( ${MY_P}.tgz )
11
         emerald?  ( ${MY_P}_emerald.tgz )"
11
12
12
LICENSE="point2play"
13
LICENSE="point2play"
13
SLOT="0"
14
SLOT="0"
14
KEYWORDS="-* ~amd64 x86"
15
KEYWORDS="-* ~amd64 x86"
15
IUSE=""
16
IUSE="emerald"
16
RESTRICT="fetch"
17
RESTRICT="fetch"
17
18
18
RDEPEND="virtual/x11
19
RDEPEND="virtual/x11
Lines 25-31 Link Here
25
26
26
pkg_nofetch() {
27
pkg_nofetch() {
27
	einfo "Please download the appropriate Point2Play archive:"
28
	einfo "Please download the appropriate Point2Play archive:"
28
	einfo "   ${MY_P}.tgz"
29
	if ! use emerald ; then
30
		einfo "   ${MY_P}.tgz"
31
	else
32
		einfo "   ${MY_P}_emerald.tgz"
33
	fi
29
	einfo "from ${HOMEPAGE} (requires a Transgaming subscription)"
34
	einfo "from ${HOMEPAGE} (requires a Transgaming subscription)"
30
	echo
35
	echo
31
	einfo "The archive should then be placed into ${DISTDIR}"
36
	einfo "The archive should then be placed into ${DISTDIR}"

Return to bug 99618