commit:     1caf2d9fef31e76fc6771b3d874d9900e595368c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Jul 10 04:08:51 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Jul 10 04:08:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1caf2d9f

sci-libs/dart: fix doc install path

Closes: https://bugs.gentoo.org/800974
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sci-libs/dart/{dart-6.10.1-r1.ebuild => dart-6.10.1-r2.ebuild} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-libs/dart/dart-6.10.1-r1.ebuild 
b/sci-libs/dart/dart-6.10.1-r2.ebuild
similarity index 92%
rename from sci-libs/dart/dart-6.10.1-r1.ebuild
rename to sci-libs/dart/dart-6.10.1-r2.ebuild
index 9c8461607..a0947f03b 100644
--- a/sci-libs/dart/dart-6.10.1-r1.ebuild
+++ b/sci-libs/dart/dart-6.10.1-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit cmake python-single-r1
 
@@ -44,14 +44,14 @@ RDEPEND="
        glut? ( media-libs/freeglut )
        ipopt? ( sci-libs/ipopt )
        nlopt? ( >=sci-libs/nlopt-2.4.1 )
+       ode? ( dev-games/ode )
+       openscenegraph? ( dev-games/openscenegraph )
        python? (
                ${PYTHON_DEPS}
                $(python_gen_cond_dep '
                        dev-python/pybind11[${PYTHON_USEDEP}]
                ')
        )
-       ode? ( dev-games/ode )
-       openscenegraph? ( dev-games/openscenegraph )
        urdfdom? ( dev-libs/urdfdom )
 "
 DEPEND="
@@ -85,6 +85,6 @@ src_compile() {
 src_install() {
        cmake_src_install
        #TODO: python examples tests tutorials
-       mv "${ED}/usr/share/doc/dart" "${ED}/usr/share/doc/${P}" || die
-       docompress -x "/usr/share/doc/${P}"
+       mv "${ED}/usr/share/doc/dart" "${ED}/usr/share/doc/${PF}" || die
+       docompress -x "/usr/share/doc/${PF}"
 }

Reply via email to