[weasel-commit] Source: texlive-latexextra=2008-4

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

================================
texlive-latexextra:source=2008-4 (previous: 2008-3)
cvc rdiff texlive-latexextra -1 /weasel.rpath.org@wgl:3-devel/2008-4
================================
2008-4 Filip Brcic (brcha@xxxxxxxxxxxx) Wed Jun  2 14:23:01 2010
    texlive-latexextra 2008

texlive-latexextra.recipe: changed
Index: texlive-latexextra.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- texlive-latexextra.recipe /weasel.rpath.org@wgl:3-devel/2008-3
+++ texlive-latexextra.recipe /weasel.rpath.org@wgl:3-devel/2008-4
@@ -1,24 +1,23 @@
 #
-# Copyright (c) 2009 Filip Brcic <brcha@xxxxxxx>
+# Copyright (c) 2009-2010 Filip Brcic <brcha@xxxxxxx>
 # Distributed under the terms of the GNU General Public License v3
 #
 
 loadSuperClass('texlivemodule')
-loadInstalled('python')
-class TexliveLatexextra(TexliveModuleRecipe, Python.VersionMixIn):
+class TexliveLatexextra(TexliveModuleRecipe):
     name = 'texlive-latexextra'
     version = '2008'
 
     buildRequires = [
-        'perl:devel', 'python:devel',
+        'perl:devellib', 'python:devel', 'texlive-latex:runtime',
+        'texlive-fontsrecommended:data', 'texlive-pictures:runtime',
         ]
 
     shortDesc  = 'TeXLive LaTeX supplementary packages'
-    longDesc   = 'TeXLive LaTeX supplementary packages'
     url        = 'http://tug.org/texlive/'
     licenses   = [ 'GPL-2', 'as-is', 'BSD', 'freedist', 'GPL-1', 'GPL-2', 
'LGPL-2',
                    'LPPL-1.2', 'LPPL-1.3', 'public-domain' ]
-    categories = [ 'TeX' ]
+    categories = [ 'Development/TeXLive' ]
 
     # Put the module names into this variable
     module_contents = [
@@ -429,9 +428,10 @@
         'texmf-dist/scripts/vpe/vpe.pl',
         ]
 
-    def setup(r):
-        r.setDefaultPython()
-        TexliveModuleRecipe.setup(r)
-
     def policy(r):
         
r.ImproperlyShared(exceptions='%(datadir)s/texmf-dist/doc/latex/splitindex/splitindex-Linux-i386')
+        for req in [ 'texlive-latex:runtime',
+                     'texlive-fontsrecommended:data',
+                     'texlive-pictures:runtime',
+                     ]:
+            r.addRuntimeRequirement(req)



Committed by: brcha

Other related posts:

  • » [weasel-commit] Source: texlive-latexextra=2008-4 - rbuilder