[haiku-commits] r40745 - haiku/trunk/build/jam

  • From: clemens.zeidler@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 28 Feb 2011 22:28:50 +0100 (CET)

Author: czeidler
Date: 2011-02-28 22:28:50 +0100 (Mon, 28 Feb 2011)
New Revision: 40745
Changeset: http://dev.haiku-os.org/changeset/40745

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Remove unused EtPan package. Could somebody remove it from the server too? thx!



Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2011-02-28 21:27:29 UTC (rev 
40744)
+++ haiku/trunk/build/jam/OptionalPackages      2011-02-28 21:28:50 UTC (rev 
40745)
@@ -39,7 +39,6 @@
 #      DevelopmentBase                 - basic development environment (gcc, 
headers, libs,...)
 #      DevelopmentJava                 - JamVM, a Java Virtual machine, GNU 
Classpath, ECJ
 #      DevelopmentMin                  - development headers, libs, tools, 
from sources only
-#      EtPan                                   - e-mail libraries
 #      Expat                                   - XML parsing libraries
 #      Fastdep                                 - fast dependency generator for 
C/C++ files
 #      friss                                   - RSS/ATOM/... feeds reader
@@ -784,30 +783,6 @@
 }
 
 
-# EtPan
-if [ IsOptionalHaikuImagePackageAdded EtPan ] {
-       if $(TARGET_ARCH) != x86 {
-               Echo "No optional package EtPan available for $(TARGET_ARCH)" ;
-       } else {
-               if $(HAIKU_GCC_VERSION[1]) >= 4 {
-                       InstallOptionalHaikuImagePackage
-                               etpan-1.0-x86-gcc4-2010-10-20.zip
-                               : $(baseURL)/etpan-1.0-x86-gcc4-2010-10-20.zip
-                               :
-                               : true
-                       ;
-               } else {
-                       InstallOptionalHaikuImagePackage
-                               etpan-1.0-x86-gcc2-2010-10-20.zip
-                               : $(baseURL)/etpan-1.0-x86-gcc2-2010-10-20.zip
-                               :
-                               : true
-                       ;
-               }
-       }
-}
-
-
 # Expat
 if [ IsOptionalHaikuImagePackageAdded Expat ] {
        if $(TARGET_ARCH) != x86 {


Other related posts: