From 5df2263d1fb773365b816a8d0926c03c5d67ac43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Mon, 2 Nov 2015 10:36:15 +0100 Subject: [PATCH] candi: removed support for kile --- kile/packages/kile.package | 44 ----------------------- kile/platforms/supported/centos7.platform | 25 ------------- kile/platforms/supported/rhel7.platform | 25 ------------- project-kile.cfg | 26 -------------- 4 files changed, 120 deletions(-) delete mode 100644 kile/packages/kile.package delete mode 100644 kile/platforms/supported/centos7.platform delete mode 100644 kile/platforms/supported/rhel7.platform delete mode 100644 project-kile.cfg diff --git a/kile/packages/kile.package b/kile/packages/kile.package deleted file mode 100644 index 3c1646f..0000000 --- a/kile/packages/kile.package +++ /dev/null @@ -1,44 +0,0 @@ -VERSION=${KILEVERSION} -NAME=kile-${VERSION} -SOURCE=http://sourceforge.net/projects/kile/files/stable/kile-${VERSION}/ -PACKING=.tar.bz2 -BUILDCHAIN=cmake -CHECKSUM=ignore -if [ ${VERSION} = 2.1.3 ]; then - CHECKSUM=f3129e73eea21890c40781de80b44808 -fi - -MODULEFILE_PATH=${INSTALL_PATH}/conf/modulefiles/kile -CONFIG_FILE=${MODULEFILE_PATH}/${VERSION} - -# ********************************************************************************** -package_specific_conf() { - cd ${BUILDDIR} - export KDEDIRS=${INSTALL_PATH}:${KDEDIRS} - kbuildsycoca4 - - # Generate modulefile - - mkdir -p ${MODULEFILE_PATH} - rm -f $CONFIG_FILE - echo "#%Module 1.0 -# -# ${NAME} -# -conflict kile - -prepend-path PATH ${INSTALL_PATH}/bin -prepend-path KDEDIRS ${INSTALL_PATH} -" >> $CONFIG_FILE - - echo - echo "${NAME} has now been installed in" - echo - cecho ${GOOD} " ${INSTALL_PATH}" - echo - echo "To update your environment variables, use the created modulefile:" - echo - cecho ${GOOD} " $CONFIG_FILE" - echo -} - diff --git a/kile/platforms/supported/centos7.platform b/kile/platforms/supported/centos7.platform deleted file mode 100644 index ee4ceb9..0000000 --- a/kile/platforms/supported/centos7.platform +++ /dev/null @@ -1,25 +0,0 @@ -# CentOS 7 - -# This build script assumes that you have several packages already -# installed via CentOS's yum using the following commands: -# -# su -c 'yum groupinstall -y "Development Tools"' -# -# su -c 'yum install -y cmake gcc-c++ boost boost-devel \ -# kdelibs kdelibs-devel kdebase-workspace-devel kate \ -# grantlee grantlee-devel qjson qjson-devel \ -# qtwebkit qtwebkit-devel kdesdk-okteta kdesdk-okteta-devel' -# -# Set the compiler -# export CC=/usr/bin/gcc -# export CXX=/usr/bin/g++ -# export FC=/usr/bin/gfortran -# export FF=/usr/bin/gfortran -## - -# -# Define the packages this platform needs -PACKAGES=( -once:kile -) - diff --git a/kile/platforms/supported/rhel7.platform b/kile/platforms/supported/rhel7.platform deleted file mode 100644 index 67b9959..0000000 --- a/kile/platforms/supported/rhel7.platform +++ /dev/null @@ -1,25 +0,0 @@ -# RHEL 7 - -# This build script assumes that you have several packages already -# installed via CentOS's yum using the following commands: -# -# su -c 'yum groupinstall -y "Development Tools"' -# -# su -c 'yum install -y cmake gcc-c++ boost boost-devel \ -# kdelibs kdelibs-devel kdebase-workspace-devel kate \ -# grantlee grantlee-devel qjson qjson-devel \ -# qtwebkit qtwebkit-devel kdesdk-okteta kdesdk-okteta-devel' -# -# Set the compiler -# export CC=/usr/bin/gcc -# export CXX=/usr/bin/g++ -# export FC=/usr/bin/gfortran -# export FF=/usr/bin/gfortran -## - -# -# Define the packages this platform needs -PACKAGES=( -once:kile -) - diff --git a/project-kile.cfg b/project-kile.cfg deleted file mode 100644 index 6933f7c..0000000 --- a/project-kile.cfg +++ /dev/null @@ -1,26 +0,0 @@ -# Global configuration variables go here. You will want to tweak this -# file to suit your needs. If you want to keep local changes that are -# not overwritten by repository updates, those can be written -# to local.cfg instead (entries there will override those in this file). - -# Meta-project to build -PROJECT=kile -KILEVERSION=2.1.3 - -# How many processes would you like to build using? -PROCS=1 - -PREFIX_PATH=~/apps/candi - -# Where do you want the compiled software installed? -INSTALL_PATH=${PREFIX_PATH}/${PROJECT}/${KILEVERSION} - -# Where do you want the downloaded source files to go? -DOWNLOAD_PATH=${PREFIX_PATH}/src - -# Where do you want to unpack source files to go? -UNPACK_PATH=${PREFIX_PATH}/unpack - -# Where do you want the build files to go? -BUILD_PATH=${INSTALL_PATH}-build - -- 2.39.5