diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-10-11 16:28:49 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-10-11 16:28:49 +0000 |
commit | cb9bea25645edeee0849bca3aced28f326d93893 (patch) | |
tree | d5a5346d7949a62d53c49f373afac44820eba1a5 /sci-libs/acml | |
parent | clean up, tarballs are not available upstream anymore (diff) | |
download | gentoo-2-cb9bea25645edeee0849bca3aced28f326d93893.tar.gz gentoo-2-cb9bea25645edeee0849bca3aced28f326d93893.tar.bz2 gentoo-2-cb9bea25645edeee0849bca3aced28f326d93893.zip |
fixed lib->get_libdir for eselect bug workaround
(Portage version: 2.1.3.12)
Diffstat (limited to 'sci-libs/acml')
-rw-r--r-- | sci-libs/acml/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/acml/acml-3.6.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/acml/acml-3.6.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/acml/acml-4.0.0.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog index 28bc3c10cf86..7e2b4f000e65 100644 --- a/sci-libs/acml/ChangeLog +++ b/sci-libs/acml/ChangeLog @@ -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, diff --git a/sci-libs/acml/acml-3.6.0-r1.ebuild b/sci-libs/acml/acml-3.6.0-r1.ebuild index 3bbcb7744beb..31c7a3fb8c57 100644 --- a/sci-libs/acml/acml-3.6.0-r1.ebuild +++ b/sci-libs/acml/acml-3.6.0-r1.ebuild @@ -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 @@ pkg_postinst() { 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}" diff --git a/sci-libs/acml/acml-3.6.1-r1.ebuild b/sci-libs/acml/acml-3.6.1-r1.ebuild index 73b6ed929118..a718d2351fc2 100644 --- a/sci-libs/acml/acml-3.6.1-r1.ebuild +++ b/sci-libs/acml/acml-3.6.1-r1.ebuild @@ -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 @@ pkg_postinst() { 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}" diff --git a/sci-libs/acml/acml-4.0.0.ebuild b/sci-libs/acml/acml-4.0.0.ebuild index d2b6db226a62..47bec290ca21 100644 --- a/sci-libs/acml/acml-4.0.0.ebuild +++ b/sci-libs/acml/acml-4.0.0.ebuild @@ -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 @@ pkg_postinst() { 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}" |