Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 730160 - dev-libs/cgreen - Unit Tests, Stubbing and Mocking for C and C++
Summary: dev-libs/cgreen - Unit Tests, Stubbing and Mocking for C and C++
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Default Assignee for New Packages
URL: https://cgreen-devs.github.io/
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-06-29 17:41 UTC by jonas.licht
Modified: 2020-07-11 10:42 UTC (History)
1 user (show)

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 jonas.licht 2020-06-29 17:41:52 UTC
Add a new package cgreen.
It's a unit testing and mocking framework for C and C++

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-07-11 10:42:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a3ab31a3bb3e211ee53fd70c582ecc0fec79f5

commit f5a3ab31a3bb3e211ee53fd70c582ecc0fec79f5
Author:     Jonas Licht <jonas.licht@fem.tu-ilmenau.de>
AuthorDate: 2020-06-29 17:49:52 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-07-11 10:42:28 +0000

    dev-libs/cgreen: add new package
    
     - required by gvm toolset as a new dependency.
    
    Closes: https://bugs.gentoo.org/730160
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Jonas Licht <jonas.licht@fem.tu-ilmenau.de>
    Closes: https://github.com/gentoo/gentoo/pull/16488
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-libs/cgreen/Manifest                           |  1 +
 dev-libs/cgreen/cgreen-1.3.0.ebuild                | 25 ++++++++++++++++++++++
 dev-libs/cgreen/files/cgreen-1.3.0-cmake-git.patch | 13 +++++++++++
 dev-libs/cgreen/metadata.xml                       | 15 +++++++++++++
 4 files changed, 54 insertions(+)