gentoo.git
7 years agodev-python/incremental: stabilise 16.10.1 for arm using ALLARCHES
Michael Palimaka [Thu, 28 Sep 2017 13:01:23 +0000 (23:01 +1000)]
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

7 years agodev-python/hyper-h2: stabilise 2.5.1 for arm using ALLARCHES
Michael Palimaka [Thu, 28 Sep 2017 12:59:18 +0000 (22:59 +1000)]
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

7 years agodev-python/constantly: stabilise 15.1.0 for arm using ALLARCHES
Michael Palimaka [Thu, 28 Sep 2017 12:58:01 +0000 (22:58 +1000)]
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

7 years agodev-python/priority: stabilise 1.3.0 for arm using ALLARCHES
Michael Palimaka [Thu, 28 Sep 2017 12:56:04 +0000 (22:56 +1000)]
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

7 years agodev-python/hyperframe: stabilise 4.0.1 for arm using ALLARCHES
Michael Palimaka [Thu, 28 Sep 2017 12:54:58 +0000 (22:54 +1000)]
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

7 years agodev-python/hpack: stabilise 2.3.0-r1 for arm using ALLARCHES
Michael Palimaka [Thu, 28 Sep 2017 12:51:53 +0000 (22:51 +1000)]
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

7 years agomedia-libs/mesa: Backport LLVM dep fixes to 17.2.1
Michał Górny [Thu, 28 Sep 2017 13:16:23 +0000 (15:16 +0200)]
media-libs/mesa: Backport LLVM dep fixes to 17.2.1

7 years agomedia-libs/mesa: Use correct slotted LLVM deps
Michał Górny [Sun, 17 Sep 2017 10:13:34 +0000 (12:13 +0200)]
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.

7 years agomedia-libs/mesa: Use helper var in LLVM deps for flexibility
Michał Górny [Sun, 17 Sep 2017 10:07:20 +0000 (12:07 +0200)]
media-libs/mesa: Use helper var in LLVM deps for flexibility

7 years agomedia-libs/mesa: Add llvm_check_deps() to enable slot matching
Michał Górny [Sun, 17 Sep 2017 09:45:28 +0000 (11:45 +0200)]
media-libs/mesa: Add llvm_check_deps() to enable slot matching

7 years agomedia-libs/mesa: Fix LLVM dep to pull exactly one version
Michał Górny [Sun, 17 Sep 2017 09:34:08 +0000 (11:34 +0200)]
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.

7 years agomedia-libs/mesa: [llvm_targets_AMDGPU] is also required by r600
Michał Górny [Sun, 17 Sep 2017 09:30:39 +0000 (11:30 +0200)]
media-libs/mesa: [llvm_targets_AMDGPU] is also required by r600

7 years agomedia-libs/mesa: Deduplicate [opencl] deps
Michał Górny [Sun, 17 Sep 2017 09:07:25 +0000 (11:07 +0200)]
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.

7 years agomedia-libs/mesa: Require LLVM 3.9.0+
Michał Górny [Sun, 17 Sep 2017 09:05:51 +0000 (11:05 +0200)]
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.

7 years agomedia-libs/mesa: Move clang dep for [opencl] to RDEP
Michał Górny [Sun, 17 Sep 2017 09:00:07 +0000 (11:00 +0200)]
media-libs/mesa: Move clang dep for [opencl] to RDEP

The relevant libraries clearly link to libclang*.

7 years agomedia-libs/mesa: Move radeonsi dep to RDEP
Michał Górny [Sun, 17 Sep 2017 08:57:20 +0000 (10:57 +0200)]
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.

7 years agomedia-libs/mesa: Split LLVM RDEP into sep block
Michał Górny [Sun, 17 Sep 2017 08:51:39 +0000 (10:51 +0200)]
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.

7 years agodev-python/envoy: EAPI 6 bump.
Patrice Clement [Thu, 28 Sep 2017 12:55:40 +0000 (14:55 +0200)]
dev-python/envoy: EAPI 6 bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

