aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 19:33:04 +0100
committerJustin Lecher <jlec@gentoo.org>2014-01-06 19:33:04 +0100
commit4723b0b61978b071d10ed3eae3d98c9c3f5d0e32 (patch)
tree398d470e2e72f7611a39a76516f7276ef8d78bf3 /sci-chemistry/openbabel
parentsci-libs/trilinos: Fix moced dep (diff)
downloadsci-4723b0b61978b071d10ed3eae3d98c9c3f5d0e32.tar.gz
sci-4723b0b61978b071d10ed3eae3d98c9c3f5d0e32.tar.bz2
sci-4723b0b61978b071d10ed3eae3d98c9c3f5d0e32.zip
sci-chemistry/openbabel: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8
Diffstat (limited to 'sci-chemistry/openbabel')
-rw-r--r--sci-chemistry/openbabel/ChangeLog6
-rw-r--r--sci-chemistry/openbabel/metadata.xml18
-rw-r--r--sci-chemistry/openbabel/openbabel-9999.ebuild9
3 files changed, 19 insertions, 14 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog
index e8bb2238c..08338ff92 100644
--- a/sci-chemistry/openbabel/ChangeLog
+++ b/sci-chemistry/openbabel/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-chemistry/openbabel
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> openbabel-9999.ebuild,
+ metadata.xml:
+ Switch from git-2 to git-r3
+
14 Nov 2013; Reinis Danne <rei4dan@gmail.com> openbabel-9999.ebuild:
Adjust for README -> README.md rename.
diff --git a/sci-chemistry/openbabel/metadata.xml b/sci-chemistry/openbabel/metadata.xml
index f0fb5eeb9..e366d5fd9 100644
--- a/sci-chemistry/openbabel/metadata.xml
+++ b/sci-chemistry/openbabel/metadata.xml
@@ -8,13 +8,13 @@
search, convert, analyze, or store data from molecular modeling, chemistry,
solid-state materials, biochemistry, or related areas.
</longdescription>
- <use>
- <flag name="doc">Install API dicumentation.</flag>
- <flag name="openmp">Enable parallelization using OpenMP.</flag>
- <flag name="java">Install Java bindings.</flag>
- <flag name="perl">Install Perl bindings.</flag>
- <flag name="python">Install Python bindings and PyBel.</flag>
- <flag name="ruby">Install Ruby bindings.</flag>
- <flag name="wxwidgets">Build Open Babel GUI.</flag>
- </use>
+ <use>
+ <flag name="doc">Install API dicumentation.</flag>
+ <flag name="openmp">Enable parallelization using OpenMP.</flag>
+ <flag name="java">Install Java bindings.</flag>
+ <flag name="perl">Install Perl bindings.</flag>
+ <flag name="python">Install Python bindings and PyBel.</flag>
+ <flag name="ruby">Install Ruby bindings.</flag>
+ <flag name="wxwidgets">Build Open Babel GUI.</flag>
+ </use>
</pkgmetadata>
diff --git a/sci-chemistry/openbabel/openbabel-9999.ebuild b/sci-chemistry/openbabel/openbabel-9999.ebuild
index b653f2486..21eb5713a 100644
--- a/sci-chemistry/openbabel/openbabel-9999.ebuild
+++ b/sci-chemistry/openbabel/openbabel-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,10 +6,11 @@ EAPI=5
WX_GTK_VER="2.8"
-inherit cmake-utils eutils git-2 wxwidgets
+inherit cmake-utils eutils git-r3 wxwidgets
DESCRIPTION="Interconverts file formats used in molecular modeling"
HOMEPAGE="http://openbabel.sourceforge.net/"
+SRC_URI=""
EGIT_REPO_URI="https://github.com/openbabel/openbabel.git"
LICENSE="GPL-2"
@@ -23,7 +24,7 @@ RDEPEND="
!sci-chemistry/babel
sci-libs/inchi
sys-libs/zlib
- wxwidgets? ( x11-libs/wxGTK:2.8[X] )"
+ wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
DEPEND="${RDEPEND}
>=dev-util/cmake-2.4.8
doc? ( app-doc/doxygen )"
@@ -33,7 +34,7 @@ PDEPEND="
python? ( sci-chemistry/openbabel-python )
ruby? ( sci-chemistry/openbabel-ruby )"
-DOCS="AUTHORS ChangeLog NEWS README.md THANKS doc/*.inc doc/README* doc/*.mol2"
+DOCS=( AUTHORS ChangeLog NEWS README.md THANKS doc/*.inc doc/README* doc/*.mol2 )
pkg_setup() {
if use openmp; then