public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/libint: metadata.xml libint-1.1.4-r1.ebuild ChangeLog
@ 2012-08-03 19:48 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2012-08-03 19:48 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/08/03 19:48:21

  Modified:             metadata.xml libint-1.1.4-r1.ebuild ChangeLog
  Log:
  Added static-libs, keyword amd64-linux x86-linux
  
  (Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sci-libs/libint/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libint/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml	26 Jun 2011 10:38:19 -0000	1.4
+++ metadata.xml	3 Aug 2012 19:48:21 -0000	1.5
@@ -1,5 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
+<herd>sci</herd>
+<longdescription lang='en'>
+  libint is two things:
+  1. a library of C/C++ functions for efficient evaluation of several
+  kinds of two-body molecular integrals over Gaussian functions;
+  2. the optimizing compiler that generates a Libint library.
+</longdescription>
 </pkgmetadata>



1.8                  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.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libint/libint-1.1.4-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libint/libint-1.1.4-r1.ebuild?r1=1.7&r2=1.8

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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libint-1.1.4-r1.ebuild	28 Nov 2011 11:55:56 -0000	1.7
+++ libint-1.1.4-r1.ebuild	3 Aug 2012 19:48:21 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.7 2011/11/28 11:55:56 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/libint-1.1.4-r1.ebuild,v 1.8 2012/08/03 19:48:21 bicatali Exp $
 
 EAPI=4
 
@@ -12,8 +12,8 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs"
 
 DEPEND="virtual/fortran"
 RDEPEND="${DEPEND}"
@@ -30,7 +30,8 @@
 		--with-cc=$(tc-getCC) \
 		--with-cxx=$(tc-getCXX) \
 		--with-cc-optflags="${CFLAGS}" \
-		--with-cxx-optflags="${CXXFLAGS}"
+		--with-cxx-optflags="${CXXFLAGS}" \
+		$(use_enable static-libs static)
 }
 
 src_compile() {



1.14                 sci-libs/libint/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	28 Nov 2011 11:55:56 -0000	1.13
+++ ChangeLog	3 Aug 2012 19:48:21 -0000	1.14
@@ -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.13 2011/11/28 11:55:56 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libint/ChangeLog,v 1.14 2012/08/03 19:48:21 bicatali Exp $
+
+  03 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> libint-1.1.4-r1.ebuild,
+  metadata.xml:
+  Added static-libs, keyword amd64-linux x86-linux
 
   28 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libint-1.1.4-r1.ebuild:
   x86 stable wrt bug #391593
@@ -57,4 +61,3 @@
   Useful in quantum chemistry. Is autodetected by sci-chemistry/mpqc now and
   used for very advanced methods, but hopefully will be able to fix that
   behavior soon.
-





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-03 19:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-03 19:48 [gentoo-commits] gentoo-x86 commit in sci-libs/libint: metadata.xml libint-1.1.4-r1.ebuild ChangeLog Sebastien Fabbro (bicatali)

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