summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/gcc: add 12.2.1_p20230218Sam James2023-02-192-0/+53
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/pkgcraft: add 0.0.6Sam James2023-02-193-312/+97
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-text/libpaper: add 2.0.9Sam James2023-02-192-0/+25
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* go-module.eclass: use tc-endian from toolchain-funcs.eclassSam James2023-02-191-1/+1
| | | | | | | | matoro reports that any Go packages fail on ppc64 right now as USE=big-endian is not an implicit USE flag. Switch to tc-endian from toolchain-funcs.eclass instead. Signed-off-by: Sam James <sam@gentoo.org>
* toolchain-funcs.eclass: document tc-endianSam James2023-02-191-0/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gettext: fix macOS bootstrap build.Yifeng Li2023-02-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When bootstrapping Gentoo Prefix on macOS 13.2 (Ventura) on an Apple M1 system, it will fail at stage3 (note that there are other bugs that prevent the bootstrapping from reach stage3, which must also be resolved) due to the following build failure in sys-devel/gettext-0.21.1: Undefined symbols for architecture arm64: "_gl_get_setlocale_null_lock", referenced from: _libgettextpo_setlocale_null_r in libgnu.a(setlocale_null.o) _libgettextpo_setlocale_null in libgnu.a(setlocale_null.o) ld: symbol(s) not found for architecture arm64 A quick search of the symbol "_gl_get_setlocale_null_lock" revealed that the bug is actually already known - GNU gettext bug 62659 [1]. It failed to find the symbol because GNU's libintl was not present during the bootstrap stage (though it would be installed later), and due to the hardcoded OMIT_SETLOCALE_LOCK value, GNU gettext still attempts to use SETLOCALE_LOCK. Currently the Portage tree already contains a patch for musl. The simplest fix is just applying the same patch to Darwin as well. [1] https://savannah.gnu.org/bugs/?62659 Closes: https://github.com/gentoo/gentoo/pull/29655 Closes: https://bugs.gentoo.org/895330 Signed-off-by: Yifeng Li <tomli@tomli.me> Signed-off-by: David Seifert <soap@gentoo.org>
* sys-devel/gettext: drop USE='cvs'David Seifert2023-02-192-21/+12
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/29668 Closes: https://bugs.gentoo.org/867928 Signed-off-by: David Seifert <soap@gentoo.org>
* app-admin/rasdaemon: add 0.8.0Sam James2023-02-193-0/+124
| | | | | Closes: https://bugs.gentoo.org/890286 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/starpu: drop openmp refs in oldSam James2023-02-191-10/+1
| | | | | | | | | | Rather than hook up openmp in configure for the old version, let's just drop the references to it in pkg_*. Newer versions are set up correctly. Closes: https://bugs.gentoo.org/895446 Fixes: e7e6e85fa6ad70ce179cbae21be690d0eb93978d Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/tomcat-servlet-api: Stabilize 8.5.85 x86, #895436Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/tomcat-el-api: Stabilize 8.5.85 x86, #895436Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/tomcat-jsp-api: Stabilize 8.5.85 x86, #895436Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/tomcat-servlet-api: Stabilize 8.5.85 amd64, #895436Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/tomcat-el-api: Stabilize 8.5.85 amd64, #895436Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/tomcat-jsp-api: Stabilize 8.5.85 amd64, #895436Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* www-servers/tomcat: Stabilize 8.5.85 amd64, #895436Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/make: add 4.4.0.91Sam James2023-02-193-0/+92
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* toolchain-funcs.eclass: remove tc-has-openmpDavid Seifert2023-02-191-10/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-devel/gettext: add tc-check-openmp checks for openmpDavid Seifert2023-02-191-2/+7
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-java/tomcat-servlet-api: Stabilize 8.5.85 ppc64, #895436Arthur Zamarin2023-02-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-java/tomcat-el-api: Stabilize 8.5.85 ppc64, #895436Arthur Zamarin2023-02-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-java/tomcat-jsp-api: Stabilize 8.5.85 ppc64, #895436Arthur Zamarin2023-02-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-java/tomcat-servlet-api: Stabilize 8.5.85 arm64, #895436Arthur Zamarin2023-02-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-java/tomcat-el-api: Stabilize 8.5.85 arm64, #895436Arthur Zamarin2023-02-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-java/tomcat-jsp-api: Stabilize 8.5.85 arm64, #895436Arthur Zamarin2023-02-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sci-visualization/jupyter-dash: add 0.4.2, drop 0.4.0Alfredo Tupone2023-02-192-3/+4
| | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* sci-visualization/dash: add 2.8.1, drop 2.3.1Alfredo Tupone2023-02-192-2/+2
| | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* app-editors/emacs: Revert to xz distfile (now available upstream)Ulrich Müller2023-02-192-3/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-util/rizin: fix dependenciesJohn Helmert III2023-02-191-5/+8
| | | | | Closes: https://bugs.gentoo.org/895378 Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-admin/gopass-jsonapi: add 1.15.4John Helmert III2023-02-192-0/+27
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-admin/gopass-summon-provider: add 1.15.4John Helmert III2023-02-192-0/+23
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-admin/gopass-hibp: add 1.15.4John Helmert III2023-02-192-0/+23
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* app-admin/gopass: add 1.15.4John Helmert III2023-02-192-0/+47
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* net-p2p/arti: sync liveJohn Helmert III2023-02-191-4/+7
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* net-p2p/arti: add 1.1.1John Helmert III2023-02-192-0/+590
| | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* x11-themes/fvwm-crystal: Stabilize 3.7.5 x86, #895406Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-themes/fvwm-crystal: Stabilize 3.7.5 amd64, #895406Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-vpn/vpnc: Stabilize 0.5.3_p20220927-r1 amd64, #895404Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/libabigail: Stabilize 2.2 amd64, #895402Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/graphviz: Stabilize 7.0.5 amd64, #895400Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/jack-example-tools: Stabilize 4 amd64, #895344Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/jack2: Stabilize 1.9.22 amd64, #895344Sam James2023-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/gdb: add 13.1, drop 13.0.91Sam James2023-02-193-13/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/htslib: drop 1.15.1David Seifert2023-02-192-53/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/29661 Closes: https://bugs.gentoo.org/873310 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-biology/bcftools: drop 1.15.1David Seifert2023-02-192-43/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sci-biology/samtools: drop 1.15.1David Seifert2023-02-192-48/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sci-biology/pysam: drop 0.19.1David Seifert2023-02-192-67/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-editors/emacs: add 28.3_rc1Ulrich Müller2023-02-192-0/+527
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-python/pip: Use new virtualenv to permit testing on py3.11Michał Górny2023-02-191-13/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/glslang: drop 1.3.216, 1.3.224-r1, 1.3.231-r2Andreas Sturmlechner2023-02-196-413/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>