diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2008-05-19 17:19:29 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2008-05-19 17:19:29 +0000 |
commit | fd7fbd3d959795ba782797ef0852e25636f655dd (patch) | |
tree | 8a1db91fd69646c6cb7a8c0cbe1580e49801a270 /sci-chemistry/openbabel | |
parent | Move pkgconfig to DEPEND. (diff) | |
download | gentoo-2-fd7fbd3d959795ba782797ef0852e25636f655dd.tar.gz gentoo-2-fd7fbd3d959795ba782797ef0852e25636f655dd.tar.bz2 gentoo-2-fd7fbd3d959795ba782797ef0852e25636f655dd.zip |
Version bump.
(Portage version: 2.1.5)
Diffstat (limited to 'sci-chemistry/openbabel')
-rw-r--r-- | sci-chemistry/openbabel/ChangeLog | 8 | ||||
-rw-r--r-- | sci-chemistry/openbabel/openbabel-2.2.0_beta5.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog index 4bcaad070bc9..8384957c7715 100644 --- a/sci-chemistry/openbabel/ChangeLog +++ b/sci-chemistry/openbabel/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/openbabel # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.16 2008/04/27 20:06:38 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.17 2008/05/19 17:19:29 cryos Exp $ + +*openbabel-2.2.0_beta5 (19 May 2008) + + 19 May 2008; Marcus D. Hanwell <cryos@gentoo.org> + +openbabel-2.2.0_beta5.ebuild: + Version bump. 27 Apr 2008; Marcus D. Hanwell <cryos@gentoo.org> -openbabel-2.2.0_beta4.ebuild: diff --git a/sci-chemistry/openbabel/openbabel-2.2.0_beta5.ebuild b/sci-chemistry/openbabel/openbabel-2.2.0_beta5.ebuild new file mode 100644 index 000000000000..783b045a7790 --- /dev/null +++ b/sci-chemistry/openbabel/openbabel-2.2.0_beta5.ebuild @@ -0,0 +1,24 @@ +# 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_beta5.ebuild,v 1.1 2008/05/19 17:19:29 cryos Exp $ + +inherit eutils + +DESCRIPTION="Open Babel interconverts file formats used in molecular modeling" +SRC_URI="mirror://sourceforge/openbabel/${PN}-2.2.0b5-20080517-r2469.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.0b5 + +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 +} |