diff options
Diffstat (limited to 'sci-mathematics/pyquante/pyquante-1.5.0.ebuild')
-rw-r--r-- | sci-mathematics/pyquante/pyquante-1.5.0.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-mathematics/pyquante/pyquante-1.5.0.ebuild b/sci-mathematics/pyquante/pyquante-1.5.0.ebuild deleted file mode 100644 index 3266e45e2..000000000 --- a/sci-mathematics/pyquante/pyquante-1.5.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit distutils - -MY_PN="PyQuante" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="a quantum chemistry package written in Python." -HOMEPAGE="http://pyquante.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" - -IUSE="" -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" |