summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-analyzer/wireshark: migrate to lua-single.eclassMarek Szuba2020-12-204-5/+294
| | | | | | | | | Both the latest release and the live ebuild. Nothing special, just the usual version-selection treatment. Compatibility as specified in the upstream build scripts. Closes: https://bugs.gentoo.org/752789 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-lang/ghc: 8.10.2: add x86 binary built by JackSergei Trofimovich2020-12-202-2/+3
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-lang/php: allow building against >=dev-lilbs/icu-68.1Thomas Deutschmann2020-12-201-1/+5
| | | | | | | | | | | | | Upstream's official solution is to restore previous ICU behavior using -DU_DEFINE_FALSE_AND_TRUE=1 [Link 1]. But this patch alone is not enough for PHP 7.2. However, PHP 7.2 has reached EOL so we will do same like upstream but via global {C,CXX}FLAGS. Link 1: https://github.com/php/php-src/commit/8eaaabdd58a395853d3658418622ee24635cb871 Closes: https://bugs.gentoo.org/759352 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-irc/hexchat: migrate to lua-single.eclassMarek Szuba2020-12-203-5/+144
| | | | | | | | | | | Both the latest release and the live ebuild. Uses Meson + allows the user to directly specify the name of the pkgconfig module to use - in short, pretty much as easy as it gets. Builds and installs fine even with 5.4, does officially support LuaJIT. Closes: https://bugs.gentoo.org/752810 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-print/cups-filters: Stabilize 1.28.3 arm64, #759631Sam James2020-12-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/graphviz: Stabilize 2.44.1-r1 arm64, #759628Sam James2020-12-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/threadpoolctl: Keyword 2.1.0 ppc, #759736Sam James2020-12-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/loky: Keyword 2.9.0 ppc, #759736Sam James2020-12-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/joblib: Keyword 1.0.0 ppc, #759736Sam James2020-12-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/sphinx-gallery: Keyword 0.8.2 ppc, #759736Sam James2020-12-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sci-libs/trilinos: ebuild maintenanceMatthias Maier2020-12-201-1/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sci-libs/trilinos: version bump to 13.0.1Matthias Maier2020-12-202-0/+221
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* sci-libs/trilinos: drop oldMatthias Maier2020-12-203-432/+0
| | | | | | | | | | Closing related obsolete bugs. Closes: https://bugs.gentoo.org/696836 Closes: https://bugs.gentoo.org/698520 Closes: https://bugs.gentoo.org/707424 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
* net-irc/weechat: migrate to lua-single.eclassMarek Szuba2020-12-204-2/+189
| | | | | | | | | | | | | | | Both the latest release and the live ebuild. Upstream build scripts use pkg-config to find Lua so there is no need to pass Lua version to cmake + it might support LuaJIT. On the other hand, they only fall back to unversioned module name having enumerated supported versions so some patching is still necessary. Both migrated ebuilds build, test and install fine for all supported Lua implementations. Closes: https://bugs.gentoo.org/752813 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* x11-plugins/wmmaiload: multiple build fixesBernard Cafarelli2020-12-203-0/+183
| | | | | | | | | | | Fix build with -fno-common Set CPP Use patch for SSL fix, bump EAPI Closes: https://bugs.gentoo.org/708542 Closes: https://bugs.gentoo.org/760588 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* package.mask: Fix bug numberMichał Górny2020-12-201-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-db/percona-server: fix building against >=dev-libs/icu-68Thomas Deutschmann2020-12-202-2/+2
| | | | | | Closes: https://bugs.gentoo.org/759388 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/mysql: fix building against >=dev-libs/icu-68Thomas Deutschmann2020-12-202-2/+2
| | | | | | Closes: https://bugs.gentoo.org/759070 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-libs/axtls: migrate to lua-single.eclassMarek Szuba2020-12-202-0/+185
| | | | | | | | | axtls in cgi-lua mode simply executes the Lua interpreter so a) it can support all Lua implementations currently in the tree, and b) all we have to do at build time is substitute /usr/bin/lua with ${LUA} in .config. Closes: https://bugs.gentoo.org/752816 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* package.mask: Mask =dev-lang/python-3.8.7_rc1Michał Górny2020-12-201-0/+4
| | | | | Closes: https://bugs.gentoo.org/760917 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pyfakefs: Remove oldMichał Górny2020-12-204-72/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/miniupnpc: Port to py3.9Michał Górny2020-12-201-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* xfce-extra/xfce4-mailwatch-plugin: Update HOMEPAGEMichał Górny2020-12-201-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/hiredis: Fix missing || dieMichał Górny2020-12-201-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/hiredis: Update HOMEPAGEMichał Górny2020-12-202-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* xfce-extra/xfce4-weather-plugin: Remove oldMichał Górny2020-12-202-50/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* xfce-extra/xfce4-screensaver: Remove oldMichał Górny2020-12-202-74/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* xfce-extra/xfce4-mailwatch-plugin: Remove oldMichał Górny2020-12-202-49/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-fs/squashfs-tools: Remove oldMichał Górny2020-12-205-140/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/hiredis: Remove oldMichał Górny2020-12-203-62/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-portage/eix: Remove oldMichał Górny2020-12-203-206/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-fs/duperemove: Remove oldMichał Górny2020-12-202-31/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/cvise: Remove oldMichał Górny2020-12-204-182/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/sphinx: Bump to 3.4.0Michał Górny2020-12-201-38/+29
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-arch/lz4: Update remote-idMichał Górny2020-12-201-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libgit2: Remove oldMichał Górny2020-12-202-73/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pygit2: Remove oldMichał Górny2020-12-202-43/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-arch/lz4: Remove oldMichał Górny2020-12-202-35/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/python-language-server: Remove oldMichał Górny2020-12-202-71/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/miniupnpc: Remove oldMichał Górny2020-12-202-63/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/miniupnpc: Remove oldMichał Górny2020-12-202-36/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pyfakefs: Bump to 4.3.3Michał Górny2020-12-202-0/+24
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/sphinx: Bump to 3.4.0Michał Górny2020-12-202-0/+138
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/unidecode: Remove oldMichał Górny2020-12-202-28/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* package.mask: Last rite dev-python/awesome-slugifyMichał Górny2020-12-201-0/+6
| | | | | Bug: https://bugs.gentoo.org/714718 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/unidecode: Bump to 1.1.2Michał Górny2020-12-202-0/+23
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/pax-utils: update up to 1.2.8Sergei Trofimovich2020-12-202-0/+79
| | | | | | | | Main change us rebased gnulib to support autoconf-2.70. Reported-by: Leah Neukirchen <leah@vuxu.org> Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/pyfakefs: Stabilize 4.3.2 ALLARCHES, #760908Sam James2020-12-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/zerofree: Stabilize 1.1.1 arm, #760875Sam James2020-12-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/pixz: Stabilize 1.0.7 arm, #760785Sam James2020-12-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>