diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 05:48:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 05:48:10 +0000 |
commit | 1092ea921ec0d36602fdd2850392657b0c36a7d8 (patch) | |
tree | 6a1afde4fabacf59e0939fea9ef75c5054a916ee /sci-chemistry/pdb2pqr | |
parent | whitespace (diff) | |
download | historical-1092ea921ec0d36602fdd2850392657b0c36a7d8.tar.gz historical-1092ea921ec0d36602fdd2850392657b0c36a7d8.tar.bz2 historical-1092ea921ec0d36602fdd2850392657b0c36a7d8.zip |
whitespace
Package-Manager: portage-2.1.2.9
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, 2 insertions, 6 deletions
diff --git a/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild b/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild index 4e293093dc4e..c8c5d1e9cf61 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.6 2007/06/26 02:40:55 mr_bones_ Exp $ +# $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 $ inherit eutils fortran multilib flag-o-matic distutils @@ -68,9 +68,7 @@ EOF exeinto /usr/bin doexe ${T}/${PN} || die "Failed to install pdb2pqr wrapper." - dodoc ChangeLog NEWS README AUTHORS || \ die "Failed to install docs" dohtml -r doc/* || die "Failed to install html docs." } - diff --git a/sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild b/sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild index 2b6205163702..94794e5604bf 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.2 2007/06/26 02:40:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.2.1.ebuild,v 1.3 2007/07/13 05:48:10 mr_bones_ Exp $ inherit eutils fortran multilib flag-o-matic distutils @@ -60,9 +60,7 @@ EOF exeinto /usr/bin doexe ${T}/${PN} || die "Failed to install pdb2pqr wrapper." - dodoc ChangeLog NEWS README AUTHORS || \ die "Failed to install docs" dohtml -r doc/* || die "Failed to install html docs." } - |