summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/openbabel/openbabel-2.0.1.ebuild')
-rw-r--r--sci-chemistry/openbabel/openbabel-2.0.1.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/sci-chemistry/openbabel/openbabel-2.0.1.ebuild b/sci-chemistry/openbabel/openbabel-2.0.1.ebuild
deleted file mode 100644
index 6653674513bb..000000000000
--- a/sci-chemistry/openbabel/openbabel-2.0.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.0.1.ebuild,v 1.3 2006/08/03 22:52:28 gustavoz 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
- dodoc AUTHORS ChangeLog NEWS README THANKS
- cd doc
- dohtml *.html *.png
- dodoc *.inc README* *.inc *.mol2
-}