radhermit    15/08/02 03:51:09

  Modified:             pychroot-9999.ebuild ChangeLog
  Log:
  Use make to install docs.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.6                  dev-python/pychroot/pychroot-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild?r1=1.5&r2=1.6

Index: pychroot-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pychroot-9999.ebuild        2 Aug 2015 01:42:51 -0000       1.5
+++ pychroot-9999.ebuild        2 Aug 2015 03:51:09 -0000       1.6
@@ -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/dev-python/pychroot/pychroot-9999.ebuild,v 
1.5 2015/08/02 01:42:51 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild,v 
1.6 2015/08/02 03:51:09 radhermit Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -33,10 +33,7 @@
 [[ ${PV} == *9999 ]] && DEPEND+=" dev-python/sphinx[${PYTHON_USEDEP}]"
 
 python_compile_all() {
-       if [[ ${PV} == *9999 ]]; then
-               emake -C doc man
-               ln -s doc/_build/man || die
-       fi
+       [[ ${PV} == *9999 ]] && emake -C doc man
 }
 
 python_test() {
@@ -45,5 +42,5 @@
 
 python_install_all() {
        distutils-r1_python_install_all
-       doman man/*
+       emake -C doc PREFIX=/usr DESTDIR="${D}" install_man
 }



1.11                 dev-python/pychroot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pychroot/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   2 Aug 2015 01:42:51 -0000       1.10
+++ ChangeLog   2 Aug 2015 03:51:09 -0000       1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pychroot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/ChangeLog,v 1.10 
2015/08/02 01:42:51 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/ChangeLog,v 1.11 
2015/08/02 03:51:09 radhermit Exp $
+
+  02 Aug 2015; Tim Harder <[email protected]> pychroot-9999.ebuild:
+  Use make to install docs.
 
   02 Aug 2015; Tim Harder <[email protected]> pychroot-9999.ebuild:
   Add support for building and installing man pages.




Reply via email to