[weasel-commit] Source: group=0-3

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 17 Jun 2010 10:32:53 -0400

================================
group:source=0-3
cvc rdiff group -1 /weasel.rpath.org@wgl:3-devel/0-3
================================
0-3 Filip Brcic (brcha@xxxxxxxxxxxx) Thu Jun 17 10:32:42 2010
    Promote superclases to weasel

group.recipe: new
--- /dev/null
+++ group.recipe
@@ -0,0 +13 @@
+#
+# Copyright (c) 2008 rPath, Inc.
+# This file is distributed under the terms of the MIT License.
+# A copy is available at http://www.rpath.com/permanent/mit-license.html
+#
+
+class Group(PackageRecipe):
+    name = 'group'
+    version = '0'
+
+    def setup(r):
+        r.addSource('realgrouprecipe',
+                    dest=str(r.cfg.baseClassDir) + '/group.recipe')

realgrouprecipe: new
--- /dev/null
+++ realgrouprecipe
@@ -0,0 +12 @@
+#
+# Copyright (c) 2008 rPath, Inc.
+# This file is distributed under the terms of the MIT License.
+# A copy is available at http://www.rpath.com/permanent/mit-license.html
+#
+
+from conary.build.grouprecipe import GroupRecipe as RealGroupRecipe
+
+class GroupRecipe(RealGroupRecipe, BaseRequiresRecipe):
+    name = 'group'
+    version = '0'
+    abstractBaseClass = 1


Committed by: brcha

Other related posts: