* [gentoo-commits] gentoo-x86 commit in sci-libs/lapack-atlas: lapack-atlas-3.9.23.ebuild lapack-atlas-3.9.23-r3.ebuild lapack-atlas-3.9.23-r2.ebuild ChangeLog lapack-atlas-3.8.0.ebuild lapack-atlas-3.9.21-r1.ebuild lapack-atlas-3.9.3.ebuild lapack-atlas-3.9.21.ebuild lapack-atlas-3.8.2.ebuild
@ 2012-10-18 21:02 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-10-18 21:02 UTC (permalink / raw
To: gentoo-commits
jlec 12/10/18 21:02:51
Modified: lapack-atlas-3.9.23.ebuild
lapack-atlas-3.9.23-r3.ebuild
lapack-atlas-3.9.23-r2.ebuild ChangeLog
lapack-atlas-3.8.0.ebuild
Removed: lapack-atlas-3.9.21-r1.ebuild
lapack-atlas-3.9.3.ebuild
lapack-atlas-3.9.21.ebuild
lapack-atlas-3.8.2.ebuild
Log:
sci-libs/lapack-atlas: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Revision Changes Path
1.8 sci-libs/lapack-atlas/lapack-atlas-3.9.23.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23.ebuild?r1=1.7&r2=1.8
Index: lapack-atlas-3.9.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lapack-atlas-3.9.23.ebuild 4 May 2012 08:22:51 -0000 1.7
+++ lapack-atlas-3.9.23.ebuild 18 Oct 2012 21:02:51 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23.ebuild,v 1.7 2012/05/04 08:22:51 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23.ebuild,v 1.8 2012/10/18 21:02:51 jlec Exp $
inherit eutils flag-o-matic fortran-2 toolchain-funcs autotools versionator
@@ -11,7 +11,6 @@
BlasRelease=$(get_version_component_range 1-3)
DESCRIPTION="F77 and C LAPACK implementations using available ATLAS routines"
-LICENSE="BSD"
HOMEPAGE="http://math-atlas.sourceforge.net/"
SRC_URI1="mirror://sourceforge/math-atlas/${MY_PN}${PV}.tar.bz2"
SRC_URI2="http://www.netlib.org/${L_PN}/${L_PN}-lite-${L_PV}.tgz"
@@ -20,11 +19,11 @@
mirror://gentoo/${L_PN}-reference-${L_PV}-autotools.patch.bz2"
SLOT="0"
+LICENSE="BSD"
IUSE="doc"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
CDEPEND="
- virtual/fortran
virtual/blas
virtual/cblas
app-admin/eselect-lapack
1.8 sci-libs/lapack-atlas/lapack-atlas-3.9.23-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r3.ebuild?r1=1.7&r2=1.8
Index: lapack-atlas-3.9.23-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lapack-atlas-3.9.23-r3.ebuild 4 May 2012 08:22:51 -0000 1.7
+++ lapack-atlas-3.9.23-r3.ebuild 18 Oct 2012 21:02:51 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r3.ebuild,v 1.7 2012/05/04 08:22:51 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r3.ebuild,v 1.8 2012/10/18 21:02:51 jlec Exp $
EAPI="3"
@@ -13,7 +13,6 @@
BlasRelease=$(get_version_component_range 1-3)
DESCRIPTION="F77 and C LAPACK implementations using available ATLAS routines"
-LICENSE="BSD"
HOMEPAGE="http://math-atlas.sourceforge.net/"
SRC_URI1="mirror://sourceforge/math-atlas/${MY_PN}${PV}.tar.bz2"
SRC_URI2="http://www.netlib.org/${L_PN}/${L_PN}-lite-${L_PV}.tgz"
@@ -22,11 +21,11 @@
mirror://gentoo/${L_PN}-reference-${L_PV}-autotools.patch.bz2"
SLOT="0"
+LICENSE="BSD"
IUSE="doc"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
CDEPEND="
- virtual/fortran
virtual/blas
virtual/cblas
app-admin/eselect-lapack
@@ -44,9 +43,10 @@
S_LAPACK="${WORKDIR}"/${L_PN}-lite-${L_PV}
src_prepare() {
- epatch "${DISTDIR}"/${MY_PN}-${PATCH_V}-shared-libs.2.patch.bz2
- epatch "${FILESDIR}"/${MY_PN}-asm-gentoo.patch
- epatch "${FILESDIR}"/${PN}-${PATCH_V}-lam.patch
+ epatch \
+ "${DISTDIR}"/${MY_PN}-${PATCH_V}-shared-libs.2.patch.bz2 \
+ "${FILESDIR}"/${MY_PN}-asm-gentoo.patch \
+ "${FILESDIR}"/${PN}-${PATCH_V}-lam.patch
# make sure the compile picks up the proper includes
sed -i \
1.9 sci-libs/lapack-atlas/lapack-atlas-3.9.23-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r2.ebuild?r1=1.8&r2=1.9
Index: lapack-atlas-3.9.23-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- lapack-atlas-3.9.23-r2.ebuild 4 May 2012 08:22:51 -0000 1.8
+++ lapack-atlas-3.9.23-r2.ebuild 18 Oct 2012 21:02:51 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r2.ebuild,v 1.8 2012/05/04 08:22:51 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.9.23-r2.ebuild,v 1.9 2012/10/18 21:02:51 jlec Exp $
EAPI="3"
@@ -13,7 +13,6 @@
BlasRelease=$(get_version_component_range 1-3)
DESCRIPTION="F77 and C LAPACK implementations using available ATLAS routines"
-LICENSE="BSD"
HOMEPAGE="http://math-atlas.sourceforge.net/"
SRC_URI1="mirror://sourceforge/math-atlas/${MY_PN}${PV}.tar.bz2"
SRC_URI2="http://www.netlib.org/${L_PN}/${L_PN}-lite-${L_PV}.tgz"
@@ -22,11 +21,11 @@
mirror://gentoo/${L_PN}-reference-${L_PV}-autotools.patch.bz2"
SLOT="0"
+LICENSE="BSD"
IUSE="doc"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
CDEPEND="
- virtual/fortran
virtual/blas
virtual/cblas
app-admin/eselect-lapack
1.87 sci-libs/lapack-atlas/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/lapack-atlas/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/lapack-atlas/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/lapack-atlas/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 4 May 2012 08:22:51 -0000 1.86
+++ ChangeLog 18 Oct 2012 21:02:51 -0000 1.87
@@ -1,6 +1,14 @@
# ChangeLog for sci-libs/lapack-atlas
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.86 2012/05/04 08:22:51 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.87 2012/10/18 21:02:51 jlec Exp $
+
+ 18 Oct 2012; Justin Lecher <jlec@gentoo.org> lapack-atlas-3.8.0.ebuild,
+ -lapack-atlas-3.8.2.ebuild, -lapack-atlas-3.9.3.ebuild,
+ -lapack-atlas-3.9.21.ebuild, -lapack-atlas-3.9.21-r1.ebuild,
+ lapack-atlas-3.9.23.ebuild, lapack-atlas-3.9.23-r2.ebuild,
+ lapack-atlas-3.9.23-r3.ebuild:
+ Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+ updated fortran-2.eclass
04 May 2012; Jeff Horelick <jdhore@gentoo.org> lapack-atlas-3.8.0.ebuild,
lapack-atlas-3.8.2.ebuild, lapack-atlas-3.9.3.ebuild,
1.22 sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild?r1=1.21&r2=1.22
Index: lapack-atlas-3.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- lapack-atlas-3.8.0.ebuild 4 May 2012 08:22:51 -0000 1.21
+++ lapack-atlas-3.8.0.ebuild 18 Oct 2012 21:02:51 -0000 1.22
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild,v 1.21 2012/05/04 08:22:51 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.8.0.ebuild,v 1.22 2012/10/18 21:02:51 jlec Exp $
inherit eutils flag-o-matic fortran-2 toolchain-funcs autotools versionator
@@ -11,7 +11,6 @@
BlasRelease=$(get_version_component_range 1-3)
DESCRIPTION="F77 and C LAPACK implementations using available ATLAS routines"
-LICENSE="BSD"
HOMEPAGE="http://math-atlas.sourceforge.net/"
SRC_URI1="mirror://sourceforge/math-atlas/${MY_PN}${PV}.tar.bz2"
SRC_URI2="http://www.netlib.org/${L_PN}/${L_PN}-lite-${L_PV}.tgz"
@@ -20,11 +19,11 @@
mirror://gentoo/${L_PN}-reference-${L_PV}-autotools.patch.bz2"
SLOT="0"
+LICENSE="BSD"
IUSE="doc"
KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
CDEPEND="
- virtual/fortran
virtual/blas
virtual/cblas
app-admin/eselect-lapack
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-18 21:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18 21:02 [gentoo-commits] gentoo-x86 commit in sci-libs/lapack-atlas: lapack-atlas-3.9.23.ebuild lapack-atlas-3.9.23-r3.ebuild lapack-atlas-3.9.23-r2.ebuild ChangeLog lapack-atlas-3.8.0.ebuild lapack-atlas-3.9.21-r1.ebuild lapack-atlas-3.9.3.ebuild lapack-atlas-3.9.21.ebuild lapack-atlas-3.8.2.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