commit: f4eb2e39bf429982b8794033360b010f0e85e5b4
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 21:47:01 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 21:47:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4eb2e39
dev-lisp/asdf: Bumps last version as requested in bug #605752 comment #4
Package-Manager: portage-2.3.3
dev-lisp/asdf/{asdf-3.2.0.ebuild => asdf-3.2.0-r1.ebuild} | 1 -
dev-lisp/asdf/asdf-3.2.0.ebuild | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-lisp/asdf/asdf-3.2.0.ebuild
b/dev-lisp/asdf/asdf-3.2.0-r1.ebuild
similarity index 93%
copy from dev-lisp/asdf/asdf-3.2.0.ebuild
copy to dev-lisp/asdf/asdf-3.2.0-r1.ebuild
index 085373ac68..5e97a01ef0 100644
--- a/dev-lisp/asdf/asdf-3.2.0.ebuild
+++ b/dev-lisp/asdf/asdf-3.2.0-r1.ebuild
@@ -29,7 +29,6 @@ PDEPEND="~dev-lisp/uiop-${PV}"
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")
(cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf)
}
diff --git a/dev-lisp/asdf/asdf-3.2.0.ebuild b/dev-lisp/asdf/asdf-3.2.0.ebuild
index 085373ac68..3daee10285 100644
--- a/dev-lisp/asdf/asdf-3.2.0.ebuild
+++ b/dev-lisp/asdf/asdf-3.2.0.ebuild
@@ -29,8 +29,7 @@ PDEPEND="~dev-lisp/uiop-${PV}"
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")
- (cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf)
+ (cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf ;
doinfo "${PN}.info")
}
src_compile() {