[weasel-commit] Source: which=2.20-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sat, 02 Jan 2010 17:29:12 -0500

================================
which:source=2.20-1 (previous: 2.16-4)
cvc rdiff which -1 /weasel.rpath.org@wgl:3-devel/2.20-1
================================
2.20-1 Filip Brcic (brcha@xxxxxxx) Sat Jan  2 17:29:05 2010
    fixed metadata + version bump

which.recipe: changed
Index: which.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- which.recipe /weasel.rpath.org@wgl:3-devel/2.16-4
+++ which.recipe /weasel.rpath.org@wgl:3-devel/2.20-1
@@ -1,20 +1,22 @@
 #
-# 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@xxxxxxx>
+# Distributed under the terms of the GNU General Public License v3
 #
 
 class Which(AutoPackageRecipe):
+    name = 'which'
+    version = '2.20'
 
-    name = "which"
-    version = "2.16"
+    buildRequires = [
+        'binutils:devel', 'install-info:runtime',
+        ]
 
-    buildRequires = [ 'install-info:runtime' ]
+    shortDesc  = 'Find program locations'
+    longDesc   = 'Prints out location of specified executables that are in 
your path'
+    url        = 'http://www.xs4all.nl/~carlo17/which/'
+    licenses   = [ 'GPL-3' ]
+    categories = [ 'System' ]
 
     def unpack(r):
-        r.addArchive("http://ftp.gnu.org/gnu/which/which-%(version)s.tar.gz")
-        r.addSource("which-2.sh", dest='%(sysconfdir)s/profile.d/', mode=0755)
-        r.addPatch("which-2.13-afs.patch")
-        r.addPatch("which-2.14-broken.patch")
-    def policy(r):
-        r.AutoDoc('EXAMPLES')
+        r.addArchive('http://www.xs4all.nl/~carlo17/which/')
+        r.Doc('AUTHORS', 'EXAMPLES', 'NEWS', 'README*')


which-2.20.tar.gz: new
which-2.13-afs.patch: removed
which-2.14-broken.patch: removed
which-2.sh: removed
which-2.16.tar.gz: removed

Committed by: brcha

Other related posts: