hd_brummy 15/01/05 10:26:32 Modified: ChangeLog vdr-plugin-2.eclass Log: typo
Revision Changes Path 1.1500 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1500&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1500&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1499&r2=1.1500 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1499 retrieving revision 1.1500 diff -u -r1.1499 -r1.1500 --- ChangeLog 4 Jan 2015 22:18:12 -0000 1.1499 +++ ChangeLog 5 Jan 2015 10:26:31 -0000 1.1500 @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1499 2015/01/04 22:18:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1500 2015/01/05 10:26:31 hd_brummy Exp $ + + 05 Jan 2015; Joerg Bornkessel <[email protected]> vdr-plugin-2.eclass: + typo 04 Jan 2015; Michał Górny <[email protected]> python-single-r1.eclass: Run pkg_setup() only in non-binary installs, as intended and documented a 1.30 eclass/vdr-plugin-2.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin-2.eclass?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin-2.eclass?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin-2.eclass?r1=1.29&r2=1.30 Index: vdr-plugin-2.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- vdr-plugin-2.eclass 4 Jan 2015 21:16:47 -0000 1.29 +++ vdr-plugin-2.eclass 5 Jan 2015 10:26:32 -0000 1.30 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.29 2015/01/04 21:16:47 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.30 2015/01/05 10:26:32 hd_brummy Exp $ # @ECLASS: vdr-plugin-2.eclass # @MAINTAINER: @@ -23,7 +23,7 @@ # @ECLASS-VARIABLE: VDR_RCADDON_FILE # @DEFAULT_UNSET -# @DESCRIPTION +# @DESCRIPTION: # Installing rc-addon files is basically the same as for plugin config files # (see above), it's just using the $VDR_RCADDON_FILE variable instead. # The default value when $VDR_RCADDON_FILE is undefined is: @@ -56,7 +56,7 @@ # PO_SUBDIR="bla foo/bla" # @CODE -# @ECLASS_VARIABLE: VDR_MAINTAINER_MODE +# @ECLASS-VARIABLE: VDR_MAINTAINER_MODE # @DEFAULT_UNSET # @DESCRIPTION: # output from function dev_check if it is defined in ebuild or eclass, @@ -70,25 +70,23 @@ # VDR_MAINTAINER_MODE=1 # @FUNCTION: fix_vdr_libsi_include -# @DEFAULT_UNSET # @DESCRIPTION: -# plugins failed on compile with wrong path of libsi includes, +# Plugins failed on compile with wrong path of libsi includes, # fix this by 'function + space separated list of files' # -# @Example: +# Example: # @CODE # fix_vdr_libsi_include bla.c foo.c # @CODE # @FUNCTION: remove_i18n_include -# @DEFAULT_UNSET # @DESCRIPTION: -# compile will fail if plugin still use the old i18n language handling, -# most parts are fixed by vdr-plugin-2.eclass internal functions itself -# remove unneeded i18.n includes from files, if they are still wrong there +# Compile will fail if plugin still use the old i18n language handling, +# most parts are fixed by vdr-plugin-2.eclass internal functions itself. +# Remove unneeded i18.n includes from files, if they are still wrong there, # fix this by 'function + space separated list of files" # -# @Example: +# Example: # @CODE # remove_i18n_include bla.n foo.n # @CODE
