Revision: 3473
          http://gar.svn.sourceforge.net/gar/?rev=3473&view=rev
Author:   valholla
Date:     2009-02-24 21:03:36 +0000 (Tue, 24 Feb 2009)

Log Message:
-----------
final recipe for python 2.6.1

Modified Paths:
--------------
    csw/mgar/pkg/python/trunk/Makefile
    csw/mgar/pkg/python/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-i386
    csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-sparcv8

Modified: csw/mgar/pkg/python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/python/trunk/Makefile  2009-02-24 21:01:29 UTC (rev 3472)
+++ csw/mgar/pkg/python/trunk/Makefile  2009-02-24 21:03:36 UTC (rev 3473)
@@ -22,7 +22,8 @@
 DISTFILES  = $(DISTNAME).tar.bz2
 
 # Previous Library for compatability
-DISTFILES += libpython2.5.so.1.0
+DISTFILES += libpython2.5.so.1.0-isa-sparcv8
+DISTFILES += libpython2.5.so.1.0-isa-i386
 
 # We define upstream file regex so we can be notifed of new upstream software 
release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
@@ -71,11 +72,12 @@
 
 include gar/category.mk
 
-post-install: add-depricated-libs
+post-install-modulated: add-depricated-libs
 
 add-depricated-libs:
-       @cp $(DOWNLOADDIR)/libpython2.5.so.1.0 $(DESTDIR)$(libdir)
-       @cd $(DESTDIR)$(libdir);ln -s libpython2.5.so.1.0 libpython2.5.so
+       echo "===> Adding Depricated Libs"
+       cp $(DOWNLOADDIR)/libpython2.5.so.1.0-$(MODULATION) 
$(DESTDIR)$(libdir)/libpython2.5.so.1.0
+       cd $(DESTDIR)$(libdir);ln -s libpython2.5.so.1.0 libpython2.5.so
        $(DONADA)
 
 

Modified: csw/mgar/pkg/python/trunk/checksums
===================================================================
--- csw/mgar/pkg/python/trunk/checksums 2009-02-24 21:01:29 UTC (rev 3472)
+++ csw/mgar/pkg/python/trunk/checksums 2009-02-24 21:03:36 UTC (rev 3473)
@@ -1,4 +1,6 @@
 e81c2f0953aa60f8062c05a4673f2be0  download/Python-2.6.1.tar.bz2
+a87896c48b2f61b32053e6d02b07b022  download/libpython2.5.so.1.0-isa-sparcv8
+5664b3970307d7d39d8d4061e7dccbb0  download/libpython2.5.so.1.0-isa-i386
 42dd6523beb94a805d5764ae1276091c  download/faqwiz.diff
 33f4094ee46ce865d3973a197f3fb4a0  download/makesetup.diff
 5bc782aa89e5bc218ec154c68aa6801b  download/modules.diff

Added: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-i386
===================================================================
(Binary files differ)


Property changes on: 
csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-i386
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream

Added: csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-sparcv8
===================================================================
(Binary files differ)


Property changes on: 
csw/mgar/pkg/python/trunk/files/libpython2.5.so.1.0-isa-sparcv8
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to