--- /usr/portage/app-emulation/point2play/point2play-2.0.2.ebuild 2005-07-18 01:35:20.000000000 -0500 +++ /usr/local/portage/app-emulation/point2play/point2play-2.0.2.ebuild 2005-07-19 23:36:33.000000000 -0500 @@ -7,12 +7,13 @@ MY_P=${PN}-small-${PV} DESCRIPTION="graphical frontend for WineX" HOMEPAGE="http://www.transgaming.com/" -SRC_URI="${MY_P}.tgz" +SRC_URI="!emerald? ( ${MY_P}.tgz ) + emerald? ( ${MY_P}_emerald.tgz )" LICENSE="point2play" SLOT="0" KEYWORDS="-* ~amd64 x86" -IUSE="" +IUSE="emerald" RESTRICT="fetch" RDEPEND="virtual/x11 @@ -25,7 +26,11 @@ pkg_nofetch() { 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)" echo einfo "The archive should then be placed into ${DISTDIR}"