summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2008-03-01 17:50:03 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2008-03-01 17:50:03 +0000
commitda8c3c251a620279e84e3a9fae354bb445732c26 (patch)
tree5a63e48ecc1cba9e85af19d3d8a7a595da7a28ac /sci-chemistry
parentAdded even more details how to keep metasploit up to date. (diff)
downloadgentoo-2-da8c3c251a620279e84e3a9fae354bb445732c26.tar.gz
gentoo-2-da8c3c251a620279e84e3a9fae354bb445732c26.tar.bz2
gentoo-2-da8c3c251a620279e84e3a9fae354bb445732c26.zip
Version bump.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/openbabel/ChangeLog10
-rw-r--r--sci-chemistry/openbabel/openbabel-2.2.0_beta4.ebuild22
2 files changed, 30 insertions, 2 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog
index e0b4204d00e3..22ef8a868201 100644
--- a/sci-chemistry/openbabel/ChangeLog
+++ b/sci-chemistry/openbabel/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-chemistry/openbabel
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.13 2007/07/11 09:40:23 cryos Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.14 2008/03/01 17:50:03 cryos Exp $
+
+*openbabel-2.2.0_beta4 (01 Mar 2008)
+
+ 01 Mar 2008; Marcus D. Hanwell <cryos@gentoo.org>
+ +openbabel-2.2.0_beta4.ebuild:
+ Version bump.
*openbabel-2.1.1 (11 Jul 2007)
diff --git a/sci-chemistry/openbabel/openbabel-2.2.0_beta4.ebuild b/sci-chemistry/openbabel/openbabel-2.2.0_beta4.ebuild
new file mode 100644
index 000000000000..123ca8e52370
--- /dev/null
+++ b/sci-chemistry/openbabel/openbabel-2.2.0_beta4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.0_beta4.ebuild,v 1.1 2008/03/01 17:50:03 cryos Exp $
+
+DESCRIPTION="Open Babel interconverts file formats used in molecular modeling"
+SRC_URI="mirror://sourceforge/openbabel/${PN}-2.2.0b4-20080301-r2299.tar.gz"
+HOMEPAGE="http://openbabel.sourceforge.net/"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+RDEPEND="!sci-chemistry/babel"
+
+S=${WORKDIR}/${PN}-2.2.0b4
+
+src_install () {
+ make DESTDIR="${D}" install || die "make install failed."
+ dodoc AUTHORS ChangeLog NEWS README THANKS
+ cd doc
+ dohtml *.html *.png
+ dodoc *.inc README* *.inc *.mol2
+}