Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge updates from master | Repository mirror & CI | 2024-08-15 | 31 | -20/+770 |
|\ | |||||
| * | kde-misc/krusader: RDEPEND on kde-apps/thumbnailers:5 | Andreas Sturmlechner | 2024-08-15 | 1 | -0/+76 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | kde-apps/dolphin: RDEPEND on kde-apps/thumbnailers:5 | Andreas Sturmlechner | 2024-08-15 | 1 | -0/+97 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | kde-apps/thumbnailers: Turn 23.08.5 (-r1) into a metapackage | Andreas Sturmlechner | 2024-08-15 | 1 | -0/+19 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | media-gfx/kio-raw-thumbnailer: add 23.08.5 | Andreas Sturmlechner | 2024-08-15 | 2 | -0/+44 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | media-gfx/kio-ps-thumbnailer: add 23.08.5 | Andreas Sturmlechner | 2024-08-15 | 2 | -0/+44 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | media-gfx/kio-mobi-thumbnailer: add 23.08.5 | Andreas Sturmlechner | 2024-08-15 | 2 | -0/+43 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | media-gfx/kio-blender-thumbnailer: add 23.08.5 | Andreas Sturmlechner | 2024-08-15 | 2 | -0/+37 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | kde-apps/gwenview: RDEPEND on kde-apps/thumbnailers:6 | Andreas Sturmlechner | 2024-08-15 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | kde-apps/dolphin: RDEPEND on kde-apps/thumbnailers:6 | Andreas Sturmlechner | 2024-08-15 | 1 | -2/+1 |
| | | | | | | | | | | | | Cleaning up some optfeature lines. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | kde-apps/kdegraphics-mobipocket: Revbump for RDEPEND change by eclass | Andreas Sturmlechner | 2024-08-15 | 1 | -0/+0 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | gear.kde.org.eclass: Add post-24.05 release SLOT=5 blocklist | Andreas Sturmlechner | 2024-08-15 | 1 | -0/+24 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | gear.kde.org.eclass: Cleanup >=24.01.75 SLOT 5 blocklist | Andreas Sturmlechner | 2024-08-15 | 1 | -2/+0 |
| | | | | | | | | | | | | | | Dropping kde-apps/kdegraphics-mobipocket, no file collision in the first place. Dropping kde-apps/thumbnailers after it was turned into a metapackage. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | kde-apps/thumbnailers: drop 24.05.2 | Andreas Sturmlechner | 2024-08-15 | 2 | -40/+0 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | kde-apps/thumbnailers: Turn 24.05.2 (-r1) into a metapackage | Andreas Sturmlechner | 2024-08-15 | 2 | -0/+22 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | media-gfx/kio-raw-thumbnailer: new package, add 24.05.2 | Andreas Sturmlechner | 2024-08-15 | 3 | -0/+56 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | media-gfx/kio-ps-thumbnailer: new package, add 24.05.2 | Andreas Sturmlechner | 2024-08-15 | 3 | -0/+56 |
| | | | | | | | | | | Bug: https://bugs.gentoo.org/930337 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | media-gfx/kio-mobi-thumbnailer: new package, add 24.05.2 | Andreas Sturmlechner | 2024-08-15 | 3 | -0/+55 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | media-gfx/kio-blender-thumbnailer: new package, add 24.05.2 | Andreas Sturmlechner | 2024-08-15 | 3 | -0/+49 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | ecm.eclass: For kde.org projects, try to rename metainfo file real hard | Andreas Sturmlechner | 2024-08-15 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - detect if we are inheriting kde.org.eclass - detect if package name is not the same as upstream name (KDE_ORG_NAME) - iterate through "${ED}"/usr/share/metainfo/ - if file contains KDE_ORG_NAME or similar, rename that to ${PN}${SLOT/0*/} - otherwise, prepend "${PN}${SLOT/0*/}-" after ^org.kde. Notably, this does not (yet?) trigger if a package ${PN} == ${KDE_ORG_NAME} but different SLOTs. Should we just do that all the time? Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | cmake.eclass: If inherited from ecm.eclass, set ECM_DISABLE_GIT | Andreas Sturmlechner | 2024-08-15 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | cmake.eclass: If inherited from ecm.eclass, set ECM_DISABLE_APPSTREAMTEST | Andreas Sturmlechner | 2024-08-15 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | kde-frameworks/extra-cmake-modules: More silence, less appstream test | Andreas Sturmlechner | 2024-08-15 | 3 | -0/+134 |
| | | | | | | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | cmake.eclass: Set CMAKE_COMPILE_WARNING_AS_ERROR=OFF | Andreas Sturmlechner | 2024-08-15 | 1 | -0/+1 |
| | | | | | | | | | | Closes: https://bugs.gentoo.org/926121 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | cmake.eclass: Set CMAKE_TLS_VERIFY=ON | Andreas Sturmlechner | 2024-08-15 | 1 | -0/+1 |
| | | | | | | | | | | Closes: https://bugs.gentoo.org/927160 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
| * | cmake.eclass: bug 811486 escape find patterns | Nic Boet | 2024-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Modify cmake_src_prepare to qoute escape filenames within the find search patterns This resolves build issues with some EAPI 7 packages, i.e. sys-fs/dislocker via catalyst Bug: https://bugs.gentoo.org/811486 Signed-off-by: Nic Boet <nic@boet.cc> Closes: https://github.com/gentoo/gentoo/pull/35125 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> | ||||
* | | 2024-08-15 17:48:58 UTC | Repository mirror & CI | 2024-08-15 | 4 | -17/+17 |
| | | |||||
* | | Merge updates from master | Repository mirror & CI | 2024-08-15 | 2 | -69/+78 |
|\| | |||||
| * | dev-util/ruff: drop 0.5.5 | Patrick McLean | 2024-08-15 | 2 | -482/+0 |
| | | | | | | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org> | ||||
| * | dev-util/ruff: add 0.6.0 | Patrick McLean | 2024-08-15 | 2 | -0/+491 |
| | | | | | | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org> | ||||
* | | 2024-08-15 17:33:57 UTC | Repository mirror & CI | 2024-08-15 | 4 | -10/+10 |
| | | |||||
* | | Merge updates from master | Repository mirror & CI | 2024-08-15 | 4 | -5/+8 |
|\| | |||||
| * | app-xemacs/ebuild-mode: drop 1.71 | Ulrich Müller | 2024-08-15 | 2 | -45/+0 |
| | | | | | | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
| * | app-xemacs/ebuild-mode: add 1.73 | Ulrich Müller | 2024-08-15 | 2 | -0/+47 |
| | | | | | | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
| * | app-emacs/ebuild-mode: drop 1.71 | Ulrich Müller | 2024-08-15 | 2 | -30/+0 |
| | | | | | | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
| * | app-emacs/ebuild-mode: add 1.73 | Ulrich Müller | 2024-08-15 | 2 | -0/+31 |
| | | | | | | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | | 2024-08-15 16:49:26 UTC | Repository mirror & CI | 2024-08-15 | 3 | -5/+5 |
| | | |||||
* | | Merge updates from master | Repository mirror & CI | 2024-08-15 | 2 | -6/+3 |
|\| | |||||
| * | sys-power/cpupower: drop 5.18 | Mike Gilbert | 2024-08-15 | 2 | -65/+0 |
| | | | | | | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
| * | sys-power/cpupower: add 6.10 | Mike Gilbert | 2024-08-15 | 2 | -0/+62 |
| | | | | | | | | | | Closes: https://bugs.gentoo.org/929960 Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | | 2024-08-15 16:19:09 UTC | Repository mirror & CI | 2024-08-15 | 5 | -6/+21 |
| | | |||||
* | | Merge updates from master | Repository mirror & CI | 2024-08-15 | 4 | -1/+120 |
|\| | |||||
| * | dev-python/twine: Remove upstream pin on pkginfo | Michał Górny | 2024-08-15 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
| * | dev-python/imageio: Unpin numpy in install_requires | Michał Górny | 2024-08-15 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
| * | dev-python/uv: Bump to 0.2.36 | Michał Górny | 2024-08-15 | 2 | -0/+113 |
| | | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | | 2024-08-15 15:18:58 UTC | Repository mirror & CI | 2024-08-15 | 6 | -6/+37 |
| | | |||||
* | | Merge updates from master | Repository mirror & CI | 2024-08-15 | 6 | -2/+242 |
|\| | |||||
| * | net-mail/dovecot: Stabilize 2.3.21.1 ppc, #937959 | Sam James | 2024-08-15 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
| * | app-editors/nano: Stabilize 8.1 ppc, #937945 | Sam James | 2024-08-15 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Sam James <sam@gentoo.org> | ||||
| * | sci-libs/proj: add 9.4.1, 9999 | Paul Zander | 2024-08-15 | 4 | -0/+240 |
| | | | | | | | | | | | | | | Closes: https://bugs.gentoo.org/937472 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38012 Signed-off-by: Sam James <sam@gentoo.org> |