[weasel-commit] Source: derived=0-2

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

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

derived.recipe: new
--- /dev/null
+++ derived.recipe
@@ -0,0 +19 @@
+#
+# 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 Derived(PackageRecipe):
+    name = 'derived'
+    version = '0'
+
+    def setup(r):
+        r.Create(str(r.cfg.baseClassDir) + '/derived.recipe', contents="""\
+from conary.build.derivedrecipe import AbstractDerivedPackageRecipe
+
+class DerivedPackageRecipe(AbstractDerivedPackageRecipe, BaseRequiresRecipe):
+    name = 'derived'
+    version = '0'
+    abstractBaseClass = 1
+""")


Committed by: brcha

Other related posts: