[Erp5-report] r38629 kazuhiko - /erp5/trunk/buildout/helpers/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 24 17:23:09 CEST 2010


Author: kazuhiko
Date: Fri Sep 24 17:23:08 2010
New Revision: 38629

URL: http://svn.erp5.org?rev=38629&view=rev
Log:
remove mandriva2009.1.sh because it is now same as mandriva2010.0.sh.

Removed:
    erp5/trunk/buildout/helpers/mandriva2009.1.sh
Modified:
    erp5/trunk/buildout/helpers/mandriva2010.0.sh

Removed: erp5/trunk/buildout/helpers/mandriva2009.1.sh
URL: http://svn.erp5.org/erp5/trunk/buildout/helpers/mandriva2009.1.sh?rev=38628&view=auto
==============================================================================
--- erp5/trunk/buildout/helpers/mandriva2009.1.sh [utf8] (original)
+++ erp5/trunk/buildout/helpers/mandriva2009.1.sh (removed)
@@ -1,69 +0,0 @@
-#!/bin/sh
-
-USAGE="""\
-Helper for buildout-base installation of ERP5 on Mandriva 2009.1.
- Usage:
-   mandriva2009.1.sh [-h|-l]
-
-   With no options, attempts to install the dependencies required
-   to run the buildout.
-
- Options:
-   -h  shows this message
-   -l  lists the required dependencies\
-"""
-PACKAGE_LIST="""\
-automake
-bison
-cpio
-flex
-gcc
-gcc-c++
-gettext
-groff
-libSDL-devel
-libSDL_gfx-devel
-libSDL_image-devel
-libboost-devel
-libbzip2-devel
-libgdbm-devel
-libglib2-devel
-libgomp-devel
-libjpeg-devel
-libldap-devel
-libncurses-devel
-libneon0.27-devel
-libopenssl-devel
-libpng-devel
-libreadline-devel
-librsync-devel
-libsasl2-devel
-libtermcap-devel
-libtiff-devel
-libtool
-libungif-devel
-libxml2-devel
-libxslt-devel
-make
-patch
-python-devel
-python-setuptools
-rpm
-subversion
-subversion-devel
-subversion-tools
-tesseract-devel
-x11-server-xvfb
-zip
-zlib1-devel\
-"""
-if [ x"$1" == x ]; then
-  urpmi --no-suggests $PACKAGE_LIST
-elif [ "$1" = "-l" ]; then
-  echo "$PACKAGE_LIST"
-elif [ "$1" = "-h" ]; then
-  echo "$USAGE"
-else
-  echo "Unknown argument."
-  echo "$USAGE"
-fi

Modified: erp5/trunk/buildout/helpers/mandriva2010.0.sh
URL: http://svn.erp5.org/erp5/trunk/buildout/helpers/mandriva2010.0.sh?rev=38629&r1=38628&r2=38629&view=diff
==============================================================================
--- erp5/trunk/buildout/helpers/mandriva2010.0.sh [utf8] (original)
+++ erp5/trunk/buildout/helpers/mandriva2010.0.sh [utf8] Fri Sep 24 17:23:08 2010
@@ -3,7 +3,7 @@
 USAGE="""\
 Helper for buildout-base installation of ERP5 on Mandriva 2010.
  Usage:
-   mandriva2010.sh [-h|-l]
+   sh mandriva2010.0.sh [-h|-l]
 
    With no options, attempts to install the dependencies required
    to run the buildout.




More information about the Erp5-report mailing list