* [gentoo-commits] gentoo-x86 commit in sci-libs/punc: punc-1.5.ebuild ChangeLog punc-0.2_p1.ebuild punc-1.4-r1.ebuild
@ 2011-06-21 8:37 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21 8:37 UTC (permalink / raw
To: gentoo-commits
jlec 11/06/21 08:37:03
Modified: punc-1.5.ebuild ChangeLog punc-0.2_p1.ebuild
punc-1.4-r1.ebuild
Log:
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Revision Changes Path
1.3 sci-libs/punc/punc-1.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-1.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-1.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-1.5.ebuild?r1=1.2&r2=1.3
Index: punc-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- punc-1.5.ebuild 17 Apr 2011 09:12:22 -0000 1.2
+++ punc-1.5.ebuild 21 Jun 2011 08:37:03 -0000 1.3
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.5.ebuild,v 1.2 2011/04/17 09:12:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.5.ebuild,v 1.3 2011/06/21 08:37:03 jlec Exp $
EAPI="3"
-inherit autotools multilib
+inherit autotools fortran-2 multilib
DESCRIPTION="Portable Understructure for Numerical Computing"
HOMEPAGE="http://fetk.org/codes/punc/index.html"
1.12 sci-libs/punc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 17 Apr 2011 09:12:22 -0000 1.11
+++ ChangeLog 21 Jun 2011 08:37:03 -0000 1.12
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/punc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.11 2011/04/17 09:12:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.12 2011/06/21 08:37:03 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> punc-0.2_p1.ebuild,
+ punc-1.4-r1.ebuild, punc-1.5.ebuild:
+ Added fortran-2.eclass support
17 Apr 2011; Justin Lecher <jlec@gentoo.org> files/1.5-linking.patch,
punc-1.5.ebuild:
1.5 sci-libs/punc/punc-0.2_p1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild?r1=1.4&r2=1.5
Index: punc-0.2_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- punc-0.2_p1.ebuild 28 Jul 2010 15:16:46 -0000 1.4
+++ punc-0.2_p1.ebuild 21 Jun 2011 08:37:03 -0000 1.5
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild,v 1.4 2010/07/28 15:16:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild,v 1.5 2011/06/21 08:37:03 jlec Exp $
EAPI="3"
-inherit autotools multilib
+inherit autotools fortran-2 multilib
MY_PV="${PV}"
MY_P="${PN}-${MY_PV/_p/-}"
1.4 sci-libs/punc/punc-1.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild?r1=1.3&r2=1.4
Index: punc-1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- punc-1.4-r1.ebuild 13 Nov 2010 13:43:21 -0000 1.3
+++ punc-1.4-r1.ebuild 21 Jun 2011 08:37:03 -0000 1.4
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild,v 1.3 2010/11/13 13:43:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild,v 1.4 2011/06/21 08:37:03 jlec Exp $
EAPI="3"
-inherit autotools multilib
+inherit autotools fortran-2 multilib
DESCRIPTION="Portable Understructure for Numerical Computing"
HOMEPAGE="http://fetk.org/codes/punc/index.html"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/punc: punc-1.5.ebuild ChangeLog punc-0.2_p1.ebuild punc-1.4-r1.ebuild
@ 2011-06-21 14:46 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21 14:46 UTC (permalink / raw
To: gentoo-commits
jlec 11/06/21 14:46:52
Modified: punc-1.5.ebuild ChangeLog punc-0.2_p1.ebuild
punc-1.4-r1.ebuild
Log:
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Revision Changes Path
1.4 sci-libs/punc/punc-1.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-1.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-1.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-1.5.ebuild?r1=1.3&r2=1.4
Index: punc-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- punc-1.5.ebuild 21 Jun 2011 08:37:03 -0000 1.3
+++ punc-1.5.ebuild 21 Jun 2011 14:46:52 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.5.ebuild,v 1.3 2011/06/21 08:37:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.5.ebuild,v 1.4 2011/06/21 14:46:52 jlec Exp $
EAPI="3"
@@ -16,6 +16,8 @@
IUSE="debug doc mpi static-libs"
RDEPEND="
+ virtual/fortran
+
dev-libs/maloc[mpi=]
dev-libs/libf2c
sci-libs/amd
1.13 sci-libs/punc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 21 Jun 2011 08:37:03 -0000 1.12
+++ ChangeLog 21 Jun 2011 14:46:52 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/punc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.12 2011/06/21 08:37:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.13 2011/06/21 14:46:52 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> punc-0.2_p1.ebuild,
+ punc-1.4-r1.ebuild, punc-1.5.ebuild:
+ Add dependency on virtual/fortran
21 Jun 2011; Justin Lecher <jlec@gentoo.org> punc-0.2_p1.ebuild,
punc-1.4-r1.ebuild, punc-1.5.ebuild:
1.6 sci-libs/punc/punc-0.2_p1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild?r1=1.5&r2=1.6
Index: punc-0.2_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- punc-0.2_p1.ebuild 21 Jun 2011 08:37:03 -0000 1.5
+++ punc-0.2_p1.ebuild 21 Jun 2011 14:46:52 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild,v 1.5 2011/06/21 08:37:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild,v 1.6 2011/06/21 14:46:52 jlec Exp $
EAPI="3"
@@ -24,7 +24,9 @@
sci-libs/superlu
virtual/blas
virtual/mpi"
-RDEPEND="${DEPEND}"
+RDEPEND="
+ virtual/fortran
+ ${DEPEND}"
S="${WORKDIR}/${PN}"
1.5 sci-libs/punc/punc-1.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild?r1=1.4&r2=1.5
Index: punc-1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- punc-1.4-r1.ebuild 21 Jun 2011 08:37:03 -0000 1.4
+++ punc-1.4-r1.ebuild 21 Jun 2011 14:46:52 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild,v 1.4 2011/06/21 08:37:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild,v 1.5 2011/06/21 14:46:52 jlec Exp $
EAPI="3"
@@ -16,6 +16,8 @@
IUSE="debug doc mpi static-libs"
RDEPEND="
+ virtual/fortran
+
dev-libs/maloc[mpi=]
dev-libs/libf2c
sci-libs/amd
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/punc: punc-1.5.ebuild ChangeLog punc-0.2_p1.ebuild punc-1.4-r1.ebuild
@ 2012-10-16 20:08 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2012-10-16 20:08 UTC (permalink / raw
To: gentoo-commits
jlec 12/10/16 20:08:39
Modified: punc-1.5.ebuild ChangeLog
Removed: punc-0.2_p1.ebuild punc-1.4-r1.ebuild
Log:
sci-libs/punc: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Revision Changes Path
1.7 sci-libs/punc/punc-1.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-1.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-1.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-1.5.ebuild?r1=1.6&r2=1.7
Index: punc-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- punc-1.5.ebuild 30 Apr 2012 17:40:09 -0000 1.6
+++ punc-1.5.ebuild 16 Oct 2012 20:08:39 -0000 1.7
@@ -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/punc/punc-1.5.ebuild,v 1.6 2012/04/30 17:40:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.5.ebuild,v 1.7 2012/10/16 20:08:39 jlec Exp $
EAPI=4
@@ -26,7 +26,6 @@
sci-libs/superlu
sci-libs/umfpack
virtual/blas
- virtual/fortran
virtual/lapack
mpi? ( virtual/mpi )"
DEPEND="
1.17 sci-libs/punc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 21 May 2012 19:22:54 -0000 1.16
+++ ChangeLog 16 Oct 2012 20:08:39 -0000 1.17
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/punc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.16 2012/05/21 19:22:54 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.17 2012/10/16 20:08:39 jlec Exp $
+
+ 16 Oct 2012; Justin Lecher <jlec@gentoo.org> -punc-0.2_p1.ebuild,
+ -punc-1.4-r1.ebuild, punc-1.5.ebuild:
+ Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+ updated fortran-2.eclass
21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> punc-0.2_p1.ebuild,
punc-1.4-r1.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-16 20:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-16 20:08 [gentoo-commits] gentoo-x86 commit in sci-libs/punc: punc-1.5.ebuild ChangeLog punc-0.2_p1.ebuild punc-1.4-r1.ebuild Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2011-06-21 14:46 Justin Lecher (jlec)
2011-06-21 8:37 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