public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs (williamh)" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/icc: icc-10.1.018.ebuild icc-10.1.017-r1.ebuild ChangeLog icc-10.0.026.ebuild icc-11.1.046-r1.ebuild
Date: Sat, 22 Aug 2009 19:55:40 +0000	[thread overview]
Message-ID: <E1Mewge-0001ly-H4@stork.gentoo.org> (raw)

williamh    09/08/22 19:55:40

  Modified:             icc-10.1.018.ebuild icc-10.1.017-r1.ebuild
                        ChangeLog icc-10.0.026.ebuild
                        icc-11.1.046-r1.ebuild
  Log:
  fixed dependencies for bug 231870.
  (Portage version: 2.2_rc38/cvs/Linux i686)

Revision  Changes    Path
1.4                  dev-lang/icc/icc-10.1.018.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-10.1.018.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-10.1.018.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-10.1.018.ebuild?r1=1.3&r2=1.4

Index: icc-10.1.018.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-10.1.018.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- icc-10.1.018.ebuild	22 Aug 2009 19:15:24 -0000	1.3
+++ icc-10.1.018.ebuild	22 Aug 2009 19:55:40 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-10.1.018.ebuild,v 1.3 2009/08/22 19:15:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-10.1.018.ebuild,v 1.4 2009/08/22 19:55:40 williamh Exp $
 
 inherit rpm eutils check-reqs
 
@@ -27,7 +27,7 @@
 RESTRICT="test strip mirror"
 IUSE=""
 DEPEND=""
-RDEPEND="=virtual/libstdc++-3*
+RDEPEND="=virtual/libstdc++-3.3
 	amd64? ( app-emulation/emul-linux-x86-compat )"
 
 pkg_setup() {



1.4                  dev-lang/icc/icc-10.1.017-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-10.1.017-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-10.1.017-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-10.1.017-r1.ebuild?r1=1.3&r2=1.4

Index: icc-10.1.017-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-10.1.017-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- icc-10.1.017-r1.ebuild	22 Aug 2009 19:15:24 -0000	1.3
+++ icc-10.1.017-r1.ebuild	22 Aug 2009 19:55:40 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-10.1.017-r1.ebuild,v 1.3 2009/08/22 19:15:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-10.1.017-r1.ebuild,v 1.4 2009/08/22 19:55:40 williamh Exp $
 
 inherit rpm eutils check-reqs
 
@@ -27,7 +27,7 @@
 RESTRICT="test strip mirror"
 IUSE=""
 DEPEND=""
-RDEPEND="=virtual/libstdc++-3*
+RDEPEND="=virtual/libstdc++-3.3
 	amd64? ( app-emulation/emul-linux-x86-compat )"
 
 pkg_setup() {



1.70                 dev-lang/icc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	22 Aug 2009 02:34:13 -0000	1.69
+++ ChangeLog	22 Aug 2009 19:55:40 -0000	1.70
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/icc
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.69 2009/08/22 02:34:13 weaver Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.70 2009/08/22 19:55:40 williamh Exp $
+
+  22 Aug 2009; William Hubbs <williamh@gentoo.org> icc-10.0.026.ebuild,
+  icc-10.1.017-r1.ebuild, icc-10.1.018.ebuild, icc-11.1.046-r1.ebuild:
+  fixed dependencies for bug 231870.
 
   21 Aug 2009; Andrey Kislyuk <weaver@gentoo.org> -icc-11.1.046.ebuild,
   icc-11.1.046-r1.ebuild:



1.15                 dev-lang/icc/icc-10.0.026.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-10.0.026.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-10.0.026.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-10.0.026.ebuild?r1=1.14&r2=1.15

Index: icc-10.0.026.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-10.0.026.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- icc-10.0.026.ebuild	22 Aug 2009 19:15:24 -0000	1.14
+++ icc-10.0.026.ebuild	22 Aug 2009 19:55:40 -0000	1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-10.0.026.ebuild,v 1.14 2009/08/22 19:15:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-10.0.026.ebuild,v 1.15 2009/08/22 19:55:40 williamh Exp $
 
 inherit rpm eutils
 
@@ -26,7 +26,7 @@
 RESTRICT="test strip mirror"
 IUSE=""
 DEPEND=""
-RDEPEND="=virtual/libstdc++-3*
+RDEPEND="=virtual/libstdc++-3.3
 	amd64? ( app-emulation/emul-linux-x86-compat )"
 
 pkg_setup() {



1.4                  dev-lang/icc/icc-11.1.046-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-11.1.046-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-11.1.046-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/icc/icc-11.1.046-r1.ebuild?r1=1.3&r2=1.4

Index: icc-11.1.046-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.046-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- icc-11.1.046-r1.ebuild	22 Aug 2009 19:15:24 -0000	1.3
+++ icc-11.1.046-r1.ebuild	22 Aug 2009 19:55:40 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.046-r1.ebuild,v 1.3 2009/08/22 19:15:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.046-r1.ebuild,v 1.4 2009/08/22 19:55:40 williamh Exp $
 
 EAPI="2"
 
@@ -35,7 +35,7 @@
 #QA_PRESTRIPPED="${INSTALL_DIR}"
 
 DEPEND="app-arch/rpm"
-RDEPEND="=virtual/libstdc++-3*
+RDEPEND="=virtual/libstdc++-3.3
 	amd64? ( app-emulation/emul-linux-x86-compat )"
 
 S="${WORKDIR}/${PACKAGEID}"






                 reply	other threads:[~2009-08-22 19:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Mewge-0001ly-H4@stork.gentoo.org \
    --to=williamh@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox