public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/icc: ChangeLog icc-13.1.2.146.ebuild
@ 2013-02-14 15:05 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2013-02-14 15:05 UTC (permalink / raw
  To: gentoo-commits

jlec        13/02/14 15:05:34

  Modified:             ChangeLog
  Added:                icc-13.1.2.146.ebuild
  Log:
  dev-lang/icc: Version Bump
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.92                 dev-lang/icc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	14 Feb 2013 08:15:58 -0000	1.91
+++ ChangeLog	14 Feb 2013 15:05:33 -0000	1.92
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/icc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.91 2013/02/14 08:15:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.92 2013/02/14 15:05:33 jlec Exp $
+
+*icc-13.1.2.146 (14 Feb 2013)
+
+  14 Feb 2013; Justin Lecher <jlec@gentoo.org> +icc-13.1.2.146.ebuild:
+  Version Bump
 
   14 Feb 2013; Justin Lecher <jlec@gentoo.org> icc-13.0.0.079.ebuild,
   icc-13.0.1.117.ebuild:



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

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

Index: icc-13.1.2.146.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.1.2.146.ebuild,v 1.1 2013/02/14 15:05:33 jlec Exp $

EAPI=5

INTEL_DPN=parallel_studio_xe
INTEL_DID=2987
INTEL_DPV=2013_update2
INTEL_SUBDIR=composerxe

inherit intel-sdp

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

IUSE="eclipse"
KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"

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] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/icc: ChangeLog icc-13.1.2.146.ebuild
@ 2013-02-14 15:20 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2013-02-14 15:20 UTC (permalink / raw
  To: gentoo-commits

jlec        13/02/14 15:20:07

  Modified:             ChangeLog icc-13.1.2.146.ebuild
  Log:
  dev-lang/icc: Correct min freespace value
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.93                 dev-lang/icc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	14 Feb 2013 15:05:33 -0000	1.92
+++ ChangeLog	14 Feb 2013 15:20:06 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/icc
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.92 2013/02/14 15:05:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.93 2013/02/14 15:20:06 jlec Exp $
+
+  14 Feb 2013; Justin Lecher <jlec@gentoo.org> icc-13.1.2.146.ebuild:
+  Correct min freespace value
 
 *icc-13.1.2.146 (14 Feb 2013)
 



1.2                  dev-lang/icc/icc-13.1.2.146.ebuild

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

Index: icc-13.1.2.146.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.1.2.146.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- icc-13.1.2.146.ebuild	14 Feb 2013 15:05:33 -0000	1.1
+++ icc-13.1.2.146.ebuild	14 Feb 2013 15:20:06 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.1.2.146.ebuild,v 1.1 2013/02/14 15:05:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.1.2.146.ebuild,v 1.2 2013/02/14 15:20:06 jlec Exp $
 
 EAPI=5
 
@@ -25,6 +25,8 @@
 INTEL_BIN_RPMS="compilerproc compilerproc-devel"
 INTEL_DAT_RPMS="compilerproc-common"
 
+CHECKREQS_DISK_BUILD=325M
+
 src_install() {
 	intel-sdp_src_install
 	local i





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-14 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-14 15:05 [gentoo-commits] gentoo-x86 commit in dev-lang/icc: ChangeLog icc-13.1.2.146.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-14 15:20 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