# Copyright 2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /home/camp/CVSROOT/CamposEbuilds/portage/sci-calculators/campos-gridpaw/campos-gridpaw-0.9.0.ebuild,v 1.4 2006/02/15 10:27:52 schiotz Exp $ inherit eutils distutils PYTHON_MODNAME="gridpaw" MY_P=gpaw-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Real-spaced implementation of Density Functional Theory with Projector-Augmented Waves" HOMEPAGE="http://wiki.fysik.dtu.dk/gridcode" # self-signed certificate for https generates wget errors #SRC_URI="http://wiki.fysik.dtu.dk/stuff/${MY_P}.tar.gz" SRC_URI="mirror://gentoo/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="virtual/lapack >=sci-physics/campos-ase-2.0" DEPEND="${RDEPEND}" pkg_postinst() { elog "The users need to install atomic setup files themselves. See https://wiki.fysik.dtu.dk/gridcode/Setups" }