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

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Fri, 04 Jun 2010 19:48:32 -0400

================================
texlive-documentation-japanese:source=2008-1
cvc rdiff texlive-documentation-japanese -1 /weasel.rpath.org@wgl:3-devel/2008-1
================================
2008-1 Filip Brcic (brcha@xxxxxxxxxxxx) Fri Jun  4 19:48:25 2010
    texlive-documentation-japanese 2008

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

texlive-module-collection-documentation-japanese-2008.tar.lzma: new
texlive-module-lshort-japanese.doc-2008.tar.lzma: new
texlive-module-lshort-japanese-2008.tar.lzma: new

Committed by: brcha

Other related posts:

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