Dne středa 02 Prosinec 2009 09:51:25 Christian Faulhammer napsal(a):
>  At the moment I don't remember for what reason exactly, but we renamed
> the PATCHES variable to EBZR_PATCHES in bzr.eclass.  You should do
> something similar.
No reason to rename it if they use base_src_prepare
> 
> EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile
> src_test src_install pkg_setup
> 
> case ${EAPI} in
>       2) ;;
>       *)
>               die "Unsupported EAPI=${EAPI} for ruby-ng.eclass"
> esac
> 
> The sense of this I don't understand.  You should not restrict EAPI
> like this.
> 
> V-Li
> 
Why not. Quite standart way.
 19 case ${EAPI:-0} in
 20     2) : ;;
 21     *) DEPEND="EAPI-TOO-OLD" ;;
 22 esac

Tom

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to