public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/abinit/
Date: Tue, 22 May 2012 19:43:17 +0000 (UTC)	[thread overview]
Message-ID: <1337715452.cb39dfd7ed9b4b00abfd7791c83946eb1ce6d074.jlec@gentoo> (raw)

commit:     cb39dfd7ed9b4b00abfd7791c83946eb1ce6d074
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue May 22 19:37:32 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue May 22 19:37:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cb39dfd7

sci-physics/abinit: Add missing eutils.eclass

(Portage version: 2.2.0_alpha107/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)

---
 sci-physics/abinit/ChangeLog               |    8 +++++
 sci-physics/abinit/abinit-6.12.3-r1.ebuild |   15 +++++----
 sci-physics/abinit/metadata.xml            |   46 ++++++++++++++--------------
 3 files changed, 39 insertions(+), 30 deletions(-)

diff --git a/sci-physics/abinit/ChangeLog b/sci-physics/abinit/ChangeLog
index e5089d1..c3f4e3d 100644
--- a/sci-physics/abinit/ChangeLog
+++ b/sci-physics/abinit/ChangeLog
@@ -2,6 +2,14 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 May 2012; Justin Lecher <jlec@gentoo.org> abinit-6.12.3-r1.ebuild,
+  metadata.xml:
+  Add missing eutils.eclass
+
+  22 May 2012; Justin Lecher <jlec@gentoo.org> abinit-6.12.3-r1.ebuild,
+  metadata.xml:
+  Add missing eutils.eclass
+
   15 May 2012; Honza Macháček <Hloupy.Honza@centrum.cz>
   abinit-6.12.3-r1.ebuild:
   Allow revisions of sci-libs/bigdft-1.6_pre1.

diff --git a/sci-physics/abinit/abinit-6.12.3-r1.ebuild b/sci-physics/abinit/abinit-6.12.3-r1.ebuild
index 00dbc29..fc22ceb 100644
--- a/sci-physics/abinit/abinit-6.12.3-r1.ebuild
+++ b/sci-physics/abinit/abinit-6.12.3-r1.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI=4
 
-inherit autotools-utils flag-o-matic fortran-2 multilib toolchain-funcs
+inherit autotools-utils eutils flag-o-matic fortran-2 multilib toolchain-funcs
 
 DESCRIPTION="Find total energy, charge density and electronic structure using density functional theory"
 HOMEPAGE="http://www.abinit.org/"
@@ -107,11 +107,12 @@ pkg_setup() {
 }
 
 src_prepare() {
-	epatch "${FILESDIR}"/6.2.2-change-default-directories.patch
-	epatch "${FILESDIR}"/6.0.3-fftw.patch
-	epatch "${FILESDIR}"/6.12.1-autoconf.patch
-	epatch "${FILESDIR}"/6.12.1-xmalloc.patch
-	epatch "${FILESDIR}"/6.12.1-libabinit_options.patch
+	epatch \
+		"${FILESDIR}"/6.2.2-change-default-directories.patch \
+		"${FILESDIR}"/6.0.3-fftw.patch \
+		"${FILESDIR}"/6.12.1-autoconf.patch \
+		"${FILESDIR}"/6.12.1-xmalloc.patch \
+		"${FILESDIR}"/6.12.1-libabinit_options.patch
 	eautoreconf
 
 }

diff --git a/sci-physics/abinit/metadata.xml b/sci-physics/abinit/metadata.xml
index 7ff0b56..1498414 100644
--- a/sci-physics/abinit/metadata.xml
+++ b/sci-physics/abinit/metadata.xml
@@ -1,44 +1,44 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-physics</herd>
-<longdescription lang="en">
+	<herd>sci-physics</herd>
+	<longdescription lang="en">
 ABINIT is a package whose main program allows one to find the total energy, charge density and electronic structure of systems made of electrons and nuclei (molecules and periodic solids) within Density Functional Theory (DFT), using pseudopotentials and a planewave basis. ABINIT also includes options to optimize the geometry according to the DFT forces and stresses, or to perform molecular dynamics simulations using these forces, or to generate dynamical matrices, Born effective charges, and dielectric tensors. Excited states can be computed within the Time-Dependent Density Functional Theory (for molecules), or within Many-Body Perturbation Theory (the GW approximation). In addition to the main ABINIT code, different utility programs are provided.   
 </longdescription>
-<use>
-  <flag name="cuda">
+	<use>
+		<flag name="cuda">
    Enable support for nVidia CUDA
   </flag>
-</use>
-<use>
-  <flag name="cuda-double">
+	</use>
+	<use>
+		<flag name="cuda-double">
    Enable support for double precision nVidia CUDA
   </flag>
-</use>
-<use>
-  <flag name="fftw-threads">
+	</use>
+	<use>
+		<flag name="fftw-threads">
    Use the threaded version of sci-libs/fftw
   </flag>
-</use>
-<use>
-  <flag name="fox">
+	</use>
+	<use>
+		<flag name="fox">
    Enable support for FoX Fortran XML library
   </flag>
-</use>
-<use>
-  <flag name="gui">
+	</use>
+	<use>
+		<flag name="gui">
    Build the abinit GUI (requires java)
   </flag>
-</use>
-<use>
-  <flag name="libabinit">
+	</use>
+	<use>
+		<flag name="libabinit">
    Build the libabinit used by sci-libs/bigdft
    (usage not tested yet, circular dependency not resolved)
   </flag>
-</use>
-<use>
-  <flag name="vdwxc">
+	</use>
+	<use>
+		<flag name="vdwxc">
    Activate van der Waals exchange-correlation
   </flag>
-</use>
+	</use>
 </pkgmetadata>



             reply	other threads:[~2012-05-22 19:45 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-22 19:43 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-23 12:48 [gentoo-commits] proj/sci:master commit in: sci-physics/abinit/ Justin Lecher
2015-02-08 21:07 Christoph Junghans
2014-09-17 20:01 Christoph Junghans
2014-06-27 13:54 Honza Macháček
2013-10-03 12:52 Honza Macháček
2013-09-26  9:41 Honza Macháček
2013-09-20  9:48 Justin Lecher
2013-09-19 18:03 Honza Macháček
2013-09-26  9:41 ` Honza Macháček
2013-02-22 10:15 Justin Lecher
2012-06-19 14:14 Honza Macháček
2012-05-15  8:27 Honza Macháček
2012-03-23  8:16 Honza Macháček
2012-03-23  8:02 Honza Macháček
2011-09-27 12:22 Honza Macháček
2011-06-29 15:28 Honza Macháček
2011-06-29 11:31 Honza Macháček
2011-06-24 17:09 Justin Lecher
2011-06-24 17:09 Justin Lecher
2011-06-24 17:09 Justin Lecher
2011-06-21 11:54 Justin Lecher
2011-05-11 17:05 Dongxu Li
2011-05-10  9:54 Honza Macháček
2011-04-26 18:39 Dongxu Li
2011-04-09 21:11 Dongxu Li
2011-02-05 19:22 Honza Macháček

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1337715452.cb39dfd7ed9b4b00abfd7791c83946eb1ce6d074.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox