summaryrefslogtreecommitdiff
path: root/dev-util/codeblocks
AgeCommit message (Collapse)Author
2021-12-06dev-util/codeblocks: amd64 stable wrt bug #828357Agostino Sarubbo
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2021-11-02dev-util/codeblocks: Fix x32 contrib plugins. Add boost-libdir optionSergey Torokhov
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>
2021-10-12dev-util/codeblocks: add maintainer "proxy-maint" to metadata.xmlSergey Torokhov
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>
2021-10-12dev-util/codeblocks: 20.03 fix SymbolBrowser, update FortranProjectSergey Torokhov
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>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-03-17dev-util/codeblocks: Stabilize 20.03-r2 x86, #775296Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-03-16*/*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny
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>
2021-03-12dev-util/codeblocks: Stabilize 20.03-r2 amd64, #775296Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-10-14dev-util/codeblocks: drop old revisionsband-a-prend
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-10-14dev-util/codeblocks: fix gcc-11 compatibilityband-a-prend
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>
2020-07-17dev-util/codeblocks: x86 stable wrt bug #731782Agostino Sarubbo
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-07-17dev-util/codeblocks: amd64 stable wrt bug #731782Agostino Sarubbo
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-07-06dev-util/codeblocks: 20.03, update FortranProject plugin to 1.7 releaseSergey Torokhov
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>
2020-04-08dev-util/codeblocks: 20.03 version bumpSergey Torokhov
- 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>
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-03-22dev-util/codeblocks-17.12-r303: fix crash on paste; fix appdata-deprecatedSergey Torokhov
- 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>
2020-03-07dev-util/codeblocks: remove oldMart Raudsepp
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2020-03-07dev-util/codeblocks: drop ~arm keywordsMart Raudsepp
Closes: https://bugs.gentoo.org/705024 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2020-03-06dev-util/codeblocks: x86 stable wrt bug #711574Agostino Sarubbo
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-03-06dev-util/codeblocks: amd64 stable wrt bug #711574Agostino Sarubbo
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2020-01-20dev-util/codeblocks: remove revisions depend on gtk2band-a-prend
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2020-01-20dev-util/codeblocks: bump 17.12-r302 to migrate to EAPI-7 and to fix RDEPENDSergey Torokhov
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>
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>
2020-01-10dev-util/codeblocks: x86 stable (bug #704140)Thomas Deutschmann
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2020-01-09dev-util/codeblocks: amd64 stable wrt bug #704140Agostino Sarubbo
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2019-10-11dev-util: Remove *-fbsd KEYWORDSMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-08-14*/*: update e-mail address of Sergey Torokhovband-a-prend
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>
2018-07-14dev-util/codeblocks: move large astyle patch to distfilesMart Raudsepp
Package-Manager: Portage-2.3.40, Repoman-2.3.9
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-07-14dev-util/codeblocks: rm '-fno-delete-null-pointer-checks' flagband-a-prend
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/
2018-07-14dev-util/codeblocks: replace dep libgamin to gaminband-a-prend
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
2018-07-14dev-util/codeblocks: unbundle dev-util/astyle libband-a-prend
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
2018-07-14dev-util/codeblocks: unbundle dev-libs/tinyxml libband-a-prend
Unbundle the dev-libs/tinyxml library in favor of system installed by adding it as build dependency (>=dev-libs/tinyxml-2.6.2-r3).
2018-07-14dev-util/codeblocks: remove "--with-wx-config"band-a-prend
Remove --with-wx-config="${WX_CONFIG}" from "econf" in "src_configure()" section.
2018-07-14dev-util/codeblocks: update package DESCRIPTIONband-a-prend
Update package DESCRIPTION to correspond that on codeblocks site.
2018-07-14dev-util/codeblocks: init copy to 17-12-{r1,r301}band-a-prend
2018-05-29dev-util/codeblocks: remove oldMart Raudsepp
Package-Manager: Portage-2.3.28, Repoman-2.3.9
2018-05-28dev-util/codeblocks: Uses wxGTK:3.0 since 17.12 versionsPacho Ramos
Package-Manager: Portage-2.3.38, Repoman-2.3.9
2018-05-05dev-util/codeblocks: Shorten the elog about symbol resolverMart Raudsepp
Package-Manager: Portage-2.3.28, Repoman-2.3.9
2018-05-05dev-util/codeblocks: remove automake/autoconf from DEPENDMart Raudsepp
autotools.eclass adds its own proper DEPEND (including libtool), no need for us to do it with eautoreconf. Package-Manager: Portage-2.3.28, Repoman-2.3.9
2018-05-05dev-util/codeblocks: ver. 17.12 for wxGTK:3.0-gtk3band-a-prend
Adding additional 'codeblocks-17.12-r300.ebuild' for building with wxGTK:3.0-gtk3 instead of wxGTK:2.8. This also contains USE flag 'fortran' (introduced in codeblocks-17.12.ebuild ) which controls the building of 'FortranProject plugin' for Code::Blocks IDE ( https://sourceforge.net/projects/fortranproject/ ) after applying of 'FortranProject_autotools_build.diff' patch. Bug: bugs.gentoo.org/643494
2018-05-05dev-util/codeblocks: version bump to 17.12band-a-prend
Code::Blocks IDE package version bump to 17.12 with switching 'WX_GTK_VER' from x11-libs/wxGTK:2.8 to x11-libs/wxGTK:3.0 This also adds a new USE flag 'fortran' which controls the building of 'FortranProject plugin' for Code::Blocks IDE ( https://sourceforge.net/projects/fortranproject/ ) after applying of 'FortranProject_autotools_build.diff' patch. Add patch 'FortranProject_fix_build_gcc7_failed.patch' from upstream that fix gcc7 compilation error "call of overloaded ‘abs(unsigned int)’ is ambiguous" for FortranProject plugin, i.e. when USE="fortran". Remove USE=flag "static" with passing "--disable-static" to econf within src_configure() section. Remove directly passing "-g" compiler option to CFLAGS and CXXFLAGS when USE="debug" by applying the patch 'codeblocks-17.12-nodebug.diff'. Updating 'metadata.xml' file: Adding 'fortran' USE-flag description for 'dev-util/codeblocks-17.12'. Updating 'Manifest' file: Adding size, blake2 and sha512 checksums for 'codeblocks_17.12.tar.xz' tarball Bug: https://bugs.gentoo.org/643494 Closes: https://bugs.gentoo.org/643494
2018-05-05dev-util/codeblocks: metadata.xml add maintainerSergey Torokhov
Adding an information about new co-maintainer of dev-util/codeblocks package.
2018-04-14dev-util/codeblocks: Fix building with GCC-7Peter Levine
Bug: https://bugs.gentoo.org/649248 Package-Manager: Portage-2.3.16, Repoman-2.3.6 Closes: https://bugs.gentoo.org/649248 Closes: https://bugs.gentoo.org/637126 Closes: https://github.com/gentoo/gentoo/pull/7600
2017-12-10dev-util/*: Update Manifest hashesMichał Górny
2017-07-30dev-util/codeblocks: Fix segfault with GCC-6Peter Levine
Bug: https://bugs.gentoo.org/show_bug.cgi?id=625696 Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/5175
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-11-25dev-util/codeblocks: Drop oldPacho Ramos
Package-Manager: portage-2.3.2
2016-11-17dev-util/codeblocks: remove unused patchesMichael Mair-Keimberger (asterix)
2016-06-23dev-util/codeblocks: Version bump (bug #576730).Ryan Hill
Package-Manager: portage-2.3.0_rc1 Signed-off-by: Ryan Hill <rhill@gentoo.org>