[weasel-commit] Source: texlivemodule=20100602-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Wed, 02 Jun 2010 08:27:29 -0400

================================
texlivemodule:source=20100602-1 (previous: 20100531-2)
cvc rdiff texlivemodule -1 /weasel.rpath.org@wgl:3-devel/20100602-1
================================
20100602-1 Filip Brcic (brcha@xxxxxxxxxxxx) Wed Jun  2 08:27:19 2010
    using builddocs use flag

texlivemodule.recipe: changed
Index: texlivemodule.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- texlivemodule.recipe /weasel.rpath.org@wgl:3-devel/20100531-2
+++ texlivemodule.recipe /weasel.rpath.org@wgl:3-devel/20100602-1
@@ -17,9 +17,6 @@
 
     # Set includeSource to True if you want sources to be included in the 
package
     includeSource = False
-
-    # Set includeDocs to False if you don't want documentation to be included 
in the package
-    includeDocs = True
 
     # Put the module names into this variable
     module_contents = []
@@ -41,7 +38,7 @@
         # Unpack the sources
         for i in r.module_contents:
             r.addArchive('mirror://gentoo/texlive-module-' + i + 
'-%(version)s.tar.lzma')
-        if r.includeDocs:
+        if Use.builddocs:
             for i in r.module_doc_contents:
                 r.addArchive('mirror://gentoo/texlive-module-' + i + 
'-%(version)s.tar.lzma')
         if r.includeSource:



Committed by: brcha

Other related posts:

  • » [weasel-commit] Source: texlivemodule=20100602-1 - rbuilder