dev-libs/gecode: new revision 3.7.3-r1 to fix "doins" -> "dodoc" typo.
authorMichael Orlitzky <mjo@gentoo.org>
Sat, 5 Aug 2017 13:31:41 +0000 (09:31 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Sat, 5 Aug 2017 13:33:52 +0000 (09:33 -0400)
Gentoo-Bug: 588944

Package-Manager: Portage-2.3.6, Repoman-2.3.1

dev-libs/gecode/gecode-3.7.3-r1.ebuild [moved from dev-libs/gecode/gecode-3.7.3.ebuild with 85% similarity]

similarity index 85%
rename from dev-libs/gecode/gecode-3.7.3.ebuild
rename to dev-libs/gecode/gecode-3.7.3-r1.ebuild
index 463a840f970848f608759535c9455a3dae272d6f..644e93c9e264b7f10c38243f79475c9a5fd22758 100644 (file)
@@ -43,9 +43,6 @@ src_install() {
        fi
 
        if use examples; then
-               docinto examples
-               doins examples/*.cpp
-               einfo "Example C++ programs have been installed into " \
-                       "/usr/share/doc/${PF}/examples"
+               dodoc -r examples
        fi
 }