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

(-)/usr/portage/sci-electronics/geda-docs/geda-docs-1.4.3.ebuild (+6 lines)
Lines 4-9 Link Here
4
4
5
inherit versionator
5
inherit versionator
6
6
7
EAPI="2"
8
7
DESCRIPTION="GPL Electronic Design Automation: documentation"
9
DESCRIPTION="GPL Electronic Design Automation: documentation"
8
HOMEPAGE="http://www.gpleda.org/"
10
HOMEPAGE="http://www.gpleda.org/"
9
SRC_URI="http://geda.seul.org/release/v$(get_version_component_range 1-2)/${PV}/${P}.tar.gz"
11
SRC_URI="http://geda.seul.org/release/v$(get_version_component_range 1-2)/${PV}/${P}.tar.gz"
Lines 16-21 Link Here
16
DEPEND="!<sci-electronics/geda-1.4.3-r1"
18
DEPEND="!<sci-electronics/geda-1.4.3-r1"
17
RDEPEND=""
19
RDEPEND=""
18
20
21
src_configure() {
22
	econf --with-docdir="/usr/share/doc/${PF}"
23
}
24
19
src_install() {
25
src_install() {
20
	emake DESTDIR="${D}" install || die "install failed"
26
	emake DESTDIR="${D}" install || die "install failed"
21
	dodoc AUTHORS NEWS README
27
	dodoc AUTHORS NEWS README

Return to bug 295771