7 years agodev-ml/ocaml-mysql: bump to 1.2.2
Alexis Ballier [Thu, 28 Sep 2017 12:44:42 +0000 (14:44 +0200)]
dev-ml/ocaml-mysql: bump to 1.2.2

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agodev-ros/rqt_robot_monitor: bump to 0.5.8
Alexis Ballier [Thu, 28 Sep 2017 12:42:41 +0000 (14:42 +0200)]
dev-ros/rqt_robot_monitor: bump to 0.5.8

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agodev-python/rospkg: bump to 1.1.3
Alexis Ballier [Thu, 28 Sep 2017 12:41:41 +0000 (14:41 +0200)]
dev-python/rospkg: bump to 1.1.3

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agodev-python/rospkg: Remove old
Alexis Ballier [Thu, 28 Sep 2017 12:39:37 +0000 (14:39 +0200)]
dev-python/rospkg: Remove old

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agomedia-gfx/openexr_viewers: Revision bump to 2.2.0-r1
Jonathan Scruggs [Sat, 23 Sep 2017 13:10:11 +0000 (14:10 +0100)]
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

7 years agomedia-libs/ctl: Version bump to 1.5.2
Jonathan Scruggs [Sat, 23 Sep 2017 13:06:28 +0000 (14:06 +0100)]
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

7 years agomedia-libs/openexr: Revision bump to 2.2.0-r2
Jonathan Scruggs [Sat, 23 Sep 2017 13:04:39 +0000 (14:04 +0100)]
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

7 years agomedia-libs/ilmbase: Revision bump to 2.2.0-r1
Jonathan Scruggs [Sat, 23 Sep 2017 13:01:19 +0000 (14:01 +0100)]
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

7 years agodev-python/envoy: remove unused file.
Michael Mair-Keimberger [Wed, 27 Sep 2017 18:36:16 +0000 (20:36 +0200)]
dev-python/envoy: remove unused file.

Closes: https://github.com/gentoo/gentoo/pull/5802

7 years agodev-python/envoy: restrict tests.
Patrice Clement [Thu, 28 Sep 2017 12:36:55 +0000 (14:36 +0200)]
dev-python/envoy: restrict tests.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

7 years agodev-python/QtPy: version bump 1.3.1
Michael Palimaka [Thu, 28 Sep 2017 12:21:39 +0000 (22:21 +1000)]
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

7 years agomedia-libs/libmediaart: remove 0.7.0
Michael Palimaka [Thu, 28 Sep 2017 12:06:00 +0000 (22:06 +1000)]
media-libs/libmediaart: remove 0.7.0

Closes: https://bugs.gentoo.org/631814
Package-Manager: Portage-2.3.8, Repoman-2.3.3

7 years agodev-python/python-magic: upstream changed license to MIT around 0.4.11
Tim Harder [Thu, 28 Sep 2017 11:43:17 +0000 (07:43 -0400)]
dev-python/python-magic: upstream changed license to MIT around 0.4.11

7 years agosys-kernel/ck-sources: v.bump (4.9.52)
kuzetsa [Wed, 27 Sep 2017 18:49:57 +0000 (14:49 -0400)]
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

7 years agodev-tex/pythontex: initial import from science overlay
Andrey Grozin [Thu, 28 Sep 2017 11:12:24 +0000 (18:12 +0700)]
dev-tex/pythontex: initial import from science overlay

Package-Manager: Portage-2.3.6, Repoman-2.3.3

7 years agodev-java/common-cli: remove unused file.
Michael Mair-Keimberger [Wed, 27 Sep 2017 18:33:17 +0000 (20:33 +0200)]
dev-java/common-cli: remove unused file.

Closes: https://github.com/gentoo/gentoo/pull/5800

7 years agomedia-video/mpv: verbump to 0.27.0
Ilya Tumaykin [Sun, 24 Sep 2017 18:13:56 +0000 (21:13 +0300)]
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

7 years agomedia-video/mpv: drop obsolete gnome2_icon_savelist call in 9999
Ilya Tumaykin [Sun, 24 Sep 2017 17:31:33 +0000 (20:31 +0300)]
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

7 years agomedia-video/mpv: expand PN in URLs in 9999
Ilya Tumaykin [Sun, 24 Sep 2017 17:15:23 +0000 (20:15 +0300)]
media-video/mpv: expand PN in URLs in 9999

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agoprofiles/arch/arm/package.use.mask: mask raspberry-pi USE in recent mpv
Ilya Tumaykin [Sun, 24 Sep 2017 18:27:37 +0000 (21:27 +0300)]
profiles/arch/arm/package.use.mask: mask raspberry-pi USE in recent mpv

