diff options
Diffstat (limited to 'sci-chemistry/avogadro/avogadro-0.9.9.ebuild')
-rw-r--r-- | sci-chemistry/avogadro/avogadro-0.9.9.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/sci-chemistry/avogadro/avogadro-0.9.9.ebuild b/sci-chemistry/avogadro/avogadro-0.9.9.ebuild deleted file mode 100644 index 285fe5e41839..000000000000 --- a/sci-chemistry/avogadro/avogadro-0.9.9.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/avogadro/avogadro-0.9.9.ebuild,v 1.2 2010/05/21 15:33:28 jlec Exp $ - -EAPI=2 - -PYTHON_DEPEND="python? 2:2.5" - -inherit cmake-utils eutils python - -DESCRIPTION="Advanced molecular editor that uses Qt4 and OpenGL" -HOMEPAGE="http://avogadro.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+glsl python" - -RDEPEND=">=sci-chemistry/openbabel-2.2.2 - >=x11-libs/qt-gui-4.5.2:4 - >=x11-libs/qt-opengl-4.5.2:4 - glsl? ( >=media-libs/glew-1.5.0 ) - python? ( - >=dev-libs/boost-1.35 - >=dev-libs/boost-1.35.0-r5[python] - dev-python/numpy - dev-python/sip - )" -DEPEND="${RDEPEND} - dev-cpp/eigen:2 - >=dev-util/cmake-2.6.2" - -pkg_setup() { - python_set_active_version 2 -} - -src_configure() { - local mycmakeargs - mycmakeargs="${mycmakeargs} - -DENABLE_THREADGL=FALSE - -DENABLE_RPATH=OFF - -DENABLE_UPDATE_CHECKER=OFF - $(cmake-utils_use_enable glsl GLSL) - $(cmake-utils_use_enable python PYTHON)" - - cmake-utils_src_configure -} |