summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/codeblocks: update live ebuild (fix USE="contib" race cond.)Sergey Torokhov2024-06-081-1/+13
| | | | | | 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>
* dev-util/codeblocks: dev preview 20.03_p13518 (2024-05-05) bumpSergey Torokhov2024-06-083-0/+467
| | | | | | | | | | | | | | | Add unkeyworded "Nightly build" dev preview at revision 13518 [1]. The upstream "nightly" revisions are notable for using wxGTK:3.2 and addition of new optfeatured LSP Clangd_client plugin that could replace enabled by default Code competion plugin. [1] https://forums.codeblocks.org/index.php/topic,25791.0.html Closes: https://bugs.gentoo.org/929139 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/codeblocks: Stabilize 20.03-r7 x86, #930791Arthur Zamarin2024-05-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/codeblocks: fix USE="contrib" race conditionSergey Torokhov2024-05-101-1/+13
| | | | | | | | | | | | | SmartIndent contrib plugin build suffers from race condition on zip-archiving it's data. Changes restrics number of jobs. Thanks-to: Joonas Niilola <juippis@gentoo.org> Closes: https://bugs.gentoo.org/930819 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/36557 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/codeblocks: fix ebuild Variables order; rm empty VariablesSergey Torokhov2024-05-103-9/+9
| | | | | Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: inline mirror://sourceforgeLucio Sauer2024-04-302-3/+3
| | | | | | | bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/codeblocks: Stabilize 20.03-r7 amd64, #930791Sam James2024-04-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/codeblocks: 20.03-r7, fix Scintilla buffer over-read warningSergey Torokhov2024-03-092-0/+25
| | | | | | | | | | | | Upstream patch: https://sourceforge.net/u/vic5/scintilla/ci/6d0ce3 Upstream issue: https://sourceforge.net/p/scintilla/bugs/2019/ [sam: Revbump done in previous commit.] Bug: https://bugs.gentoo.org/925955 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/35687 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/codeblocks: 20.03-r7, fix DoxyBlocks plugin startup segfaultSergey Torokhov2024-03-092-0/+158
| | | | | | | Closes: https://bugs.gentoo.org/925955 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/codeblocks: drop old 20.03-r4, 20.03-r5 revisionsSergey Torokhov2023-06-092-165/+0
| | | | | | Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/31278 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* dev-util/codeblocks: Stabilize 20.03-r6 x86, #905663Arthur Zamarin2023-05-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/codeblocks: Stabilize 20.03-r6 amd64, #905663Arthur Zamarin2023-05-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-util/codeblocks: 9999 update; switch to wxGTK:3.2-gtk3Sergey Torokhov2023-04-141-9/+21
| | | | | | 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>
* dev-util/codeblocks: add few missing deps on 20.03-r6Joonas Niilola2023-02-101-1/+3
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/codeblocks: use bundled dev-lang/squirrelMatthew White2023-02-101-0/+94
| | | | | | | | | | | | | | | | | | | | | Fix a compiling issue when dev-lang/squirrel is installed. Upstream disabled the use of system wide squirrel in favor of the bundled version. Do not use the system's /usr/include/squirrel.h header, since the API may have been changed. r12418 | fuscated | 2021-05-09 14:50:21 +0200 (Sun, 09 May 2021) | 5 lines $ svn checkout svn://svn.code.sf.net/p/codeblocks/code/trunk $ cd trunk $ svn log --diff configure.ac@r12418 In the ebuild, sed expression and comments by band-a-prend. Closes: https://bugs.gentoo.org/884601 Package-Manager: portage-3.0.43-r1, pkgdev-0.2.4 Closes: https://github.com/gentoo/gentoo/pull/29186 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/codeblocks: fix copyright headerSam James2022-11-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/codeblocks: pass '-fno-strict-aliasing' to fix compile error (lto)Sergey Torokhov2022-11-253-3/+12
| | | | | | | | | | | 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>
* dev-util/codeblocks: rm libtool files (.la) on src_install, drop masked USE=pchSergey Torokhov2022-11-252-2/+89
| | | | | | | Closes: https://bugs.gentoo.org/845303 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/codeblocks: update 9999.ebuildSergey Torokhov2022-05-132-8/+7
| | | | | | | | | 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>
* dev-util/codeblocks: cleanup old 17.12-r*, <=20.03-r3Sergey Torokhov2022-05-138-433/+0
| | | | | Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/codeblocks: x86 stable wrt bug #828357Agostino Sarubbo2021-12-061-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/codeblocks: amd64 stable wrt bug #828357Agostino Sarubbo2021-12-061-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/codeblocks: Fix x32 contrib plugins. Add boost-libdir optionSergey Torokhov2021-11-021-0/+77
| | | | | | | | Closes: https://bugs.gentoo.org/820527 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/22763 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/codeblocks: add maintainer "proxy-maint" to metadata.xmlSergey Torokhov2021-10-121-1/+5
| | | | | | Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/21996 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/codeblocks: 20.03 fix SymbolBrowser, update FortranProjectSergey Torokhov2021-10-122-0/+78
| | | | | | | | | | | | This commit adds patchsets that - Fixes issue for SymbolBrowser plugin, enables it again for WXGTK-3.0; updates CodeCompletition plugin as well. - Updates FortranProject plugin to v1.8: improved the C Pre-Processor directives and enables code-completion for code that uses such directives. Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-util/codeblocks: Stabilize 20.03-r2 x86, #775296Sam James2021-03-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/codeblocks: Stabilize 20.03-r2 amd64, #775296Sam James2021-03-121-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/codeblocks: drop old revisionsband-a-prend2020-10-142-158/+0
| | | | | Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-util/codeblocks: fix gcc-11 compatibilityband-a-prend2020-10-143-0/+172
| | | | | | | | | | | | | | | | | | The GCC 11 now enforces that comparison objects be invocable as const. Current patch to fix gcc-11 compatibility is proposed by Sergei Trofimovich <slyfox@gentoo.org> and fix codeblocks "openfileslist" pligin compilation error. Patch was sent to upstream : https://sourceforge.net/p/codeblocks/tickets/1022/ so live-ebuild currently doesn't apply it. Closes: https://bugs.gentoo.org/732818 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/17928 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-util/codeblocks: x86 stable wrt bug #731782Agostino Sarubbo2020-07-171-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/codeblocks: amd64 stable wrt bug #731782Agostino Sarubbo2020-07-172-3/+3
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/codeblocks: 20.03, update FortranProject plugin to 1.7 releaseSergey Torokhov2020-07-062-0/+77
| | | | | | | | | Additional patch set updates FortranProject plugin to release v1.7 that contains several bug fixes, new features and improvements. Closes: https://github.com/gentoo/gentoo/pull/16114 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-util/codeblocks: 20.03 version bumpSergey Torokhov2020-04-083-0/+106
| | | | | | | | | | | | - Update CodeBLocks to 20.03 with new patch to build Fortranroject plugin; - Now xdg eclass is used instead of xdg-utils eclass; - FortranProject plugin update from [r270] to [r277] with some additional features before FortranProject v1.7 release. Patch from [r273] fixes the build issue for compiling with USE=pch. Closes: https://github.com/gentoo/gentoo/pull/15182 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-util/codeblocks: update live ebuildSergey Torokhov2020-04-081-8/+4
| | | | | | | | - 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>
* dev-util/codeblocks-17.12-r303: fix crash on paste; fix appdata-deprecatedSergey Torokhov2020-03-222-0/+106
| | | | | | | | | | | | | | | - Fix crash on copy-paste from another applcation using upstream patch https://sourceforge.net/p/codeblocks/code/11320/ from ticket https://sourceforge.net/p/codeblocks/tickets/629/. - Fix HOMEPAGE: from http://www to https:// - Fix installation into /usr/share/appdata that is deprecated Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/14969 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-util/codeblocks: remove oldMart Raudsepp2020-03-072-164/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-util/codeblocks: drop ~arm keywordsMart Raudsepp2020-03-071-2/+2
| | | | | | Closes: https://bugs.gentoo.org/705024 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-util/codeblocks: x86 stable wrt bug #711574Agostino Sarubbo2020-03-061-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/codeblocks: amd64 stable wrt bug #711574Agostino Sarubbo2020-03-061-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util/codeblocks: remove revisions depend on gtk2band-a-prend2020-01-202-164/+0
| | | | | Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-util/codeblocks: bump 17.12-r302 to migrate to EAPI-7 and to fix RDEPENDSergey Torokhov2020-01-201-0/+83
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/14305 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-util/codeblocks: update live-ebuild with switch to WXGTK-3.0-gtk3Sergey Torokhov2020-01-201-14/+14
| | | | | Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-util/codeblocks: x86 stable (bug #704140)Thomas Deutschmann2020-01-101-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-util/codeblocks: amd64 stable wrt bug #704140Agostino Sarubbo2020-01-091-2/+2
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-util: Remove *-fbsd KEYWORDSMichał Górny2019-10-114-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: update e-mail address of Sergey Torokhovband-a-prend2019-08-141-1/+1
| | | | | | | | | | Change maintainer email of dev-util/codeblocks and sci-libs/cantera packages. Bug: https://bugs.gentoo.org/672596 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/12702 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/codeblocks: move large astyle patch to distfilesMart Raudsepp2018-07-144-418/+9
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-util/codeblocks: update codeblocks-9999.ebuildband-a-prend2018-07-141-17/+27
| | | | | | | | | 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.