diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2008-04-27 20:06:38 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2008-04-27 20:06:38 +0000 |
commit | 3210c61c4640294b29084c413d52fc9c4f6056db (patch) | |
tree | 27299df385695d048ea228faa72dc2723e470202 /sci-chemistry/openbabel | |
parent | amd64 stable, bug #211286 (diff) | |
download | gentoo-2-3210c61c4640294b29084c413d52fc9c4f6056db.tar.gz gentoo-2-3210c61c4640294b29084c413d52fc9c4f6056db.tar.bz2 gentoo-2-3210c61c4640294b29084c413d52fc9c4f6056db.zip |
Removed in favour of newer revision.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'sci-chemistry/openbabel')
-rw-r--r-- | sci-chemistry/openbabel/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/openbabel/openbabel-2.2.0_beta4.ebuild | 22 |
2 files changed, 5 insertions, 23 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog index 234f03226230..4bcaad070bc9 100644 --- a/sci-chemistry/openbabel/ChangeLog +++ b/sci-chemistry/openbabel/ChangeLog @@ -1,6 +1,10 @@ # 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.15 2008/04/21 05:52:31 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.16 2008/04/27 20:06:38 cryos Exp $ + + 27 Apr 2008; Marcus D. Hanwell <cryos@gentoo.org> + -openbabel-2.2.0_beta4.ebuild: + Removed in favour of newer revision. *openbabel-2.2.0_beta4-r1 (21 Apr 2008) diff --git a/sci-chemistry/openbabel/openbabel-2.2.0_beta4.ebuild b/sci-chemistry/openbabel/openbabel-2.2.0_beta4.ebuild deleted file mode 100644 index 123ca8e52370..000000000000 --- a/sci-chemistry/openbabel/openbabel-2.2.0_beta4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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 -} |