public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/icc: metadata.xml ChangeLog icc-13.0.0.079.ebuild icc-11.1.072-r1.ebuild
@ 2012-09-16 19:17 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-09-16 19:17 UTC (permalink / raw
  To: gentoo-commits

jlec        12/09/16 19:17:52

  Modified:             metadata.xml ChangeLog
  Added:                icc-13.0.0.079.ebuild
  Removed:              icc-11.1.072-r1.ebuild
  Log:
  dev-lang/icc: Version bump, #347375; Drop oldwhich can't be fetch anymore; update HOMPAGE, #420321
  
  (Portage version: 2.2.0_alpha128/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-lang/icc/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/metadata.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/metadata.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/metadata.xml?r1=1.12&r2=1.13

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/metadata.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- metadata.xml	24 Sep 2011 07:54:36 -0000	1.12
+++ metadata.xml	16 Sep 2012 19:17:51 -0000	1.13
@@ -1,15 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
 <pkgmetadata>
-<maintainer>
-  <email>bicatali@gentoo.org</email>
-</maintainer>
-<maintainer>
-  <email>weaver@gentoo.org</email>
-  <name>Andrey Kislyuk</name>
-</maintainer>
-<longdescription lang="en">
+	<maintainer>
+		<email>bicatali@gentoo.org</email>
+	</maintainer>
+	<maintainer>
+		<email>weaver@gentoo.org</email>
+		<name>Andrey Kislyuk</name>
+	</maintainer>
+	<longdescription lang="en">
   The Intel® C++ Compiler is a full featured C/C++ compiler for Intel
   based architectures. The compiler supports multi-threading, automatic
   processor dispatch, vectorization, auto-parallelization, OpenMP, data
@@ -17,10 +16,7 @@
   documentation. The product can be installed as a non-commercial as
   well. License, terms of qualifications can be found on the web site.
 </longdescription>
-<use>
-  <flag name='eclipse'>Install the <pkg>dev-util/eclipse-sdk</pkg> plugins</flag>
-  <flag name='idb'>Install the Intel Debugger</flag>
-  <flag name='mkl'>Install the Intel Math Kernel Library</flag>
-  <flag name='ipp'>Install the Intel Integrated Primitive</flag>
-</use>
+	<use>
+		<flag name="eclipse">Install the <pkg>dev-util/eclipse-sdk</pkg> plugins</flag>
+	</use>
 </pkgmetadata>



1.86                 dev-lang/icc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	6 Jun 2012 03:14:06 -0000	1.85
+++ ChangeLog	16 Sep 2012 19:17:52 -0000	1.86
@@ -1,6 +1,13 @@
 # ChangeLog for dev-lang/icc
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.85 2012/06/06 03:14:06 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.86 2012/09/16 19:17:52 jlec Exp $
+
+*icc-13.0.0.079 (16 Sep 2012)
+
+  16 Sep 2012; Justin Lecher <jlec@gentoo.org> -icc-11.1.072-r1.ebuild,
+  +icc-13.0.0.079.ebuild, metadata.xml:
+  Version bump, #347375; Drop oldwhich can't be fetch anymore; update HOMPAGE,
+  #420321
 
   06 Jun 2012; Zac Medico <zmedico@gentoo.org> icc-11.1.072-r1.ebuild:
   inherit multilib for get_libdir



1.1                  dev-lang/icc/icc-13.0.0.079.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.0.0.079.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/icc/icc-13.0.0.079.ebuild?rev=1.1&content-type=text/plain

Index: icc-13.0.0.079.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.0.0.079.ebuild,v 1.1 2012/09/16 19:17:52 jlec Exp $

EAPI=4

INTEL_DPN=parallel_studio_xe
INTEL_DID=2749
INTEL_DPV=2013
INTEL_SUBDIR=composerxe

inherit intel-sdp

DESCRIPTION="Intel C/C++ Compiler"
HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/"

IUSE="eclipse"

DEPEND="
	eclipse? ( dev-util/eclipse-sdk )"
RDEPEND="${DEPEND}
	~dev-libs/intel-common-${PV}[compiler]"

INTEL_BIN_RPMS="compilerproc compilerproc-devel"
INTEL_DAT_RPMS="compilerproc-common"

src_install() {
	intel-sdp_src_install
	local i
	local idir=${INTEL_SDP_EDIR}/compiler/lib
	for i in ${idir}/{ia32,intel64}/locale/ja_JP/{diagspt,flexnet,helpxi}.cat; do
		if [[ -e "${i}" ]]; then
			rm -rvf "${D}${i}" || die
		fi
	done
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-16 19:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-16 19:17 [gentoo-commits] gentoo-x86 commit in dev-lang/icc: metadata.xml ChangeLog icc-13.0.0.079.ebuild icc-11.1.072-r1.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox