Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
Author: betelgeuse
Date: 2009-04-08 14:34:55 +0000 (Wed, 08 Apr 2009)
New Revision: 145
Modified:
trunk/function-reference/install-functions/text.xml
trunk/xsl/lang.highlight.ebuild.xsl
Log:
Remove references to dopython as it's not in Portage any more. Fixes bug #263268. Thanks to bangert for the patch.
Modified: trunk/function-reference/install-functions/text.xml
===================================================================
--- trunk/function-reference/install-functions/text.xml 2009-03-12 17:19:41 UTC (rev 144)
+++ trunk/function-reference/install-functions/text.xml 2009-04-08 14:34:55 UTC (rev 145)
@@ -213,14 +213,6 @@
</tr>
<tr>
<ti>
- <c>dopython</c>
- </ti>
- <ti>
- Install a Python file
- </ti>
- </tr>
- <tr>
- <ti>
<c>dosbin</c>
</ti>
<ti>
Modified: trunk/xsl/lang.highlight.ebuild.xsl
===================================================================
--- trunk/xsl/lang.highlight.ebuild.xsl 2009-03-12 17:19:41 UTC (rev 144)
+++ trunk/xsl/lang.highlight.ebuild.xsl 2009-04-08 14:34:55 UTC (rev 145)
@@ -119,7 +119,7 @@
$data = 'exeinto' or $data = 'exeopts' or $data = 'fowners' or $data = 'fperms' or $data = 'insinto' or $data = 'insopts' or
$data = 'into' or $data = 'libopts' or $data = 'newbin' or $data = 'newexe' or $data = 'newins' or $data = 'newman' or
$data = 'newsbin' or $data = 'prepall' or $data = 'prepalldocs' or $data = 'prepallinfo' or $data = 'prepallman' or
- $data = 'prepallstrip' or $data = 'has' or $data = 'unpack' or $data = 'dopython' or $data = 'dosed' or $data = 'into' or
+ $data = 'prepallstrip' or $data = 'has' or $data = 'unpack' or $data = 'dosed' or $data = 'into' or
$data = 'doinitd' or $data = 'doconfd' or $data = 'doenvd' or $data = 'dojar' or $data = 'domo' or $data = 'dodir' or
$data = 'ebegin' or $data = 'eend' or $data = 'newconfd' or $data = 'newdoc' or $data = 'newenvd' or $data = 'newinitd' or
$data = 'newlib.a' or $data = 'newlib.so' or $data = 'hasq' or $data = 'hasv' or $data = 'useq' or $data = 'usev'">
|
|