[weasel-commit] Source: texlive-documentation-portuguese=2008-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Fri, 04 Jun 2010 20:08:13 -0400

================================
texlive-documentation-portuguese:source=2008-1
cvc rdiff texlive-documentation-portuguese -1 
/weasel.rpath.org@wgl:3-devel/2008-1
================================
2008-1 Filip Brcic (brcha@xxxxxxxxxxxx) Fri Jun  4 20:08:05 2010
    texlive-documentation-portuguese 2008

texlive-module-xypic-tut-pt-2008.tar.lzma: new
texlive-module-cursolatex-2008.tar.lzma: new
texlive-module-cursolatex.doc-2008.tar.lzma: new
texlive-module-xypic-tut-pt.doc-2008.tar.lzma: new
texlive-module-collection-documentation-portuguese-2008.tar.lzma: new
texlive-module-beamer-tut-pt-2008.tar.lzma: new
texlive-module-beamer-tut-pt.doc-2008.tar.lzma: new
texlive-module-lshort-portuguese.doc-2008.tar.lzma: new
texlive-module-lshort-portuguese-2008.tar.lzma: new
texlive-documentation-portuguese.recipe: new
--- /dev/null
+++ texlive-documentation-portuguese.recipe
@@ -0,0 +31 @@
+#
+# Copyright (c) 2010 Weasel GNU/Linux [Filip Brcic (brcha@xxxxxxxxxxxx)]
+# Distributed under the terms of the GNU General Public License v3
+#
+
+loadSuperClass('texlivemodule')
+class TexliveDocumentationPortuguese(TexliveModuleRecipe):
+    name = 'texlive-documentation-portuguese'
+    version = '2008'
+
+    buildRequires = [
+        'texlive-documentation-base:data',
+        ]
+
+    shortDesc  = 'TeXLive Portuguese documentation'
+    licenses   = [ 'GPL-2', 'GPL-1', 'public-domain' ]
+    categories = [ 'Development/TeXLive' ]
+
+    # Put the module names into this variable
+    module_contents = [
+        'beamer-tut-pt', 'cursolatex', 'lshort-portuguese',
+        'xypic-tut-pt', 'collection-documentation-portuguese',
+        ]
+    # Documentation modules go into this variable
+    module_doc_contents = [
+        'beamer-tut-pt.doc', 'cursolatex.doc',
+        'lshort-portuguese.doc', 'xypic-tut-pt.doc',
+        ]
+
+    def policy(r):
+        r.addRuntimeRequirement('texlive-documentation-base:data')


Committed by: brcha

Other related posts:

  • » [weasel-commit] Source: texlive-documentation-portuguese=2008-1 - rbuilder