Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 225249 Details for
Bug 311341
version bump dev-db/mongodb-1.4.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mongodb-1.4.0.ebuild
mongodb-1.4.0.ebuild (text/plain), 1.43 KB, created by
William Waites
on 2010-03-25 20:20:03 UTC
(
hide
)
Description:
mongodb-1.4.0.ebuild
Filename:
MIME Type:
Creator:
William Waites
Created:
2010-03-25 20:20:03 UTC
Size:
1.43 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-1.3.3.ebuild,v 1.1 2010/03/08 07:05:29 ramereth Exp $ > >EAPI="2" > >inherit eutils versionator > >MY_PATCHVER=$(get_version_component_range 1-2) >MY_P="${PN}-src-r${PV}" > >DESCRIPTION="A high-performance, open source, schema-free document-oriented database" >HOMEPAGE="http://www.mongodb.org" >SRC_URI="http://downloads.mongodb.org/src/${MY_P}.tar.gz" > >LICENSE="AGPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >RDEPEND="dev-lang/spidermonkey[unicode] > dev-libs/boost > dev-libs/libpcre" > >DEPEND="${RDEPEND} > >=dev-util/scons-1.2.0-r1" > ># Must change this on every upgrade >S="${WORKDIR}/${MY_P}" > >pkg_setup() { > enewgroup mongodb > enewuser mongodb -1 -1 /var/lib/${PN} mongodb >} > >src_prepare() { > epatch "${FILESDIR}"/"${PN}"-"${MY_PATCHVER}"-modify-*.patch >} > >src_compile() { > scons ${MAKEOPTS} all || die "Compile failed" >} > >src_install() { > scons ${MAKEOPTS} install --prefix="${D}"/usr || die "Install failed" > > for x in /var/{lib,log,run}/${PN}; do > dodir "${x}" || die "Install failed" > fowners mongodb:mongodb "${x}" > done > > doman debian/mongo*.1 || die "Install failed" > dodoc README docs/building.md > > newinitd "${FILESDIR}/${PN}.initd" ${PN} || die "Install failed" > newconfd "${FILESDIR}/${PN}.confd" ${PN} || die "Install failed" >} > >src_test() { > scons ${MAKEOPTS} smoke test || die "Tests failed" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 311341
: 225249 |
225251
|
225253