View | Details | Raw Unified
Collapse All | Expand All

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