48,51d47 < # IUSE="gatos" enabled to allow for newly fixed patches for tv_out (23 May 2005) < # by Rune Petersen gatos-devel@lists.sourceforge.net (original work by Federico Ulivi) < # patches available at http://megahurts.dk/rune/tv_output.html < # 54c50 < truetype-fonts type1-fonts uclibc xprint xv gatos" --- > truetype-fonts type1-fonts uclibc xprint xv" 71,73d66 < # Patches for GATOS tvout from Rune Petersen < GATOS="http://megahurts.dk/rune/stuff/xorg_CVS-20050420-tv_output.patch.gz" < 84d76 < gatos? ${GATOS} 177,178d168 < do_gatos < 480,481d469 < < 487,492d474 < if use gatos; then < ebegin "Unpacking GATOS patch" < unpack xorg_CVS-20050420-tv_output.patch.gz > /dev/null < eend 0 < fi < 521d502 < 525,537d505 < do_gatos() { < # Patching for GATOS < if use gatos; then < cd ${WORKDIR}/xc/programs/Xserver/hw/xfree86/drivers/ati < ebegin "patching for GATOS" < epatch ${WORKDIR}/xorg_CVS-20050420-tv_output.patch > /dev/null < eend 0 < fi < < cd ${S} < } < <