[cvs] dists/10.4/unstable/main/finkinfo/games wormux.info,1.15,1.16

2011-01-17 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12307

Modified Files:
wormux.info 
Log Message:
remove stray line

Index: wormux.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/wormux.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- wormux.info 16 Jan 2011 23:33:33 -  1.15
+++ wormux.info 17 Jan 2011 11:44:23 -  1.16
@@ -3,7 +3,6 @@
 Revision: 1
 Maintainer: Hanspeter Niederstrasser 
 Source: http://download.gna.org/warmux/%N-%v.tar.bz2
-http://download.gna.org/warmux/wormux-0.9.2.1.tar.bz2
 Source-MD5: e49621b9b4ac7c8d1b11657989df61db
 BuildDepends: <<
fribidi,


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/x11 appleotffonts.patch, NONE, 1.1 appleotffonts.info, 1.4, 1.5

2011-01-17 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13428

Modified Files:
appleotffonts.info 
Added Files:
appleotffonts.patch 
Log Message:
Work right on 10.4, 10.5 and 10.6.

--- NEW FILE: appleotffonts.patch ---
--- /dev/null   2011-01-17 20:12:01.0 +0900
+++ ./fix-otffont-filename.sh   2011-01-17 20:09:03.0 +0900
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+ot_fonts_dir="`@PREFIX@/bin/xfontpath basedir`/appleotf"
+
+evallines(){
+  while read line; do
+eval $line
+  done
+}
+
+LC_ALL=ja_JP.UTF-8
+cd $ot_fonts_dir
+
+cat <= 0.24.12)
 Depends: xfontpath
 Type: nosource
+PatchFile: %n.patch
+PatchFile-MD5: 5458918bce03271165f90ef99a3a1b9d
+PatchScript: sed 's|@PREFIX@|%p|' < %{PatchFile} | patch -p1
 CompileScript: <<
   echo No compilation needed
   echo
   echo This package is created on the fly > dummy
   echo at installation time. >> dummy
 <<
