# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eclipse-bin eclipse_l10n DESCRIPTION="C/C++ enviroment for Eclipse (binary)" HOMEPAGE="http://www.eclipse.org/cdt/" SERV="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/" SRC_URI=" !source? ( ${SERV}tools/cdt/releases/callisto/dist/${PV}/org.eclipse.cdt-${PV}-linux.$(get_eclipse_arch).tar.gz ) source? ( ${SERV}tools/cdt/releases/callisto/dist/${PV}/org.eclipse.cdt.sdk-${PV}-linux.$(get_eclipse_arch).tar.gz ) " LANG_SRC_URI="${SERV}tools/cdt/releases/callisto/NL_language_packs/CDT_NL_3.1.1.zip" SLOT="0" KEYWORDS="x86 amd64" IUSE="source" RDEPEND="$(get_eclipse_runtime_depend 3.2)" DEPEND="" for l in ${LANG1}; do IUSE="${IUSE} linguas_${l}" SRC_URI="${SRC_URI} linguas_${l}? ( ${LANG_SRC_URI} )" done