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

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sat, 05 Jun 2010 16:03:10 -0400

================================
texlive-langukenglish:source=2008-1
cvc rdiff texlive-langukenglish -1 /weasel.rpath.org@wgl:3-devel/2008-1
================================
2008-1 Filip Brcic (brcha@xxxxxxxxxxxx) Sat Jun  5 16:03:07 2010
    texlive-langukenglish 2008

texlive-module-hyphen-ukenglish-2008.tar.lzma: new
texlive-langukenglish.recipe: new
--- /dev/null
+++ texlive-langukenglish.recipe
@@ -0,0 +25 @@
+#
+# Copyright (c) 2010 Weasel GNU/Linux [Filip Brcic (brcha@xxxxxxxxxxxx)]
+# Distributed under the terms of the GNU General Public License v3
+#
+
+loadSuperClass('texlivemodule')
+class TexliveLangukenglish(TexliveModuleRecipe):
+    name = 'texlive-langukenglish'
+    version = '2008'
+
+    buildRequires = [
+        'texlive-basic:data',
+        ]
+
+    shortDesc  = 'TeXLive UK English'
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'Development/TeXLive' ]
+
+    # Put the module names into this variable
+    module_contents = [
+        'hyphen-ukenglish', 'collection-langukenglish',
+        ]
+
+    def policy(r):
+        r.addRuntimeRequirement('texlive-basic:data')

texlive-module-collection-langukenglish-2008.tar.lzma: new

Committed by: brcha

Other related posts:

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