summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Grant (dgrant) <davidgrant@gmail.com>2007-03-12 17:38:38 +0000
committerDavid Grant (dgrant) <davidgrant@gmail.com>2007-03-12 17:38:38 +0000
commit1f5af499c384738d791f9c6b13d4a152e1c38314 (patch)
treea4a270546d6b022a4fed99e60046884775fce3f5 /sci-mathematics/pyquante/pyquante-1.5.1.ebuild
parentsys-fs/aufs: Fix up the postinst/postrm checks a bit (diff)
downloadsunrise-1f5af499c384738d791f9c6b13d4a152e1c38314.tar.gz
sunrise-1f5af499c384738d791f9c6b13d4a152e1c38314.tar.bz2
sunrise-1f5af499c384738d791f9c6b13d4a152e1c38314.zip
sci-mathematics/pyquante: version bump
svn path=/sunrise/; revision=3210
Diffstat (limited to 'sci-mathematics/pyquante/pyquante-1.5.1.ebuild')
-rw-r--r--sci-mathematics/pyquante/pyquante-1.5.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-mathematics/pyquante/pyquante-1.5.1.ebuild b/sci-mathematics/pyquante/pyquante-1.5.1.ebuild
new file mode 100644
index 000000000..3266e45e2
--- /dev/null
+++ b/sci-mathematics/pyquante/pyquante-1.5.1.ebuild
@@ -0,0 +1,22 @@
+# 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}"