summaryrefslogtreecommitdiff
path: root/dev-util/codeblocks/codeblocks-9999.ebuild
AgeCommit message (Collapse)Author
7 daysdev-util/codeblocks: 25.03-r2, fix boost-1.89.0 buildSergey Torokhov
Closes: https://bugs.gentoo.org/964320 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Part-of: https://github.com/gentoo/gentoo/pull/44749 Closes: https://github.com/gentoo/gentoo/pull/44749 Signed-off-by: Sam James <sam@gentoo.org>
2025-11-04*/*: Add := to virtual/zlib deps, part 1Michał Górny
Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04dev-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by manual revert in dev-python/zlib-ng where it accidentally caught sys-libs/zlib-ng dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-05-17dev-util/codeblocks: slot op on x11-libs/wxGTKDavid Seifert
Signed-off-by: David Seifert <soap@gentoo.org>
2025-01-26dev-util/codeblocks: update 9999.ebuildSergey Torokhov
Update RDEPEND '>=dev-util/astyle-3.1-r2:0/3.1' with '>=dev-util/astyle-3.1-r2:0='. Remove needless 'app-admin/gamin', 'dev-libs/libgamin' dependencies. Force '-std=c++17' to build against 'dev-util/astyle-3.6.1` that requires C++17 compatibility. See upstream issue: https://sourceforge.net/p/codeblocks/tickets/1512 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/40212 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2024-09-15dev-util/codeblocks: fix HOMEPAGE permanent redirectionSergey Torokhov
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/38571 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2024-06-08dev-util/codeblocks: update live ebuild (fix USE="contib" race cond.)Sergey Torokhov
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/36447 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-05-10dev-util/codeblocks: fix ebuild Variables order; rm empty VariablesSergey Torokhov
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2023-04-14dev-util/codeblocks: 9999 update; switch to wxGTK:3.2-gtk3Sergey Torokhov
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/30449 Signed-off-by: Sam James <sam@gentoo.org>
2022-11-25dev-util/codeblocks: pass '-fno-strict-aliasing' to fix compile error (lto)Sergey Torokhov
The related reported upstream issue for dev-util/codeblocks-9999: https://sourceforge.net/p/codeblocks/tickets/1303/ Closes: https://bugs.gentoo.org/858338 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/25758 Signed-off-by: Sam James <sam@gentoo.org>
2022-11-25dev-util/codeblocks: rm libtool files (.la) on src_install, drop masked USE=pchSergey Torokhov
Closes: https://bugs.gentoo.org/845303 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Sam James <sam@gentoo.org>
2022-05-13dev-util/codeblocks: update 9999.ebuildSergey Torokhov
The USE-flag "pch" isn't droped this time due to https://sourceforge.net/p/codeblocks/tickets/1266/ Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/25393 Signed-off-by: Sam James <sam@gentoo.org>
2020-04-08dev-util/codeblocks: update live ebuildSergey Torokhov
- fix HOMEPAGE to use https - replace xdg-utils eclass with xdg eclass Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2020-01-20dev-util/codeblocks: update live-ebuild with switch to WXGTK-3.0-gtk3Sergey Torokhov
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2018-07-14dev-util/codeblocks: update codeblocks-9999.ebuildband-a-prend
Add updated codeblocks-9999.ebuild that is synced with codeblocks-17.12-r1.ebuild (has updated dependencies) and allow to build Codeblocks from svn trunk. The USE-flag 'fortran' removed in this ebuild-file as FortranProject plugin sources downloads from external svn repo and could requires from time to time changes of the autotools script patch to build successfully.
2018-05-28dev-util/codeblocks: Uses wxGTK:3.0 since 17.12 versionsPacho Ramos
Package-Manager: Portage-2.3.38, Repoman-2.3.9
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-02-26dev-util/codeblocks: Revert "Support wxGTK:3.0" (Bug #575716)Ryan Hill
Package-Manager: portage-2.2.27 Signed-off-by: Ryan Hill <rhill@gentoo.org>
2015-10-25dev-util/codeblocks: Support wxGTK:3.0Pacho Ramos
Package-Manager: portage-2.2.23
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed