From: "Benedikt Boehm" <hollow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-db/mongodb/
Date: Wed, 9 Mar 2011 10:09:30 +0000 (UTC) [thread overview]
Message-ID: <dc7e0850307f113015a48cc31c127c7d76c84e61.hollow@gentoo> (raw)
commit: dc7e0850307f113015a48cc31c127c7d76c84e61
Author: Benedikt Böhm <bb <AT> xnull <DOT> de>
AuthorDate: Wed Mar 9 10:08:52 2011 +0000
Commit: Benedikt Boehm <hollow <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 10:08:52 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=dc7e0850
bump dev-db/mongodb to 1.8.0-rc1
---
dev-db/mongodb/mongodb-1.8.0_rc1.ebuild | 65 +++++++++++++++++++++++++++++++
1 files changed, 65 insertions(+), 0 deletions(-)
diff --git a/dev-db/mongodb/mongodb-1.8.0_rc1.ebuild b/dev-db/mongodb/mongodb-1.8.0_rc1.ebuild
new file mode 100644
index 0000000..25f1299
--- /dev/null
+++ b/dev-db/mongodb/mongodb-1.8.0_rc1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+SCONS_MIN_VERSION="1.2.0-r1"
+MY_P="${PN}-src-r${PV/_rc/-rc}"
+
+inherit eutils scons-utils versionator
+
+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 Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-lang/spidermonkey[unicode]
+ dev-libs/boost
+ dev-libs/libpcre
+ net-libs/libpcap
+"
+
+DEPEND="${RDEPEND}
+ sys-libs/readline
+ sys-libs/ncurses
+"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+ enewgroup mongodb
+ enewuser mongodb -1 -1 /var/lib/${PN} mongodb
+}
+
+#src_prepare() {
+# epatch "${FILESDIR}/${PN}-1.6.3-fix-scons.patch"
+#}
+
+src_compile() {
+ escons all || die "Compile failed"
+}
+
+src_install() {
+ escons --full --nostrip 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() {
+ escons smoke --smokedbprefix='testdir' test || die "Tests failed"
+}
next reply other threads:[~2011-03-09 10:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-09 10:09 Benedikt Boehm [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-03-17 11:05 [gentoo-commits] proj/betagarden:master commit in: dev-db/mongodb/ Benedikt Boehm
2011-04-12 8:57 Benedikt Boehm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=dc7e0850307f113015a48cc31c127c7d76c84e61.hollow@gentoo \
--to=hollow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox