summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* dev-util/codeblocks: rm '-fno-delete-null-pointer-checks' flagband-a-prend2018-07-142-6/+2
| | | | | | | | | | | | | Remove '-fno-delete-null-pointer-checks' compiler flag. This flag was added to allow to run Codeblocks after compiling codeblocks-16.01 with gcc-6.1 [1] and this issue was fixed in upstream on 2016-07-16 in ticket 10875 [2]. On the 2017-03-24 in upstream ticket 11033 [3] this flag was removed as no needed anymore: 'linux: Partially Revert rev 10875 because we no longer do null pointer checks'. Refs: [1] http://forums.codeblocks.org/index.php?topic=21283.0 [2] https://sourceforge.net/p/codeblocks/code/10875/ [3] https://sourceforge.net/p/codeblocks/code/11033/
* dev-util/codeblocks: replace dep libgamin to gaminband-a-prend2018-07-142-2/+2
| | | | | | | | Replace contrib plugin dependency from dev-libs/libgamin to app-admin/gamin as in some cases it cause Codeblocks craches of FileManager plugin due to errors 'Failed to connect to socket /tmp/fam-elmar-' and 'failed to find gam_server'. Ref: http://forums.codeblocks.org/index.php/topic,22641.0.html
* dev-util/codeblocks: unbundle dev-util/astyle libband-a-prend2018-07-143-4/+426
| | | | | | | | | | | | | | | | | | | | | | | | | | Unbundle the dev-util/astyle library in favor of system installed by adding it as build dependency ( >=dev-util/astyle-3.0.1-r1:0= ): 1. patching (update) the Codeblocks Astyle plugin to be compatible with dev-util/astyle-3.1: "codeblocks-17.12_update_astyle_plugin_to_v3.1.patch" that is taken from upstream: https://sourceforge.net/p/codeblocks/code/11266/ * updated astyle plugin to v3.1 * removed obsolete astyle options * added new astyle options Authored by: jenslody 2018-01-15 (using conditional patching depends on if '>=dev-util/astyle-3.1' is installed in system); 2. use sub-sloting of dev-util/astyle to force rebuild Codeblocks on system update if sub-slot of dev-util/astyle is changed; 3. remove KEYWORD "arm" to avoid repoman QA warning about "dependency.bad" and "dependency.badindev" due to dev-util/astyle dependency doesn't have this KEYWORD. Closes: https://bugs.gentoo.org/383037 Closes: https://bugs.gentoo.org/656758
* dev-util/codeblocks: unbundle dev-libs/tinyxml libband-a-prend2018-07-142-0/+2
| | | | | Unbundle the dev-libs/tinyxml library in favor of system installed by adding it as build dependency (>=dev-libs/tinyxml-2.6.2-r3).
* dev-util/codeblocks: remove "--with-wx-config"band-a-prend2018-07-142-2/+0
| | | | Remove --with-wx-config="${WX_CONFIG}" from "econf" in "src_configure()" section.
* dev-util/codeblocks: update package DESCRIPTIONband-a-prend2018-07-142-2/+2
| | | | Update package DESCRIPTION to correspond that on codeblocks site.
* dev-util/codeblocks: init copy to 17-12-{r1,r301}band-a-prend2018-07-142-0/+160
|
* dev-util/codeblocks: remove oldMart Raudsepp2018-05-293-76/+0
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-util/codeblocks: Uses wxGTK:3.0 since 17.12 versionsPacho Ramos2018-05-281-2/+2
| | | | Package-Manager: Portage-2.3.38, Repoman-2.3.9