Required for the upcoming mpv-0.27.0 verbump.

7 years agoapp-vim/ntp-syntax: clean up old.
Patrice Clement [Thu, 28 Sep 2017 09:31:30 +0000 (11:31 +0200)]
app-vim/ntp-syntax: clean up old.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

7 years agoapp-vim/dhcpd-syntax: EAPI 6 bump.
Patrice Clement [Thu, 28 Sep 2017 09:30:30 +0000 (11:30 +0200)]
app-vim/dhcpd-syntax: EAPI 6 bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

7 years agoapp-vim/ntp-syntax: stable for amd64. mark stable for the remaining arches using...
Patrice Clement [Thu, 28 Sep 2017 09:28:38 +0000 (11:28 +0200)]
app-vim/ntp-syntax: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

7 years agoapp-vim/eruby-syntax: EAPI 6 bump.
Patrice Clement [Thu, 28 Sep 2017 09:26:52 +0000 (11:26 +0200)]
app-vim/eruby-syntax: EAPI 6 bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

7 years agonet-im/skypeforlinux: version bump to 5.5.0.1.
Karol Grudziński [Mon, 25 Sep 2017 17:25:31 +0000 (19:25 +0200)]
net-im/skypeforlinux: version bump to 5.5.0.1.

- Bump to 5.5.0.1
- Remove ebuild for unfetchable version 5.3.0.1

Package-Manager: Portage-2.3.10, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5791

7 years agodev-lang/tuprolog: correctly specify JDK dependency
Keri Harris [Thu, 28 Sep 2017 08:56:58 +0000 (10:56 +0200)]
dev-lang/tuprolog: correctly specify JDK dependency

Package-Manager: Portage-2.3.8, Repoman-2.3.1

7 years agodev-ml/zarith: bump to 1.6
Alexis Ballier [Thu, 28 Sep 2017 08:41:07 +0000 (10:41 +0200)]
dev-ml/zarith: bump to 1.6

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agodev-ros/robot_localization: initial import
Alexis Ballier [Tue, 26 Sep 2017 14:39:31 +0000 (16:39 +0200)]
dev-ros/robot_localization: initial import

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agodev-ros/nmea_msgs: initial import
Alexis Ballier [Tue, 26 Sep 2017 13:17:50 +0000 (15:17 +0200)]
dev-ros/nmea_msgs: initial import

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agodev-ml/ppx_deriving: remove unused patch
Michael Mair-Keimberger [Wed, 27 Sep 2017 18:34:21 +0000 (20:34 +0200)]
dev-ml/ppx_deriving: remove unused patch

7 years agodev-ada/gnatmem: Adding dev-ada/gnatmem-2017
Tupone Alfredo [Thu, 28 Sep 2017 07:01:01 +0000 (09:01 +0200)]
dev-ada/gnatmem: Adding dev-ada/gnatmem-2017

Package-Manager: Portage-2.3.6, Repoman-2.3.1

7 years agodev-lang/mercury-extras: filter out java+erlang grades for Mercury packages that...
Keri Harris [Thu, 28 Sep 2017 06:47:00 +0000 (08:47 +0200)]
dev-lang/mercury-extras: filter out java+erlang grades for Mercury packages that do not have java/erlang bindings

Package-Manager: Portage-2.3.8, Repoman-2.3.1

7 years agomail-mta/postfix: bump to 3.3_pre20170924
Eray Aslan [Thu, 28 Sep 2017 06:36:51 +0000 (09:36 +0300)]
mail-mta/postfix: bump to 3.3_pre20170924

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agomail-mta/postfix: bump to 3.2.3
Eray Aslan [Thu, 28 Sep 2017 06:33:17 +0000 (09:33 +0300)]
mail-mta/postfix: bump to 3.2.3

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agoapp-crypt/mit-krb5: security bump to 1.15.2
Eray Aslan [Thu, 28 Sep 2017 06:10:39 +0000 (09:10 +0300)]
app-crypt/mit-krb5: security bump to 1.15.2

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agonet-misc/pulseaudio-dlna: allow newer ffmpeg use
Matthew Thode [Thu, 28 Sep 2017 06:09:14 +0000 (01:09 -0500)]
net-misc/pulseaudio-dlna: allow newer ffmpeg use

Package-Manager: Portage-2.3.8, Repoman-2.3.3

7 years agodev-ruby/haml: cleanup
Hans de Graaff [Thu, 28 Sep 2017 05:32:05 +0000 (07:32 +0200)]
dev-ruby/haml: cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.2

7 years agoapp-admin/puppet-lint: add 2.3.2
Hans de Graaff [Thu, 28 Sep 2017 04:16:07 +0000 (06:16 +0200)]
app-admin/puppet-lint: add 2.3.2

Package-Manager: Portage-2.3.8, Repoman-2.3.2

7 years agodev-ruby/rspec-json_expectations: add ruby24
Hans de Graaff [Thu, 28 Sep 2017 04:13:11 +0000 (06:13 +0200)]
dev-ruby/rspec-json_expectations: add ruby24

Package-Manager: Portage-2.3.8, Repoman-2.3.2

7 years agoapp-admin/puppet-lint: cleanup
Hans de Graaff [Thu, 28 Sep 2017 04:06:35 +0000 (06:06 +0200)]
app-admin/puppet-lint: cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.2

7 years agoapp-editors/padre: Fix compile without '.' in @INC on Perl 5.26
Kent Fredric [Thu, 28 Sep 2017 01:02:16 +0000 (14:02 +1300)]
app-editors/padre: Fix compile without '.' in @INC on Perl 5.26

Package-Manager: Portage-2.3.8, Repoman-2.3.3

7 years agodev-python/python-iptables: Version bump to 0.12.0
Patrick McLean [Thu, 28 Sep 2017 00:04:18 +0000 (17:04 -0700)]
dev-python/python-iptables: Version bump to 0.12.0

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agowww-client/vivaldi-snapshot: Version bump.
Jeroen Roovers [Thu, 28 Sep 2017 00:04:00 +0000 (02:04 +0200)]
www-client/vivaldi-snapshot: Version bump.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agosys-boot/palo: Old.
Jeroen Roovers [Thu, 28 Sep 2017 00:03:35 +0000 (02:03 +0200)]
sys-boot/palo: Old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agosys-boot/palo: Stable for HPPA too.
Jeroen Roovers [Thu, 28 Sep 2017 00:02:52 +0000 (02:02 +0200)]
sys-boot/palo: Stable for HPPA too.

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --ignore-arches

7 years agosys-apps/dbus: Removed old.
Lars Wendler [Wed, 27 Sep 2017 23:17:10 +0000 (01:17 +0200)]
sys-apps/dbus: Removed old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agosys-apps/dbus: Bump to version 1.10.24
Lars Wendler [Wed, 27 Sep 2017 23:16:40 +0000 (01:16 +0200)]
sys-apps/dbus: Bump to version 1.10.24

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agosys-fs/xfsprogs: Removed old.
Lars Wendler [Wed, 27 Sep 2017 23:04:26 +0000 (01:04 +0200)]
sys-fs/xfsprogs: Removed old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agosys-fs/xfsprogs: Bump to version 4.13.1
Lars Wendler [Wed, 27 Sep 2017 23:03:50 +0000 (01:03 +0200)]
sys-fs/xfsprogs: Bump to version 4.13.1

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agoapp-shells/hstr: clean up old.
Patrice Clement [Wed, 27 Sep 2017 21:55:57 +0000 (23:55 +0200)]
app-shells/hstr: clean up old.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

7 years agosys-apps/readahead-list: stable
Robin H. Johnson [Wed, 27 Sep 2017 21:43:03 +0000 (14:43 -0700)]
sys-apps/readahead-list: stable

Performed as upstream author after testing.

Bug: https://bugs.gentoo.org/614624
Package-Manager: Portage-2.3.8, Repoman-2.3.3

7 years agosys-apps/readahead-list: bump for confd tweak.
Robin H. Johnson [Wed, 27 Sep 2017 21:42:33 +0000 (14:42 -0700)]
sys-apps/readahead-list: bump for confd tweak.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

7 years agodev-java/icedtea-bin: Remove vulnerable 3.4.0 wrt bug #626088
James Le Cuirot [Wed, 27 Sep 2017 21:41:39 +0000 (22:41 +0100)]
dev-java/icedtea-bin: Remove vulnerable 3.4.0 wrt bug #626088

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agosys-cluster/ceph: Version bump to 12.2.1
Patrick McLean [Wed, 27 Sep 2017 21:19:27 +0000 (14:19 -0700)]
sys-cluster/ceph: Version bump to 12.2.1

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agonet-print/hplip: Remove old.
Daniel Pielmeier [Wed, 27 Sep 2017 20:43:33 +0000 (22:43 +0200)]
net-print/hplip: Remove old.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

7 years agonet-print/hplip-plugin: Remove old.
Daniel Pielmeier [Wed, 27 Sep 2017 20:41:23 +0000 (22:41 +0200)]
net-print/hplip-plugin: Remove old.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

7 years agoapp-cdr/cdrtools: Remove old.
Daniel Pielmeier [Wed, 27 Sep 2017 20:39:00 +0000 (22:39 +0200)]
app-cdr/cdrtools: Remove old.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

7 years agomedia-sound/mac: Remove old.
Daniel Pielmeier [Wed, 27 Sep 2017 20:37:20 +0000 (22:37 +0200)]
media-sound/mac: Remove old.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

7 years agowww-client/opera: Old.
Jeroen Roovers [Wed, 27 Sep 2017 20:31:27 +0000 (22:31 +0200)]
www-client/opera: Old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agowww-client/opera: Version bump.
Jeroen Roovers [Wed, 27 Sep 2017 20:30:51 +0000 (22:30 +0200)]
www-client/opera: Version bump.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agowww-client/vivaldi: Stable for AMD64 x86 too.
Jeroen Roovers [Wed, 27 Sep 2017 20:30:32 +0000 (22:30 +0200)]
www-client/vivaldi: Stable for AMD64 x86 too.

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --ignore-arches

7 years agomedia-libs/tiff: Stable for HPPA too.
Jeroen Roovers [Wed, 27 Sep 2017 20:29:11 +0000 (22:29 +0200)]
media-libs/tiff: Stable for HPPA too.

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --ignore-arches

7 years agowww-client/opera-beta: Old.
Jeroen Roovers [Wed, 27 Sep 2017 20:25:54 +0000 (22:25 +0200)]
www-client/opera-beta: Old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agodev-python/celery: version bump to 4.1.0
Zac Medico [Wed, 27 Sep 2017 20:23:29 +0000 (13:23 -0700)]
dev-python/celery: version bump to 4.1.0

Closes: https://bugs.gentoo.org/632176
Package-Manager: Portage-2.3.10, Repoman-2.3.3

7 years agosys-kernel/vanilla-sources: Linux patch 4.13.4 and 4.9.52
Mike Pagano [Wed, 27 Sep 2017 20:18:19 +0000 (16:18 -0400)]
sys-kernel/vanilla-sources: Linux patch 4.13.4 and 4.9.52

Package-Manager: Portage-2.3.10, Repoman-2.3.1

7 years agosys-kernel/gentoo-sources: Linux patch 4.13.4
Mike Pagano [Wed, 27 Sep 2017 20:15:45 +0000 (16:15 -0400)]
sys-kernel/gentoo-sources: Linux patch 4.13.4

Package-Manager: Portage-2.3.10, Repoman-2.3.1

7 years agoapp-i18n/fcitx: Version bump (4.2.9.4).
Arfrever Frehtes Taifersar Arahesis [Wed, 27 Sep 2017 14:59:23 +0000 (16:59 +0200)]
app-i18n/fcitx: Version bump (4.2.9.4).

7 years agoapp-i18n/fcitx: Update sed command.
Arfrever Frehtes Taifersar Arahesis [Wed, 27 Sep 2017 14:33:44 +0000 (16:33 +0200)]
app-i18n/fcitx: Update sed command.

7 years agoapp-i18n/kcm-fcitx: Use ${Fcitx_major_version}.${KDE_Plasma_major_version}.9999 versi...
Arfrever Frehtes Taifersar Arahesis [Wed, 27 Sep 2017 13:46:01 +0000 (15:46 +0200)]
app-i18n/kcm-fcitx: Use ${Fcitx_major_version}.${KDE_Plasma_major_version}.9999 version scheme for live ebuilds.

