sci-physics/espresso: Fix whitespace and drop CVS header
authorTobias Klausmann <klausman@gentoo.org>
Mon, 6 Mar 2017 13:47:48 +0000 (14:47 +0100)
committerTobias Klausmann <klausman@gentoo.org>
Mon, 6 Mar 2017 13:47:48 +0000 (14:47 +0100)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

sci-physics/espresso/espresso-4.0_pre20170228.ebuild

index 252f74e2e5c6b674e5108fad9dc6e50c6a0976e3..dc6d46c9b7cde9a8ed3cea4733cdc34492c720ca 100644 (file)
@@ -1,6 +1,5 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 
@@ -91,7 +90,7 @@ src_install() {
                newdoc "${docdir}"/doc/dg/dg.pdf developer_guide.pdf
                newdoc "${docdir}"/doc/ug/ug.pdf user_guide.pdf
                for i in "${docdir}/doc/tutorials/python"/*/[0-9]*.pdf; do
-                       newdoc "${i}" "tutorial_${i##*/}"
+                       newdoc "${i}" "tutorial_${i##*/}"
                done
                dodoc -r ${CMAKE_BUILD_DIR}/doc/doxygen/html
        fi