summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-simulation/openrct2: bump to version 0.3.2Conrad Kostecki2020-11-032-0/+168
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-simulation/openrct2: update live ebuildConrad Kostecki2020-11-032-2/+4
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-server/minecraft-server: Add systemd unit, add ~arm64 keywordRoss Charles Campbell2020-11-032-0/+70
| | | | | | | | | Tested fine on Pi4 Closes: https://github.com/gentoo/gentoo/pull/18038 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-im/transwhat: drop old versionConrad Kostecki2020-11-031-38/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-im/transwhat: correct DISTUTILS_USE_SETUPTOOLSJakov Smolic2020-11-031-0/+38
| | | | | | | | Closes: https://bugs.gentoo.org/751868 Closes: https://github.com/gentoo/gentoo/pull/18084 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-server/minecraft-server: drop old versionConrad Kostecki2020-11-035-123/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* games-server/bedrock-server: drop old versionConrad Kostecki2020-11-033-100/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* profiles/package.mask: mask dev-lang/helium and dev-haskell/lvmlibSergei Trofimovich2020-11-031-0/+7
| | | | | | Bug: https://bugs.gentoo.org/751757 Bug: https://bugs.gentoo.org/736054 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-text/mupdf: allow user's CXXSergei Trofimovich2020-11-031-0/+1
| | | | | | | Reported-by: Thomas Deutschmann Closes: https://bugs.gentoo.org/749276 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/c-blosc: Stabilize 1.20.1 amd64, #751121Sam James2020-11-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/pambase: regenerate manifestSam James2020-11-031-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/jsonnet: Stabilize 0.16.0-r2 amd64, #751073Sam James2020-11-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/dnsmasq: Stabilize 2.82 amd64, #751046Sam James2020-11-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/pambase: bump to 20201103Sam James2020-11-032-0/+101
| | | | | | Bug: https://bugs.gentoo.org/751946 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/kdevelop: Drop 5.5.2Andreas Sturmlechner2020-11-033-147/+0
| | | | | | Bug: https://bugs.gentoo.org/750767 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-util/kdevelop-python: Drop 5.5.2Andreas Sturmlechner2020-11-032-55/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-util/kdevelop-php: Drop 5.5.2Andreas Sturmlechner2020-11-032-57/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* virtual/lapacke: amend addition of openblasSam James2020-11-031-4/+5
| | | | | | | | | | | | | These virtuals are actually flawed but I'd prefer to keep the issues consistent by matching virtual/lapack here. There are plans to improve the handling of lapack and friends in Gentoo but for now, let's just be consistent to ensure that adding openblas here doesn't cause any problems. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/opencv: various fixesRoss Charles Campbell2020-11-032-1/+25
| | | | | | | | | | | | | | | | | | | | - Explicitly depends on virtual/lapacke to prevent its cmake build scripts from implicitly disabling lapack support when it can't find lapacke.h. - Link with cblas when sci-libs/lapack is supplimented as the default lapack implementation. - examples USE requires contribdnn USE to be enabled to prevent build failure. Closes: https://bugs.gentoo.org/700176 Closes: https://bugs.gentoo.org/749681 Closes: https://bugs.gentoo.org/717812 Closes: https://bugs.gentoo.org/701790 Closes: https://bugs.gentoo.org/704518 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17964 Signed-off-by: Sam James <sam@gentoo.org>
* virtual/lapacke: add sci-libs/openblas as an alternativeRoss Charles Campbell2020-11-031-2/+5
| | | | | | | | | | | The current sci-libs/openblas versions come with an implementation for lapacke API, therefore adding it as a conditional dep for virtual/lapacke. Bug: https://bugs.gentoo.org/700176 Bug: https://bugs.gentoo.org/749921 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Ross Charles Campbell <rossbridger.cc@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/ansible: 2.10.1 bumpMatthew Thode2020-11-032-0/+83
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* app-admin/ansible-base: 2.10.3 bumpMatthew Thode2020-11-032-0/+78
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* sys-apps/servicelog: bump to 1.1.15Georgy Yakovlev2020-11-022-0/+29
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sys-libs/libvpd: bump to 2.2.7Georgy Yakovlev2020-11-022-0/+44
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-admin/hddtemp: Revbump to ensure everyone gets the additionsPPed722020-11-031-0/+0
| | | | | | | | | | | Straight to stable, as only the db has changed Signed-off-by: Paolo Pedroni <paolo.pedroni@iol.it> Closes: https://bugs.gentoo.org/751913 Closes: https://bugs.gentoo.org/709802 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/18078 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-admin/hddtemp: add drives to hddgentoo.dbPPed722020-11-031-0/+4
| | | | | | | | Signed-off-by: Paolo Pedroni <paolo.pedroni@iol.it> Closes: https://bugs.gentoo.org/751913 Closes: https://bugs.gentoo.org/709802 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-crypt/pius: add patches that include git headersNicholas Meyer2020-11-035-4/+61
| | | | | | Signed-off-by: Nicholas Meyer <nickaristocrates@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18104 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-process/cronie: Fixed build with >=sys-devel/autoconf-2.70_beta1Lars Wendler2020-11-032-0/+21
| | | | | | | Thanks-to: Sergei Trofimovich <slyfox@gentoo.org> Closes: https://bugs.gentoo.org/750728 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-process/cronie: Removed oldLars Wendler2020-11-032-118/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* package.mask: last-rite broken, outdated, unmaintained -9999 packagesJoonas Niilola2020-11-031-0/+17
| | | | | Bug: https://bugs.gentoo.org/752462 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/telegram-desktop: prevent cmake warningGeorgy Yakovlev2020-11-022-6/+10
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-admin/selint: Add subslot depJason Zaman2020-11-022-2/+2
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
* net-im/telegram-desktop: fix build with rlottie installedGeorgy Yakovlev2020-11-022-2/+6
| | | | | | Closes: https://bugs.gentoo.org/752417 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sec-policy/selinux-base: Drop unnecessary virtual/udev depJason Zaman2020-11-024-9/+5
| | | | | | Closes: https://bugs.gentoo.org/752186 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
* net-mail/mu: Stabilize 1.4.13 amd64, #751016Sam James2020-11-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/opal-utils: cleanupGeorgy Yakovlev2020-11-024-286/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sys-apps/opal-utils: bump to 6.7Georgy Yakovlev2020-11-022-0/+95
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-text/mupdf: drop old patchSam James2020-11-031-45/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/mupdf: cleanup oldSam James2020-11-032-129/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libressl: drop 3.2.1 back to ~Sam James2020-11-031-1/+1
| | | | | | | | | | | | | | | It's a development release upstream, not suitable for stabilisation unless we can help it. 3.2.2 would be a better candidate but likely best to let it soak in tree for a little bit. The reason for the original stabilisation has been handled in 526e4d7af5e33b989c2ace8e3048c596f97d2655. Acked-by: Stefan Strogin <steils@gentoo.org> Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-text/mupdf: drop tighter libressl depSam James2020-11-032-6/+1
| | | | | | | | | | | | | | | I can't reproduce a build failure with 1.18.0 with various LibreSSL versions in a clean chroot. So, dropping the package.use.stable.mask on libressl for mupdf and making the dep a bit more loose. Reports of a failure of 3.1.4 with mupdf would be welcome. Closes: https://bugs.gentoo.org/752171 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-i18n/ibus: version bump, 1.5.23Yixun Lan2020-11-032-0/+191
| | | | | | | | | 1) fix vala-0.50 err (from upsteam) 2) filter out root/sr_Cyrl emoji (failure) Closes: https://bugs.gentoo.org/746551 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Yixun Lan <dlan@gentoo.org>
* media-libs/shaderc: Stabilize 2020.2 amd64, #751007Sam James2020-11-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/gentoo-kernel-bin: bump to 5.9.3 for arm64Sam James2020-11-032-0/+50
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/gentoo-kernel-bin: bump to 5.8.18 for arm64Sam James2020-11-032-0/+58
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* sys-kernel/gentoo-kernel-bin: bump to 5.4.74 for arm64Sam James2020-11-032-0/+58
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libfmt: Cleanup old versionCraig Andrews2020-11-022-38/+0
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-libs/libfmt: 7.1.1 version bumpCraig Andrews2020-11-022-0/+37
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* sys-cluster/ceph-14.2.13: Version bumpPatrick McLean2020-11-022-1/+1
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-util/kdevelop-python: Stabilize 5.6.0 amd64, #750767Sam James2020-11-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>