diff options
Diffstat (limited to 'sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild')
-rw-r--r-- | sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild b/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild index c8c5d1e9cf61..c5b3c57cf836 100644 --- a/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild +++ b/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild,v 1.7 2007/07/13 05:48:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild,v 1.8 2008/02/06 15:14:10 markusle Exp $ inherit eutils fortran multilib flag-o-matic distutils -DESCRIPTION="pdb2pqr is an automated pipeline for the setup, execution, and analysis of Poisson-Boltzmann electrostatics calculations" +DESCRIPTION="pdb2pqr is an automated pipeline for performing Poisson-Boltzmann electrostatics calculations" LICENSE="GPL-2" HOMEPAGE="http://pdb2pqr.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -18,7 +18,7 @@ DEPEND="dev-lang/python" FORTRAN="g77 gfortran" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-gcc4-gentoo.patch @@ -66,7 +66,7 @@ ${python} ${INPATH}/${PN}.py \$* EOF exeinto /usr/bin - doexe ${T}/${PN} || die "Failed to install pdb2pqr wrapper." + doexe "${T}"/${PN} || die "Failed to install pdb2pqr wrapper." dodoc ChangeLog NEWS README AUTHORS || \ die "Failed to install docs" |