Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 681324 - dev-cpp/rttr: C++ Reflection Library (required for >=kde-apps/kdenlive-19.03.80)
Summary: dev-cpp/rttr: C++ Reflection Library (required for >=kde-apps/kdenlive-19.03.80)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL: https://www.rttr.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-22 22:29 UTC by Andreas Sturmlechner
Modified: 2019-04-12 12:43 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 Andreas Sturmlechner gentoo-dev 2019-03-22 22:29:56 UTC
'RTTR stands for Run Time Type Reflection. It describes the ability of a computer program to introspect and modify an object at runtime. It is also the name of the library itself, which is written in C++ and released as open source library. You can find more information on: www.rttr.org'

RTTR is released under the terms of the MIT license.

Repository: https://github.com/rttrorg/rttr
Comment 1 Larry the Git Cow gentoo-dev 2019-03-22 22:48:28 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=8207dc580e673393089589c9eb0df77efe3d3f73

commit 8207dc580e673393089589c9eb0df77efe3d3f73
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-03-22 22:34:02 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-03-22 22:34:02 +0000

    kde-apps/kdenlive: Drop package (temporarily at least)
    
    Requires dev-cpp/rttr which is not provided in Portage.
    Worse, buildsystem tries to download missing dep at build time.
    
    Bug: https://bugs.gentoo.org/681324
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-apps/kdenlive/Manifest                      |  1 -
 kde-apps/kdenlive/kdenlive-19.03.80.ebuild      | 82 -------------------------
 kde-apps/kdenlive/kdenlive-19.04.49.9999.ebuild | 82 -------------------------
 kde-apps/kdenlive/kdenlive-9999.ebuild          | 82 -------------------------
 kde-apps/kdenlive/metadata.xml                  | 14 -----
 5 files changed, 261 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2019-04-12 12:43:05 UTC
The bug has been closed via the following commit(s):

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

commit b2133a7953adc75091a716288b4ee827bce678b3
Author:     Michael Palimaka <kensington@gentoo.org>
AuthorDate: 2019-04-12 12:41:32 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2019-04-12 12:42:53 +0000

    dev-libs/rttr: new package
    
    Closes: https://bugs.gentoo.org/681324
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Michael Palimaka <kensington@gentoo.org>

 dev-libs/rttr/Manifest                          |  1 +
 dev-libs/rttr/files/rttr-0.9.6-cmake.patch      | 25 ++++++++++++++++++
 dev-libs/rttr/files/rttr-0.9.6-permission.patch | 13 ++++++++++
 dev-libs/rttr/files/rttr-0.9.6-tests.patch      | 30 ++++++++++++++++++++++
 dev-libs/rttr/files/rttr-0.9.6-werror.patch     | 18 +++++++++++++
 dev-libs/rttr/metadata.xml                      | 10 ++++++++
 dev-libs/rttr/rttr-0.9.6.ebuild                 | 34 +++++++++++++++++++++++++
 7 files changed, 131 insertions(+)