Andrey Utkin [Fri, 3 Nov 2017 21:28:20 +0000 (21:28 +0000)]
dev-python/botocore: add 1.7.39 ebuild
This is currently the latest upstream release.
Ebuild copied from 1.5.90 with stable keywords downgraded to testing.
Acked-by: Alex Brandt <alunduil@gentoo.org>
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Andrey Utkin [Fri, 3 Nov 2017 21:28:12 +0000 (21:28 +0000)]
dev-python/botocore: add 1.6.8 ebuild
This is the last release in 1.6.x series.
Ebuild copied from 1.5.90 with stable keywords downgraded to testing.
Acked-by: Alex Brandt <alunduil@gentoo.org>
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Andrey Utkin [Fri, 3 Nov 2017 21:28:00 +0000 (21:28 +0000)]
dev-python/botocore: add 1.5.95 ebuild
This is the last release in 1.5.x series.
Ebuild copied from 1.5.90 with stable keywords downgraded to testing.
Acked-by: Alex Brandt <alunduil@gentoo.org>
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Jonas Stein [Sun, 5 Nov 2017 00:49:06 +0000 (01:49 +0100)]
app-office/texstudio: Bump to 2.12.6 and xdg-utils
Version bump to 2.12.6, we use now a fixed copy of the tar ball.
Had to migrate from 'fdo-mime' to 'xdg-utils' to make repoman happy.
Bug: https://bugs.gentoo.org/627062
Closes: https://bugs.gentoo.org/626130
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Jonathan Vasquez [Sun, 5 Nov 2017 00:41:26 +0000 (20:41 -0400)]
sys-fs/zfs and friends: version bump to 0.7.3
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Andreas K. Hüttel [Sun, 5 Nov 2017 00:14:42 +0000 (01:14 +0100)]
sys-libs/timezone-data: Version bump
To be stabled in a few days if nothing bad happens.
Bug: https://bugs.gentoo.org/636464
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Marty E. Plummer [Tue, 16 May 2017 20:25:42 +0000 (15:25 -0500)]
media-libs/libsdl2: --enable-loadso on windows
For opengl to work on windows (at least via a mingw-w64 cross-compile)
--enable-loadso is required, as they dlopen opengl32.dll to get a
handle.
Bug: https://bugs.gentoo.org/636542
Signed-off-by: Marty E. Plummer <hanetzer@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/4649
Jonas Stein [Sat, 4 Nov 2017 23:44:45 +0000 (00:44 +0100)]
sys-apps/inxi: Drop old versions
Drop two of the old ebuilds
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Michael Orlitzky [Sat, 4 Nov 2017 23:30:20 +0000 (19:30 -0400)]
net-analyzer/pnp4nagios: use group permissions for writable directories.
The past few revisions have made some directories owned by the "nagios
user" so that the nagios/icinga daemon can write stuff there. Instead
of giving ownership of those directories to the nagios user, it's a
little bit more secure to give group-rwx permissions to the "nagios
group." This new revision does that instead.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Michael Orlitzky [Fri, 3 Nov 2017 00:33:34 +0000 (20:33 -0400)]
net-analyzer/pnp4nagios: drop USE=icinga2 in a new revision.
Now that pnp4nagios doesn't rely on the localstatedir of Nagios or
Icinga, the two implementations of Icinga are actually suitable for an
"or" dependency. We therefore do away with USE=icinga2, and let
USE=icinga mean "either icinga or icinga2."
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Michael Orlitzky [Fri, 3 Nov 2017 00:27:45 +0000 (20:27 -0400)]
net-analyzer/pnp4nagios: tighten permissions on process_perfdata.cfg.
With USE=apache2, we used to set the group of process_perfdata.cfg to
"apache2", but that appears unnecessary. This revision doesn't do it.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Michael Orlitzky [Fri, 3 Nov 2017 00:21:48 +0000 (20:21 -0400)]
net-analyzer/pnp4nagios: fix the default stats directory.
The process_perfdata.cfg file refers to a STATS_DIR that is set to
"@localstatedir@/stats" at build-time. However, the build system
doesn't create that directory nor ensure that it is writable. This
latest revision passes --localstatedir to econf, and then creates the
associated directory with the desired permissions. The "bulk mode"
without NPCD now works out-of-the-box!
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Michael Orlitzky [Thu, 2 Nov 2017 20:42:36 +0000 (16:42 -0400)]
net-analyzer/pnp4nagios: use consistent perfdata directories.
Past revisions have stored the RRDtool data and the process_perdata.pl
logs in (for example) /var/nagios or /var/icinga, depending on whether
or you had Nagios or Icinga installed. That's silly: the data format
doesn't change, so it makes more sense to choose one location (now:
/var/lib/pnp) and stick with it.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Michael Orlitzky [Thu, 2 Nov 2017 20:12:23 +0000 (16:12 -0400)]
net-analyzer/pnp4nagios: new revision to fix apache2 conf file.
The last few revisions have done,
insinto "${APACHE_MODULES_CONFDIR}"
but the depend.apache eclass was removed in pnp4nagios-0.6.25-r3,
which means that the conf file wound up installed to ${ROOT}. The
new revision specifies the path explicitly without using the eclass
variable.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Michael Orlitzky [Thu, 2 Nov 2017 17:30:44 +0000 (13:30 -0400)]
net-analyzer/pnp4nagios: drop pointless rrdtool lower bound.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Michael Orlitzky [Thu, 2 Nov 2017 17:29:42 +0000 (13:29 -0400)]
net-analyzer/pnp4nagios: change "-DPHP5" to "-DPHP" in pkg_postinst().
The apache "define" changed a while ago from "PHP5" to simply "PHP".
This commit fixes the latest revision, in place, to output the correct
instructions.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Michael Orlitzky [Thu, 2 Nov 2017 17:27:17 +0000 (13:27 -0400)]
net-analyzer/pnp4nagios: new revision to fix insecure config permissions.
Previous revisions of pnp4nagios install /etc/pnp owned by the "nagios
user," and the npcd daemon also runs as that user. That configuration
is insecure: the unprivileged user can edit /etc/pnp/npcd.cfg, and
escalate his own privileges by setting "user = root". To avoid the
problem, we set INSTALL_OPTS="" while running "emake install". That
leaves all of /etc/pnp with the default (root:root) ownership.
Bug: https://github.com/lingej/pnp4nagios/issues/140
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Michael Orlitzky [Thu, 2 Nov 2017 17:08:14 +0000 (13:08 -0400)]
net-analyzer/pnp4nagios: new revision with a better fix for CVE-2012-3457.
In CVE-2012-3457, it was reported that one particular file should not
be world-readable. To fix that, our ebuild made all of /etc/pnp
unreadable; that made other permissions issues difficult to work
around. This r2 sets o-rwx only on /etc/pnp/process_perfdata.cfg.
Bug: https://bugs.gentoo.org/430358
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Michael Orlitzky [Thu, 2 Nov 2017 16:33:39 +0000 (12:33 -0400)]
net-analyzer/pnp4nagios: new revision to fix nagios/icinga "or" dependency.
Previous revisions of pnp4nagios have an "or" dependency on either
Nagios or Icinga,
|| ( net-analyzer/nagios-core net-analyzer/icinga ...
The way "or" dependencies work is that they are considered satisfied
if any elements of the associated group are installed. Thus the above
stanza allows Nagios and Icinga to be swapped out without rebuilding
pnp4nagios. That is incorrect, since later in the ebuild, nagios-
or icinga-specific paths are compiled into pnp4nagios.
The usual solution to that problem is to choose a default package that
satisfies the "one of these" dependency, but to allow the user to
specify one with a USE flag. This new revision adds three USE flags:
icinga, icinga2, and nagios. The "nagios" flag is enabled by default,
and builds pnp4nagios against net-analyzer/nagios. The other flags
build against the associated package.
In the process, the dependency on nagios-3.x was loosened to accept
nagios-4.x as well. The nagios-3.x series has been end-of-life'd, and
has multiple open security bugs.
Bug: https://bugs.gentoo.org/628086
Bug: https://bugs.gentoo.org/629380
Bug: https://bugs.gentoo.org/636234
Closes: https://bugs.gentoo.org/600424
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Michael Orlitzky [Thu, 2 Nov 2017 16:14:02 +0000 (12:14 -0400)]
net-analyzer/pnp4nagios: new version 0.6.26.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Justin Bronder [Sat, 4 Nov 2017 23:16:40 +0000 (19:16 -0400)]
www-client/qutebrowser: remove old
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Justin Bronder [Sat, 4 Nov 2017 23:16:05 +0000 (19:16 -0400)]
www-client/qutebrowser: bump 1.0.3
Note that SRC_URI is a one-off due to a bad pack initially:
https://lists.schokokeks.org/pipermail/qutebrowser-announce/2017-November/000029.html
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Patrice Clement [Sat, 4 Nov 2017 22:56:02 +0000 (23:56 +0100)]
app-vim/pfsyntax: new ebuild.
Plugin to add Packet Filter syntax file highlighting to Vim.
Closes: https://bugs.gentoo.org/279943
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Jonas Stein [Sat, 4 Nov 2017 22:53:08 +0000 (23:53 +0100)]
sys-apps/inxi: Bump to 2.3.43 and add use flags
Version bump to 2.3.43
Support the global use flags bluetooth, hddtemp and opengl.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Mike Gilbert [Sat, 4 Nov 2017 22:16:21 +0000 (18:16 -0400)]
www-client/chromium: dev channel bump (64.0.3253.3)
Package-Manager: Portage-2.3.13_p1, Repoman-2.3.3_p81
Jonas Stein [Sat, 4 Nov 2017 22:05:49 +0000 (23:05 +0100)]
app-backup/tsm: Retirement of proxied maintainer
Retirement of proxied maintainer as requested per bug.
Closes: https://bugs.gentoo.org/633162
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Sergei Trofimovich [Sat, 4 Nov 2017 22:05:18 +0000 (22:05 +0000)]
app-crypt/libscrypt: stable 1.21 for sparc, bug #623388 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"
Sergei Trofimovich [Sat, 4 Nov 2017 21:01:30 +0000 (21:01 +0000)]
app-text/ps2pkm: stable 1.8_p20170524 for sparc, bug #624440 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"
Alon Bar-Lev [Sat, 4 Nov 2017 20:50:25 +0000 (22:50 +0200)]
dev-util/mingw64-runtime: version bump
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Sergei Trofimovich [Sat, 4 Nov 2017 20:50:46 +0000 (20:50 +0000)]
net-analyzer/iftop: stable 1.0_pre4-r2 for sparc, bug #615812 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"
Tupone Alfredo [Sat, 4 Nov 2017 20:46:39 +0000 (21:46 +0100)]
sci-mathematics/why3-for-spark: Add ocamlopt use flag
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Sergei Trofimovich [Sat, 4 Nov 2017 20:39:18 +0000 (20:39 +0000)]
mail-filter/spamassassin: stable 3.4.1-r19 for sparc, bug #636544 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"
Sergei Trofimovich [Sat, 4 Nov 2017 20:39:10 +0000 (20:39 +0000)]
dev-util/debootstrap: stable 1.0.89 for sparc, bug #616536 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"
Thomas Deutschmann [Sat, 4 Nov 2017 20:30:32 +0000 (21:30 +0100)]
media-video/rtmpdump: Drop polarssl support
Closes: https://github.com/gentoo/gentoo/pull/4895
Closes: https://bugs.gentoo.org/618360
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Sergei Trofimovich [Sat, 4 Nov 2017 19:37:41 +0000 (19:37 +0000)]
net-nds/yp-tools: stable 4.2.2-r1 for ia64, bug #635886
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 19:34:35 +0000 (19:34 +0000)]
sys-apps/fakeroot: stable 1.22 for ia64, bug #635850
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 19:19:15 +0000 (19:19 +0000)]
mail-filter/spamassassin: stable 3.4.1-r19 for ia64, bug #636544
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 19:09:01 +0000 (19:09 +0000)]
dev-perl/Data-Validate-IP: stable 0.270.0 for hppa/sparc, bug #636488 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="hppa sparc"
Thomas Deutschmann [Sat, 4 Nov 2017 18:34:29 +0000 (19:34 +0100)]
app-portage/elt-patches: Stabilizing remaining exp. ARCHES
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Raymond Jennings [Sat, 4 Nov 2017 18:31:27 +0000 (19:31 +0100)]
app-portage/elt-patches: stable for x86. Mark stable for the remaining arches using the ALLARCHES policy (bug
Closes: https://github.com/gentoo/gentoo/pull/6009
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Tupone Alfredo [Sat, 4 Nov 2017 18:28:34 +0000 (19:28 +0100)]
sci-mathematics/why3-for-spark: Install libraries
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Thomas Deutschmann [Sat, 4 Nov 2017 18:21:31 +0000 (19:21 +0100)]
sys-apps/logwatch: Live ebuild added
Closes: https://github.com/gentoo/gentoo/pull/6062
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Thomas Deutschmann [Sat, 4 Nov 2017 18:19:22 +0000 (19:19 +0100)]
sys-apps/logwatch: Bump to v7.4.3_p20171025 (snapshot release)
- We are now creating /var/cache/logwatch via tmpfile (bug #607668)
- Snapshot release should address missed dovecot log entires (bug #633916)
Closes: https://bugs.gentoo.org/607668
Closes: https://bugs.gentoo.org/633916
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Sergei Trofimovich [Sat, 4 Nov 2017 18:13:47 +0000 (18:13 +0000)]
media-sound/xmms2: adapt to mac-3 -> mac-4 API change
Picked patch sas-is from:
https://github.com/xmms2/xmms2-devel/pull/2
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Andreas K. Hüttel [Sat, 4 Nov 2017 18:06:45 +0000 (19:06 +0100)]
package.use.mask: Mask jack useflag of media-libs/freeverb3-3.1.2_pre20151102-r1, needs audacious
James Le Cuirot [Sat, 4 Nov 2017 15:15:33 +0000 (15:15 +0000)]
dev-java/icedtea: Remove vulnerable 3.5.1 wrt security bug #636522
Package-Manager: Portage-2.3.13, Repoman-2.3.2
James Le Cuirot [Sat, 4 Nov 2017 15:14:31 +0000 (15:14 +0000)]
dev-java/icedtea-bin: Version bump to 3.6.0 wrt security bug #636522
Unfortunately the ppc64(le) build systems are both down right now for
reasons unknown.
Package-Manager: Portage-2.3.13, Repoman-2.3.2
James Le Cuirot [Sat, 4 Nov 2017 15:13:33 +0000 (15:13 +0000)]
dev-java/icedtea: Version bump to 3.6.0 wrt security bug #636522
Package-Manager: Portage-2.3.13, Repoman-2.3.2
Sergei Trofimovich [Sat, 4 Nov 2017 17:43:02 +0000 (17:43 +0000)]
net-nds/yp-tools: disable tests, bug #636328
Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/636328
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Andreas K. Hüttel [Sat, 4 Nov 2017 17:21:28 +0000 (18:21 +0100)]
use.mask: add bug number to audacious mask
Andreas K. Hüttel [Sat, 4 Nov 2017 17:20:26 +0000 (18:20 +0100)]
package.mask: add bug number to audacious mask
Andreas K. Hüttel [Sat, 4 Nov 2017 17:08:31 +0000 (18:08 +0100)]
use.mask: mask audacious use flag
Andreas K. Hüttel [Sat, 4 Nov 2017 17:07:14 +0000 (18:07 +0100)]
package.mask: mask audacious for removal
Alexis Ballier [Sat, 4 Nov 2017 15:40:26 +0000 (16:40 +0100)]
dev-ml/ppx_optcomp: Revbump to fix missing transitive := dep on stdio.
Closes: https://bugs.gentoo.org/636518
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Mike Gilbert [Sat, 4 Nov 2017 14:55:37 +0000 (10:55 -0400)]
profiles: update chromium mask for M64
Mike Gilbert [Sat, 4 Nov 2017 14:51:38 +0000 (10:51 -0400)]
www-client/chromium: beta channel bump (63.0.3239.30)
Closes: https://bugs.gentoo.org/633452
Closes: https://bugs.gentoo.org/633858
Package-Manager: Portage-2.3.13_p1, Repoman-2.3.3_p81
Andreas K. Hüttel [Sat, 4 Nov 2017 14:24:39 +0000 (15:24 +0100)]
dev-lang/perl: Darwinism: Survival of the fittest command line switches. Bug 636370
Closes: https://bugs.gentoo.org/636370
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 12:19:40 +0000 (13:19 +0100)]
ros-meta/bond_core: Bump to 1.8.1.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 12:19:37 +0000 (13:19 +0100)]
dev-ros/test_bond: Bump to 1.8.1.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 12:19:33 +0000 (13:19 +0100)]
dev-ros/smclib: Bump to 1.8.1.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 12:19:30 +0000 (13:19 +0100)]
dev-ros/bondpy: Bump to 1.8.1.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 12:19:26 +0000 (13:19 +0100)]
dev-ros/bondcpp: Bump to 1.8.1.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 12:19:23 +0000 (13:19 +0100)]
dev-ros/bond: Bump to 1.8.1.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 12:18:51 +0000 (13:18 +0100)]
dev-python/catkin_pkg: bump to 0.3.9
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 12:18:06 +0000 (13:18 +0100)]
dev-ros/genpy: bump to 0.6.7
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 12:14:43 +0000 (13:14 +0100)]
ros-meta/nodelet_core: Bump to 1.9.13.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 12:14:40 +0000 (13:14 +0100)]
dev-ros/test_nodelet_topic_tools: Bump to 1.9.13.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 12:14:36 +0000 (13:14 +0100)]
dev-ros/test_nodelet: Bump to 1.9.13.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 12:14:32 +0000 (13:14 +0100)]
dev-ros/nodelet_topic_tools: Bump to 1.9.13.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 12:14:29 +0000 (13:14 +0100)]
dev-ros/nodelet: Bump to 1.9.13.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 12:10:30 +0000 (13:10 +0100)]
ros-meta/slam_gmapping: Bump to 1.3.9.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 12:10:27 +0000 (13:10 +0100)]
dev-ros/gmapping: Bump to 1.3.9.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Sergei Trofimovich [Sat, 4 Nov 2017 13:02:49 +0000 (13:02 +0000)]
dev-lang/python-exec: stable 2.4.5 for ia64, bug #636470
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 13:02:45 +0000 (13:02 +0000)]
dev-libs/openssl: stable 1.0.2m for ia64, bug #636264
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 13:02:41 +0000 (13:02 +0000)]
sys-process/vixie-cron: stable 4.1-r15 for ia64, bug #635868
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:55:30 +0000 (12:55 +0000)]
dev-lang/vala: stable 0.34.9 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:48:57 +0000 (12:48 +0000)]
x11-libs/pango: stable 1.40.12 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:48:52 +0000 (12:48 +0000)]
x11-libs/libgksu: stable 2.0.12-r3 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:48:48 +0000 (12:48 +0000)]
x11-libs/gtk+: stable 3.22.19 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:48:42 +0000 (12:48 +0000)]
x11-libs/goocanvas: stable 2.0.4 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:48:37 +0000 (12:48 +0000)]
x11-libs/gksu: stable 2.0.2-r2 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:48:33 +0000 (12:48 +0000)]
x11-libs/gdk-pixbuf: stable 2.36.10-r2 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:48:28 +0000 (12:48 +0000)]
net-voip/telepathy-salut: stable 0.8.1-r1 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:48:24 +0000 (12:48 +0000)]
media-sound/pulseaudio: stable 11.1 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:48:18 +0000 (12:48 +0000)]
gnome-extra/gucharmap: stable 9.0.4 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:48:13 +0000 (12:48 +0000)]
gnome-base/gnome-keyring: stable 3.20.1 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:48:09 +0000 (12:48 +0000)]
gnome-base/dconf: stable 0.26.1 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:48:04 +0000 (12:48 +0000)]
dev-util/gtk-update-icon-cache: stable 3.22.19 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:47:58 +0000 (12:47 +0000)]
dev-libs/wayland-protocols: stable 1.11 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:47:54 +0000 (12:47 +0000)]
dev-libs/vala-common: stable 0.34.9 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:47:50 +0000 (12:47 +0000)]
dev-libs/libxslt: stable 1.1.30-r2 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:47:45 +0000 (12:47 +0000)]
dev-libs/libxml2: stable 2.9.6 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:47:41 +0000 (12:47 +0000)]
dev-libs/libpwquality: stable 1.4.0 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:47:36 +0000 (12:47 +0000)]
dev-libs/libgudev: stable 232 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:47:32 +0000 (12:47 +0000)]
dev-libs/libgee: stable 0.20.0 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:47:25 +0000 (12:47 +0000)]
dev-cpp/gtkmm: stable 3.22.2 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:47:20 +0000 (12:47 +0000)]
app-text/iso-codes: stable 3.75 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Sergei Trofimovich [Sat, 4 Nov 2017 12:47:13 +0000 (12:47 +0000)]
app-text/enchant: stable 1.6.1 for ia64, bug #635938
Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"
Alexis Ballier [Sat, 4 Nov 2017 10:44:03 +0000 (11:44 +0100)]
ros-meta/qt_gui_core: Bump to 0.3.8.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Alexis Ballier [Sat, 4 Nov 2017 10:43:59 +0000 (11:43 +0100)]
dev-ros/qt_gui_py_common: Bump to 0.3.8.
Package-Manager: Portage-2.3.13, Repoman-2.3.4