jlec 14/05/01 13:34:02 Modified: ChangeLog python-utils-r1.eclass Log: Add missing @DESCRIPTION
Revision Changes Path 1.1235 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1235&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1235&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1234&r2=1.1235 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1234 retrieving revision 1.1235 diff -u -r1.1234 -r1.1235 --- ChangeLog 1 May 2014 09:52:27 -0000 1.1234 +++ ChangeLog 1 May 2014 13:34:02 -0000 1.1235 @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1234 2014/05/01 09:52:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1235 2014/05/01 13:34:02 jlec Exp $ + + 01 May 2014; Justin Lecher <[email protected]> python-utils-r1.eclass: + Add missing @DESCRIPTION 01 May 2014; Michał Górny <[email protected]> multilib-build.eclass: Add MULTILIB_COMPAT to limit the supported ABIs for pre-built packages. 1.54 eclass/python-utils-r1.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.54&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-utils-r1.eclass?r1=1.53&r2=1.54 Index: python-utils-r1.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- python-utils-r1.eclass 8 Apr 2014 16:05:30 -0000 1.53 +++ python-utils-r1.eclass 1 May 2014 13:34:02 -0000 1.54 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.53 2014/04/08 16:05:30 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.54 2014/05/01 13:34:02 jlec Exp $ # @ECLASS: python-utils-r1 # @MAINTAINER: @@ -699,6 +699,7 @@ # @FUNCTION: python_newexe # @USAGE: <path> <new-name> +# @DESCRIPTION: # Install the given executable into current python_scriptroot, # for the current Python implementation (${EPYTHON}). #
