Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/asdf/
Date: Tue, 14 Feb 2017 22:01:40
Message-Id: 1487108845.f4eb2e39bf429982b8794033360b010f0e85e5b4.nimiux@gentoo
1 commit: f4eb2e39bf429982b8794033360b010f0e85e5b4
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 21:47:01 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 21:47:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4eb2e39
7
8 dev-lisp/asdf: Bumps last version as requested in bug #605752 comment #4
9
10 Package-Manager: portage-2.3.3
11
12 dev-lisp/asdf/{asdf-3.2.0.ebuild => asdf-3.2.0-r1.ebuild} | 1 -
13 dev-lisp/asdf/asdf-3.2.0.ebuild | 3 +--
14 2 files changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/dev-lisp/asdf/asdf-3.2.0.ebuild b/dev-lisp/asdf/asdf-3.2.0-r1.ebuild
17 similarity index 93%
18 copy from dev-lisp/asdf/asdf-3.2.0.ebuild
19 copy to dev-lisp/asdf/asdf-3.2.0-r1.ebuild
20 index 085373ac68..5e97a01ef0 100644
21 --- a/dev-lisp/asdf/asdf-3.2.0.ebuild
22 +++ b/dev-lisp/asdf/asdf-3.2.0-r1.ebuild
23 @@ -29,7 +29,6 @@ PDEPEND="~dev-lisp/uiop-${PV}"
24
25 install_docs() {
26 # Not installing info file at the moment, see bug #605752
27 - #(cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf ; doinfo "${PN}.info")
28 (cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf)
29 }
30
31
32 diff --git a/dev-lisp/asdf/asdf-3.2.0.ebuild b/dev-lisp/asdf/asdf-3.2.0.ebuild
33 index 085373ac68..3daee10285 100644
34 --- a/dev-lisp/asdf/asdf-3.2.0.ebuild
35 +++ b/dev-lisp/asdf/asdf-3.2.0.ebuild
36 @@ -29,8 +29,7 @@ PDEPEND="~dev-lisp/uiop-${PV}"
37
38 install_docs() {
39 # Not installing info file at the moment, see bug #605752
40 - #(cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf ; doinfo "${PN}.info")
41 - (cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf)
42 + (cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf ; doinfo "${PN}.info")
43 }
44
45 src_compile() {