Michael Mair-Keimberger (asterix) [Wed, 1 Feb 2017 18:48:06 +0000 (19:48 +0100)]
sci-mathematics/sha1-polyml: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3764
Michael Mair-Keimberger (asterix) [Wed, 1 Feb 2017 18:44:53 +0000 (19:44 +0100)]
sci-mathematics/nusmv: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3764
Michael Mair-Keimberger (asterix) [Wed, 1 Feb 2017 18:44:24 +0000 (19:44 +0100)]
sci-mathematics/normaliz: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3764
Michael Mair-Keimberger (asterix) [Wed, 1 Feb 2017 18:42:47 +0000 (19:42 +0100)]
sci-mathematics/isabelle: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3764
Michael Mair-Keimberger (asterix) [Wed, 1 Feb 2017 18:41:11 +0000 (19:41 +0100)]
sci-mathematics/glpk: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3764
Michael Mair-Keimberger (asterix) [Wed, 1 Feb 2017 18:40:15 +0000 (19:40 +0100)]
sci-mathematics/freemat: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3764
Michael Mair-Keimberger (asterix) [Wed, 1 Feb 2017 18:39:01 +0000 (19:39 +0100)]
sci-mathematics/calc: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3764
Patrick McLean [Wed, 1 Feb 2017 22:35:58 +0000 (14:35 -0800)]
sys-fs/ntfs3g: Revision bump to 2016.2.22-r2 to add patch for CVE-2017-0358
Gentoo-Bug: 607912
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Jeroen Roovers [Wed, 1 Feb 2017 22:34:31 +0000 (23:34 +0100)]
media-libs/gd: Stable for HPPA (bug #607718).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
Tim Harder [Wed, 1 Feb 2017 22:30:18 +0000 (17:30 -0500)]
net-im/bitlbee: version bump to 3.5.1
Jeroen Roovers [Wed, 1 Feb 2017 22:29:41 +0000 (23:29 +0100)]
media-libs/gd: Stable for PPC64 (bug #607718).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
Jeroen Roovers [Wed, 1 Feb 2017 22:27:14 +0000 (23:27 +0100)]
dev-libs/librdkafka: Stable for HPPA (bug #607394).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
Kent Fredric [Wed, 1 Feb 2017 22:21:13 +0000 (11:21 +1300)]
app-backup/backuppc: -r1 bump for RDEP propagation
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Kent Fredric [Wed, 1 Feb 2017 22:19:54 +0000 (11:19 +1300)]
app-backup/backuppc: Fix missing dependency on dev-perl/CGI
Reported by Rob Ownens via funtoo
Bug: https://bugs.funtoo.org/browse/FL-3525
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Kent Fredric [Wed, 1 Feb 2017 20:10:43 +0000 (09:10 +1300)]
app-backup/backuppc: Prune unnecessary formatting changes from patches
Patch set included 22kb of cosmetic changes, some of which were not really
cosmetic at all, while being pretended as being cosmetic.
For instance, changing the default umask from 027 to 27 ignores the fact
that a '0' prefix implies octal, so removing the '0' turned the umask from
027 to 033 ....
That is, changes:
- u=rwx,g=rx,o=rx
+ u=rwx,g=r,o=r
However, some of the changes had real semantic differences that could
affect picky enough code, so I've preserved some of them, while culling
those that were completely unnesscary.
If this revert-of-patch introduces problems for you, please file a bug
so we can triage the real problems under an umbrella more well defined than
"formatting"
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Kent Fredric [Wed, 1 Feb 2017 19:17:47 +0000 (08:17 +1300)]
app-backup/backuppc: Remove unused patches
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Kent Fredric [Wed, 1 Feb 2017 18:41:34 +0000 (07:41 +1300)]
app-backup/backuppc: Cleanup versions broken by Perl 5.22
Bug: https://bugs.gentoo.org/580254
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Kent Fredric [Wed, 1 Feb 2017 21:20:40 +0000 (10:20 +1300)]
dev-perl/Apache-SizeLimit: Block tests against mpm-itk re bug #607964
mpm-itk is pretty much impossible to run as anyone other than root
due to its need to have permission to change UID to any other user on the system.
Subsequently, anything that has to spawn apache for testing anything will
be inherently broken by design.
Bug: https://bugs.gentoo.org/607964
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Sergei Trofimovich [Wed, 1 Feb 2017 22:18:04 +0000 (22:18 +0000)]
sys-apps/guix: new package, the GNU Purely Functional Package Manager
Internal data model and command UI is a lot like
one of sys-apps/nix.
Package description mechanism is a bit different
in both surface syntax (guile vs nix expression language)
and evaluation method (compiled versus lazy loaded configs)
guix (as well as nix) is a source-based package manager with
strong support for binary packages. It uses multiple tricks
to make package source dependencies robust:
- guix installs every package into it's own --prefix=.
Example: /gnu/store/6np03bm99hg7gprcwmzpbpaj00cka8p8-icecat-45.5.1-gnu1
- guix builds packages with PATH (and similar) only including explicitly
listed depends. This eliminates automagic dependency.
- guix tracks full environment where package was built.
Once environment changes new package needs to be built.
That's how you install firef^Wicecat just for your current user:
$ guix package --install icecat
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Sergei Trofimovich [Wed, 1 Feb 2017 22:10:46 +0000 (22:10 +0000)]
sys-apps/nix: don't hardcode UID/GID for nix internal groups
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Craig Andrews [Tue, 31 Jan 2017 17:59:25 +0000 (12:59 -0500)]
media-plugins/kodi-pvr-mythtv: Depend on the correct versions of kodi
Closes: https://github.com/gentoo/gentoo/pull/3737
Craig Andrews [Tue, 31 Jan 2017 18:04:09 +0000 (13:04 -0500)]
media-plugins/kodi-pvr-argustv: Depend on the correct versions of kodi
Closes: https://github.com/gentoo/gentoo/pull/3738
Craig Andrews [Tue, 31 Jan 2017 18:13:44 +0000 (13:13 -0500)]
media-plugins/kodi-pvr-dvblink: Depend on the correct versions of kodi
Closes: https://github.com/gentoo/gentoo/pull/3739
Craig Andrews [Tue, 31 Jan 2017 18:16:24 +0000 (13:16 -0500)]
media-plugins/kodi-pvr-demo: Depend on the correct version of kodi
Closes: https://github.com/gentoo/gentoo/pull/3741
Craig Andrews [Tue, 31 Jan 2017 18:19:24 +0000 (13:19 -0500)]
media-plugins/kodi-inputstream-adaptive: Depend on the correct version of kodi
Closes: https://github.com/gentoo/gentoo/pull/3743
Craig Andrews [Tue, 31 Jan 2017 18:22:27 +0000 (13:22 -0500)]
media-plugins/kodi-inputstream-rtmp: Depend on the correct version of kodi
Closes: https://github.com/gentoo/gentoo/pull/3744
Craig Andrews [Tue, 31 Jan 2017 18:26:44 +0000 (13:26 -0500)]
media-plugins/kodi-pvr-dvbviewer: update to match renamed upstream release
Closes: https://github.com/gentoo/gentoo/pull/3745
Craig Andrews [Tue, 31 Jan 2017 18:38:43 +0000 (13:38 -0500)]
media-plugins/kodi-pvr-filmon: version bump 1.4.7
Closes: https://github.com/gentoo/gentoo/pull/3746
Craig Andrews [Tue, 31 Jan 2017 18:42:16 +0000 (13:42 -0500)]
media-plugins/kodi-pvr-iptvsimple: 2.4.8 version bump
Closes: https://github.com/gentoo/gentoo/pull/3747
Craig Andrews [Tue, 31 Jan 2017 18:47:09 +0000 (13:47 -0500)]
media-plugins/kodi-pvr-mediaportal-tvserver: 2.4.16 version bump
Closes: https://github.com/gentoo/gentoo/pull/3748
Craig Andrews [Tue, 31 Jan 2017 18:50:08 +0000 (13:50 -0500)]
media-plugins/kodi-pvr-nextpvr: 2.4.11 version bump
Closes: https://github.com/gentoo/gentoo/pull/3749
Craig Andrews [Tue, 31 Jan 2017 20:37:55 +0000 (15:37 -0500)]
media-plugins/kodi-pvr-pctv: 1.4.5 version bump
Closes: https://github.com/gentoo/gentoo/pull/3750
Craig Andrews [Tue, 31 Jan 2017 18:56:33 +0000 (13:56 -0500)]
media-plugins/kodi-pvr-njoy: 2.4.2 version bump
Closes: https://github.com/gentoo/gentoo/pull/3751
Craig Andrews [Tue, 31 Jan 2017 18:59:22 +0000 (13:59 -0500)]
media-plugins/kodi-pvr-stalker: 2.8.3 version bump
Closes: https://github.com/gentoo/gentoo/pull/3752
Craig Andrews [Tue, 31 Jan 2017 19:02:05 +0000 (14:02 -0500)]
media-plugins/kodi-pvr-vuplus: 2.4.6 version bump
Closes: https://github.com/gentoo/gentoo/pull/3753
Craig Andrews [Tue, 31 Jan 2017 19:04:10 +0000 (14:04 -0500)]
media-plugins/kodi-pvr-wmc: 1.4.7 version bump
Closes: https://github.com/gentoo/gentoo/pull/3754
Craig Andrews [Wed, 1 Feb 2017 16:37:53 +0000 (11:37 -0500)]
media-plugins/kodi-peripheral-joystick: 1.2.1 version bump
Closes: https://github.com/gentoo/gentoo/pull/3762
David Seifert [Wed, 1 Feb 2017 18:29:14 +0000 (19:29 +0100)]
app-crypt/nitrokey-app: New package
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Matthew Thode [Wed, 1 Feb 2017 21:55:40 +0000 (15:55 -0600)]
media-sound/spotify: 1.0.48 fast stable because spotify is stupid
Package-Manager: portage-2.3.3
Matthew Thode [Wed, 1 Feb 2017 21:54:53 +0000 (15:54 -0600)]
media-sound/spotify: bup
Package-Manager: portage-2.3.3
Matthew Thode [Wed, 1 Feb 2017 21:52:14 +0000 (15:52 -0600)]
sys-cluster/heat: bup
Package-Manager: portage-2.3.3
Matthew Thode [Wed, 1 Feb 2017 21:49:51 +0000 (15:49 -0600)]
sys-auth/keystone: bup
Package-Manager: portage-2.3.3
Matthew Thode [Wed, 1 Feb 2017 21:48:01 +0000 (15:48 -0600)]
app-admin/mcollective: bup
Package-Manager: portage-2.3.3
Matthew Thode [Wed, 1 Feb 2017 21:47:04 +0000 (15:47 -0600)]
dev-ruby/facter: bup
Package-Manager: portage-2.3.3
Matthew Thode [Wed, 1 Feb 2017 21:41:47 +0000 (15:41 -0600)]
dev-python/keystonemiddleware: bup
Package-Manager: portage-2.3.3
Matthias Maier [Wed, 1 Feb 2017 21:37:30 +0000 (15:37 -0600)]
dev-cpp/tbb: version bump to 2017.
20161128
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Ian Stakenvicius [Thu, 26 Jan 2017 19:20:05 +0000 (14:20 -0500)]
net-analyzer/mk-livestatus: patch version bump
Package-Manager: portage-2.3.0
Ian Stakenvicius [Tue, 24 Jan 2017 23:06:54 +0000 (18:06 -0500)]
net-analyzer/check_mk_agent: split agent from otherwise hard-to-update check_mk
Package-Manager: portage-2.3.0
Ian Stakenvicius [Tue, 24 Jan 2017 19:06:54 +0000 (14:06 -0500)]
net-analyzer/check_mk-1.2.4_p5-r1: block check_mk_agent in RDEPEND
Package-Manager: portage-2.3.0
Ian Stakenvicius [Tue, 24 Jan 2017 17:56:48 +0000 (12:56 -0500)]
net-analyzer/check_mk: version bump, drop bundled livestatus
Significant modifications to sources (shebangs, direct calls to python)
to ensure python2 is used instead of python3.
Livestatus is no longer built and installed, now net-analyzer/mk-livestatus
is expected to be used instead.
net-analyzer/check_mk_agent (new package soon to be committed) is
hard-blocked; stripping the agent out of this package seems not
appropriate as the bundled copies should still exist anyways.
Nagios4 use-flag added to enforce synchronization of nagios-core dep with
the mk-livestatus dependency. Note: not sure if nagios/icigna
dependencies are needed when not building livestatus anymore; check_mk by
default expects a full nagios/icigna/nagvis/pnp4nagios deployment (for
multisite at least) but whether the package should enforce this via
dependencies is uncertain.
Package-Manager: portage-2.3.0
Michael Weber [Wed, 1 Feb 2017 21:11:32 +0000 (22:11 +0100)]
x11-wm/xpra: Require ffmpeg-3 (bug 606898, thanks kavol@email.cz).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Bernard Cafarelli [Wed, 1 Feb 2017 20:56:05 +0000 (21:56 +0100)]
media-video/orion: 1.4.0 version bump
Add missing media-plugins/gst-plugins-hls rdep for USE=-mpv
Thanks Nathan Caldwell <saintdev@gmail.com> in bug #607448
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Dirkjan Ochtman [Wed, 1 Feb 2017 19:51:14 +0000 (20:51 +0100)]
mail-filter/rspamd: restrict ragel dependency to < 7.0 (see bug 605056)
Package-Manager: portage-2.3.3
Dirkjan Ochtman [Wed, 1 Feb 2017 19:49:03 +0000 (20:49 +0100)]
dev-vcs/mercurial: version bump to 4.1
Package-Manager: portage-2.3.3
Zac Medico [Wed, 1 Feb 2017 16:55:44 +0000 (08:55 -0800)]
sys-apps/portage: add native-extensions USE flag (bug 571444)
The native-extensions USE flag will enable building of the
libc bindings. This is not enabled by default because it does
not support cross compilation.
X-Gentoo-bug: 571444
X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=571444
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Anthony G. Basile [Wed, 1 Feb 2017 18:38:52 +0000 (13:38 -0500)]
dev-libs/libressl: version bumps 2.3.10, 2.4,5, 2.5.1, remove older
Package-Manager: portage-2.3.3
Brian Evans [Wed, 1 Feb 2017 18:31:39 +0000 (13:31 -0500)]
eclass/mysql-multilib-r1: Ignore building SELinux policies for mysqld_safe wrt #607928
Michael Weber [Wed, 1 Feb 2017 17:32:46 +0000 (18:32 +0100)]
x11-wm/xpra: do not interfere with '--param key=value' gcc args (bug 607776, thanks Fabian Henze and Hendrik v. Raven).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Sven Vermeulen [Wed, 1 Feb 2017 17:23:24 +0000 (18:23 +0100)]
app-admin/setools: Drop arm, arm64 and mips keywords (needed deps are not available)
Package-Manager: portage-2.3.3
Sven Vermeulen [Wed, 1 Feb 2017 17:22:31 +0000 (18:22 +0100)]
app-admin/setools: Bump to 4.1.0
Drop arm, arm64 and mips keywords as the dependencies (networkx for instance) are not available there yet.
Package-Manager: portage-2.3.3
Sven Vermeulen [Wed, 1 Feb 2017 17:18:09 +0000 (18:18 +0100)]
app-admin/setools: Add dependency on PyQt5 with USE set to widgets and gui
Without this dependency set, launching apol fails with:
Traceback (most recent call last):
File "/usr/lib/python-exec/python2.7/apol", line 24, in <module>
from PyQt5.QtWidgets import QApplication
ImportError: No module named QtWidgets
Package-Manager: portage-2.3.3
Jeroen Roovers [Wed, 1 Feb 2017 16:43:39 +0000 (17:43 +0100)]
dev-db/mariadb: Stable for HPPA (bug #606258).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
Michael Weber [Wed, 1 Feb 2017 16:45:52 +0000 (17:45 +0100)]
net-misc/hotot: Version bump to the last commit.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Michael Weber [Wed, 1 Feb 2017 16:27:56 +0000 (17:27 +0100)]
net-misc/hotot: Update live ebuild to enable building qt5 and gtk3 versions.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Agostino Sarubbo [Wed, 1 Feb 2017 16:01:47 +0000 (17:01 +0100)]
sys-kernel/vanilla-sources: Automated version bump to {3.12.70,4.4.46,4.9.7} - remove old.
Package-Manager: portage-2.3.3
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Alice Ferrazzi [Wed, 1 Feb 2017 15:07:35 +0000 (15:07 +0000)]
sys-kernel/gentoo-sources: bump to 4.9.7
Package-Manager: portage-2.3.2
Manuel Rüger [Wed, 1 Feb 2017 14:15:00 +0000 (15:15 +0100)]
dev-python/pylint: Version bump to 1.6.5
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Alice Ferrazzi [Wed, 1 Feb 2017 14:55:50 +0000 (14:55 +0000)]
sys-kernel/gentoo-sources: bump to 4.4.46
Package-Manager: portage-2.3.2
Alice Ferrazzi [Wed, 1 Feb 2017 14:48:41 +0000 (14:48 +0000)]
sys-kernel/gentoo-sources: Linux kernel 3.12.70
Package-Manager: portage-2.3.2
Anthony G. Basile [Wed, 1 Feb 2017 14:44:10 +0000 (09:44 -0500)]
net-misc/curl: remove unused patch
Package-Manager: portage-2.3.3
Anthony G. Basile [Wed, 1 Feb 2017 14:39:23 +0000 (09:39 -0500)]
net-misc/curl: remove older vulnerable versions, bug #603574
Package-Manager: portage-2.3.3
Tony Vroon [Wed, 1 Feb 2017 14:41:53 +0000 (14:41 +0000)]
sys-libs/libcap: Patch & research by Mike "floppym" Gilbert to allow compilation against gperf 3.1; ported to no-perl Makefile by me. Closes bug #604802 by dwfreed.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Tony Vroon [Tue, 24 Jan 2017 14:31:34 +0000 (14:31 +0000)]
dev-java/gradle-bin: Incorporate ebuild feedback from David "soap" Seifert.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Michał Górny [Wed, 1 Feb 2017 14:31:44 +0000 (15:31 +0100)]
media-gfx/ristretto: Bump to 0.8.2
Michał Górny [Wed, 1 Feb 2017 14:27:15 +0000 (15:27 +0100)]
xfce-extra/xfce4-mount-plugin: Bump to 1.1.0
Justin Bronder [Wed, 1 Feb 2017 14:13:12 +0000 (09:13 -0500)]
sys-cluster/openmpi: bump 2.0.2
Package-Manager: portage-2.3.3
Michał Górny [Wed, 1 Feb 2017 14:09:19 +0000 (15:09 +0100)]
package.mask: Mask new sys-apps/busybox due to #607548
Manuel Rüger [Wed, 1 Feb 2017 14:10:03 +0000 (15:10 +0100)]
dev-python/memory_profiler: Version bump to 0.43
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Manuel Rüger [Wed, 1 Feb 2017 14:09:30 +0000 (15:09 +0100)]
dev-python/raet: Version bump to 0.6.6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Manuel Rüger [Wed, 1 Feb 2017 13:53:53 +0000 (14:53 +0100)]
dev-python/libnacl: Version bump to 1.5.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Manuel Rüger [Wed, 1 Feb 2017 13:45:12 +0000 (14:45 +0100)]
sys-apps/etckeeper: Version bump to 1.18.6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Manuel Rüger [Wed, 1 Feb 2017 13:35:28 +0000 (14:35 +0100)]
dev-python/prometheus_client: Version bump to 0.0.19
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Alexis Ballier [Wed, 1 Feb 2017 13:19:01 +0000 (14:19 +0100)]
dev-util/omake: Bump to 0.10.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Michał Górny [Wed, 1 Feb 2017 12:24:13 +0000 (13:24 +0100)]
app-admin/systemrescuecd-x86: Bump to 4.9.1 & 4.9.2
Michał Górny [Sat, 21 Jan 2017 16:58:16 +0000 (17:58 +0100)]
profiles: Move LIBDIR_* declarations into specific arches
Michał Górny [Sat, 21 Jan 2017 14:23:04 +0000 (15:23 +0100)]
profiles: Inline features/32bit-userland
Michał Górny [Sat, 21 Jan 2017 13:21:16 +0000 (14:21 +0100)]
profiles: Inline features/multilib/lib32
NFC except for effective LIBDIR_* for architectures irrelevant to
the profile at hand.
Michał Górny [Sat, 21 Jan 2017 11:46:10 +0000 (12:46 +0100)]
profiles/features: Remove unused *bit-native
Michał Górny [Sat, 21 Jan 2017 10:24:50 +0000 (11:24 +0100)]
profiles/*/ppc64: stop using features/64bit-native
Michał Górny [Sat, 21 Jan 2017 09:54:44 +0000 (10:54 +0100)]
profiles/*/amd64/*/no-multilib: stop using features/64bit-native
Michał Górny [Fri, 20 Jan 2017 23:30:12 +0000 (00:30 +0100)]
profiles: Move amd64-specific masks to amd64 where they belong
Move the amd64-specific masks from features/64bit-native to
arch/amd64/no-multilib. There is no reason to apply them to non-x86
architectures really. NFC, confirmed with profile-dumper.
Michał Górny [Fri, 20 Jan 2017 23:06:01 +0000 (00:06 +0100)]
profiles/hardened: Include base amd64-multilib profile in subprofile
Include arch/amd64/no-multilib in the hardened no-multilib amd64
variant. Confirmed with profile-dumper that it does not currently change
anything.
Michael Palimaka [Wed, 1 Feb 2017 12:07:38 +0000 (23:07 +1100)]
kde-plasma/kmenuedit: restore khotkeys
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Michael Palimaka [Wed, 1 Feb 2017 12:06:10 +0000 (23:06 +1100)]
kde-plasma/plasma-meta: restore khotkeys
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Michael Palimaka [Wed, 1 Feb 2017 12:05:32 +0000 (23:05 +1100)]
kde-plasma/khotkeys: add missing 5.9.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Johannes Huber [Wed, 1 Feb 2017 12:07:35 +0000 (13:07 +0100)]
media-gfx/krita: Remove 3.1.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Johannes Huber [Wed, 1 Feb 2017 12:07:01 +0000 (13:07 +0100)]
media-gfx/krita: Version bump 3.1.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Alexis Ballier [Wed, 1 Feb 2017 11:41:59 +0000 (12:41 +0100)]
x11-libs/libva-intel-driver: Update git uri, use git-r3.eclass, prune all libtool files, switch release tarballs to github. Bug #607758.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Alexis Ballier [Wed, 1 Feb 2017 11:37:13 +0000 (12:37 +0100)]
x11-libs/libva-intel-driver: Update homepage, bug #607758
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Alexis Ballier [Wed, 1 Feb 2017 11:35:48 +0000 (12:35 +0100)]
x11-libs/libva-intel-driver: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1