Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 276767 - dev-util/tut [new package]
Summary: dev-util/tut [new package]
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 276907
  Show dependency tree
 
Reported: 2009-07-06 14:11 UTC by MT
Modified: 2017-02-03 16:43 UTC (History)
0 users

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


Attachments
dev-util/tut-2008.11.30.ebuild (tut-2008.11.30.ebuild,516 bytes, text/plain)
2009-07-06 14:12 UTC, MT
Details
dev-util/tut-9999.ebuild (tut-9999.ebuild,556 bytes, text/plain)
2009-07-06 14:12 UTC, MT
Details
dev-util/tut-2008.11.30.ebuild (tut-2008.11.30.ebuild,756 bytes, text/plain)
2009-07-07 17:30 UTC, MT
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MT 2009-07-06 14:11:10 UTC
TUT is a small and portable unit test framework for C++. It’s so small that it fits into one header file. It’s so portable that it could be used on almost any C++ platform, including Windows, MacOS, Unices and embedded devices.

---

attached there are the ebuilds (last stable release and live) for the TUT Framework.
Comment 1 MT 2009-07-06 14:12:16 UTC
Created attachment 196909 [details]
dev-util/tut-2008.11.30.ebuild
Comment 2 MT 2009-07-06 14:12:40 UTC
Created attachment 196911 [details]
dev-util/tut-9999.ebuild
Comment 3 MT 2009-07-07 17:30:30 UTC
Created attachment 197105 [details]
dev-util/tut-2008.11.30.ebuild

this release fix an issue[1][2] with secondlife viewer like games-simulation/secondlife and games-simulation/snowglobe, where unit tests trows some errors/warnings during compilation.

[1] http://jira.secondlife.com/browse/VWR-12873
[2] http://wiki.secondlife.com/wiki/Patch_TUT
Comment 4 Joe Peterson (RETIRED) gentoo-dev 2009-07-08 04:38:11 UTC
This ebuild requires the secondlife patch, which makes this tut install non-standard.  This is OK for use in secondlife, but probably not a good idea in general.  We may not want to require tut in the snowglobe build (and therefore turn off testing for that build).  Thoughts?