Greetings,

I've just added basic support for user customization of SCM variables
into scm.exlib. You may define the function scm_user_customize() in
/etc/paludis/bashrc.

Here's what I use:
 
case "${CATEGORY}/${PN}" in
    dev-libs/pinktrace)
        scm_user_customize () {
            SCM_BRANCH="easy"
        }
        ;;
    sys-apps/paludis)
        scm_user_customize () {
            SCM_REPOSITORY="file:///home/alip/src/paludis/.git"
        }
        ;;
esac

This is very simple and works for me.

-- 
Regards,
Ali Polatel

Attachment: pgp2xoNJA8tcD.pgp
Description: PGP signature

_______________________________________________
Exherbo-dev mailing list
[email protected]
http://lists.exherbo.org/mailman/listinfo/exherbo-dev

Reply via email to