Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455336 - dev-tex/dot2tex: please review distutils-r1 conversion
Summary: dev-tex/dot2tex: please review distutils-r1 conversion
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: TeX project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-r1-tracker
  Show dependency tree
 
Reported: 2013-02-03 19:08 UTC by Michał Górny
Modified: 2013-02-04 14:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Diff for conversion\ (dot2tex-r1.diff,1.52 KB, patch)
2013-02-03 19:08 UTC, Michał Górny
Details | Diff
Complete -r1 ebuild (dot2tex-2.8.7-r1.ebuild,1001 bytes, text/plain)
2013-02-03 19:08 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
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.