sci-chemistry/ghemical: Bump EAPI to 6

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2017-04-14 19:16:53 +01:00
parent 196ce403db
commit 6c14143f81
2 changed files with 14 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="3"
EAPI=6
inherit autotools eutils
@@ -28,8 +28,10 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/pkgconfig"
PATCHES=( "${FILESDIR}"/2.99.2-docs.patch )
src_prepare() {
epatch "${FILESDIR}"/2.99.2-docs.patch
default
eautoreconf
}
@@ -49,6 +51,6 @@ src_configure() {
}
src_install() {
emake DESTDIR="${D}" install || die "install failed"
emake DESTDIR="${D}" install
make_desktop_entry /usr/bin/ghemical Ghemical /usr/share/ghemical/${PV}/pixmaps/ghemical.png
}

View File

@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci-chemistry@gentoo.org</email>
<name>Gentoo Chemistry Project</name>
</maintainer>
<longdescription>
<maintainer type="project">
<email>sci-chemistry@gentoo.org</email>
<name>Gentoo Chemistry Project</name>
</maintainer>
<longdescription>
Ghemical supports both quantum-mechanics (semi-empirical and ab initio) models
and molecular mechanics models (there is an experimental Tripos 5.2-like force
field for organic molecules). Also a tool for reduced protein models is
included. Geometry optimization, molecular dynamics and a large set of
visualization tools are currently available.
</longdescription>
<use>
<flag name="openbabel">Use <pkg>sci-chemistry/openbabel</pkg> for file
<use>
<flag name="openbabel">Use <pkg>sci-chemistry/openbabel</pkg> for file
conversions</flag>
</use>
</use>
</pkgmetadata>