Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 323177

Summary: dev-db/mongodb version bumps (1.5.2 and 1.4.3)
Product: Gentoo Linux Reporter: Priit Laes (IRC: plaes) <plaes>
Component: [OLD] UnspecifiedAssignee: Lance Albertson (RETIRED) <ramereth>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Priit Laes (IRC: plaes) 2010-06-08 13:01:33 UTC
There are new minor versions 1.5.2 and 1.4.3 available.

For 1.5.2 the patches can be dropped as now there are --nostrip and --smokedbprefix options available (I only tested the smokedbprefix one):

 src_test() {
-	scons ${MAKEOPTS} smoke test || die "Tests failed"
+	scons ${MAKEOPTS} smoke --smokedbprefix='testdir' test || die "Tests failed"
 }

For 1.5.2 there's also new readline/ncurses dependency. (Maybe IUSE="+readline" ? )
Comment 1 Lance Albertson (RETIRED) gentoo-dev 2010-06-16 20:37:08 UTC
(In reply to comment #0)
> There are new minor versions 1.5.2 and 1.4.3 available.
> 
> For 1.5.2 the patches can be dropped as now there are --nostrip and
> --smokedbprefix options available (I only tested the smokedbprefix one):
> 
>  src_test() {
> -       scons ${MAKEOPTS} smoke test || die "Tests failed"
> +       scons ${MAKEOPTS} smoke --smokedbprefix='testdir' test || die "Tests
> failed"
>  }

Updated the ebuild to not use the patches anymore and fixed the smoke test.

> For 1.5.2 there's also new readline/ncurses dependency. (Maybe IUSE="+readline"
> ? )

I checked the included debian package details and it seems to be a requirement and not option so I just added those deps.

Thanks!