public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/libcmatrix: ChangeLog libcmatrix-3.11.0.ebuild
@ 2012-05-21 15:08 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2012-05-21 15:08 UTC (permalink / raw
  To: gentoo-commits

jlec        12/05/21 15:08:59

  Modified:             ChangeLog
  Added:                libcmatrix-3.11.0.ebuild
  Log:
  sci-libs/libcmatrix: Version Bump
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-libs/libcmatrix/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	4 May 2012 09:03:48 -0000	1.6
+++ ChangeLog	21 May 2012 15:08:59 -0000	1.7
@@ -1,6 +1,12 @@
 # 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.6 2012/05/04 09:03:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.7 2012/05/21 15:08:59 jlec Exp $
+
+*libcmatrix-3.11.0 (21 May 2012)
+
+  21 May 2012; Justin Lecher <jlec@gentoo.org> +files/3.11.0-shared.patch,
+  +libcmatrix-3.11.0.ebuild:
+  Version Bump
 
   04 May 2012; Justin Lecher <jlec@gentoo.org> libcmatrix-3.9.0.ebuild:
   Prefer atlas over blas-atlas



1.1                  sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?rev=1.1&content-type=text/plain

Index: libcmatrix-3.11.0.ebuild
===================================================================
# 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.1 2012/05/21 15:08:59 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}"/${PV}-shared.patch \
		"${FILESDIR}"/3.2.1-minuit2.patch \
		"${FILESDIR}"/3.2.1-gcc4.4.patch \
		"${FILESDIR}"/3.2.1-gcc4.6.patch \
		"${FILESDIR}"/3.9.0-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"
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/libcmatrix: ChangeLog libcmatrix-3.11.0.ebuild
@ 2012-12-27 18:28 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2012-12-27 18:28 UTC (permalink / raw
  To: gentoo-commits

jlec        12/12/27 18:28:48

  Modified:             ChangeLog libcmatrix-3.11.0.ebuild
  Log:
  sci-libs/libcmatrix: Force ignoring atlas at all, #448832
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.11                 sci-libs/libcmatrix/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	20 Dec 2012 19:28:49 -0000	1.10
+++ ChangeLog	27 Dec 2012 18:28:48 -0000	1.11
@@ -1,6 +1,9 @@
 # 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.10 2012/12/20 19:28:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.11 2012/12/27 18:28:48 jlec Exp $
+
+  27 Dec 2012; Justin Lecher <jlec@gentoo.org> libcmatrix-3.11.0.ebuild:
+  Force ignoring atlas at all, #448832
 
   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:



1.4                  sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?r1=1.3&r2=1.4

Index: libcmatrix-3.11.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libcmatrix-3.11.0.ebuild	20 Dec 2012 19:28:49 -0000	1.3
+++ libcmatrix-3.11.0.ebuild	27 Dec 2012 18:28:48 -0000	1.4
@@ -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.3 2012/12/20 19:28:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.4 2012/12/27 18:28:48 jlec Exp $
 
 EAPI="3"
 
@@ -37,6 +37,8 @@
 src_configure() {
 	econf \
 		--with-minuit \
+		--without-atlas \
+		--with-sysroot="${EROOT}" \
 		$(use_with sse) \
 		$(use_with threads)
 }





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/libcmatrix: ChangeLog libcmatrix-3.11.0.ebuild
@ 2012-12-27 18:55 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2012-12-27 18:55 UTC (permalink / raw
  To: gentoo-commits

jlec        12/12/27 18:55:33

  Modified:             ChangeLog libcmatrix-3.11.0.ebuild
  Log:
  sci-libs/libcmatrix: Moved to EAPI=5 and autotools-utils.eclass
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.14                 sci-libs/libcmatrix/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	27 Dec 2012 18:31:20 -0000	1.13
+++ ChangeLog	27 Dec 2012 18:55:33 -0000	1.14
@@ -1,6 +1,9 @@
 # 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.13 2012/12/27 18:31:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.14 2012/12/27 18:55:33 jlec Exp $
+
+  27 Dec 2012; Justin Lecher <jlec@gentoo.org> libcmatrix-3.11.0.ebuild:
+  Moved to EAPI=5 and autotools-utils.eclass
 
   27 Dec 2012; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Drop local USE



1.6                  sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?r1=1.5&r2=1.6

Index: libcmatrix-3.11.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libcmatrix-3.11.0.ebuild	27 Dec 2012 18:30:44 -0000	1.5
+++ libcmatrix-3.11.0.ebuild	27 Dec 2012 18:55:33 -0000	1.6
@@ -1,10 +1,12 @@
 # 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.5 2012/12/27 18:30:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.6 2012/12/27 18:55:33 jlec Exp $
 
-EAPI="3"
+EAPI=5
 
-inherit autotools eutils
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils
 
 MY_P="${PN}${PV}_lite"
 
@@ -18,38 +20,36 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="sse threads"
 
-RDEPEND="
-	sci-libs/atlas[lapack]
-	sci-libs/minuit"
+RDEPEND="sci-libs/minuit"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}"/${PN}R3
 
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${PV}-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}"/3.9.0-atlas.patch
-	eautoreconf
-}
+PATCHES=(
+	"${FILESDIR}"/${PV}-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}"/3.9.0-atlas.patch
+	)
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
 
 src_configure() {
 	econf \
 		--with-minuit \
-		--with-atlas \
+		--without-atlas \
 		--with-sysroot="${EROOT}" \
 		$(use_with sse) \
 		$(use_with threads)
 }
 
 src_install() {
-	dolib.so lib/*.so* || die "install failed"
+	dolib.so lib/*.so*
 
 	insinto /usr/include/${PN}R3
-	doins include/* || die "no includes"
+	doins include/*
 
-	dodoc CHANGES docs/* || die "no docs"
+	dodoc CHANGES docs/*
 }





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/libcmatrix: ChangeLog libcmatrix-3.11.0.ebuild
@ 2013-05-20 16:28 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2013-05-20 16:28 UTC (permalink / raw
  To: gentoo-commits

jlec        13/05/20 16:28:05

  Modified:             ChangeLog libcmatrix-3.11.0.ebuild
  Log:
  sci-libs/libcmatrix: Change license to a-r-r and RESTRICT=mirror, #465594
  
  (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.15                 sci-libs/libcmatrix/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	27 Dec 2012 18:55:33 -0000	1.14
+++ ChangeLog	20 May 2013 16:28:04 -0000	1.15
@@ -1,6 +1,9 @@
 # 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.14 2012/12/27 18:55:33 jlec Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.15 2013/05/20 16:28:04 jlec Exp $
+
+  20 May 2013; Justin Lecher <jlec@gentoo.org> libcmatrix-3.11.0.ebuild:
+  Change license to a-r-r and RESTRICT=mirror, #465594
 
   27 Dec 2012; Justin Lecher <jlec@gentoo.org> libcmatrix-3.11.0.ebuild:
   Moved to EAPI=5 and autotools-utils.eclass



1.7                  sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?r1=1.6&r2=1.7

Index: libcmatrix-3.11.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libcmatrix-3.11.0.ebuild	27 Dec 2012 18:55:33 -0000	1.6
+++ libcmatrix-3.11.0.ebuild	20 May 2013 16:28:04 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.6 2012/12/27 18:55:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.7 2013/05/20 16:28:04 jlec Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 #SRC_URI="${HOMEPAGE}/${MY_P}.tar.gz"
 SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz"
 
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="sse threads"
@@ -23,6 +23,8 @@
 RDEPEND="sci-libs/minuit"
 DEPEND="${RDEPEND}"
 
+RESTRICT=mirror
+
 S="${WORKDIR}"/${PN}R3
 
 PATCHES=(





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-20 16:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20 16:28 [gentoo-commits] gentoo-x86 commit in sci-libs/libcmatrix: ChangeLog libcmatrix-3.11.0.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-27 18:55 Justin Lecher (jlec)
2012-12-27 18:28 Justin Lecher (jlec)
2012-05-21 15:08 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