ssuominen 14/05/27 17:27:59 Modified: kmod-17.ebuild ChangeLog Log: Fix documentation install after botched conversion to multiple python install wrt #511434 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.10 sys-apps/kmod/kmod-17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-17.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-17.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-17.ebuild?r1=1.9&r2=1.10 Index: kmod-17.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-17.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- kmod-17.ebuild 15 May 2014 20:06:25 -0000 1.9 +++ kmod-17.ebuild 27 May 2014 17:27:59 -0000 1.10 @@ -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/sys-apps/kmod/kmod-17.ebuild,v 1.9 2014/05/15 20:06:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-17.ebuild,v 1.10 2014/05/27 17:27:59 ssuominen Exp $ EAPI=5 @@ -51,6 +51,8 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +DOCS="NEWS README TODO" + src_prepare() { if [ ! -e configure ]; then if use doc; then @@ -125,6 +127,7 @@ src_install() { emake -C "${BUILD_DIR}" DESTDIR="${D}" install + einstalldocs if use python; then local native_builddir=${BUILD_DIR} 1.155 sys-apps/kmod/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.155&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?rev=1.155&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/ChangeLog?r1=1.154&r2=1.155 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v retrieving revision 1.154 retrieving revision 1.155 diff -u -r1.154 -r1.155 --- ChangeLog 15 May 2014 20:06:25 -0000 1.154 +++ ChangeLog 27 May 2014 17:27:59 -0000 1.155 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/kmod # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.154 2014/05/15 20:06:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.155 2014/05/27 17:27:59 ssuominen Exp $ + + 27 May 2014; Samuli Suominen <[email protected]> kmod-17.ebuild: + Fix documentation install after botched conversion to multiple python install + wrt #511434 15 May 2014; Markus Meier <[email protected]> kmod-17.ebuild: arm stable, bug #509924
