Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 455336

Summary: dev-tex/dot2tex: please review distutils-r1 conversion
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: TeX project <tex>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 455102    
Attachments: Diff for conversion\
Complete -r1 ebuild

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-02-03 19:08:00 UTC
Created attachment 337838 [details, diff]
Diff for conversion\

I have converted the ebuild to distutils-r1. As Python team does not maintain it, I'd like to get your approval before I commit it.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-02-03 19:08:35 UTC
Created attachment 337840 [details]
Complete -r1 ebuild
Comment 2 Alexis Ballier gentoo-dev 2013-02-04 13:28:40 UTC
-		insinto "/usr/share/doc/${PF}/examples"
-		doins examples/*
+		docinto examples
+		dodoc examples/.
+		docompress -x /usr/share/doc/${PF}/examples

dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples

the rest is ok
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-02-04 14:04:36 UTC
Committed.