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 863241381F4 for ; Mon, 10 Dec 2012 21:30:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41C6721C0AA; Mon, 10 Dec 2012 21:29:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 739D821C08E for ; Mon, 10 Dec 2012 21:29:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C63533DA39 for ; Mon, 10 Dec 2012 21:29:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7EC1FE544E for ; Mon, 10 Dec 2012 21:29:48 +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: <1355167792.fb8d44b45df6642a18876a52d4551dc22f1fa6c8.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/intel-common/ChangeLog dev-libs/intel-common/intel-common-13.0.1.117.ebuild dev-libs/intel-common/metadata.xml X-VCS-Directories: dev-libs/intel-common/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: fb8d44b45df6642a18876a52d4551dc22f1fa6c8 X-VCS-Branch: master Date: Mon, 10 Dec 2012 21:29:48 +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: 824b6bcf-9346-48a3-af6a-140ed61bd133 X-Archives-Hash: 9730c94a645e987b273d9e876b9d75b2 commit: fb8d44b45df6642a18876a52d4551dc22f1fa6c8 Author: Justin Lecher gentoo org> AuthorDate: Mon Dec 10 19:29:52 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Dec 10 19:29:52 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fb8d44b4 inCvs Signed-off-by: Justin Lecher gentoo.org> --- dev-libs/intel-common/ChangeLog | 28 ---------- .../intel-common/intel-common-13.0.1.117.ebuild | 58 -------------------- dev-libs/intel-common/metadata.xml | 12 ---- 3 files changed, 0 insertions(+), 98 deletions(-) diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog deleted file mode 100644 index e22ac9d..0000000 --- a/dev-libs/intel-common/ChangeLog +++ /dev/null @@ -1,28 +0,0 @@ -# ChangeLog for dev-libs/intel-common -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/intel-common/ChangeLog,v 1.4 2012/11/14 18:34:25 bicatali Exp $ - -*intel-common-13.0.1.117 (15 Nov 2012) - - 15 Nov 2012; Justin Lecher - -intel-common-13.0.0.079-r1.ebuild, +intel-common-13.0.1.117.ebuild, - metadata.xml: - Version Bump; drop creation of license dir - - 14 Nov 2012; Sébastien Fabbro metadata.xml: - Removing myself from maintainer - -*intel-common-13.0.0.079-r1 (28 Oct 2012) - - 28 Oct 2012; Justin Lecher - +intel-common-13.0.0.079-r1.ebuild: - Mask installation from revdep-rebuild ,#438820 - - 20 Sep 2012; Justin Lecher intel-common-13.0.0.079.ebuild: - Avoid double prefix - -*intel-common-13.0.0.079 (16 Sep 2012) - - 16 Sep 2012; Justin Lecher +intel-common-13.0.0.079.ebuild, - +metadata.xml: - Imported from sci overlay; new package containing common libs, #297542 diff --git a/dev-libs/intel-common/intel-common-13.0.1.117.ebuild b/dev-libs/intel-common/intel-common-13.0.1.117.ebuild deleted file mode 100644 index 1d363a4..0000000 --- a/dev-libs/intel-common/intel-common-13.0.1.117.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/intel-common/intel-common-13.0.0.079-r1.ebuild,v 1.1 2012/10/28 15:29:55 jlec Exp $ - -EAPI=4 - -INTEL_DPN=parallel_studio_xe -INTEL_DID=2872 -INTEL_DPV=2013_update1 -INTEL_SUBDIR=composerxe - -inherit intel-sdp - -DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries" -HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/" - -IUSE="+compiler" - -CHECKREQS_DISK_BUILD=325M - -pkg_setup() { - einfo ${INTEL_SDP_EDIR} - INTEL_BIN_RPMS="openmp openmp-devel" - INTEL_DAT_RPMS="compilerpro-common" - if use compiler; then - INTEL_BIN_RPMS+=" compilerpro-devel sourcechecker-devel" - INTEL_DAT_RPMS+=" compilerpro-vars sourcechecker-common" - fi - intel-sdp_pkg_setup -} - -src_install() { - intel-sdp_src_install - local path rootpath ldpath arch fenv=35intelsdp - cat > ${fenv} <<-EOF - NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N - MANPATH=${INTEL_SDP_EDIR}/man/en_US - INTEL_LICENSE_FILE="${INTEL_SDP_EDIR}"/licenses:"${EPREFIX}/opt/intel/license" - EOF - for arch in ${INTEL_ARCH}; do - path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch} - rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch} - ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch} - done - cat >> ${fenv} <<-EOF - PATH=${path#:} - ROOTPATH=${rootpath#:} - LDPATH=${ldpath#:} - EOF - - doenvd ${fenv} - - cat >> "${T}"/40-${PN} <<- EOF - SEARCH_DIRS_MASK="${INTEL_SDP_EDIR}" - EOF - insinto /etc/revdep-rebuild/ - doins "${T}"/40-${PN} -} diff --git a/dev-libs/intel-common/metadata.xml b/dev-libs/intel-common/metadata.xml deleted file mode 100644 index 3d33728..0000000 --- a/dev-libs/intel-common/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - sci - - This package contains the core files to be installed for the Intel - compilers and libraries. Probably useless if installed standalone. - - - Install the libraries needed for the icc and ifort compilers - -