Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 660274 - games-simulation/openrct2-0.1.2 : [QA] One or more CMake variables were not used by the project: DISABLE_RCT2_TESTS SYSTEM_GTEST
Summary: games-simulation/openrct2-0.1.2 : [QA] One or more CMake variables were not u...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Jan Segre
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-07-03 16:56 UTC by Toralf Förster
Modified: 2019-12-02 21:16 UTC (History)
2 users (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 Toralf Förster gentoo-dev 2018-07-03 16:56:00 UTC
QA: other
One or more CMake variables were not used by the project:
  DISABLE_RCT2_TESTS
  SYSTEM_GTEST

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome_20180623-162007

  -------------------------------------------------------------------
Comment 1 Larry the Git Cow gentoo-dev 2019-12-02 21:16:48 UTC
The bug has been closed via the following commit(s):

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

commit 935d4aa7df70a085d1703c2265191c61251dff79
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2019-12-01 14:06:35 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2019-12-02 21:13:56 +0000

    games-simulation/openrct2: bump to version 0.2.4
    
    Changes:
      - Bump to EAPI=7.
      - Updated objects, replays and title-sequences versions.
      - Switch entierly from gnome2-utils to xdg-utils.
      - Added use flags for dedicated server and lightfx.
      - Added missing curl and icu dependency to DEPEND/RDEPEND.
      - Added missing pkgconfig depdendeny to BDEPEND.
      - Added initd/confd scripts for dedicated server.
      - Added GLEP 81 group/user for dedicated server.
      - Added patches for better Gentoo integration,
        so game files can be installed globally.
      - Updated options for cmake configure,
        which also fixes a QA warning.
      - Updated description how to install data files.
      - Fixed tests, so no tests needs to be disabled.
      - Updated metadata.xml with a better description.
      - Taking ownership by myself.
    
    Closes: https://bugs.gentoo.org/660274
    Closes: https://bugs.gentoo.org/687810
    Closes: https://bugs.gentoo.org/696578
    Closes: https://github.com/gentoo/gentoo/pull/13606
    Package-Manager: Portage-2.3.80, Repoman-2.3.19
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 games-simulation/openrct2/Manifest                 |   4 +
 games-simulation/openrct2/files/README.gentoo      |  15 ++
 ...isable-desktop-and-icon-files-without-gui.patch |  52 +++++++
 .../openrct2-0.2.4-disable-optional-features.patch |  87 +++++++++++
 .../openrct2-0.2.4-include-additional-paths.patch  |  33 +++++
 games-simulation/openrct2/files/openrct2.confd     |  11 ++
 games-simulation/openrct2/files/openrct2.initd     |  41 ++++++
 games-simulation/openrct2/metadata.xml             |  19 ++-
 games-simulation/openrct2/openrct2-0.2.4.ebuild    | 164 +++++++++++++++++++++
 9 files changed, 422 insertions(+), 4 deletions(-)