summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-qt/qtdeclarative: Drop 5.14.2-r1Andreas Sturmlechner2020-05-181-55/+0
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtdeclarative: Fix subpixel positioned textAndreas Sturmlechner2020-05-182-0/+122
| | | | | | QTBUG: https://bugreports.qt.io/browse/QTBUG-49646 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-misc/solaar: bumpRobin H. Johnson2020-05-172-0/+54
| | | | | | | | Upstream thinks this might be the final RC before a new (upstream-stable) release. Reference: https://github.com/pwr-Solaar/Solaar/issues/673#issuecomment-629839222 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-process/uksmd: remove old snapshotJoonas Niilola2020-05-182-36/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-process/uksmd: 2020-05-05 snapshotJoonas Niilola2020-05-182-0/+36
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* x11-wm/enlightenment: bump to 0.24Joonas Niilola2020-05-182-0/+112
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/ply: Fix SRC_URIZac Medico2020-05-171-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-lang/perl: Enforce toolchain `ar` in ./configureKent Fredric2020-05-181-0/+654
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This one neat trick convinces ./configure to use a correct, and specified "ar" during configure, as auto-detection completely fails when there is no binary named "ar" in $PATH, and despite completely failing to detect any "ar", configure just warns, and continues as normal, and then hardcodes that total failure of detection in Config_heavy.pl, indicating "hey, the 'ar' perl was built with was 'ar'", despite no such thing existing, and code afterwards will then try ( and fail ) to use that `ar` by consulting $Config{ar} This step compeletely side-steps auto-detection, so at very least, Config_heavy.pl contains a value that at least one time, probably worked, and as a result, large amounts of EUMM/MB XS stuff no longer tries to use a default `ar` that never existed. -r1 bump required, as the consequences of this change propagate into everything that compiles C code against Perl, and a failure to upgrade perl with this fix results in future failures compiling other stuff But otherwise this really is just a one line fix: ```diff --- perl-5.30.2.ebuild 2020-04-13 01:31:59.268561073 +1200 +++ perl-5.30.2-r1.ebuild 2020-05-18 16:46:13.972962817 +1200 @@ -507,4 +507,5 @@ -Darchname="${myarch}" \ -Dcc="$(tc-getCC)" \ + -Dar="$(tc-getAR)" \ -Doptimize="${CFLAGS}" \ -Dldflags="${LDFLAGS}" \ ``` Bug: https://bugs.gentoo.org/723264 Bug: https://bugs.gentoo.org/723154 Bug: https://github.com/Perl/perl5/issues/17791 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* app-crypt/tpm2-tss: eautoreconf after patching and fix whitespaceJason A. Donenfeld2020-05-171-7/+12
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* app-crypt/tpm2-tss: Fix required USE flagsSalah Coronya2020-05-171-1/+1
| | | | | | | Closes: https://bugs.gentoo.org/723518 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Salah Coronya <salah.coronya@gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* app-crypt/tpm2-tss: Fix sandbox violation for systemd usersSalah Coronya2020-05-172-2/+18
| | | | | | | Closes: https://bugs.gentoo.org/722864 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Salah Coronya <salah.coronya@gmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* dev-python/warlock: 1.3.3 bumpMatthew Thode2020-05-172-0/+34
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* games-board/pokerth: add patch for boost-1.73Stefan Strogin2020-05-182-1/+44
| | | | | | Closes: https://bugs.gentoo.org/723520 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* sci-mathematics/sympow: new package for symmetric power L-functions.Michael Orlitzky2020-05-175-0/+168
| | | | | | | | | | | | This is an actively-maintained fork of Mark Watkins's original sympow package (that is now impossible to find) by Debian's Jérôme Benoit. Sympow is a dependency of SageMath, and SageMath will soon be able to use the system's copy of sympow. Having this in Gentoo therefore avoids pointless rebuilds of sympow for Gentoo users of SageMath. Closes: https://bugs.gentoo.org/230449 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* profiles: add Sympow-BSD to the MISC-FREE license group.Michael Orlitzky2020-05-171-1/+1
| | | | | Bug: https://bugs.gentoo.org/230449 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* licenses: new Sympow-BSD license.Michael Orlitzky2020-05-171-0/+29
| | | | | | | | Add the license used by the forthcoming sci-mathematics/sympow package, a modified BSD-2 with an additional clause. Bug: https://bugs.gentoo.org/230449 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-util/ply: update to 2.1.1 and add new maintainersJakov Smolic2020-05-173-0/+45
| | | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/15545 Closes: https://bugs.gentoo.org/722744 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Luka Perkov <luka.perkov@sartura.hr> Signed-off-by: Zac Medico <zmedico@gentoo.org>
* dev-libs/libuv: Version 1.38.0Jeroen Roovers2020-05-182-0/+48
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Closes: https://bugs.gentoo.org/710620 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* net-nds/dnsmasq: drop oldPatrick McLean2020-05-175-321/+0
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* profiles: powerpc: Add matplotlib-python2[qt5,test] to p.use.stable.maskAndreas Sturmlechner2020-05-171-0/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: Fix app-i18n/atokx3 p.mask timestampAndreas Sturmlechner2020-05-171-1/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-crypt/gnupg: amd64 stable wrt bug #717934Mikle Kolyada2020-05-171-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* profiles/features/musl/package.use.mask: mask nls useflag on gccJory Pratt2020-05-171-2/+2
| | | | | | Closes: https://bugs.gentoo.org/723370 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* dev-python/matplotlib-python2: Revert "Remove old"Michał Górny2020-05-172-0/+217
| | | | | | | Restore the stable candidate. Reverts: e400aea7cb14f01602bb4777f407a4df84257664 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Drop masks for removed man-pages* packages.Ulrich Müller2020-05-173-27/+0
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-i18n/man-pages-pl: Remove package.Ulrich Müller2020-05-174-76/+0
| | | | | Bug: https://bugs.gentoo.org/717744 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-i18n/man-pages-fr: Remove package.Ulrich Müller2020-05-174-97/+0
| | | | | Bug: https://bugs.gentoo.org/717744 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-i18n/man-pages-de: Remove package.Ulrich Müller2020-05-174-160/+0
| | | | | Bug: https://bugs.gentoo.org/717744 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sys-apps/man-pages: Don't depend on last-rited packages.Ulrich Müller2020-05-172-8/+8
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sys-apps/man-pages: Remove old.Ulrich Müller2020-05-172-53/+0
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-python/numpy: Revert "Remove old"Michał Górny2020-05-172-0/+142
| | | | | | | Restore the stable target. Reverts: bc3985e0ae71a8a93614f38940be9786240d186f Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/catalyst: Version bump to 3.0.10Matt Turner2020-05-172-0/+70
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-libs/libcap: move sys-libs/pam from RDEPEND to PDEPENDMike Gilbert2020-05-174-8/+12
| | | | | | | | Fixes install order for binpkgs. Bug: https://bugs.gentoo.org/723278 Bug: https://bugs.gentoo.org/723352 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-i18n/nkf: drop to ~hppaRolf Eike Beer2020-05-171-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/sphinxcontrib-github-alt: mark 1.1-r2 ~hppa, bug #710278Rolf Eike Beer2020-05-171-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/testpath: keyworded 0.4.4-r1 for hppa, bug #710278Rolf Eike Beer2020-05-171-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-admin/conky: stable 1.10.8-r9 for sparc, bug #723342Rolf Eike Beer2020-05-171-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-portage/portage-utils: stable 0.87 for hppa, bug #722778Rolf Eike Beer2020-05-171-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-util/perf: fix pkg-config handlingMike Frysinger2020-05-171-0/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* profiles: Mask app-i18n/atokx3 for removalAndreas Sturmlechner2020-05-171-0/+6
| | | | | | Bug: https://bugs.gentoo.org/694920 Bug: https://bugs.gentoo.org/720848 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: Add sys-power/pm-utils to package.deprecatedAndreas Sturmlechner2020-05-171-0/+4
| | | | | Bug: https://bugs.gentoo.org/659616 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* kde-plasma/plasma-desktop: Disable unreliable lookandfeel-kcmTestAndreas Sturmlechner2020-05-171-2/+3
| | | | | | Bug: https://bugs.gentoo.org/607918 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-nds/openldap: update homepageAlexey Sokolov2020-05-171-1/+1
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Closes: https://github.com/gentoo/gentoo/pull/15714 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-office/kraft: update homepageAlexey Sokolov2020-05-171-2/+2
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* x11-misc/fpm2: update homepageAlexey Sokolov2020-05-171-3/+3
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sys-fs/bcache-tools: update homepageAlexey Sokolov2020-05-174-7/+7
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-libs/dmalloc: update homepageAlexey Sokolov2020-05-171-2/+2
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* media-video/jubler: update homepageAlexey Sokolov2020-05-171-2/+2
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-lang/scala: update homepageAlexey Sokolov2020-05-172-3/+3
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-java/testng: update homepageAlexey Sokolov2020-05-171-2/+2
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>