summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2007-07-11 09:40:23 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2007-07-11 09:40:23 +0000
commitc1dbfbcaef691e7d5bc96a741afeeac7c9065684 (patch)
tree7a37174dbf03bb41a6a189a6b8a1a25d87687be6 /sci-chemistry/openbabel
parentcobalt arch use flag for sbcl (diff)
downloadgentoo-2-c1dbfbcaef691e7d5bc96a741afeeac7c9065684.tar.gz
gentoo-2-c1dbfbcaef691e7d5bc96a741afeeac7c9065684.tar.bz2
gentoo-2-c1dbfbcaef691e7d5bc96a741afeeac7c9065684.zip
Version bump.
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'sci-chemistry/openbabel')
-rw-r--r--sci-chemistry/openbabel/ChangeLog7
-rw-r--r--sci-chemistry/openbabel/files/digest-openbabel-2.1.13
-rw-r--r--sci-chemistry/openbabel/openbabel-2.1.1.ebuild20
3 files changed, 29 insertions, 1 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog
index 6e0d9f56672b..e0b4204d00e3 100644
--- a/sci-chemistry/openbabel/ChangeLog
+++ b/sci-chemistry/openbabel/ChangeLog
@@ -1,6 +1,11 @@
# 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.12 2007/04/08 14:55:03 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.13 2007/07/11 09:40:23 cryos Exp $
+
+*openbabel-2.1.1 (11 Jul 2007)
+
+ 11 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> +openbabel-2.1.1.ebuild:
+ Version bump.
*openbabel-2.1.0 (08 Apr 2007)
diff --git a/sci-chemistry/openbabel/files/digest-openbabel-2.1.1 b/sci-chemistry/openbabel/files/digest-openbabel-2.1.1
new file mode 100644
index 000000000000..34b351c45836
--- /dev/null
+++ b/sci-chemistry/openbabel/files/digest-openbabel-2.1.1
@@ -0,0 +1,3 @@
+MD5 a2a002c6913d6fb94fdc7dede2166194 openbabel-2.1.1.tar.gz 6149509
+RMD160 c8f462c92a109344e1cfc215be169ae0889a092d openbabel-2.1.1.tar.gz 6149509
+SHA256 2e36ac296d60ca2b296743e766b8180d11c18eaa46c09808abeb28934e64fbe5 openbabel-2.1.1.tar.gz 6149509
diff --git a/sci-chemistry/openbabel/openbabel-2.1.1.ebuild b/sci-chemistry/openbabel/openbabel-2.1.1.ebuild
new file mode 100644
index 000000000000..57ce932ba08b
--- /dev/null
+++ b/sci-chemistry/openbabel/openbabel-2.1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.1.1.ebuild,v 1.1 2007/07/11 09:40:23 cryos Exp $
+
+DESCRIPTION="Open Babel interconverts file formats used in molecular modeling"
+SRC_URI="mirror://sourceforge/openbabel/${P}.tar.gz"
+HOMEPAGE="http://openbabel.sourceforge.net/"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+RDEPEND="!sci-chemistry/babel"
+
+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
+}