Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 883439 | Differences between
and this patch

Collapse All | Expand All

(-)a/dev-lisp/asdf/asdf-3.3.5.ebuild (-11 / +9 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=7
Lines 17-24 RESTRICT="!test? ( test )" Link Here
17
17
18
DEPEND="!dev-lisp/cl-${PN}
18
DEPEND="!dev-lisp/cl-${PN}
19
	!<dev-lisp/asdf-2.33-r3
19
	!<dev-lisp/asdf-2.33-r3
20
	doc? ( virtual/texi2dvi )
21
	test? ( virtual/commonlisp )"
20
	test? ( virtual/commonlisp )"
21
BDEPEND="doc? ( sys-apps/texinfo )"
22
PDEPEND="virtual/commonlisp
22
PDEPEND="virtual/commonlisp
23
	~dev-lisp/uiop-${PV}"
23
	~dev-lisp/uiop-${PV}"
24
24
Lines 31-45 install_docs() { Link Here
31
	(
31
	(
32
		cd doc || die
32
		cd doc || die
33
		dodoc *.{html,css,ico,png} ${PN}.pdf
33
		dodoc *.{html,css,ico,png} ${PN}.pdf
34
		dodoc -r asdf
34
		doinfo ${PN}.info
35
	)
36
35
37
	if has_version ">=dev-lisp/sbcl-1.4.0" ; then
36
		if has_version -b '<sys-apps/texinfo-7'; then
38
		(
37
			dodoc -r asdf
39
			cd doc || die
38
		else
40
			doinfo ${PN}.info
39
			dodoc -r asdf_html
41
		)
40
		fi
42
	fi
41
	)
43
}
42
}
44
43
45
src_compile() {
44
src_compile() {
46
- 

Return to bug 883439