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

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
0
-- glm-0.9.5.1.ebuild
0
++ glm-0.9.6.1.ebuild
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2015 Gentoo Foundation
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
# $Header: /var/cvsroot/gentoo-x86/media-libs/glm/glm-0.9.5.1.ebuild,v 1.2 2014/10/10 20:20:11 maekke Exp $
3
# $Header: $
4
4
5
EAPI=5
5
EAPI=5
6
6
Lines 19-27 Link Here
19
DEPEND="app-arch/unzip"
19
DEPEND="app-arch/unzip"
20
20
21
src_install() {
21
src_install() {
22
	dodoc doc/${PN}.pdf
22
	dodoc readme.txt doc/${PN}.pdf
23
	cd ${PN}
23
	cd ${PN}
24
	insinto /usr/include/${PN}
24
	insinto /usr/include/${PN}
25
	doins -r *.hpp detail gtc gtx virtrev
25
	doins -r *.hpp detail gtc gtx
26
	rm "${D}"/usr/include/${PN}/detail/*cpp
26
	rm "${ED}"usr/include/${PN}/detail/*.cpp
27
}
27
}

Return to bug 538294