diff options
Diffstat (limited to 'sci-chemistry/pdb2pqr')
-rw-r--r-- | sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild b/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild index 96e647a5d466..4e293093dc4e 100644 --- a/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild +++ b/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.5 2007/02/06 13:48:56 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild,v 1.6 2007/06/26 02:40:55 mr_bones_ Exp $ inherit eutils fortran multilib flag-o-matic distutils @@ -59,7 +59,7 @@ src_install() { insinto "${INPATH}"/dat doins dat/* || die "Installing data failed." - # generate pdb2pqr wrapper + # generate pdb2pqr wrapper cat >> "${T}"/${PN} << EOF #!/bin/sh ${python} ${INPATH}/${PN}.py \$* diff --git a/sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild b/sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild index f5500a30a3a5..2b6205163702 100644 --- a/sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild +++ b/sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild,v 1.1 2007/04/03 15:54:17 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild,v 1.2 2007/06/26 02:40:55 mr_bones_ Exp $ inherit eutils fortran multilib flag-o-matic distutils @@ -51,7 +51,7 @@ src_install() { insinto "${INPATH}"/dat doins dat/* || die "Installing data failed." - # generate pdb2pqr wrapper + # generate pdb2pqr wrapper cat >> "${T}"/${PN} << EOF #!/bin/sh ${python} ${INPATH}/${PN}.py \$* |