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

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

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

texlive-module-collection-documentation-greek-2008.tar.lzma: new
texlive-module-gentle-gr.doc-2008.tar.lzma: new
texlive-documentation-greek.recipe: new
--- /dev/null
+++ texlive-documentation-greek.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 TexliveDocumentationGreek(TexliveModuleRecipe):
+    name = 'texlive-documentation-greek'
+    version = '2008'
+
+    buildRequires = [
+        'texlive-documentation-base:data',
+        ]
+
+    shortDesc  = 'TeXLive Greek documentation'
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'Development/TeXLive' ]
+
+    # Put the module names into this variable
+    module_contents = [
+        'gentle-gr', 'collection-documentation-greek',
+        ]
+    # Documentation modules go into this variable
+    module_doc_contents = [
+        'gentle-gr.doc',
+        ]
+
+    def policy(r):
+        r.addRuntimeRequirement('texlive-documentation-base:data')

texlive-module-gentle-gr-2008.tar.lzma: new

Committed by: brcha

Other related posts:

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