Michael Palimaka [Thu, 28 Sep 2017 13:20:23 +0000 (23:20 +1000)]
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
Michael Palimaka [Thu, 28 Sep 2017 13:18:47 +0000 (23:18 +1000)]
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
Michael Palimaka [Thu, 28 Sep 2017 13:12:11 +0000 (23:12 +1000)]
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
Michael Palimaka [Thu, 28 Sep 2017 13:10:48 +0000 (23:10 +1000)]
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
Michael Palimaka [Thu, 28 Sep 2017 13:09:18 +0000 (23:09 +1000)]
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
Michael Palimaka [Thu, 28 Sep 2017 13:07:24 +0000 (23:07 +1000)]
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
Michael Palimaka [Thu, 28 Sep 2017 13:05:55 +0000 (23:05 +1000)]
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
Michael Palimaka [Thu, 28 Sep 2017 13:04:44 +0000 (23:04 +1000)]
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
Michael Palimaka [Thu, 28 Sep 2017 13:03:29 +0000 (23:03 +1000)]
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
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
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
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
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
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
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
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
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.
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
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
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.
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
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.
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.
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*.
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.
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
Michael Mair-Keimberger [Wed, 27 Sep 2017 18:34:21 +0000 (20:34 +0200)]
dev-ml/ppx_deriving: remove unused patch
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Arfrever Frehtes Taifersar Arahesis [Wed, 27 Sep 2017 14:59:23 +0000 (16:59 +0200)]
app-i18n/fcitx: Version bump (4.2.9.4).
Arfrever Frehtes Taifersar Arahesis [Wed, 27 Sep 2017 14:33:44 +0000 (16:33 +0200)]
app-i18n/fcitx: Update sed command.
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.
Arfrever Frehtes Taifersar Arahesis [Wed, 27 Sep 2017 13:28:28 +0000 (15:28 +0200)]
app-i18n/fcitx-unikey: Version bump (0.2.6).
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().
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.
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.