From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 05F341388C0 for ; Fri, 19 Feb 2016 09:27:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A189721C1B8; Fri, 19 Feb 2016 09:27:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F01CF21C1B2 for ; Fri, 19 Feb 2016 09:27:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23EC8340DA3 for ; Fri, 19 Feb 2016 09:27:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 931261607 for ; Fri, 19 Feb 2016 09:27:43 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455742909.196b45f499f5b77a27d5dc1d81d7904e1346a0f0.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/ifc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/ifc/ifc-15.0.3.187-r1.ebuild X-VCS-Directories: dev-lang/ifc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 196b45f499f5b77a27d5dc1d81d7904e1346a0f0 X-VCS-Branch: master Date: Fri, 19 Feb 2016 09:27:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f7cd0ffc-ee18-4776-a366-fca5c145809f X-Archives-Hash: 487319e350af41ddeb343d6e1c67015b commit: 196b45f499f5b77a27d5dc1d81d7904e1346a0f0 Author: David Seifert gentoo org> AuthorDate: Wed Feb 17 21:01:49 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 17 21:01:49 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=196b45f4 dev-lang/ifc: remove old Package-Manager: portage-2.2.27 dev-lang/ifc/ifc-15.0.3.187-r1.ebuild | 36 ----------------------------------- 1 file changed, 36 deletions(-) diff --git a/dev-lang/ifc/ifc-15.0.3.187-r1.ebuild b/dev-lang/ifc/ifc-15.0.3.187-r1.ebuild deleted file mode 100644 index 3744d2c..0000000 --- a/dev-lang/ifc/ifc-15.0.3.187-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -INTEL_DPN=parallel_studio_xe -INTEL_DID=7538 -INTEL_DPV=2015_update3 -INTEL_SUBDIR=composerxe -INTEL_SINGLE_ARCH=false - -inherit intel-sdp - -DESCRIPTION="Intel FORTRAN Compiler" -HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" - -IUSE="linguas_ja" -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" - -DEPEND="!dev-lang/ifc[linguas_jp]" -RDEPEND="${DEPEND} - ~dev-libs/intel-common-${PV}[compiler,${MULTILIB_USEDEP}]" - -INTEL_BIN_RPMS=( compilerprof compilerprof-devel ) -INTEL_DAT_RPMS=( compilerprof-common compilerprof-vars ) - -CHECKREQS_DISK_BUILD=375M - -src_install() { - if ! use linguas_ja; then - find "${S}" -type d -name ja_JP -exec rm -rf '{}' + || die - fi - - intel-sdp_src_install -}