dev-lisp/asdf: Removes dummy comments
authorChema Alonso Josa <nimiux@gentoo.org>
Tue, 14 Feb 2017 22:08:26 +0000 (23:08 +0100)
committerChema Alonso Josa <nimiux@gentoo.org>
Tue, 14 Feb 2017 22:08:48 +0000 (23:08 +0100)
Package-Manager: portage-2.3.3

dev-lisp/asdf/asdf-3.2.0-r1.ebuild
dev-lisp/asdf/asdf-3.2.0.ebuild

index 5e97a01ef0a57c21e356bfccca6184461a281b23..07a5666b727ffbc5aea4b203780108bab7111752 100644 (file)
@@ -25,8 +25,6 @@ DEPEND="!dev-lisp/cl-${PN}
 RDEPEND=""
 PDEPEND="~dev-lisp/uiop-${PV}"
 
-#S="${WORKDIR}"
-
 install_docs() {
        # Not installing info file at the moment, see bug #605752
        (cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf)
index 3daee10285f2837a6a453ea79fddc03b0a3cdc9b..9dc6b6f2e0bb609ce7ffc2c018ee2c331db432cf 100644 (file)
@@ -25,10 +25,7 @@ DEPEND="!dev-lisp/cl-${PN}
 RDEPEND=""
 PDEPEND="~dev-lisp/uiop-${PV}"
 
-#S="${WORKDIR}"
-
 install_docs() {
-       # Not installing info file at the moment, see bug #605752
        (cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf ; doinfo "${PN}.info")
 }