app-text / cherrytree

A hierarchical note taking application (C++ version)

Official package sites : https://www.giuspen.com/cherrytree/ ·

v1.4.0-r1 :: 0 :: gentoo

Modified
License
GPL-3 LGPL-2.1 MIT
Keywords
~amd64 ~x86
USE flags
nls test

v1.3.0-r1 :: 0 :: gentoo

Modified
License
GPL-3 LGPL-2.1 MIT
Keywords
~amd64 ~x86
USE flags
nls test

v1.2.0-r1 :: 0 :: gentoo

Modified
License
GPL-3 LGPL-2.1 MIT
Keywords
~amd64 ~x86
USE flags
nls test

General

nls
Add Native Language Support (using gettext - GNU locale utilities)
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

app-i18n / uchardet : Encoding detector library

app-text / gspell : Spell check library for GTK+ applications

dev-cpp / glibmm : C++ interface for glib2

dev-cpp / gtkmm : C++ interface for GTK+

dev-cpp / libxmlpp : C++ wrapper for the libxml2 XML parser library

dev-cpp / pangomm : C++ interface for pango

dev-db / sqlite : SQL database engine

dev-lang / python : An interpreted, interactive, object-oriented programming language

dev-libs / fribidi : A free implementation of the unicode bidirectional algorithm

dev-libs / glib : The GLib library of C routines

dev-libs / libfmt : Small, safe and fast formatting library

dev-libs / libsigc++ : Typesafe callback system for standard C++

dev-libs / libxml2 : XML C parser and toolkit

dev-libs / spdlog : Fast C++ logging library

net-misc / curl : A Client that groks URLs

x11-libs / cairo : A vector graphics library with cross-device output support

x11-libs / gtk+ : Gimp ToolKit +

x11-libs / gtksourceview : A text widget implementing syntax highlighting and other features

x11-libs / pango : Internationalized text layout and rendering library

x11-libs / vte : Library providing a virtual terminal emulator widget

app-i18n / uchardet : Encoding detector library

app-text / gspell : Spell check library for GTK+ applications

dev-cpp / glibmm : C++ interface for glib2

dev-cpp / gtkmm : C++ interface for GTK+

dev-cpp / libxmlpp : C++ wrapper for the libxml2 XML parser library

dev-cpp / pangomm : C++ interface for pango

dev-db / sqlite : SQL database engine

dev-libs / fribidi : A free implementation of the unicode bidirectional algorithm

dev-libs / glib : The GLib library of C routines

dev-libs / libfmt : Small, safe and fast formatting library

dev-libs / libsigc++ : Typesafe callback system for standard C++

dev-libs / libxml2 : XML C parser and toolkit

dev-libs / spdlog : Fast C++ logging library

net-misc / curl : A Client that groks URLs

x11-libs / cairo : A vector graphics library with cross-device output support

x11-libs / gtk+ : Gimp ToolKit +

x11-libs / gtksourceview : A text widget implementing syntax highlighting and other features

x11-libs / pango : Internationalized text layout and rendering library

