Remove unused EtPan package. Could somebody remove it from the server too? thx!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40745 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
57a096382a
commit
89da0f8f9b
@ -39,7 +39,6 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
|
||||
# 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 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentMin ] && $(TARGET_ARCH) = x86 {
|
||||
}
|
||||
|
||||
|
||||
# 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 {
|
||||
|
Loading…
Reference in New Issue
Block a user