-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dne 2.2.2010 11:18, Torsten Veller napsal(a): > * Tomáš Chvátal <scarab...@gentoo.org>: >> # @FUNCTION: font_pkg_setup >> # @DESCRIPTION: >> # The font pkg_setup function. >> # Collision portection and Prefix compat for eapi < 3. >> font_pkg_setup() { >> # make sure we get no collisions >> # setup is not the nicest place, but preinst doesn't cut it >> [[ -e "${FONTDIR}/fonts.cache-1" ]] && rm -f "${FONTDIR}/fonts.cache-1" > > (E)ROOT is missing. Good spot. EFixed :] > >> # Prefix compat >> case ${EAPI:-0} in >> 0|1|2) >> if ! use prefix; then >> EPREFIX= >> ED=${D} >> EROOT=${ROOT} >> [[ ${EROOT} = */ ]] || EROOT+="/" >> fi >> ;; >> esac > > Don't we need this for every eclass using EPREFIX, ED and EROOT > independent of EAPI? > Can't we move this to prefix.eclass and inherit it? Or is the EPREFIX > setting in prefix.eclass already enough? >
Actualy dunno, i did it this way because it is the way how other eclass were altered in this matter. Maybe we could add it to base eclass and then via proper inheritance it might work. Or to prefix eclass which would be inherited elsewhere. We would have to ask prefix mages, adding them to CC :] Tomas -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAktn/qgACgkQHB6c3gNBRYfwGwCdGqFw9sMuxbd3QxafWjY4i+me y/0AoJAoBg11gyZTBxIp9QyqFrK4c9pa =W3Rf -----END PGP SIGNATURE-----