summaryrefslogtreecommitdiff
blob: 3266e45e2ae2c7347a1d67374f0a8f21bdb96faf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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}"