public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/psi: ChangeLog psi-3.3.0.ebuild
@ 2008-07-07  7:17 Donnie Berkholz (dberkholz)
  0 siblings, 0 replies; 3+ messages in thread
From: Donnie Berkholz (dberkholz) @ 2008-07-07  7:17 UTC (permalink / raw
  To: gentoo-commits

dberkholz    08/07/07 07:17:30

  Modified:             ChangeLog
  Added:                psi-3.3.0.ebuild
  Log:
  (#202980) Bump. Add a gcc-4.3 patch, pull in the latest libint, keyword ~amd64, add src_test() to call the test suite.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 x86_64)

Revision  Changes    Path
1.7                  sci-chemistry/psi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	22 Feb 2007 01:28:40 -0000	1.6
+++ ChangeLog	7 Jul 2008 07:17:30 -0000	1.7
@@ -1,6 +1,13 @@
 # ChangeLog for sci-chemistry/psi
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v 1.6 2007/02/22 01:28:40 jokey Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v 1.7 2008/07/07 07:17:30 dberkholz Exp $
+
+*psi-3.3.0 (07 Jul 2008)
+
+  07 Jul 2008; Donnie Berkholz <dberkholz@gentoo.org>;
+  +files/3.3.0-gcc-4.3.patch, +psi-3.3.0.ebuild:
+  (#202980) Bump. Add a gcc-4.3 patch, pull in the latest libint, keyword
+  ~amd64, add src_test() to call the test suite.
 
   22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
   Redigest for Manifest2



1.1                  sci-chemistry/psi/psi-3.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild?rev=1.1&content-type=text/plain

Index: psi-3.3.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild,v 1.1 2008/07/07 07:17:30 dberkholz Exp $

inherit autotools eutils

DESCRIPTION="Suite of ab initio quantum chemistry programs to compute various molecular properties"
HOMEPAGE="http://www.psicode.org/"
SRC_URI="mirror://sourceforge/psicode/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="virtual/blas
	virtual/lapack
	>=sci-libs/libint-1.1.4"
DEPEND="${RDEPEND}
	test? ( dev-lang/perl )"

S="${WORKDIR}/${PN}${PV:0:1}"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/dont-build-libint.patch
	epatch "${FILESDIR}"/use-external-libint.patch
	epatch "${FILESDIR}"/${PV}-gcc-4.3.patch
	eautoreconf
}

src_compile() {
	# This variable gets set sometimes to /usr/lib/src and breaks stuff
	unset CLIBS

	econf \
		--with-opt="${CFLAGS}" \
		--datadir=/usr/share/${PN} \
		|| die "configure failed"
	emake \
		SCRATCH="${WORKDIR}/libint" \
		|| die "make failed"
}

src_test() {
	emake tests || die
}

src_install() {
	einstall \
		datadir=${D}/usr/share/${PN} \
		docdir=${D}/usr/share/doc/${PF} \
		|| die "install failed"
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/psi: ChangeLog psi-3.3.0.ebuild
@ 2009-02-19 13:14 Andrey Grozin (grozin)
  0 siblings, 0 replies; 3+ messages in thread
From: Andrey Grozin (grozin) @ 2009-02-19 13:14 UTC (permalink / raw
  To: gentoo-commits

grozin      09/02/19 13:14:37

  Modified:             ChangeLog psi-3.3.0.ebuild
  Log:
  A typo in dependencies fixed in 3.3.0
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.9                  sci-chemistry/psi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	7 Dec 2008 04:46:06 -0000	1.8
+++ ChangeLog	19 Feb 2009 13:14:37 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for sci-chemistry/psi
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v 1.8 2008/12/07 04:46:06 grozin Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v 1.9 2009/02/19 13:14:37 grozin Exp $
+
+  19 Feb 2009; Andrey Grozin <grozin@gentoo.org> psi-3.3.0.ebuild:
+  A typo in dependencies fixed in 3.3.0
 
   07 Dec 2008; Andrey Grozin <grozin@gentoo.org> psi-3.2.3.ebuild,
   psi-3.3.0.ebuild:



1.4                  sci-chemistry/psi/psi-3.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild?r1=1.3&r2=1.4

Index: psi-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- psi-3.3.0.ebuild	7 Dec 2008 04:46:06 -0000	1.3
+++ psi-3.3.0.ebuild	19 Feb 2009 13:14:37 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild,v 1.3 2008/12/07 04:46:06 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild,v 1.4 2009/02/19 13:14:37 grozin Exp $
 
 inherit autotools eutils
 
@@ -14,7 +14,7 @@
 IUSE="test"
 
 # File collision, see bug #249423
-RDEPEND="sci-visualization/extrema
+RDEPEND="!sci-visualization/extrema
 	virtual/blas
 	virtual/lapack
 	>=sci-libs/libint-1.1.4"






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

* [gentoo-commits] gentoo-x86 commit in sci-chemistry/psi: ChangeLog psi-3.3.0.ebuild
@ 2010-02-26  2:39 Markus Dittrich (markusle)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Dittrich (markusle) @ 2010-02-26  2:39 UTC (permalink / raw
  To: gentoo-commits

markusle    10/02/26 02:39:10

  Modified:             ChangeLog psi-3.3.0.ebuild
  Log:
  Added parallel make patch (fixes #305249).
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sci-chemistry/psi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	19 Feb 2009 13:14:37 -0000	1.9
+++ ChangeLog	26 Feb 2010 02:39:02 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/psi
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v 1.9 2009/02/19 13:14:37 grozin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/ChangeLog,v 1.10 2010/02/26 02:39:02 markusle Exp $
+
+  26 Feb 2010; Markus Dittrich <markusle@gentoo.org> psi-3.3.0.ebuild,
+  +files/psi-3.3.0-parallel-make.patch:
+  Added parallel make patch (fixes #305249). Thanks much to 
+  Kacper Kowalik for his patch.
 
   19 Feb 2009; Andrey Grozin <grozin@gentoo.org> psi-3.3.0.ebuild:
   A typo in dependencies fixed in 3.3.0



1.5                  sci-chemistry/psi/psi-3.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild?r1=1.4&r2=1.5

Index: psi-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- psi-3.3.0.ebuild	19 Feb 2009 13:14:37 -0000	1.4
+++ psi-3.3.0.ebuild	26 Feb 2010 02:39:02 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild,v 1.4 2009/02/19 13:14:37 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/psi/psi-3.3.0.ebuild,v 1.5 2010/02/26 02:39:02 markusle Exp $
 
 inherit autotools eutils
 
@@ -29,6 +29,7 @@
 	epatch "${FILESDIR}"/dont-build-libint.patch
 	epatch "${FILESDIR}"/use-external-libint.patch
 	epatch "${FILESDIR}"/${PV}-gcc-4.3.patch
+	epatch "${FILESDIR}"/${P}-parallel-make.patch
 	eautoreconf
 }
 






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

end of thread, other threads:[~2010-02-26  2:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-07  7:17 [gentoo-commits] gentoo-x86 commit in sci-chemistry/psi: ChangeLog psi-3.3.0.ebuild Donnie Berkholz (dberkholz)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-19 13:14 Andrey Grozin (grozin)
2010-02-26  2:39 Markus Dittrich (markusle)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox