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

(-)file_not_specified_in_diff (-2 / +9 lines)
Line  Link Here
0
-- couchdb-1.2.1.ebuild
0
++ couchdb-1.2.1.ebuild
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit eutils multilib user
7
inherit eutils multilib pax-utils user
8
8
9
DESCRIPTION="Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database."
9
DESCRIPTION="Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database."
10
HOMEPAGE="http://couchdb.apache.org/"
10
HOMEPAGE="http://couchdb.apache.org/"
Lines 39-44 Link Here
39
	sed -e "s#localdocdir = /usr/share/doc/couchdb#localdocdir = /usr/share/doc/${PF}#" -i Makefile || die "sed failed"
39
	sed -e "s#localdocdir = /usr/share/doc/couchdb#localdocdir = /usr/share/doc/${PF}#" -i Makefile || die "sed failed"
40
}
40
}
41
41
42
src_compile() {
43
	emake
44
45
	# bug 442616
46
	pax-mark mr src/couchdb/priv/couchjs
47
}
48
42
src_install() {
49
src_install() {
43
	emake DESTDIR="${D}" install || die "install failed"
50
	emake DESTDIR="${D}" install || die "install failed"
44
51

Return to bug 442616