[weasel-commit] Source: perl-HTML-Parser=3.64-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Wed, 27 Jan 2010 10:40:42 -0500

================================
perl-HTML-Parser:source=3.64-1 (previous: 3.62-1)
cvc rdiff perl-HTML-Parser -1 /weasel.rpath.org@wgl:3-devel/3.64-1
================================
3.64-1 Filip Brcic (brcha@xxxxxxx) Wed Jan 27 10:40:27 2010
    version bump + metadata

HTML-Parser-3.64.tar.gz: new
perl-HTML-Parser.recipe: changed
Index: perl-HTML-Parser.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- perl-HTML-Parser.recipe /weasel.rpath.org@wgl:3-devel/3.62-1
+++ perl-HTML-Parser.recipe /weasel.rpath.org@wgl:3-devel/3.64-1
@@ -1,13 +1,20 @@
 #
-# Copyright (c) 2004-2005 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('cpanpackage.recipe')
-class PerlHTMLParser(CPANPackageRecipe, CPackageRecipe):
+class PerlHtmlParser(CPANPackageRecipe):
     name = 'perl-HTML-Parser'
-    version = '3.62'
-    # Do not add perl-libwww-perl as a buildreq as it will create
-    # a build loop.
-    buildRequires = [ 'perl-HTML-Tagset:perl', 'perl-URI:perl'  ]
+    version = '3.64'
+    author = 'GAAS'
+
+    buildRequires = [
+        'perl-HTML-Tagset:perl', 'perl-URI:perl', 'glibc:devel',
+        ]
+
+    shortDesc  = 'Perl HTML::Parser module'
+    longDesc   = 'Parse <HEAD> section of HTML documents'
+    url        = 'http://search.cpan.org/dist/HTML-Parser'
+    licenses   = [ 'Artistic', 'GPL-2' ]
+    categories = [ 'Development/Perl' ]


HTML-Parser-3.62.tar.gz: removed

Committed by: brcha

Other related posts: