[weasel-commit] Source: rgb=1.0.3-2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Tue, 19 Jan 2010 08:17:40 -0500

================================
rgb:source=1.0.3-2 (previous: 1.0.3-1)
cvc rdiff rgb -1 /weasel.rpath.org@wgl:3-devel/1.0.3-2
================================
1.0.3-2 Filip Brcic (brcha@xxxxxxx) Tue Jan 19 08:17:30 2010
    fixed recipe and metadata

rgb.recipe: changed
Index: rgb.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- rgb.recipe /weasel.rpath.org@wgl:3-devel/1.0.3-1
+++ rgb.recipe /weasel.rpath.org@wgl:3-devel/1.0.3-2
@@ -1,13 +1,19 @@
 #
-# Copyright (c) 2005-2006 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
+# Copyright (c) 2010 Filip Brcic <brcha@xxxxxxxxxxxx>
+# Distributed under the terms of the GNU General Public License v3
 #
 
-loadSuperClass('xorgcpackage.recipe')
-class Rgb(XorgCPackageRecipe):
+loadSuperClass('xorgpackage')
+class Rgb(XorgPackageRecipe):
     name = 'rgb'
     version = '1.0.3'
     component = 'app'
 
-    buildRequires = [ 'xproto:devel' ]
+    buildRequires = [
+        'xproto:devel',
+        ]
+
+    shortDesc  = 'Uncompile an rgb color-name database'
+    url        = 'http://xorg.freedesktop.org/'
+    licenses   = [ 'MIT' ]
+    categories = [ 'X' ]



Committed by: brcha

Other related posts: