Commit Graph

141038 Commits

Author SHA1 Message Date
Michael Palimaka
22f78bf055 dev-python/pytrie: stabililse 0.3 for arm/x86 using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:07 +10:00
Michael Palimaka
3205a44dc4 dev-python/txaio: stabilise 2.7.1 for arm/x86 using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:07 +10:00
Michael Palimaka
4ee4d4d5f1 dev-python/u-msgpack: stabilise 2.4.1 for arm/x86 using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:06 +10:00
Michael Palimaka
7b7584ae14 dev-python/sphinxcontrib-spelling: stabilise 2.1.2 for arm/x86 using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:06 +10:00
Michael Palimaka
11ad5d7ef6 dev-python/pyqrcode: stabilise 1.2.1 for arm/x86 using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:05 +10:00
Michael Palimaka
8d5521983d dev-python/pep8: stabillise 1.7.0 for arm/x86 using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:05 +10:00
Michael Palimaka
1c2c0b1630 dev-python/pypng: stabilise 0.0.18 for arm/x86 using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:05 +10:00
Michael Palimaka
dee6cd7b01 dev-python/sortedcontainers: stabilise 1.5.7 for arm/x86 using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:04 +10:00
Michael Palimaka
8a4a6fefb9 dev-python/pyenchant: stabilise 1.6.6 for arm using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:04 +10:00
Michael Palimaka
88a794a004 dev-python/trollius: stabilise 2.1 for arm using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:04 +10:00
Michael Palimaka
efe79b61d2 dev-python/incremental: stabilise 16.10.1 for arm using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:03 +10:00
Michael Palimaka
723b59db6e dev-python/hyper-h2: stabilise 2.5.1 for arm using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:03 +10:00
Michael Palimaka
7f56a59b26 dev-python/constantly: stabilise 15.1.0 for arm using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:03 +10:00
Michael Palimaka
830393987d dev-python/priority: stabilise 1.3.0 for arm using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:03 +10:00
Michael Palimaka
a31faeeb06 dev-python/hyperframe: stabilise 4.0.1 for arm using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:02 +10:00
Michael Palimaka
e62ab4e79a dev-python/hpack: stabilise 2.3.0-r1 for arm using ALLARCHES
Bug: https://bugs.gentoo.org/624990
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 23:42:02 +10:00
Michał Górny
135bd0f442 media-libs/mesa: Backport LLVM dep fixes to 17.2.1 2017-09-28 15:16:23 +02:00
Michał Górny
8c6b43c7f4 media-libs/mesa: Use correct slotted LLVM deps
Introduce a proper complete slotted dependency block for LLVM. While
it's not strictly necessary whenever the Mesa version supports
the newest LLVM version, keeping it unconditionally will help developers
wrap up Mesa releases correctly.
2017-09-28 15:15:33 +02:00
Michał Górny
37b6068af9 media-libs/mesa: Use helper var in LLVM deps for flexibility 2017-09-28 15:15:30 +02:00
Michał Górny
976533254c media-libs/mesa: Add llvm_check_deps() to enable slot matching 2017-09-28 15:15:25 +02:00
Michał Górny
f852c290ad media-libs/mesa: Fix LLVM dep to pull exactly one version
Since LLVM is slotted, you can't expect multiple different
dependencies to apply to the same slot. For this reason, we need to
ensure that only one form of dependency (set of USE flags) is applied to
LLVM.

To cover all the necessary variants:

- when using [opencl], enforce LLVM version and USE flags through
  implicit dependency via sys-devel/clang;

- enforce [llvm_targets_AMDGPU] for all variants needing it,
  and the non-AMDGPU version only if neither of them applies.
2017-09-28 15:15:21 +02:00
Michał Górny
4254e8a8b8 media-libs/mesa: [llvm_targets_AMDGPU] is also required by r600 2017-09-28 15:15:18 +02:00
Michał Górny
0c906c66ad media-libs/mesa: Deduplicate [opencl] deps
Since [opencl] requires [llvm], and additionally sys-devel/clang pulls
sys-devel/llvm in, there is really no reason for a separate [opencl]
block or a duplicate sys-devel/llvm dependency.
2017-09-28 15:15:15 +02:00
Michał Górny
ae0bee46cc media-libs/mesa: Require LLVM 3.9.0+
Now that LLVM 3.9 is stable, the older versions are on the cleanup list
and there is really no reason to create overcomplex dependencies
to account for them. Furthermore, according to configure.ac all of
the Radeon drivers & swrast require 3.9 anyway.
2017-09-28 15:15:12 +02:00
Michał Górny
36218e79c3 media-libs/mesa: Move clang dep for [opencl] to RDEP
The relevant libraries clearly link to libclang*.
2017-09-28 15:15:09 +02:00
Michał Górny
2e93c3f599 media-libs/mesa: Move radeonsi dep to RDEP
Even if the relevant LLVM target is only strictly required
at build-time, mesa links to all targets anyway and removing any of them
will break link chain.
2017-09-28 15:15:06 +02:00
Michał Górny
285426ee4a media-libs/mesa: Split LLVM RDEP into sep block
Split the LLVM RDEPEND into a separate block for improved readability
when I start hacking on it.
2017-09-28 15:15:04 +02:00
Patrice Clement
f71d450d6f dev-python/envoy: EAPI 6 bump.
Package-Manager: Portage-2.3.8, Repoman-2.3.1
2017-09-28 14:55:40 +02:00
Alexis Ballier
2e92f2133a dev-ml/ocaml-mysql: bump to 1.2.2
Package-Manager: Portage-2.3.10, Repoman-2.3.3
2017-09-28 14:45:08 +02:00
Alexis Ballier
caa571eec9 dev-ros/rqt_robot_monitor: bump to 0.5.8
Package-Manager: Portage-2.3.10, Repoman-2.3.3
2017-09-28 14:45:08 +02:00
Alexis Ballier
d720858567 dev-python/rospkg: bump to 1.1.3
Package-Manager: Portage-2.3.10, Repoman-2.3.3
2017-09-28 14:45:08 +02:00
Alexis Ballier
53620184a0 dev-python/rospkg: Remove old
Package-Manager: Portage-2.3.10, Repoman-2.3.3
2017-09-28 14:45:08 +02:00
Jonathan Scruggs
91e4e15fe3 media-gfx/openexr_viewers: Revision bump to 2.2.0-r1
* Converted ebuild to EAPI 6
* Made patch compatible with PATCHES
* Changed dependencies to depend on new CTL version
* Tidied metadata.xml file

Closes: #5725
2017-09-28 14:45:08 +02:00
Jonathan Scruggs
ab61b102be media-libs/ctl: Version bump to 1.5.2
* Updated to new upstream version
* Added patch to fix some CMake issues
* Tidied up the metadata.xml file

Closes: https://bugs.gentoo.org/610610
2017-09-28 14:45:08 +02:00
Jonathan Scruggs
dd4ad81b5d media-libs/openexr: Revision bump to 2.2.0-r2
* Added patch to fix a typo in the C bindings
* Added patch to install the missing header files
* Added patch to fix security issues:
  CVE-2017-9110, CVE-2017-9111, CVE-2017-9112, CVE-2017-9113,
  CVE-2017-9114, CVE-2017-9115, CVE-2017-9116
* Fixed build system patch
* Added tabs in the metadata.xml file

Closes: https://bugs.gentoo.org/616996
Closes: https://bugs.gentoo.org/631382
Closes: https://bugs.gentoo.org/620324
2017-09-28 14:45:07 +02:00
Jonathan Scruggs
24675bd3c2 media-libs/ilmbase: Revision bump to 2.2.0-r1
* Changed ebuild to EAPI 6
* Changed ebuild to use multilib-minimal
* Added patch to remove register keyword for GCC7 Compat
* Added tabs in the metadata.xml file
2017-09-28 14:45:07 +02:00
Michael Mair-Keimberger
c1e8e58a65 dev-python/envoy: remove unused file.
Closes: https://github.com/gentoo/gentoo/pull/5802
2017-09-28 14:38:33 +02:00
Patrice Clement
7213926aa1 dev-python/envoy: restrict tests.
Package-Manager: Portage-2.3.8, Repoman-2.3.1
2017-09-28 14:38:31 +02:00
Michael Palimaka
649ce73ba0 dev-python/QtPy: version bump 1.3.1
Closes: https://bugs.gentoo.org/602528
Closes: https://bugs.gentoo.org/611856
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 22:21:56 +10:00
Michael Palimaka
ba36094d3b media-libs/libmediaart: remove 0.7.0
Closes: https://bugs.gentoo.org/631814
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-09-28 22:06:14 +10:00
Tim Harder
c587823509 dev-python/python-magic: upstream changed license to MIT around 0.4.11 2017-09-28 07:45:41 -04:00
kuzetsa
76e4585caa sys-kernel/ck-sources: v.bump (4.9.52)
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5804
2017-09-28 20:41:33 +09:00
Andrey Grozin
4da89647db dev-tex/pythontex: initial import from science overlay
Package-Manager: Portage-2.3.6, Repoman-2.3.3
2017-09-28 18:12:24 +07:00
Michael Mair-Keimberger
8f80bc4e37 dev-java/common-cli: remove unused file.
Closes: https://github.com/gentoo/gentoo/pull/5800
2017-09-28 12:02:24 +02:00
Ilya Tumaykin
b576e37305 media-video/mpv: verbump to 0.27.0
Closes: https://bugs.gentoo.org/630556
Closes: https://github.com/gentoo/gentoo/pull/5787
Package-Manager: Portage-2.3.10, Repoman-2.3.3
2017-09-28 11:42:56 +02:00
Ilya Tumaykin
aa876c82db media-video/mpv: drop obsolete gnome2_icon_savelist call in 9999
Also move android configure option around as did upstream.

Package-Manager: Portage-2.3.10, Repoman-2.3.3
2017-09-28 11:42:56 +02:00
Ilya Tumaykin
1c94a273c1 media-video/mpv: expand PN in URLs in 9999
Package-Manager: Portage-2.3.10, Repoman-2.3.3
2017-09-28 11:42:56 +02:00
Ilya Tumaykin
0c35df2329 profiles/arch/arm/package.use.mask: mask raspberry-pi USE in recent mpv
Required for the upcoming mpv-0.27.0 verbump.
2017-09-28 11:42:56 +02:00
Patrice Clement
329b9cc399 app-vim/ntp-syntax: clean up old.
Package-Manager: Portage-2.3.8, Repoman-2.3.1
2017-09-28 11:31:51 +02:00
Patrice Clement
45d7c2506a app-vim/dhcpd-syntax: EAPI 6 bump.
Package-Manager: Portage-2.3.8, Repoman-2.3.1
2017-09-28 11:31:49 +02:00