Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 224505
Collapse All | Expand All

(-)iasl-20080514.ebuild.orig (-3 / +3 lines)
Lines 16-22 Link Here
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
17
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
18
18
19
IUSE="test"
19
IUSE=""
20
DEPEND="sys-devel/bison
20
DEPEND="sys-devel/bison
21
	sys-devel/flex"
21
	sys-devel/flex"
22
22
Lines 25-31 Link Here
25
S=${WORKDIR}/${MY_P}
25
S=${WORKDIR}/${MY_P}
26
26
27
pkg_setup() {
27
pkg_setup() {
28
	if use test
28
	if [[ "${FEATURES}" =~ "test" ]] 
29
	then
29
	then
30
		ewarn 'You have selected USE="test". This will install the test results'
30
		ewarn 'You have selected USE="test". This will install the test results'
31
		ewarn "into /usr/share/${PF}/, compressed as a tarball."
31
		ewarn "into /usr/share/${PF}/, compressed as a tarball."
Lines 74-80 Link Here
74
		dobin "${T}"/${bin}
74
		dobin "${T}"/${bin}
75
	done
75
	done
76
	dodoc README changes.txt
76
	dodoc README changes.txt
77
	if use test
77
	if [[ "${FEATURES}" =~ "test" ]] 
78
	then
78
	then
79
		cd "${ASLTSDIR}"/tmp/RESULTS || die "cd ${ASLTSDIR}/tmp/RESULTS failed"
79
		cd "${ASLTSDIR}"/tmp/RESULTS || die "cd ${ASLTSDIR}/tmp/RESULTS failed"
80
		ebegin "Creating Test Tarball"
80
		ebegin "Creating Test Tarball"

Return to bug 224505