Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv22957

Modified Files:
        epydoc-py.info 
Log Message:
Updated to the new release so that we no longer are using the beta
Switched to update-alternatives.  Could use a 2nd set of eyes on this.
After a fink remove epydoc-py25, I still have a symbolic link in /sw/bin...

update-alternatives --display epydoc
epydoc - status is manual.
 link currently points to /sw/bin/epydoc-py2.5
No versions available.

ls -l /sw/bin/epy*
lrwxr-xr-x 1 root admin 27 Jan 30 21:28 /sw/bin/epydoc -> 
/sw/etc/alternatives/epydoc


Index: epydoc-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/epydoc-py.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- epydoc-py.info      27 Feb 2007 17:02:26 -0000      1.6
+++ epydoc-py.info      31 Jan 2008 13:32:56 -0000      1.7
@@ -1,8 +1,13 @@
 Info2: <<
 
 Package: epydoc-py%type_pkg[python]
-Version: 3.0beta1
-Revision: 2
+Version: 3.0.1
+Revision: 1
+
+Conflicts: epydoc-py25-bin, epydoc-py24-bin
+Replaces: epydoc-py25-bin, epydoc-py24-bin
+
+
 Description: Python documentation system
 DescDetail: <<
 Epydoc is a tool for generating API documentation for Python modules,
@@ -19,8 +24,8 @@
   pydoc.
 <<
 Source: mirror:sourceforge:epydoc/epydoc-%v.tar.gz
-Source-MD5: 2432c69c6efc390b0a50741494898d73
-Type: python (2.4 2.5)
+Source-MD5: cdd6f6c76dd8bab5e653a343a0544294
+Type: python (2.5)
 Depends: python%type_pkg[python]
 CompileScript: <<
  #!/bin/bash -ev
@@ -37,19 +42,13 @@
 Homepage: http://epydoc.sourceforge.net/
 Maintainer: Kurt Schwehr <[EMAIL PROTECTED]>
 
-SplitOff: <<
-  Description: Python documentation system - Main binary
-  Package: %N-bin
-  Depends: %N (= %v-%r)
-  Conflicts: epydoc-py25-bin, epydoc-py24-bin
-  Replaces: epydoc-py25, epydoc-py24-bin
-  InstallScript: <<
-    mkdir %i/bin
-    ln -s epydoc-py%type_pkg[python] %i/bin/epydoc
-    ln -s epydocgui-py%type_pkg[python] %i/bin/epydocgui
-    ln -s apirst2html-py%type_pkg[python] %i/bin/apirst2html.py
-  <<
-  DocFiles: README.txt LICENSE.txt
+PostInstScript: <<
+  update-alternatives --install %p/bin/epydoc epydoc 
%p/bin/epydoc-py%type_raw[python] %type_pkg[python] --slave %p/bin/epydocgui  
epydocgui %p/bin/epydocgui%type_raw[python] --slave %p/bin/apirst2html.py  
apirst2html.py %p/bin/apirst2html%type_raw[python] 
+<<
+PreRmScript: <<
+  if [ $1 != "upgrade" ]; then
+    update-alternatives --remove epydoc %p/bin/epydoc-py%type_raw[python]
+  fi
 <<
 
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to