public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro (bicatali)" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/acml: ChangeLog acml-3.6.0-r1.ebuild acml-4.0.0.ebuild acml-3.6.1-r1.ebuild
Date: Thu, 11 Oct 2007 16:28:50 +0000	[thread overview]
Message-ID: <E1Ig0u2-0000Me-88@stork.gentoo.org> (raw)

bicatali    07/10/11 16:28:50

  Modified:             ChangeLog acml-3.6.0-r1.ebuild acml-4.0.0.ebuild
                        acml-3.6.1-r1.ebuild
  Log:
  fixed lib->get_libdir for eselect bug workaround
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.24                 sci-libs/acml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	9 Oct 2007 22:06:21 -0000	1.23
+++ ChangeLog	11 Oct 2007 16:28:49 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/acml
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.23 2007/10/09 22:06:21 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.24 2007/10/11 16:28:49 bicatali Exp $
+
+  11 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org> acml-3.6.0-r1.ebuild,
+  acml-3.6.1-r1.ebuild, acml-4.0.0.ebuild:
+  fixed lib->get_libdir for eselect bug workaround
 
   09 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org> -files/c-ACML.blas,
   -files/eselect.blas, -files/eselect.blas-mp, -files/eselect.cblas,



1.3                  sci-libs/acml/acml-3.6.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild?r1=1.2&r2=1.3

Index: acml-3.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- acml-3.6.0-r1.ebuild	9 Oct 2007 22:06:21 -0000	1.2
+++ acml-3.6.0-r1.ebuild	11 Oct 2007 16:28:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild,v 1.2 2007/10/09 22:06:21 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.0-r1.ebuild,v 1.3 2007/10/11 16:28:49 bicatali Exp $
 
 inherit eutils toolchain-funcs fortran
 
@@ -140,7 +140,7 @@
 		local current_lib=$(eselect ${p} show | cut -d' ' -f2)
 		if [[ ${current_lib} == ${ESELECT_PROF} || -z ${current_lib} ]]; then
 		# work around eselect bug #189942
-			local configfile="${ROOT}"/etc/env.d/${p}/lib/config
+			local configfile="${ROOT}"/etc/env.d/${p}/$(get_libdir)/config
 			[[ -e ${configfile} ]] && rm -f ${configfile}
 			eselect ${p} set ${ESELECT_PROF}
 			elog "${p} has been eselected to ${ESELECT_PROF}"



1.3                  sci-libs/acml/acml-4.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-4.0.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-4.0.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-4.0.0.ebuild?r1=1.2&r2=1.3

Index: acml-4.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- acml-4.0.0.ebuild	9 Oct 2007 22:06:21 -0000	1.2
+++ acml-4.0.0.ebuild	11 Oct 2007 16:28:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.0.ebuild,v 1.2 2007/10/09 22:06:21 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.0.ebuild,v 1.3 2007/10/11 16:28:49 bicatali Exp $
 
 inherit eutils toolchain-funcs fortran
 
@@ -156,7 +156,7 @@
 		local current_lib=$(eselect ${p} show | cut -d' ' -f2)
 		if [[ ${current_lib} == ${ESELECT_PROF} || -z ${current_lib} ]]; then
 		# work around eselect bug #189942
-			local configfile="${ROOT}"/etc/env.d/${p}/lib/config
+			local configfile="${ROOT}"/etc/env.d/${p}/$(get_libdir)/config
 			[[ -e ${configfile} ]] && rm -f ${configfile}
 			eselect ${p} set ${ESELECT_PROF}
 			elog "${p} has been eselected to ${ESELECT_PROF}"



1.3                  sci-libs/acml/acml-3.6.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild?r1=1.2&r2=1.3

Index: acml-3.6.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- acml-3.6.1-r1.ebuild	9 Oct 2007 22:06:21 -0000	1.2
+++ acml-3.6.1-r1.ebuild	11 Oct 2007 16:28:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v 1.2 2007/10/09 22:06:21 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v 1.3 2007/10/11 16:28:49 bicatali Exp $
 
 inherit eutils toolchain-funcs fortran
 
@@ -155,7 +155,7 @@
 		local current_lib=$(eselect ${p} show | cut -d' ' -f2)
 		if [[ ${current_lib} == ${ESELECT_PROF} || -z ${current_lib} ]]; then
 		# work around eselect bug #189942
-			local configfile="${ROOT}"/etc/env.d/${p}/lib/config
+			local configfile="${ROOT}"/etc/env.d/${p}/$(get_libdir)/config
 			[[ -e ${configfile} ]] && rm -f ${configfile}
 			eselect ${p} set ${ESELECT_PROF}
 			elog "${p} has been eselected to ${ESELECT_PROF}"



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-10-11 16:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-11 16:28 Sebastien Fabbro (bicatali) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-11-21  0:25 [gentoo-commits] gentoo-x86 commit in sci-libs/acml: ChangeLog acml-3.6.0-r1.ebuild acml-4.0.0.ebuild acml-3.6.1-r1.ebuild Sebastien Fabbro (bicatali)
2007-10-18 14:18 Sebastien Fabbro (bicatali)
2007-10-08 20:47 Sebastien Fabbro (bicatali)

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=E1Ig0u2-0000Me-88@stork.gentoo.org \
    --to=bicatali@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