Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libghemical/
Date: Fri, 14 Apr 2017 19:00:27
Message-Id: 1492196399.867cd6b2da3eef8f3b11e3e7fb826eac9350ecef.jlec@gentoo
1 commit: 867cd6b2da3eef8f3b11e3e7fb826eac9350ecef
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 14 18:48:59 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 18:59:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867cd6b2
7
8 sci-libs/libghemical: Bump EAPI to 6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-libs/libghemical/libghemical-3.0.0.ebuild | 17 ++++++++---------
14 sci-libs/libghemical/metadata.xml | 18 +++++++++---------
15 2 files changed, 17 insertions(+), 18 deletions(-)
16
17 diff --git a/sci-libs/libghemical/libghemical-3.0.0.ebuild b/sci-libs/libghemical/libghemical-3.0.0.ebuild
18 index dad5a06fbfc..6e178a30474 100644
19 --- a/sci-libs/libghemical/libghemical-3.0.0.ebuild
20 +++ b/sci-libs/libghemical/libghemical-3.0.0.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI="3"
27 +EAPI=6
28
29 -inherit autotools eutils
30 +inherit autotools
31
32 DESCRIPTION="Chemical quantum mechanics and molecular mechanics"
33 HOMEPAGE="http://bioinformatics.org/ghemical/"
34 @@ -19,12 +19,15 @@ RDEPEND="
35 mpqc? (
36 >=sci-chemistry/mpqc-2.3.1-r1
37 virtual/blas
38 - virtual/lapack )"
39 + virtual/lapack
40 + )"
41 DEPEND="${RDEPEND}
42 virtual/pkgconfig"
43
44 +PATCHES=( "${FILESDIR}"/${PN}-2.98-gl.patch )
45 +
46 src_prepare() {
47 - epatch "${FILESDIR}"/${PN}-2.98-gl.patch
48 + default
49 eautoreconf
50 }
51
52 @@ -35,7 +38,3 @@ src_configure() {
53 $(use_enable mpqc) \
54 $(use_enable static-libs static)
55 }
56 -
57 -src_install() {
58 - emake DESTDIR="${D}" install || die "install failed"
59 -}
60
61 diff --git a/sci-libs/libghemical/metadata.xml b/sci-libs/libghemical/metadata.xml
62 index 0835bbd6d8c..82a6530d10c 100644
63 --- a/sci-libs/libghemical/metadata.xml
64 +++ b/sci-libs/libghemical/metadata.xml
65 @@ -1,21 +1,21 @@
66 <?xml version="1.0" encoding="UTF-8"?>
67 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 <pkgmetadata>
69 -<maintainer type="project">
70 - <email>sci-chemistry@g.o</email>
71 - <name>Gentoo Chemistry Project</name>
72 -</maintainer>
73 -<longdescription>
74 + <maintainer type="project">
75 + <email>sci-chemistry@g.o</email>
76 + <name>Gentoo Chemistry Project</name>
77 + </maintainer>
78 + <longdescription>
79 Ghemical supports both quantum-mechanics (semi-empirical and ab initio) models
80 and molecular mechanics models (there is an experimental Tripos 5.2-like force
81 field for organic molecules). Also a tool for reduced protein models is
82 included. Geometry optimization, molecular dynamics and a large set of
83 visualization tools are currently available.
84 </longdescription>
85 -<use>
86 - <flag name="mopac7">Use <pkg>sci-chemistry/mopac7</pkg> for semi-empirical
87 + <use>
88 + <flag name="mopac7">Use <pkg>sci-chemistry/mopac7</pkg> for semi-empirical
89 calculations</flag>
90 - <flag name="mpqc">Use <pkg>sci-chemistry/mpqc</pkg> for quantum-mechanical
91 + <flag name="mpqc">Use <pkg>sci-chemistry/mpqc</pkg> for quantum-mechanical
92 calculations</flag>
93 -</use>
94 + </use>
95 </pkgmetadata>