public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/libint: ChangeLog libint-1.1.4-r1.ebuild libint-1.1.4.ebuild
@ 2010-02-13 18:27 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-02-13 18:27 UTC (permalink / raw
  To: gentoo-commits

jlec        10/02/13 18:27:01

  Modified:             ChangeLog libint-1.1.4.ebuild
  Added:                libint-1.1.4-r1.ebuild
  Log:
  Fix for as-needed per bug 289232
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-libs/libint/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	7 Jul 2008 06:38:17 -0000	1.6
+++ ChangeLog	13 Feb 2010 18:27:00 -0000	1.7
@@ -1,6 +1,13 @@
 # ChangeLog for sci-libs/libint
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v 1.6 2008/07/07 06:38:17 dberkholz Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v 1.7 2010/02/13 18:27:00 jlec Exp $
+
+*libint-1.1.4-r1 (13 Feb 2010)
+
+  13 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org>
+  +files/1.1.4-as-needed.patch, libint-1.1.4.ebuild,
+  +libint-1.1.4-r1.ebuild:
+  Fix for as-needed per 289232
 
 *libint-1.1.4 (07 Jul 2008)
 



1.2                  sci-libs/libint/libint-1.1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libint/libint-1.1.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libint/libint-1.1.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libint/libint-1.1.4.ebuild?r1=1.1&r2=1.2

Index: libint-1.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-1.1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libint-1.1.4.ebuild	7 Jul 2008 06:38:17 -0000	1.1
+++ libint-1.1.4.ebuild	13 Feb 2010 18:27:00 -0000	1.2
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-1.1.4.ebuild,v 1.1 2008/07/07 06:38:17 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-1.1.4.ebuild,v 1.2 2010/02/13 18:27:00 jlec Exp $
+
+EAPI="3"
 
 inherit toolchain-funcs
 
@@ -14,7 +16,7 @@
 RDEPEND=""
 DEPEND="${RDEPEND}"
 
-src_compile() {
+src_configure() {
 	econf \
 		--enable-shared \
 		--enable-deriv \
@@ -22,9 +24,7 @@
 		--with-cc=$(tc-getCC) \
 		--with-cxx=$(tc-getCXX) \
 		--with-cc-optflags="${CFLAGS}" \
-		--with-cxx-optflags="${CXXFLAGS}" \
-		|| die "econf failed"
-	emake || die "emake failed"
+		--with-cxx-optflags="${CXXFLAGS}"
 }
 
 src_install() {



1.1                  sci-libs/libint/libint-1.1.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libint/libint-1.1.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libint/libint-1.1.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: libint-1.1.4-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-1.1.4-r1.ebuild,v 1.1 2010/02/13 18:27:00 jlec Exp $

EAPI="3"

inherit eutils toolchain-funcs

DESCRIPTION="Used to evaluate traditional and novel two-body matrix elements (integrals) over Cartesian Gaussian functions"
HOMEPAGE="http://www.chem.vt.edu/chem-dept/valeev/software/libint/libint.html"
SRC_URI="http://www.chem.vt.edu/chem-dept/valeev/software/libint/src/${P}.tar.gz"

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

src_prepare() {
	epatch "${FILESDIR}"/1.1.4-as-needed.patch
}

src_configure() {
	econf \
		--enable-shared \
		--enable-deriv \
		--enable-r12 \
		--with-cc=$(tc-getCC) \
		--with-cxx=$(tc-getCXX) \
		--with-cc-optflags="${CFLAGS}" \
		--with-cxx-optflags="${CXXFLAGS}"
}

src_compile() {
	emake \
		LDFLAGS="${LDFLAGS}" \
		|| die
}

src_install() {
	einstall || die
}






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/libint: ChangeLog libint-1.1.4-r1.ebuild libint-1.1.4.ebuild
@ 2011-11-23  9:43 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2011-11-23  9:43 UTC (permalink / raw
  To: gentoo-commits

jlec        11/11/23 09:43:04

  Modified:             ChangeLog libint-1.1.4-r1.ebuild
  Removed:              libint-1.1.4.ebuild
  Log:
  Dropped old, removed einstall call
  
  (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sci-libs/libint/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	26 Jun 2011 10:38:19 -0000	1.10
+++ ChangeLog	23 Nov 2011 09:43:04 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/libint
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v 1.10 2011/06/26 10:38:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v 1.11 2011/11/23 09:43:04 jlec Exp $
+
+  23 Nov 2011; Justin Lecher <jlec@gentoo.org> -libint-1.1.4.ebuild,
+  libint-1.1.4-r1.ebuild:
+  Dropped old, removed einstall call
 
   26 Jun 2011; Justin Lecher <jlec@gentoo.org> libint-1.1.2.ebuild,
   libint-1.1.4.ebuild, libint-1.1.4-r1.ebuild, metadata.xml:



1.5                  sci-libs/libint/libint-1.1.4-r1.ebuild

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

Index: libint-1.1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-1.1.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libint-1.1.4-r1.ebuild	26 Jun 2011 10:38:19 -0000	1.4
+++ libint-1.1.4-r1.ebuild	23 Nov 2011 09:43:04 -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/libint/libint-1.1.4-r1.ebuild,v 1.4 2011/06/26 10:38:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-1.1.4-r1.ebuild,v 1.5 2011/11/23 09:43:04 jlec Exp $
 
 EAPI=4
 
@@ -36,7 +36,3 @@
 src_compile() {
 	emake LDFLAGS="${LDFLAGS}"
 }
-
-src_install() {
-	einstall
-}






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

end of thread, other threads:[~2011-11-23  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-23  9:43 [gentoo-commits] gentoo-x86 commit in sci-libs/libint: ChangeLog libint-1.1.4-r1.ebuild libint-1.1.4.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-13 18:27 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