Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 323177 - dev-db/mongodb version bumps (1.5.2 and 1.4.3)
Summary: dev-db/mongodb version bumps (1.5.2 and 1.4.3)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Lance Albertson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-08 13:01 UTC by Priit Laes (IRC: plaes)
Modified: 2010-06-16 20:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!