aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinis Danne <rei4dan@gmail.com>2010-11-13 03:37:17 +0200
committerReinis Danne <rei4dan@gmail.com>2010-11-13 03:37:17 +0200
commit7075c08fdddfcf01f7b37d5cc4ad4f628b34854e (patch)
tree623ca53d8f9d7d5a5374f0b887aed7c3c2facf3e /sci-chemistry/openbabel
parentBump and cleanup. Drop keywords until #345231 is fixed. (diff)
downloadsci-7075c08fdddfcf01f7b37d5cc4ad4f628b34854e.tar.gz
sci-7075c08fdddfcf01f7b37d5cc4ad4f628b34854e.tar.bz2
sci-7075c08fdddfcf01f7b37d5cc4ad4f628b34854e.zip
sci-chemistry/openbabel: Version bump
Diffstat (limited to 'sci-chemistry/openbabel')
-rw-r--r--sci-chemistry/openbabel/ChangeLog10
-rw-r--r--sci-chemistry/openbabel/Manifest4
-rw-r--r--sci-chemistry/openbabel/metadata.xml11
-rw-r--r--sci-chemistry/openbabel/openbabel-2.3.0.ebuild25
4 files changed, 50 insertions, 0 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog
new file mode 100644
index 000000000..d5b4ffd45
--- /dev/null
+++ b/sci-chemistry/openbabel/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-chemistry/openbabel
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*openbabel-2.3.0 (13 Nov 2010)
+
+ 13 Nov 2010; Reinis Danne <rei4dan@gmail.com> +openbabel-2.3.0.ebuild,
+ +metadata.xml:
+ Version bump.
+
diff --git a/sci-chemistry/openbabel/Manifest b/sci-chemistry/openbabel/Manifest
new file mode 100644
index 000000000..9e0116123
--- /dev/null
+++ b/sci-chemistry/openbabel/Manifest
@@ -0,0 +1,4 @@
+DIST openbabel-2.3.0.tar.gz 14321281 RMD160 96dafa3c2aca544f79e08b5617ab0da845c28a16 SHA1 408a4bddb7f052fd89c57ea51b4204b721856b16 SHA256 6dadcb256d83b1f2e616fa1853dd1afadb23550a20d1c118b406231a09f861fb
+EBUILD openbabel-2.3.0.ebuild 671 RMD160 67b823d35e163dfc7c52975c51d71bb7f7254231 SHA1 119aea7ddda1f41548f0ca10f1230490d7fcc517 SHA256 e21241ae2dbc3d4b18c1ec405e10a070c89f020d70ccd9ba88434c964be20397
+MISC ChangeLog 263 RMD160 dcd2f2d08de559bd7df9bc31d2476529da7efa1c SHA1 7519c78ceca1239728409f2676191ee087bccddb SHA256 0b40490b2c8d5bfa262bd1c40b3991f18639d926e832ab5b230cdbc119c55de3
+MISC metadata.xml 490 RMD160 443b08385246148cc37ad53df59658eabcb07cf3 SHA1 4a031d5b463dbcc4fea187c155f4771ee57683fc SHA256 dba1cb37e8e79e9816a15bcad3ceeffd991572ddad57ad58607ebb110a79b5a5
diff --git a/sci-chemistry/openbabel/metadata.xml b/sci-chemistry/openbabel/metadata.xml
new file mode 100644
index 000000000..d0238ddef
--- /dev/null
+++ b/sci-chemistry/openbabel/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci-chemistry</herd>
+ <longdescription>
+ Open Babel is a chemical toolbox designed to speak the many languages of
+ chemical data. It's an open, collaborative project allowing anyone to
+ search, convert, analyze, or store data from molecular modeling, chemistry,
+ solid-state materials, biochemistry, or related areas.
+ </longdescription>
+</pkgmetadata>
diff --git a/sci-chemistry/openbabel/openbabel-2.3.0.ebuild b/sci-chemistry/openbabel/openbabel-2.3.0.ebuild
new file mode 100644
index 000000000..743a4a245
--- /dev/null
+++ b/sci-chemistry/openbabel/openbabel-2.3.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.3.ebuild,v 1.11 2010/07/18 14:53:22 armin76 Exp $
+
+EAPI="3"
+
+inherit cmake-utils
+
+DESCRIPTION="Interconverts file formats used in molecular modeling"
+HOMEPAGE="http://openbabel.sourceforge.net/"
+SRC_URI="mirror://sourceforge/openbabel/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/libxml2-2.6.5
+ !sci-chemistry/babel
+ dev-cpp/eigen:2
+ sys-libs/zlib"
+
+DEPEND="${RDEPEND}
+ >=dev-util/cmake-2.4.8"