summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2007-04-08 14:55:03 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2007-04-08 14:55:03 +0000
commitf4a186c1a897ef00e6e4ed0f320d57f3eae14a87 (patch)
tree7c9e8cada97cc73256403e35e8d543376ddcc85d /sci-chemistry/openbabel
parentUpdate metadata. (diff)
downloadgentoo-2-f4a186c1a897ef00e6e4ed0f320d57f3eae14a87.tar.gz
gentoo-2-f4a186c1a897ef00e6e4ed0f320d57f3eae14a87.tar.bz2
gentoo-2-f4a186c1a897ef00e6e4ed0f320d57f3eae14a87.zip
Version bump and added a longdescription in metadata.
(Portage version: 2.1.2.3)
Diffstat (limited to 'sci-chemistry/openbabel')
-rw-r--r--sci-chemistry/openbabel/ChangeLog8
-rw-r--r--sci-chemistry/openbabel/files/digest-openbabel-2.1.03
-rw-r--r--sci-chemistry/openbabel/metadata.xml8
-rw-r--r--sci-chemistry/openbabel/openbabel-2.1.0.ebuild20
4 files changed, 37 insertions, 2 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog
index 03563887df6b..6e0d9f56672b 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.11 2007/01/07 02:24:00 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.12 2007/04/08 14:55:03 cryos Exp $
+
+*openbabel-2.1.0 (08 Apr 2007)
+
+ 08 Apr 2007; Marcus D. Hanwell <cryos@gentoo.org> metadata.xml,
+ +openbabel-2.1.0.ebuild:
+ Version bump and added a longdescription in metadata.
07 Jan 2007; Danny van Dyk <kugelfang@gentoo.org>
-openbabel-1.100.2.ebuild, -openbabel-2.0.1.ebuild:
diff --git a/sci-chemistry/openbabel/files/digest-openbabel-2.1.0 b/sci-chemistry/openbabel/files/digest-openbabel-2.1.0
new file mode 100644
index 000000000000..0de5faff8df8
--- /dev/null
+++ b/sci-chemistry/openbabel/files/digest-openbabel-2.1.0
@@ -0,0 +1,3 @@
+MD5 0a227d336a81f3e62854d25acc562577 openbabel-2.1.0.tar.gz 6559619
+RMD160 c096f71f110c2fbcd4c0f113afb68f46d0818011 openbabel-2.1.0.tar.gz 6559619
+SHA256 3cce3bad0990c59221f7b25f159096f69c87429725d479673748a36f52fa9da7 openbabel-2.1.0.tar.gz 6559619
diff --git a/sci-chemistry/openbabel/metadata.xml b/sci-chemistry/openbabel/metadata.xml
index 9ac9ffdb3a41..d0238ddefc03 100644
--- a/sci-chemistry/openbabel/metadata.xml
+++ b/sci-chemistry/openbabel/metadata.xml
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-chemistry</herd>
+ <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.1.0.ebuild b/sci-chemistry/openbabel/openbabel-2.1.0.ebuild
new file mode 100644
index 000000000000..df55e30ea942
--- /dev/null
+++ b/sci-chemistry/openbabel/openbabel-2.1.0.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.0.ebuild,v 1.1 2007/04/08 14:55:03 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
+}