7 years agoapp-i18n/fcitx-unikey: Version bump (0.2.6).
Arfrever Frehtes Taifersar Arahesis [Wed, 27 Sep 2017 13:28:28 +0000 (15:28 +0200)]
app-i18n/fcitx-unikey: Version bump (0.2.6).

7 years agoapp-i18n/fcitx-unikey: Delete no longer needed call to gnome2_icon_savelist().
Arfrever Frehtes Taifersar Arahesis [Wed, 27 Sep 2017 11:58:33 +0000 (13:58 +0200)]
app-i18n/fcitx-unikey: Delete no longer needed call to gnome2_icon_savelist().

7 years agoapp-i18n/fcitx-unikey: Specify slot in dependency on app-i18n/fcitx.
Arfrever Frehtes Taifersar Arahesis [Wed, 27 Sep 2017 10:24:07 +0000 (12:24 +0200)]
app-i18n/fcitx-unikey: Specify slot in dependency on app-i18n/fcitx.

7 years agoapp-i18n/fcitx-unikey: Use ${Fcitx_major_version}.9999 version scheme for live ebuild.
Arfrever Frehtes Taifersar Arahesis [Wed, 27 Sep 2017 10:18:32 +0000 (12:18 +0200)]
app-i18n/fcitx-unikey: Use ${Fcitx_major_version}.9999 version scheme for live ebuild.

7 years agoapp-i18n/fcitx-sayura: Version bump (0.1.2).
Arfrever Frehtes Taifersar Arahesis [Wed, 27 Sep 2017 09:57:55 +0000 (11:57 +0200)]
app-i18n/fcitx-sayura: Version bump (0.1.2).

7 years agoapp-i18n/fcitx-sayura: Call gnome2_icon_cache_update().
Arfrever Frehtes Taifersar Arahesis [Wed, 27 Sep 2017 09:53:40 +0000 (11:53 +0200)]
app-i18n/fcitx-sayura: Call gnome2_icon_cache_update().

7 years agoapp-i18n/fcitx-sayura: Specify slot in dependency on app-i18n/fcitx.
Arfrever Frehtes Taifersar Arahesis [Wed, 27 Sep 2017 09:06:34 +0000 (11:06 +0200)]
app-i18n/fcitx-sayura: Specify slot in dependency on app-i18n/fcitx.

7 years agoapp-i18n/fcitx-sayura: Use ${Fcitx_major_version}.9999 version scheme for live ebuild.
Arfrever Frehtes Taifersar Arahesis [Wed, 27 Sep 2017 09:03:03 +0000 (11:03 +0200)]
app-i18n/fcitx-sayura: Use ${Fcitx_major_version}.9999 version scheme for live ebuild.

7 years agoapp-i18n/fcitx-qt5: Use ${Fcitx_major_version}.9999 version scheme for live ebuild.
Arfrever Frehtes Taifersar Arahesis [Wed, 27 Sep 2017 08:56:37 +0000 (10:56 +0200)]
app-i18n/fcitx-qt5: Use ${Fcitx_major_version}.9999 version scheme for live ebuild.

7 years agoapp-i18n/fcitx-m17n: Version bump (0.2.4).
Arfrever Frehtes Taifersar Arahesis [Tue, 26 Sep 2017 23:46:27 +0000 (01:46 +0200)]
app-i18n/fcitx-m17n: Version bump (0.2.4).

7 years agoapp-i18n/fcitx-m17n: Specify slot in dependency on app-i18n/fcitx.
Arfrever Frehtes Taifersar Arahesis [Tue, 26 Sep 2017 23:25:58 +0000 (01:25 +0200)]
app-i18n/fcitx-m17n: Specify slot in dependency on app-i18n/fcitx.

7 years agoapp-i18n/fcitx-m17n: Use ${Fcitx_major_version}.9999 version scheme for live ebuild.
Arfrever Frehtes Taifersar Arahesis [Tue, 26 Sep 2017 23:14:28 +0000 (01:14 +0200)]
app-i18n/fcitx-m17n: Use ${Fcitx_major_version}.9999 version scheme for live ebuild.

7 years agoapp-i18n/fcitx-libpinyin: Version bump (0.5.3).
Arfrever Frehtes Taifersar Arahesis [Tue, 26 Sep 2017 22:16:05 +0000 (00:16 +0200)]
app-i18n/fcitx-libpinyin: Version bump (0.5.3).