-InstallScript: install -d -m 755 %d`%p/bin/xfontpath basedir`/appleotf
+InstallScript: <<
+ install -d -m 755 %d`%p/bin/xfontpath basedir`/appleotf
+ install -d -m 755 %i/bin
+ install-m 755 fix-otffont-filename.sh %i/bin
+<<
 DocFiles: dummy
 PreRmScript: rm -f `%p/bin/xfontpath basedir`/appleotf/*
 PostInstScript: <<
@@ -21,21 +29,8 @@
 ln -sf "$FONTFILE" "${FONTNAME//\ /_}"
   done
 
-  export HiraMaruProW4="_Pro_W4.otf"
-  export HiraMinProW3="?_Pro_W3.otf"
-  export HiraMinProW6="?_Pro_W6.otf"
-  export HiraKakuProW3="_Pro_W3.otf"
-  export HiraKakuProW6="_Pro_W6.otf"
-  export HiraKakuStdW8="_Std_W8.otf"
-  if [ -a `%p/bin/xfontpath basedir`/appleotf/$HiraMaruProW4 ] ; then
-mv $HiraMaruProW4 HiraMaruPro-W4.otf
-mv $HiraMinProW3  HiraMinPro-W3.otf
-mv $HiraMinProW6  HiraMinPro-W6.otf
-mv $HiraKakuProW3 HiraKakuPro-W3.otf
-mv $HiraKakuProW6 HiraKakuPro-W6.otf
-mv $HiraKakuStdW8 HiraKakuStd-W8.otf
-echo "# Renamed Japanese Open Type Font files into Roma-ji filename."
-  fi
+  # Rename Japanese Open Type Font files into Roma-ji filename if exist.
+  %p/bin/fix-otffont-filename.sh
 <<
 Description: Make Apple otf fonts available to Freetype, dvipdfmx etc
 DescDetail: <<


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

[cvs] dists/10.4/unstable/main/finkinfo/x11 appleotffonts.info, 1.5, 1.6 appleotffonts.patch, 1.1, 1.2

2011-01-17 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15662

Modified Files:
appleotffonts.info appleotffonts.patch 
Log Message:
Simply remove LC_ALL from a patch.

Index: appleotffonts.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/appleotffonts.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- appleotffonts.patch 17 Jan 2011 11:48:00 -  1.1
+++ appleotffonts.patch 17 Jan 2011 11:55:27 -  1.2
@@ -1,6 +1,6 @@
 --- /dev/null  2011-01-17 20:12:01.0 +0900
 +++ ./fix-otffont-filename.sh  2011-01-17 20:09:03.0 +0900
-@@ -0,0 +1,27 @@
+@@ -0,0 +1,26 @@
 +#!/bin/sh
 +
 +ot_fonts_dir="`@PREFIX@/bin/xfontpath basedir`/appleotf"
@@ -11,7 +11,6 @@
 +  done
 +}
 +
-+LC_ALL=ja_JP.UTF-8
 +cd $ot_fonts_dir
 +
 +cat <= 0.24.12)
 Depends: xfontpath
 Type: nosource
 PatchFile: %n.patch
-PatchFile-MD5: 5458918bce03271165f90ef99a3a1b9d
+PatchFile-MD5: df210cc178dcff074e2811cc84dd8daf
 PatchScript: sed 's|@PREFIX@|%p|' < %{PatchFile} | patch -p1
 CompileScript: <<
   echo No compilation needed


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs libevent1.4.info, NONE, 1.1 libev.info, 1.5, 1.6 libevent.info, 1.8, 1.9 libevent1.info, 1.6, 1.7 libevent2.info, 1.2, 1.3

2011-01-17 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29812

Modified Files:
libev.info libevent.info libevent1.info libevent2.info 
Added Files:
libevent1.4.info 
Log Message:
Also add libevent1.4 since some things can't use 2.x yet. Adjust C/R of other 
libevent*.


--- NEW FILE: libevent1.4.info ---
Package: libevent1.4
Version: 1.4.14b
Revision: 1
Description: Event notification library, version 1.4
License: BSD
Maintainer: Daniel Johnson 

Source: http://www.monkey.org/~provos/libevent-%v-stable.tar.gz
Source-MD5: a00e037e4d3f9e4fe9893e8a2d27918c

Conflicts: libevent, libevent1, libevent2, libev
Replaces: libevent, libevent1, libevent2, libev

BuildDependsOnly: true
BuildDepends: fink (>= 0.24.12)
Depends: %N-shlibs (= %v-%r)

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
UseMaxBuildJobs: true

ConfigureParams: --disable-dependency-tracking --disable-static

InfoTest: <<
TestScript: <<
perl -pi -e 's|echo|/bin/echo|' test/test.sh
make verify || exit 2
<<
<<

InstallScript: make install DESTDIR=%d

Homepage: http://www.monkey.org/~provos/libevent/
DescDetail: <<
 The libevent API provides a mechanism to execute a callback function when
 a specific event occurs on a file descriptor or after a timeout has been
 reached. Furthermore, libevent also supports callbacks due to signals or
 regular timeouts.
<<
DocFiles: ChangeLog README

SplitOff: <<
Package: %N-shlibs
Files: <<
lib/libevent_core-*.dylib
lib/libevent_extra-*.dylib
lib/libevent-*.dylib
<<
Shlibs: <<
%p/lib/libevent_core-1.4.2.dylib 5.0.0 %n (>= 1.4.14b-1)
%p/lib/libevent_extra-1.4.2.dylib 5.0.0 %n (>= 1.4.14b-1)
%p/lib/libevent-1.4.2.dylib 5.0.0 %n (>= 1.4.14b-1)
<<
DocFiles: ChangeLog README
<<

Index: libev.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libev.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- libev.info  17 Jan 2011 03:48:15 -  1.5
+++ libev.info  17 Jan 2011 16:36:49 -  1.6
@@ -1,10 +1,10 @@
 Package: libev
 Version: 3.80
-Revision: 3
+Revision: 4
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: true
-Conflicts: libevent1, libevent2
-Replaces: libevent1, libevent2
+Conflicts: libevent1, libevent1.4, libevent2
+Replaces: libevent1, libevent1.4, libevent2
 Source: http://dist.schmorp.de/%n/%n-3.8.tar.gz
 Source-MD5: 4897453c077056769777d43e5495ded1
 SetCFLAGS: -Os

Index: libevent1.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libevent1.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libevent1.info  17 Jan 2011 03:48:15 -  1.6
+++ libevent1.info  17 Jan 2011 16:36:50 -  1.7
@@ -1,6 +1,6 @@
 Package: libevent1
 Version: 1.1a
-Revision: 4
+Revision: 5
 Description: Event notification library, version 1
 License: BSD
 Maintainer: Dave Vasilevsky 
@@ -9,8 +9,8 @@
 Source-MD5: 6cc776458ecaf9247550863702a44d7c
 
 # Must modify libevent.info as well!
-Conflicts: libevent, libevent2, libev
-Replaces: libevent, libevent2, libev
+Conflicts: libevent, libevent1.4, libevent2, libev
+Replaces: libevent, libevent1.4, libevent2, libev
 
 BuildDependsOnly: true
 BuildDepends: fink (>= 0.24.12)

Index: libevent2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libevent2.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libevent2.info  17 Jan 2011 03:50:29 -  1.2
+++ libevent2.info  17 Jan 2011 16:36:50 -  1.3
@@ -1,6 +1,6 @@
 Package: libevent2
 Version: 2.0.10
-Revision: 2
+Revision: 3
 Description: Event notification library, version 2
 License: BSD
 Maintainer: Daniel Johnson 
@@ -8,8 +8,8 @@
 Source: http://www.monkey.org/~provos/libevent-%v-stable.tar.gz
 Source-MD5: a37401d26cbbf28185211d582741a3d4
 
-Conflicts: libevent, libevent1, libev
-Replaces: libevent, libevent1, libev
+Conflicts: libevent, libevent1, libevent1.4, libev
+Replaces: libevent, libevent1, libevent1.4, libev
 
 BuildDependsOnly: true
 BuildDepends: fink (>= 0.24.12), system-openssl-dev

Index: libevent.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libevent.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- libevent.info   17 Jan 2011 03:48:15 -  1.8
+++ libevent.info   17 Jan 2011 16:36:50 -  1.9
@@ -1,12 +1,12 @@
 Package: libevent
 Version: 0.8
-Revision: 5
+Revision: 6
 Description: Event notification library
 License: BSD
 Maintainer: N

[cvs] experimental/todai/ecc-10.4/main/finkinfo/text eptex.info, 1.3, 1.4

2011-01-17 Thread Tomoaki Okayama
Update of /cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv436

Modified Files:
eptex.info 
Log Message:
Cosmetic.

Index: eptex.info
===
RCS file: 
/cvsroot/fink/experimental/todai/ecc-10.4/main/finkinfo/text/eptex.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- eptex.info  16 Jan 2011 08:40:05 -  1.3
+++ eptex.info  17 Jan 2011 16:48:59 -  1.4
@@ -12,9 +12,9 @@
 <<
 Source: mirror:ctan:systems/texlive/Source/texlive-20100720-source.tar.xz
 Source-MD5: 2a2201b84fdbf210032e1df70bc59157
+NoSourceDirectory: true
 Source2: mirror:custom:%n/50441/%n-110102.tar.xz
 Source2-MD5: 5f0a557c546130a9b1a2ec0dda544dd6
-NoSourceDirectory: true
 Source3: 
http://fink.sodan.ecc.u-tokyo.ac.jp/pkgdists/eptex-110102-texlive2010-mk.diff.gz
 Source3-MD5: 836e235cb1ea5447b43702ade5071ad6
 PatchScript: <<


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/graphics gd2.info,1.15,1.16

2011-01-17 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12424

Modified Files:
gd2.info 
Log Message:
+bdep


Index: gd2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/gd2.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- gd2.info16 Jan 2011 21:44:43 -  1.15
+++ gd2.info17 Jan 2011 21:21:15 -  1.16
@@ -6,6 +6,7 @@
   autoconf,
   automake1.11,
   expat1,
+  fink (>= 0.24.12),
   fontconfig2-dev (>= 2.4.1-1),
   freetype219 (>= 2.3.8-2),
   gettext-tools,


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/net sylpheed-gpgme.info, 1.18, 1.19 sylpheed.info, 1.24, 1.25

2011-01-17 Thread Kevin Horton
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9268

Modified Files:
sylpheed-gpgme.info sylpheed.info 
Log Message:
Switch from oniguruma to system regex, as it works.  Add sylpheed-beta

Index: sylpheed-gpgme.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed-gpgme.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- sylpheed-gpgme.info 29 Jun 2010 12:51:41 -  1.18
+++ sylpheed-gpgme.info 18 Jan 2011 01:47:26 -  1.19
@@ -1,13 +1,12 @@
 Package: sylpheed-gpgme
 Version: 3.0.3
-Revision: 1
+Revision: 2
 Depends: <<
   jpilot (>= 0.99.9-12), pilot-link09-shlibs,
   openldap24-shlibs, db48-aes-shlibs | db48-shlibs, cyrus-sasl2-shlibs, 
gpgme11-shlibs, libgpg-error-shlibs,
   gtkspell2-shlibs (>= 2.0.11-1004), enchant1-shlibs, 
   compface-shlibs (>= 1.4-2),
-  glib2-shlibs (>= 2.14.0-1), gtk+2 (>= 2.12.0-1), atk1-shlibs (>= 1.20.0-1), 
pango1-xft2-ft219-shlibs (>= 1.18.4-4), libgettext3-shlibs, libiconv, x11,
-  oniguruma-shlibs
+  glib2-shlibs (>= 2.14.0-1), gtk+2 (>= 2.12.0-1), atk1-shlibs (>= 1.20.0-1), 
pango1-xft2-ft219-shlibs (>= 1.18.4-4), libgettext3-shlibs, libiconv, x11
 <<
 
 BuildDepends: <<
@@ -30,7 +29,7 @@
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv
-ConfigureParams: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--enable-gpgme --enable-gtkspell --enable-compface --enable-oniguruma 
--disable-shared 
PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:%p/lib/pkgconfig:$PKG_CONFIG_PATH"
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--enable-gpgme --enable-gtkspell --enable-compface --disable-oniguruma 
--disable-shared 
PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:%p/lib/pkgconfig:$PKG_CONFIG_PATH"
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
 
 InstallScript: <<
 make -j1 install DESTDIR=%d

Index: sylpheed.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/sylpheed.info,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- sylpheed.info   29 Jun 2010 12:51:41 -  1.24
+++ sylpheed.info   18 Jan 2011 01:47:26 -  1.25
@@ -1,6 +1,6 @@
 Package: sylpheed
 Version: 3.0.3
-Revision: 1
+Revision: 2
 
 Depends: <<
   jpilot (>= 0.99.9-12), pilot-link09-shlibs,
@@ -8,8 +8,7 @@
   enchant1-shlibs,
   gtkspell2-shlibs (>= 2.0.11-1004), 
   compface-shlibs (>= 1.4-2),
-  glib2-shlibs (>= 2.14.0-1), gtk+2 (>= 2.12.0-1), atk1-shlibs (>= 1.20.0-1), 
pango1-xft2-ft219-shlibs (>= 1.18.4-4), libgettext3-shlibs, libiconv, x11,
-  oniguruma-shlibs
+  glib2-shlibs (>= 2.14.0-1), gtk+2 (>= 2.12.0-1), atk1-shlibs (>= 1.20.0-1), 
pango1-xft2-ft219-shlibs (>= 1.18.4-4), libgettext3-shlibs, libiconv, x11
 <<
 
 BuildDepends: <<
@@ -22,19 +21,18 @@
   gtkspell2-dev (>= 2.0.11-1004), 
   compface-dev (>= 1.4-2),
   glib2-dev (>= 2.14.0-1), gtk+2-dev (>= 2.12.0-1), atk1 (>= 1.20.0-1), 
pango1-xft2-ft219-dev (>= 1.18.4-4), pixman (>= 0.10.0-1), libgettext3-dev, 
libiconv-dev, x11-dev,
-  oniguruma,
   fink (>= 0.24.12)
 <<
 
-Conflicts: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme
-Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme
+Conflicts: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme, 
sylpheed-beta
+Replaces: sylpheed-ssl, sylpheed-gpgme, sylpheed, sylpheed-beta-gpgme, 
sylpheed-beta
 
 Source: http://sylpheed.sraoss.jp/sylpheed/v3.0/sylpheed-%v.tar.bz2
 Source-MD5: c69e5787868c7a8b5fe74cc24ffca189
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include 
 SetLDFLAGS: -L%p/lib/system-openssl/lib -lenchant -lresolv
-ConfigureParams: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--disable-gpgme --enable-gtkspell --enable-compface --enable-oniguruma 
--disable-shared --with-libs=%p/lib/system-openssl 
PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --enable-ipv6 --enable-jpilot --enable-ssl --enable-ldap 
--disable-gpgme --enable-gtkspell --enable-compface --disable-oniguruma 
--disable-shared --with-libs=%p/lib/system-openssl 
PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
 
 InstallScript: <<
 make -j1 install DESTDIR=%d


--
Protect You

[cvs] dists/10.4/unstable/main/finkinfo/devel astng-py.info, 1.11, 1.12 logilab-common-py.info, 1.16, 1.17 pylint-py.info, 1.11, 1.12

2011-01-17 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16211

Modified Files:
astng-py.info logilab-common-py.info pylint-py.info 
Log Message:
pylint 0.23.0, logilab-common 0.54.0, astng 0.21.1


Index: pylint-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/pylint-py.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- pylint-py.info  25 Dec 2010 06:38:11 -  1.11
+++ pylint-py.info  18 Jan 2011 07:40:19 -  1.12
@@ -2,11 +2,11 @@
 
 Package: pylint-py%type_pkg[python]
 Type: python (2.5 2.6 2.7)
-Version: 0.22.0
+Version: 0.23.0
 Revision: 1
 #Source: http://ftp.logilab.org/pub/pylint/pylint-%v.tar.gz
 Source: http://pypi.python.org/packages/source/p/pylint/pylint-%v.tar.gz
-Source-MD5: 529bd7420417daed343b7805ccbbf5fc
+Source-MD5: f010eee3289b1af77cd8e8e45fb72829
 Depends: python%type_pkg[python], astng-py%type_pkg[python]
 Description: Analyzes Python code for bugs and quality
 Maintainer: Kurt Schwehr 

Index: logilab-common-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/logilab-common-py.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- logilab-common-py.info  25 Dec 2010 06:38:11 -  1.16
+++ logilab-common-py.info  18 Jan 2011 07:40:19 -  1.17
@@ -2,10 +2,10 @@
 
 Package: logilab-common-py%type_pkg[python]
 Type: python (2.5 2.6 2.7)
-Version: 0.53.0
+Version: 0.54.0
 Revision: 1
 Source: 
http://pypi.python.org/packages/source/l/logilab-common/logilab-common-%v.tar.gz
-Source-MD5: 9636d40efa2c0bc8e1d31f0113fa0c36
+Source-MD5: a8de9dc60af2791656ccbe1ca4488b7c
 Depends: python%type_pkg[python]
 Description: Common functionalities for logilab projects 
 Maintainer: Kurt Schwehr 

Index: astng-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/astng-py.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- astng-py.info   25 Dec 2010 06:38:10 -  1.11
+++ astng-py.info   18 Jan 2011 07:40:19 -  1.12
@@ -2,10 +2,10 @@
 
 Package: astng-py%type_pkg[python]
 Type: python (2.5 2.6 2.7)
-Version: 0.21.0
+Version: 0.21.1
 Revision: 1
 Source: http://ftp.logilab.org/pub/astng/logilab-astng-%v.tar.gz
-Source-MD5: 582751f0abbd8a530b610f7f1bdd290a
+Source-MD5: 064a1cb970c283cf18e05a990db48576
 Depends: python%type_pkg[python], logilab-common-py%type_pkg[python]
 Description: Python Abstract Syntax Tree New Generation
 Maintainer: Kurt Schwehr 


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs