From 1ff2d5930711dc1ccbc4ab348acc3c113605df96 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sat, 18 Apr 2015 10:00:00 +0000 Subject: Remove expired ports: 2015-04-18 java/eclipse-ocl: depends on deprecated java/eclipse-emf 2015-04-18 java/eclipse-quantum: depends on deprecated java/eclipse-gef 2015-04-18 java/eclipse-propedit: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-aptana: evaluation recommendation is to remove rather than update 2015-04-18 devel/subclipse: evaluation recommendation is to remove rather than update 2015-04-18 devel/scala-ide: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-webtools: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-RDT: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-aptana-radrails: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-jad: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-vep-examples: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-gef-examples: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-gef: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-sysdeo-tomcat: evaluation recommendation is to remove rather than update 2015-04-18 java/commonclipse: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-sqlexplorer: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-viplugin: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-vep: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-checkstyle: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-aptana2: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-examples: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-hibernatetools: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-langpack: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-uml: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-datatools: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-emf: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-pmd: evaluation recommendation is to remove rather than update --- java/eclipse-langpack/files/install.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 java/eclipse-langpack/files/install.sh (limited to 'java/eclipse-langpack/files/install.sh') diff --git a/java/eclipse-langpack/files/install.sh b/java/eclipse-langpack/files/install.sh deleted file mode 100644 index 037ecd2d2667..000000000000 --- a/java/eclipse-langpack/files/install.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -WRKDIR=$1; PREFIX=$2 - -cd ${WRKDIR} -for dir in `find eclipse -type d | sort`; do - install -d ${PREFIX}/lib/${dir} -done - -for file in `find eclipse -type f | sort`; do - install ${file} ${PREFIX}/lib/${file} -done -- cgit v1.2.3