[weasel-commit] Source: texlive-langczechslovak=2008-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sat, 05 Jun 2010 06:43:49 -0400

================================
texlive-langczechslovak:source=2008-1
cvc rdiff texlive-langczechslovak -1 /weasel.rpath.org@wgl:3-devel/2008-1
================================
2008-1 Filip Brcic (brcha@xxxxxxxxxxxx) Sat Jun  5 06:43:40 2010
    texlive-langczechslovak 2008

texlive-module-cslatex-2008.tar.lzma: new
texlive-module-collection-langczechslovak-2008.tar.lzma: new
texlive-module-cslatex.doc-2008.tar.lzma: new
texlive-module-bin-vlna.doc-2008.tar.lzma: new
texlive-module-bin-csplain-2008.tar.lzma: new
texlive-module-csbulletin.doc-2008.tar.lzma: new
texlive-module-bin-vlna-2008.tar.lzma: new
texlive-module-csbulletin-2008.tar.lzma: new
texlive-module-cs-2008.tar.lzma: new
texlive-module-csplain-2008.tar.lzma: new
texlive-langczechslovak.recipe: new
--- /dev/null
+++ texlive-langczechslovak.recipe
@@ -0,0 +36 @@
+#
+# Copyright (c) 2010 Weasel GNU/Linux [Filip Brcic (brcha@xxxxxxxxxxxx)]
+# Distributed under the terms of the GNU General Public License v3
+#
+
+loadSuperClass('texlivemodule')
+class TexliveLangczechslovak(TexliveModuleRecipe):
+    name = 'texlive-langczechslovak'
+    version = '2008'
+
+    buildRequires = [
+        'texlive-basic:data', 'texlive-latex:runtime',
+        ]
+
+    shortDesc  = 'TeXLive Czech/Slovak'
+    licenses   = [ 'GPL-2', 'as-is', 'GPL-1', 'LPPL-1.3' ]
+    categories = [ 'Development/TeXLive' ]
+
+    # Put the module names into this variable
+    module_contents = [
+        'cs', 'csbulletin', 'cslatex', 'csplain', 'bin-cslatex',
+        'bin-csplain', 'bin-vlna', 'hyphen-czech', 'hyphen-slovak',
+        'collection-langczechslovak',
+        ]
+    # Documentation modules go into this variable
+    module_doc_contents = [
+        'csbulletin.doc', 'cslatex.doc', 'bin-vlna.doc',
+        ]
+    # Source modules go into this variable
+    module_src_contents = [
+        'cslatex.source',
+        ]
+
+    def policy(r):
+        r.addRuntimeRequirement('texlive-basic:data')
+        r.addRuntimeRequirement('texlive-latex:runtime')

texlive-module-bin-cslatex-2008.tar.lzma: new
texlive-module-hyphen-czech-2008.tar.lzma: new
texlive-module-hyphen-slovak-2008.tar.lzma: new

Committed by: brcha

Other related posts:

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