[34255] trunk/dports/lang/eiffelstudio-devel/Portfile

jann at macports.org jann at macports.org
Tue Feb 19 06:37:13 PST 2008


Revision: 34255
          http://trac.macosforge.org/projects/macports/changeset/34255
Author:   jann at macports.org
Date:     2008-02-19 06:37:12 -0800 (Tue, 19 Feb 2008)

Log Message:
-----------
Fix lint errors

Modified Paths:
--------------
    trunk/dports/lang/eiffelstudio-devel/Portfile

Modified: trunk/dports/lang/eiffelstudio-devel/Portfile
===================================================================
--- trunk/dports/lang/eiffelstudio-devel/Portfile	2008-02-19 14:33:37 UTC (rev 34254)
+++ trunk/dports/lang/eiffelstudio-devel/Portfile	2008-02-19 14:37:12 UTC (rev 34255)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem        1.0
+
 name              eiffelstudio-devel
 set minor_version 72277
 version           6.2.${minor_version}
@@ -22,10 +23,10 @@
                   http://n.ethz.ch/student/roederja/download/:launcher
 depends_lib       port:gtk2
 depends_build     bin:bzip2:bzip2
-prefix            /Applications/MacPorts   
+prefix            /Applications/MacPorts
 extract.suffix    .tar
 extract.cmd       tar
-extract.post_args 
+extract.post_args
 extract.pre_args  -xf
 distname          PorterPackage_${branch}_${minor_version}
 set eiffel_launch eiffel_launcher_20080219.tar.bz2
@@ -40,7 +41,7 @@
                   ${eiffel_launch} md5 eb6c705e53c15883def619f0ba8181dc \
                   ${eiffel_launch} sha1 a5b8b55a7d5bdb9d8126fbe6236725cab060f561 \
                   ${eiffel_launch} rmd160 c8c8c0cfd7637bc92c0dd36ffbb5dc8477147257
-                  
+
 use_configure     no
 
 platform i386     {
@@ -55,24 +56,24 @@
                     set env(ISE_EIFFEL) ${worksrcpath}/Eiffel${branch}
                     set env(GOBO) $env(ISE_EIFFEL)/library/gobo
                     set env(PATH) $env(ISE_EIFFEL)/studio/spec/$env(ISE_PLATFORM)/bin:$env(PATH)
-                    
+
                     cd $worksrcpath
                     system "./compile_exes $env(ISE_PLATFORM)"
                     file attributes ${worksrcpath}/Eiffel${branch}/studio/spec/$env(ISE_PLATFORM)/bin/ec -permissions 0755
-                    
+
                     # Extract Eiffel Launcher
                     system "tar -xjf ${distpath}/${eiffel_launch} -C ${worksrcpath}/Eiffel${branch}/"
                   }
-                  
+
 destroot.violate_mtree  yes
 destroot          {
                     xinstall -m 755 -d ${destroot}/${prefix}
                     file copy ${worksrcpath}/Eiffel${branch} ${destroot}/${prefix}/
-                    
+
                     # Run ranlib on the libraries
                     system "ranlib ${destroot}/${prefix}/Eiffel${branch}/studio/spec/$env(ISE_PLATFORM)/lib/*.a"
                   }
-                  
+
 post-install      {
                     ui_msg " ################################################################################## \n\
                         To complete the installation you have to add the following to your .bashrc file : \n\

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080219/1c899cdf/attachment.html 


More information about the macports-changes mailing list