public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ultrabug:master commit in: dev-db/mongodb/
Date: Mon, 11 Apr 2011 14:32:17 +0000 (UTC)	[thread overview]
Message-ID: <4676aafb6b31d1a847bb96f4f5370b058b30368f.ultrabug@gentoo> (raw)

commit:     4676aafb6b31d1a847bb96f4f5370b058b30368f
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 14:32:11 2011 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 14:32:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=4676aafb

make use of scons-utils

---
 dev-db/mongodb/Manifest             |    2 +-
 dev-db/mongodb/mongodb-1.8.1.ebuild |   13 ++++++-------
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/dev-db/mongodb/Manifest b/dev-db/mongodb/Manifest
index 9277b32..55ac1d5 100644
--- a/dev-db/mongodb/Manifest
+++ b/dev-db/mongodb/Manifest
@@ -4,4 +4,4 @@ AUX mongodb.initd 897 RMD160 e33b2d27c4b21d36531726857722c20044743388 SHA1 f3602
 AUX mongos.confd 189 RMD160 56c0fb6d545da7ff5689c517b6b71f898e27c5a2 SHA1 1b3f6b072ac94a7ab29410096a7cab15a208171a SHA256 78e4ef078adf6a8add95546f501d070019717c0bc4833672fbb2ad834d16b16c
 AUX mongos.initd 710 RMD160 1f59b815bc7b67d4a1bb3134f6b891e361bedd3f SHA1 c1d6598e988be9b61b00f59baaea2c9dc675d756 SHA256 96f6d27404d52e0fc0ab637457aa025c25f7fe1fe13dfa9fa873593b412406d7
 DIST mongodb-src-r1.8.1.tar.gz 1718969 RMD160 e8739fd15c40eac9934045af4365c13f204d16fe SHA1 615cfe4ace4899e73a7083059c7178d8f5c19f03 SHA256 8b268b4f8c4d055c74add1fc995f103d893657c4291964d370899ebefd0bc97d
-EBUILD mongodb-1.8.1.ebuild 2220 RMD160 c56d9e79bfb4401d6a39ecce9a0a46db6cb8a175 SHA1 64dee98f2bfd5513668aab39910a91d66c774047 SHA256 7f2048c74e096901156221ceec06788d236711e1ba69f715d49708d7b841e191
+EBUILD mongodb-1.8.1.ebuild 2159 RMD160 1f73e651ab78915342b1b27c22637c14448bdeb5 SHA1 3e844642ce9993c4866c090db5e607f02231ceef SHA256 d4c3c7683bd98f7a4f9ced34a6e76ca42f9fd1118344d2361d257adc9febbb59

diff --git a/dev-db/mongodb/mongodb-1.8.1.ebuild b/dev-db/mongodb/mongodb-1.8.1.ebuild
index 8280234..0995863 100644
--- a/dev-db/mongodb/mongodb-1.8.1.ebuild
+++ b/dev-db/mongodb/mongodb-1.8.1.ebuild
@@ -33,12 +33,11 @@ pkg_setup() {
 	enewgroup mongodb
 	enewuser mongodb -1 -1 /var/lib/${PN} mongodb
 
-	scons_opts="${MAKEOPTS}"
-	use static-libs || scons_opts+=" --sharedclient"
+	use static-libs || EXTRA_ESCONS+=" --sharedclient"
 	if use v8; then
-		scons_opts+=" --usev8"
+		EXTRA_ESCONS+=" --usev8"
 	else
-		scons_opts+=" --usesm"
+		EXTRA_ESCONS+=" --usesm"
 	fi
 }
 
@@ -47,7 +46,7 @@ src_prepare() {
 }
 
 src_compile() {
-	escons ${scons_opts} all || die "Compile failed"
+	escons all || die "Compile failed"
 }
 
 pkg_preinst() {
@@ -56,7 +55,7 @@ pkg_preinst() {
 }
 
 src_install() {
-	escons ${scons_opts} --full --nostrip install --prefix="${D}"/usr || die "Install failed"
+	escons --full --nostrip install --prefix="${D}"/usr || die "Install failed"
 
 	use static-libs || rm "${D}/usr/$(get_libdir)/libmongoclient.a"
 
@@ -75,7 +74,7 @@ src_install() {
 }
 
 src_test() {
-	scons ${scons_opts} test || die "Build test failed"
+	escons test || die "Build test failed"
 	${S}/test --dbpath=unittest || die "Tests failed"
 }
 



             reply	other threads:[~2011-04-11 14:32 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-11 14:32 Alexys Jacob [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-03-17 11:50 [gentoo-commits] dev/ultrabug:master commit in: dev-db/mongodb/ Alexys Jacob
2015-03-03 15:27 git@oystercatcher mirror+tproxy
2015-03-03 15:27 Alexys Jacob
2015-03-02 14:19 Alexys Jacob
2015-03-02 13:33 Alexys Jacob
2014-05-14  9:19 Alexys Jacob
2014-01-21 11:13 Alexys Jacob
2013-12-24 13:49 Alexys Jacob
2013-01-18 11:17 Alexys Jacob
2011-04-12 16:44 Alexys Jacob
2011-04-12 14:54 Alexys Jacob
2011-04-12  9:14 Alexys Jacob
2011-04-11 14:54 Alexys Jacob
2011-04-10 20:11 Alexys Jacob
2011-04-08  8:02 Alexys Jacob
2011-04-08  8:02 Alexys Jacob

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=4676aafb6b31d1a847bb96f4f5370b058b30368f.ultrabug@gentoo \
    --to=ultrabug@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