Re: [gentoo-dev] configuration-doc.eclass: an eclass to install a CONFIGURATION doc file and show an elog message first time package is installed

2013-01-04 Thread Pacho Ramos
El jue, 03-01-2013 a las 17:11 -0600, William Hubbs escribió: [...] But, how to share CONFIGURATION_INSTRUCTIONS contents then for create_doc and print_elog? The idea is to share the same message, and using global variable for this purpose is already done with kernel-2.eclass (I noticed

Re: [gentoo-dev] configuration-doc.eclass: an eclass to install a CONFIGURATION doc file and show an elog message first time package is installed

2013-01-03 Thread William Hubbs
On Thu, Jan 03, 2013 at 02:01:03PM +0100, Pacho Ramos wrote: # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # @ECLASS: configuration-doc # @MAINTAINER: # Pacho Ramos pa...@gentoo.org # @AUTHOR: # Author: Pacho Ramos

Re: [gentoo-dev] configuration-doc.eclass: an eclass to install a CONFIGURATION doc file and show an elog message first time package is installed

2013-01-03 Thread Pacho Ramos
El jue, 03-01-2013 a las 14:29 -0600, William Hubbs escribió: [...] case ${EAPI:-0} in 0|1|2|3) die Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS} ;; 4|5) # EAPI=4 is required for REPLACING_VERSIONS preventing us # from

Re: [gentoo-dev] configuration-doc.eclass: an eclass to install a CONFIGURATION doc file and show an elog message first time package is installed

2013-01-03 Thread William Hubbs
On Thu, Jan 03, 2013 at 10:03:21PM +0100, Pacho Ramos wrote: El jue, 03-01-2013 a las 14:29 -0600, William Hubbs escribió: [...] case ${EAPI:-0} in 0|1|2|3) die Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS} ;; 4|5) # EAPI=4 is required