[weasel-commit] Source: mh=20080903-2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 03 Jun 2010 14:19:05 -0400

================================
mh:source=20080903-2 (previous: 20080903-1)
cvc rdiff mh -1 /weasel.rpath.org@wgl:3-devel/20080903-2
================================
20080903-2 Filip Brcic (brcha@xxxxxxxxxxxx) Thu Jun  3 14:18:57 2010
    mh 20080903

mh.recipe: changed
Index: mh.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- mh.recipe /weasel.rpath.org@wgl:3-devel/20080903-1
+++ mh.recipe /weasel.rpath.org@wgl:3-devel/20080903-2
@@ -1,5 +1,5 @@
 #
-# 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
 #
 
@@ -9,20 +9,24 @@
     version = '20080903'
 
     buildRequires = [
-        'unzip:runtime',
+        'unzip:runtime', 'xcolor:data', 'texlive-latex3:data',
         ]
 
     shortDesc  = 'Additional LaTeX math tools.'
-    longDesc   = 'Additional LaTeX math tools.'
     url        = 'http://www.ctan.org/tex-archive/macros/latex/contrib/mh/'
     licenses   = [ 'LPPL-1.3' ]
-    categories = [ 'TeX/LaTeX' ]
+    categories = [ 'Development/TeXLive' ]
 
-    install_what = 'styles fonts bin doc'
+    install_what = 'styles fonts bin'
+
+    if Use.builddocs:
+        install_what += ' doc'
 
     def unpack(r):
         r.addArchive('mirror://gentoo/%(name)s-%(version)s.zip')
 
+
+    def compile(r):
         r.MakeDirs('../tmp/fonts')
         r.Environment('VARTEXFONTS', '%(builddir)s/../tmp/fonts')
 
@@ -33,3 +37,6 @@
         
     def policy(r):
         r.Install('*.sym', '%(texmf)s/tex/latex/%(name)s/')
+
+        r.addRuntimeRequirement('xcolor:data')
+        r.addRuntimeRequirement('texlive-latex3:data')



Committed by: brcha

Other related posts: