[gentoo-dev] Re: [RFC] Font eclass EAPI update and design

2010-02-02 Thread Torsten Veller
* Tomáš Chvátal : > # @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

Re: [gentoo-dev] Re: [RFC] Font eclass EAPI update and design

2010-02-02 Thread Tomáš Chvátal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dne 2.2.2010 11:18, Torsten Veller napsal(a): > * Tomáš Chvátal : >> # @FUNCTION: font_pkg_setup >> # @DESCRIPTION: >> # The font pkg_setup function. >> # Collision portection and Prefix compat for eapi < 3. >> font_pkg_setup() { >> # make sure we

Re: [gentoo-dev] Re: [RFC] Font eclass EAPI update and design

2010-02-02 Thread Fabian Groffen
On 02-02-2010 11:18:32 +0100, Torsten Veller wrote: > > # Prefix compat > > case ${EAPI:-0} in > > 0|1|2) > > if ! use prefix; then > > EPREFIX= > > ED=${D} > > EROOT=${ROOT}

[gentoo-dev] an update script for the gentoo developer

2010-02-02 Thread Alex Alexander
Hello fellow devs, I've created a script to help me keep my tree/overlays up-to-date, automatically regenerate metadata, update eix, etc. It's not anything too sophisticated, but it works for me, so I thought I'd share it with you guys. An updated version of the script is available at my gentoo