diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-12-20 19:28:49 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-12-20 19:28:49 +0000 |
commit | fbbc815fe30d41040dbedf6056c120d1bccbf146 (patch) | |
tree | 17662c500fb74eb7daf0e9203187ff7770404958 | |
parent | Version bump. Ebuild by Arfrever. (diff) | |
download | gentoo-2-fbbc815fe30d41040dbedf6056c120d1bccbf146.tar.gz gentoo-2-fbbc815fe30d41040dbedf6056c120d1bccbf146.tar.bz2 gentoo-2-fbbc815fe30d41040dbedf6056c120d1bccbf146.zip |
sci-libs/libcmatrix: Drop old and drop atlas support
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
-rw-r--r-- | sci-libs/libcmatrix/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild | 9 | ||||
-rw-r--r-- | sci-libs/libcmatrix/libcmatrix-3.2.1.ebuild | 53 | ||||
-rw-r--r-- | sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild | 54 | ||||
-rw-r--r-- | sci-libs/libcmatrix/metadata.xml | 14 |
5 files changed, 15 insertions, 121 deletions
diff --git a/sci-libs/libcmatrix/ChangeLog b/sci-libs/libcmatrix/ChangeLog index 1e485b8993dc..e86f77a398d6 100644 --- a/sci-libs/libcmatrix/ChangeLog +++ b/sci-libs/libcmatrix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/libcmatrix # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.9 2012/07/23 07:11:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.10 2012/12/20 19:28:49 jlec Exp $ + + 20 Dec 2012; Justin Lecher <jlec@gentoo.org> -libcmatrix-3.2.1.ebuild, + -libcmatrix-3.9.0.ebuild, libcmatrix-3.11.0.ebuild, metadata.xml: + Drop old and drop atlas support 23 Jul 2012; Justin Lecher <jlec@gentoo.org> libcmatrix-3.2.1.ebuild, libcmatrix-3.11.0.ebuild: diff --git a/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild b/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild index a44ba88db7de..00db35618782 100644 --- a/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild +++ b/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild @@ -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/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.2 2012/07/23 07:11:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.3 2012/12/20 19:28:49 jlec Exp $ EAPI="3" @@ -16,11 +16,9 @@ SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="atlas sse threads" +IUSE="sse threads" -RDEPEND=" - sci-libs/minuit - atlas? ( || ( sci-libs/atlas sci-libs/blas-atlas ) )" +RDEPEND="sci-libs/minuit" DEPEND="${RDEPEND}" S="${WORKDIR}"/${PN}R3 @@ -39,7 +37,6 @@ src_prepare() { src_configure() { econf \ --with-minuit \ - $(use_with atlas) \ $(use_with sse) \ $(use_with threads) } diff --git a/sci-libs/libcmatrix/libcmatrix-3.2.1.ebuild b/sci-libs/libcmatrix/libcmatrix-3.2.1.ebuild deleted file mode 100644 index cdde31a8d55f..000000000000 --- a/sci-libs/libcmatrix/libcmatrix-3.2.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.2.1.ebuild,v 1.5 2012/07/23 07:11:11 jlec Exp $ - -EAPI="3" - -inherit autotools eutils - -MY_P="${PN}${PV}_lite" - -DESCRIPTION="lite version of pNMRsim" -HOMEPAGE="http://www.dur.ac.uk/paul.hodgkinson/pNMRsim/" -#SRC_URI="${HOMEPAGE}/${MY_P}.tar.gz" -SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="atlas threads" - -RDEPEND=" - sci-libs/minuit - atlas? ( sci-libs/blas-atlas )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${PN}R3 - -src_prepare() { - epatch \ - "${FILESDIR}"/${PV}-shared.patch \ - "${FILESDIR}"/${PV}-minuit2.patch \ - "${FILESDIR}"/${PV}-gcc4.4.patch \ - "${FILESDIR}"/${PV}-gcc4.6.patch \ - "${FILESDIR}"/${PV}-gcc4.7.patch \ - "${FILESDIR}"/${PV}-atlas.patch - eautoreconf -} - -src_configure() { - econf \ - --with-minuit \ - $(use_with atlas) \ - $(use_with threads) -} - -src_install() { - dolib.so lib/*.so* || die "install failed" - - insinto /usr/include/${PN}R3 - doins include/* || die "no includes" - - dodoc CHANGES docs/* || die "no docs" -} diff --git a/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild b/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild deleted file mode 100644 index c86f94135834..000000000000 --- a/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild,v 1.3 2012/06/24 07:43:11 jlec Exp $ - -EAPI="3" - -inherit autotools eutils - -MY_P="${PN}${PV}_lite" - -DESCRIPTION="lite version of pNMRsim" -HOMEPAGE="http://www.dur.ac.uk/paul.hodgkinson/pNMRsim/" -#SRC_URI="${HOMEPAGE}/${MY_P}.tar.gz" -SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="atlas sse threads" - -RDEPEND=" - sci-libs/minuit - atlas? ( || ( sci-libs/atlas sci-libs/blas-atlas ) )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${PN}R3 - -src_prepare() { - epatch \ - "${FILESDIR}"/3.2.1-shared.patch \ - "${FILESDIR}"/3.2.1-minuit2.patch \ - "${FILESDIR}"/3.2.1-gcc4.4.patch \ - "${FILESDIR}"/3.2.1-gcc4.6.patch \ - "${FILESDIR}"/3.2.1-gcc4.7.patch \ - "${FILESDIR}"/${PV}-atlas.patch - eautoreconf -} - -src_configure() { - econf \ - --with-minuit \ - $(use_with atlas) \ - $(use_with sse) \ - $(use_with threads) -} - -src_install() { - dolib.so lib/*.so* || die "install failed" - - insinto /usr/include/${PN}R3 - doins include/* || die "no includes" - - dodoc CHANGES docs/* || die "no docs" -} diff --git a/sci-libs/libcmatrix/metadata.xml b/sci-libs/libcmatrix/metadata.xml index 178121cbeb07..6dcf72781f04 100644 --- a/sci-libs/libcmatrix/metadata.xml +++ b/sci-libs/libcmatrix/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <maintainer> - <email>jlec@gentoo.org</email> - </maintainer> - <use> - <flag name="atlas">Use of atlas blas implementation</flag> - </use> + <herd>sci</herd> + <maintainer> + <email>jlec@gentoo.org</email> + </maintainer> + <use> + <flag name="atlas">Use of atlas blas implementation</flag> + </use> </pkgmetadata> |