x11-libs / vte : Library providing a virtual terminal emulator widget

Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
*/*: convert to ASCII various comments
While not required, it is a good idea to convert comments to ASCII to avoid issues with some tools that may not handle Unicode properly. This commit converts various comments in the ebuilds to ASCII where it makes sense. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Alfred Wingate · gentoo
app-text/cherrytree: add dev-libs/libxml2 subslot op for incoming ABI break
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41919 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/cherrytree: drop -j1 for 1.4.0
https://github.com/giuspen/cherrytree/pull/2663 landed in 1.4.0, so the workaround can now be dropped. See also https://github.com/gentoo/gentoo/pull/41254#discussion_r2009347695. Signed-off-by: Sam James <sam@gentoo.org>
Guillermo Joandet · gentoo
app-text/cherrytree: Bump to 1.4.0
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/41254 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joel Anderson · gentoo
app-text/cherrytree: version bump to 1.3.0
Signed-off-by: Joel Anderson <joel@goatshriek.com> Closes: https://github.com/gentoo/gentoo/pull/41181 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Petr Vaněk · gentoo
app-text/cherrytree: drop 1.1.4-r2
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joel Anderson · gentoo
app-text/cherrytree: remove unused cmake flag
Specify the AUTO_RUN_TESTING flag only when testing is enabled, to avoid a CMake warning about unused variables. Closes: https://bugs.gentoo.org/950341 Signed-off-by: Joel Anderson <joel@goatshriek.com> Closes: https://github.com/gentoo/gentoo/pull/40958 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joel Anderson · gentoo
app-text/cherrytree: update and enable tests
The tests for cherrytree were restricted, with a comment that dependencies were not available in Gentoo. Upon further investigation and with confirmation from the upstream maintainer (giuspen/cherrytree#2645), the test dependencies have since changed, and now everything needed to run the tests is available. This change updates the dependencies and enables the tests, limiting the number of jobs due to a limitation in the test suite (giuspen/cherrytree#2663). Signed-off-by: Joel Anderson <joel@goatshriek.com> Closes: https://github.com/gentoo/gentoo/pull/40462 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Petr Vaněk · gentoo
app-text/cherrytree: restrict <libfmt-11 in 1.1.4
The cherrytree-1.1.4 does not compile with libfmt-11, see [1]. The issue was already fixed upstream in version 1.2.0 [2]. [1] https://github.com/giuspen/cherrytree/issues/2548 [2] https://github.com/giuspen/cherrytree/pull/2560 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Petr Vaněk · gentoo
app-text/cherrytree: use braces for PV variable in SRC_URI
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Guillermo Joandet · gentoo
app-text/cherrytree: Bump to 1.2.0
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39165 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/cherrytree: subscribe to spdlog subslot
Closes: https://bugs.gentoo.org/939796 Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
app-text/cherrytree: drop 1.1.2, 1.1.3
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Guillermo Joandet · gentoo
app-text/cherrytree: Drop 1.0.4
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37466 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Guillermo Joandet · gentoo
app-text/cherrytree: Bump to 1.1.4
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Guillermo Joandet · gentoo
app-text/cherrytree: Bump to 1.1.3
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37341 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
app-text/cherrytree: adjust deps in 1.1.2
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Guillermo Joandet · gentoo
app-text/cherrytree: Remove old versions
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36693 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Guillermo Joandet · gentoo
app-text/cherrytree: Bump to 1.1.2
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Guillermo Joandet · gentoo
app-text/cherrytree: Version bump to 1.0.4
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34358 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Guillermo Joandet · gentoo
app-text/cherrytree: Remove old versions
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33082 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Guillermo Joandet · gentoo
app-text/cherrytree: Version bump to 1.0.2
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Guillermo Joandet · gentoo
app-text/cherrytree: Version bump to 1.0.1
Closes: https://bugs.gentoo.org/888717 Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32448 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Guillermo Joandet · gentoo
app-text/cherrytree: Version bump to 1.0.0
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32013 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Guillermo Joandet · gentoo
app-text/cherrytree: Drop old version 0.99.51-r1
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30060 Signed-off-by: Sam James <sam@gentoo.org>
Guillermo Joandet · gentoo
app-text/cherrytree: Version bump to 0.99.55
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Guillermo Joandet · gentoo
app-text/cherrytree: Version bump to 0.99.54
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29355 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/cherrytree: add subslot dep on dev-libs/spdlog
Signed-off-by: Sam James <sam@gentoo.org>
Guillermo Joandet · gentoo
app-text/cherrytree: add 0.99.53
Closes: https://github.com/gentoo/gentoo/pull/28469 Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Andreas Sturmlechner · gentoo
app-text/cherrytree: Revert "drop 0.99.37, 0.99.47-r1"
This reverts commit ea608df912be0ce95f58413ace36701f51a51e2f. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
app-text/cherrytree: drop 0.99.37, 0.99.47-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Guillermo Joandet · gentoo
app-text/cherrytree: Drop old versions 0.99.37, 0.99.47-r1, 0.99.48
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Guillermo Joandet · gentoo
app-text/cherrytree: Version bump to 0.99.51
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27593 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/cherrytree: add 0.99.48
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/cherrytree: drop unnecessary intltool dep
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/cherrytree: drop 0.99.0_p20200523-r1
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-text/cherrytree: add 0.99.47
Closes: https://bugs.gentoo.org/833995 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
app-text/cherrytree: specify pangomm:1.4 dep in 0.99.37
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Joonas Niilola · gentoo
app-text/cherrytree: restrict tests in 0.99.37
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Joonas Niilola · gentoo
app-text/cherrytree: inherit xdg.eclass in 0.99.37
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Joonas Niilola · gentoo
app-text/cherrytree: PYTHON_COMPAT update in 0.99.37
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Marian Kyral · gentoo
app-text/cherrytree: bump to 0.99.37
Closes: https://bugs.gentoo.org/771927 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-text/cherrytree: Enable py3.9 & py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
app-text/cherrytree: rm -9999, unfixed for 7+ months, still fails
Bug: https://bugs.gentoo.org/741218 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Michael · gentoo
app-text/cherrytree: Specify the pangomm slot
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
app-text/cherrytree: Drop pygtk-based 0.37.0-r1, 0.38.9-r1
Bug: https://bugs.gentoo.org/708094 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Yury Martynov · gentoo
app-text/cherrytree: bump to 0.99.0_p20200523 and drop 0.39.2 (C++ version)
Closes: https://bugs.gentoo.org/716874 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Yury Martynov <email@linxon.ru> Closes: https://github.com/gentoo/gentoo/pull/15285 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Yury Martynov · gentoo
app-text/cherrytree: bump to 0.39.2
Bug: https://bugs.gentoo.org/708094 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Yury Martynov <email@linxon.ru> Closes: https://github.com/gentoo/gentoo/pull/15235 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-text/cherrytree: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Yury Martynov · gentoo
app-text/cherrytree: bump to 0.38.9
Closes: https://bugs.gentoo.org/645662 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Yury Martynov <email@linxon.ru> Closes: https://github.com/gentoo/gentoo/pull/13688 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Yury Martynov · gentoo
app-text/cherrytree: 0.37.0 EAPI bump and other minor changes
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Yury Martynov <email@linxon.ru> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Michael Mair-Keimberger · gentoo
app-text/cherrytree: use HTTPS, use doublequotes
Closes: https://github.com/gentoo/gentoo/pull/7862
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Pacho Ramos · gentoo
app-text/cherrytree: python[sqlite] needed (#592626 by Drew)
Package-Manager: portage-2.3.0
Jan Chren · gentoo
app-text/cherrytree: remove old v0.36.9
Closes: https://github.com/gentoo/gentoo/pull/1722 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Jan Chren · gentoo
app-text/cherrytree: update
- revert 52e5e711414bc5b3e803fbbe45c506c484c29df8 - switch to xdg.eclass Closes: https://github.com/gentoo/gentoo/pull/1722 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Jan Chren · gentoo
app-text/cherrytree: bump to v0.37.0
Closes: https://github.com/gentoo/gentoo/pull/1722 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Ian Delaney · gentoo
app-text/cherrytree: add a safety net to configure phase
Package-Manager: portage-2.2.28
Ian Delaney · gentoo
app-text/cherrytree: reset configure phase from previous edit
src_configure phase reset to python_configure_all, SRC_URI reduced by substituting with ${PN} Package-Manager: portage-2.2.28
Jan Chren · gentoo
app-text/cherrytree: bump revision + delete the old one
Closes: https://github.com/gentoo/gentoo/pull/1280 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Jan Chren · gentoo
app-text/cherrytree: add x86 KEYWORD
Closes: https://github.com/gentoo/gentoo/pull/1280 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Jan Chren · gentoo
app-text/cherrytree: migrate to distutils-r1.eclass
Closes: https://github.com/gentoo/gentoo/pull/1280 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Jan Chren · gentoo
app-text/cherrytree: fix sandbox issue
Gentoo-Bug: 580190 Closes: https://github.com/gentoo/gentoo/pull/1280 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Jan Chren · gentoo
app-text/cherrytree: new package
Closes: https://github.com/gentoo/gentoo/pull/1266 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>