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

Collapse All | Expand All

(-)mongodb-1.2.2.ebuild.orig (-3 / +3 lines)
Lines 6-16 EAPI=2 Link Here
6
6
7
inherit eutils versionator
7
inherit eutils versionator
8
8
9
MY_P="${PN}-src-r${PV}"
9
MY_PATCHVER=$(get_version_component_range 1-2)
10
MY_PATCHVER=$(get_version_component_range 1-2)
10
11
11
DESCRIPTION="A high-performance, open source, schema-free document-oriented database"
12
DESCRIPTION="A high-performance, open source, schema-free document-oriented database"
12
HOMEPAGE="http://www.mongodb.org"
13
HOMEPAGE="http://www.mongodb.org"
13
SRC_URI="http://github.com/mongodb/mongo/tarball/r${PV} -> ${P}.tar.gz"
14
SRC_URI="http://downloads.mongodb.org/src/${MY_P}.tar.gz"
15
S="${WORKDIR}/${MY_P}"
14
16
15
LICENSE="AGPL-3"
17
LICENSE="AGPL-3"
16
SLOT="0"
18
SLOT="0"
Lines 24-31 RDEPEND="dev-lang/spidermonkey Link Here
24
DEPEND="${RDEPEND}
26
DEPEND="${RDEPEND}
25
	>=dev-util/scons-1.2.0-r1"
27
	>=dev-util/scons-1.2.0-r1"
26
28
27
S=${WORKDIR}/${PN}-mongo-8a4fb8b
28
29
pkg_setup() {
29
pkg_setup() {
30
	enewgroup mongodb
30
	enewgroup mongodb
31
	enewuser mongodb -1 -1 /var/lib/${PN} mongodb
31
	enewuser mongodb -1 -1 /var/lib/${PN} mongodb

Return to bug 273259