gentoo.git
9 years agomedia-gfx/graphicsmagick: amd64 stable wrt bug #574404
Agostino Sarubbo [Mon, 26 Sep 2016 18:56:45 +0000 (20:56 +0200)]
media-gfx/graphicsmagick: amd64 stable wrt bug #574404

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-libs/openssl: amd64 stable wrt bug #595186
Agostino Sarubbo [Mon, 26 Sep 2016 18:56:39 +0000 (20:56 +0200)]
dev-libs/openssl: amd64 stable wrt bug #595186

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agomedia-libs/openjpeg: amd64 stable wrt bug #594740
Agostino Sarubbo [Mon, 26 Sep 2016 18:56:32 +0000 (20:56 +0200)]
media-libs/openjpeg: amd64 stable wrt bug #594740

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agomedia-gfx/imagemagick: amd64 stable wrt bug #595200
Agostino Sarubbo [Mon, 26 Sep 2016 18:56:25 +0000 (20:56 +0200)]
media-gfx/imagemagick: amd64 stable wrt bug #595200

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agomysql-multilib-r1.eclass: Fix password reading from my.cnf
Thomas Deutschmann [Mon, 26 Sep 2016 18:48:50 +0000 (20:48 +0200)]
mysql-multilib-r1.eclass: Fix password reading from my.cnf

We are reading multiple sections from my.cnf at once from my.cnf when
looking for the password for the mysql root user in
mysql-multilib-r1_pkg_config().

If each section has set a password option this will result in the following
invalid password value (with "set -x"):

 ++ local extra_options=
 ++ //usr/bin/my_print_defaults client mysql
 ++ sed -n '/^--password=/s,--password=,,gp'
 + MYSQL_ROOT_PASSWORD='*****
 *****'
 + [[ *****
 ***** == \*\*\*\*\* ]]
 + set +x

Like you can see the two passwords are concatenated via newline in one
string which is not what we want.

With this commit we will no longer read all sections at once instead we
read section per section. We are now also telling the user where we are
looking for the password and where we found one. In addition this commit
adds a sanity check for newline to catch scenarios where the user for
example has inadvertently set multiple password options in one section
which we can't handle: In that case it is better to prompt for a password
like no password was set in my.cnf instead of initializing mysqld with a
mysql root password the user is not expecting.

Gentoo-Bug: https://bugs.gentoo.org/510724

9 years agomysql-multilib-r1.eclass: Use *_is_at_least from versionator eclass
Thomas Deutschmann [Mon, 26 Sep 2016 18:46:34 +0000 (20:46 +0200)]
mysql-multilib-r1.eclass: Use *_is_at_least from versionator eclass

Since dev-db/percona-server was bumped to EAPI=6 usage mysql_fx eclass is
no longer inherited [Link1] which results in an error like

 > # emerge --config dev-db/percona-server
 >
 >   Configuring pkg...
 >
 >   * Creating the mysql database and setting proper permissions on it ...
 >   /var/tmp/portage/dev-db/percona-server-5.6.32.78.0/temp/environment: line 4697: mysql_version_is_at_least: command not found

To fix this problem I replaced the call to "mysql_version_is_at_least"
function from mysql_fx eclass with a call to "version_is_at_least" function
from versionator eclass we are already inheriting [Link2].

Link1: https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/mysql-multilib-r1.eclass?id=b3ae687988d49123628757aa8c5422bdd3b444fb#n46

Link2: https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/mysql-multilib-r1.eclass?id=b3ae687988d49123628757aa8c5422bdd3b444fb#n43

Gentoo-Bug: https://bugs.gentoo.org/594298

9 years agomedia-libs/openjpeg: Fix static builds
Thomas Deutschmann [Mon, 26 Sep 2016 18:37:44 +0000 (20:37 +0200)]
media-libs/openjpeg: Fix static builds

 - Use same DBUILD_TESTING logic

 - CODEC must be enabled when tests are enabled

Package-Manager: portage-2.3.1

9 years agoapp-text/blogc: fixed live ebuild dependencies
Rafael Martins [Mon, 26 Sep 2016 17:53:33 +0000 (19:53 +0200)]
app-text/blogc: fixed live ebuild dependencies

Package-Manager: portage-2.2.28

9 years agosys-libs/libomp: Disable copying exports back to srcdir
Michał Górny [Mon, 26 Sep 2016 17:26:05 +0000 (19:26 +0200)]
sys-libs/libomp: Disable copying exports back to srcdir

9 years agomedia-gfx/eog: x86 stable wrt bug #593906
Agostino Sarubbo [Mon, 26 Sep 2016 16:23:49 +0000 (18:23 +0200)]
media-gfx/eog: x86 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agonet-libs/gnome-online-accounts: x86 stable wrt bug #593906
Agostino Sarubbo [Mon, 26 Sep 2016 16:23:44 +0000 (18:23 +0200)]
net-libs/gnome-online-accounts: x86 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agosci-geosciences/gnome-maps: x86 stable wrt bug #593906
Agostino Sarubbo [Mon, 26 Sep 2016 16:23:39 +0000 (18:23 +0200)]
sci-geosciences/gnome-maps: x86 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-libs/libgweather: x86 stable wrt bug #593906
Agostino Sarubbo [Mon, 26 Sep 2016 16:23:33 +0000 (18:23 +0200)]
dev-libs/libgweather: x86 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agomedia-libs/libchamplain: x86 stable wrt bug #593906
Agostino Sarubbo [Mon, 26 Sep 2016 16:23:28 +0000 (18:23 +0200)]
media-libs/libchamplain: x86 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agomedia-gfx/eog: amd64 stable wrt bug #593906
Agostino Sarubbo [Mon, 26 Sep 2016 16:22:21 +0000 (18:22 +0200)]
media-gfx/eog: amd64 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agonet-libs/gnome-online-accounts: amd64 stable wrt bug #593906
Agostino Sarubbo [Mon, 26 Sep 2016 16:22:15 +0000 (18:22 +0200)]
net-libs/gnome-online-accounts: amd64 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agosci-geosciences/gnome-maps: amd64 stable wrt bug #593906
Agostino Sarubbo [Mon, 26 Sep 2016 16:22:09 +0000 (18:22 +0200)]
sci-geosciences/gnome-maps: amd64 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-libs/libgweather: amd64 stable wrt bug #593906
Agostino Sarubbo [Mon, 26 Sep 2016 16:22:03 +0000 (18:22 +0200)]
dev-libs/libgweather: amd64 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agomedia-libs/libchamplain: amd64 stable wrt bug #593906
Agostino Sarubbo [Mon, 26 Sep 2016 16:21:58 +0000 (18:21 +0200)]
media-libs/libchamplain: amd64 stable wrt bug #593906

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-python/aiohttp: version bump to 1.0.2
Zac Medico [Mon, 26 Sep 2016 15:19:47 +0000 (08:19 -0700)]
dev-python/aiohttp: version bump to 1.0.2

Package-Manager: portage-2.3.1

9 years agodev-perl/XML-SAX-Writer-0.560.0-r0: add alpha keyword
Tobias Klausmann [Mon, 26 Sep 2016 15:20:28 +0000 (17:20 +0200)]
dev-perl/XML-SAX-Writer-0.560.0-r0: add alpha keyword

Gentoo-Bug: 595058

9 years agodev-perl/XML-RSS-1.590.0-r0: add alpha keyword
Tobias Klausmann [Mon, 26 Sep 2016 15:20:27 +0000 (17:20 +0200)]
dev-perl/XML-RSS-1.590.0-r0: add alpha keyword

Gentoo-Bug: 595056

9 years agodev-perl/XML-Parser-2.440.0-r0: add alpha keyword
Tobias Klausmann [Mon, 26 Sep 2016 15:20:27 +0000 (17:20 +0200)]
dev-perl/XML-Parser-2.440.0-r0: add alpha keyword

Gentoo-Bug: 595054

9 years agodev-perl/XML-Encoding-2.90.0-r0: add alpha keyword
Tobias Klausmann [Mon, 26 Sep 2016 15:20:26 +0000 (17:20 +0200)]
dev-perl/XML-Encoding-2.90.0-r0: add alpha keyword

Gentoo-Bug: 594972

9 years agodev-perl/XML-DT-0.680.0-r0: add alpha keyword
Tobias Klausmann [Mon, 26 Sep 2016 15:20:25 +0000 (17:20 +0200)]
dev-perl/XML-DT-0.680.0-r0: add alpha keyword

Gentoo-Bug: 594970

9 years agodev-perl/XML-DOM-1.450.0-r0: add alpha keyword
Tobias Klausmann [Mon, 26 Sep 2016 15:20:25 +0000 (17:20 +0200)]
dev-perl/XML-DOM-1.450.0-r0: add alpha keyword

Gentoo-Bug: 594968

9 years agodev-perl/XML-Catalog-1.30.0-r0: add alpha keyword
Tobias Klausmann [Mon, 26 Sep 2016 15:20:24 +0000 (17:20 +0200)]
dev-perl/XML-Catalog-1.30.0-r0: add alpha keyword

Gentoo-Bug: 594966

9 years agoapp-arch/snappy-1.1.3-r1: add alpha keyword
Tobias Klausmann [Mon, 26 Sep 2016 15:20:23 +0000 (17:20 +0200)]
app-arch/snappy-1.1.3-r1: add alpha keyword

Gentoo-Bug: 595026

9 years agoapp-text/lcdf-typetools-2.106-r0: add alpha keyword
Tobias Klausmann [Mon, 26 Sep 2016 15:20:23 +0000 (17:20 +0200)]
app-text/lcdf-typetools-2.106-r0: add alpha keyword

Gentoo-Bug: 594726

9 years agomedia-sound/xmms2-0.8-r4: add alpha keyword
Tobias Klausmann [Mon, 26 Sep 2016 15:20:22 +0000 (17:20 +0200)]
media-sound/xmms2-0.8-r4: add alpha keyword

Gentoo-Bug: 593562

9 years agoapp-dicts/aspell-hy-0.10.0-r0: add alpha keyword
Tobias Klausmann [Mon, 26 Sep 2016 15:20:22 +0000 (17:20 +0200)]
app-dicts/aspell-hy-0.10.0-r0: add alpha keyword

Gentoo-Bug: 591812

9 years agoapp-dicts/aspell-hu-0.99.4.2-r0: add alpha keyword
Tobias Klausmann [Mon, 26 Sep 2016 15:20:21 +0000 (17:20 +0200)]
app-dicts/aspell-hu-0.99.4.2-r0: add alpha keyword

Gentoo-Bug: 591812

9 years agoapp-text/aspell-0.60.6.1-r3: add alpha keyword
Tobias Klausmann [Mon, 26 Sep 2016 15:20:20 +0000 (17:20 +0200)]
app-text/aspell-0.60.6.1-r3: add alpha keyword

Gentoo-Bug: 591812

9 years agomedia-gfx/graphicsmagick-1.3.25-r0: add alpha keyword
Tobias Klausmann [Mon, 26 Sep 2016 15:20:20 +0000 (17:20 +0200)]
media-gfx/graphicsmagick-1.3.25-r0: add alpha keyword

Gentoo-Bug: 574404

9 years agosci-libs/hdf5: Allow cxx & mpi at the same time.
Alexis Ballier [Mon, 26 Sep 2016 15:19:57 +0000 (17:19 +0200)]
sci-libs/hdf5: Allow cxx & mpi at the same time.

This allows to install sci-lib/flann-1.9.1[mpi] for example.
See: http://hdf-forum.184993.n3.nabble.com/hdf-forum-HDF5-enable-cxx-enable-threadsafe-conflict-ubuntu-debian-packages-td194242.html

Package-Manager: portage-2.3.1

9 years agoapp-i18n/fbterm: fix gcc6 build err
Yixun Lan [Mon, 26 Sep 2016 15:13:57 +0000 (23:13 +0800)]
app-i18n/fbterm: fix gcc6 build err

thanks Peter Levine for providing patches

Gentoo-Bug: 594308

Package-Manager: portage-2.3.1

9 years agomedia-sound/qsampler: bump to 0.4.1
Alexis Ballier [Mon, 26 Sep 2016 12:48:12 +0000 (14:48 +0200)]
media-sound/qsampler: bump to 0.4.1

Package-Manager: portage-2.3.1

9 years agodev-ml/ppx_deriving_yojson: fix homepage
Alexis Ballier [Mon, 26 Sep 2016 12:47:48 +0000 (14:47 +0200)]
dev-ml/ppx_deriving_yojson: fix homepage

Package-Manager: portage-2.3.1

9 years agodev-ml/ppx_deriving: bump to 4.1
Alexis Ballier [Mon, 26 Sep 2016 12:47:10 +0000 (14:47 +0200)]
dev-ml/ppx_deriving: bump to 4.1

Package-Manager: portage-2.3.1

9 years agomedia-sound/qsampler: remove old
Alexis Ballier [Mon, 26 Sep 2016 12:43:34 +0000 (14:43 +0200)]
media-sound/qsampler: remove old

Package-Manager: portage-2.3.1

9 years agomedia-sound/qsynth: remove old
Alexis Ballier [Mon, 26 Sep 2016 12:42:53 +0000 (14:42 +0200)]
media-sound/qsynth: remove old

Package-Manager: portage-2.3.1

9 years agomedia-sound/qsynth: bump to 0.4.2
Alexis Ballier [Mon, 26 Sep 2016 12:42:15 +0000 (14:42 +0200)]
media-sound/qsynth: bump to 0.4.2

Package-Manager: portage-2.3.1

9 years agodev-ros/pluginlib: bump to 1.10.4
Alexis Ballier [Mon, 26 Sep 2016 12:35:39 +0000 (14:35 +0200)]
dev-ros/pluginlib: bump to 1.10.4

Package-Manager: portage-2.3.1

9 years agodev-ros/pluginlib: remove old
Alexis Ballier [Mon, 26 Sep 2016 12:33:29 +0000 (14:33 +0200)]
dev-ros/pluginlib: remove old

Package-Manager: portage-2.3.1

9 years agodev-ros/class_loader: bump to 0.3.5
Alexis Ballier [Mon, 26 Sep 2016 12:32:51 +0000 (14:32 +0200)]
dev-ros/class_loader: bump to 0.3.5

Package-Manager: portage-2.3.1

9 years agomozilla packages: clarified description of USE=custom-optimization
Ian Stakenvicius [Mon, 26 Sep 2016 14:56:57 +0000 (10:56 -0400)]
mozilla packages: clarified description of USE=custom-optimization

9 years agonet-irc/irssi: clean up 0.8.20 ebuild
William Hubbs [Sat, 24 Sep 2016 18:45:27 +0000 (13:45 -0500)]
net-irc/irssi: clean up 0.8.20 ebuild

- don't quote eapi
- munge the patch so the default src_prepare can be used

This change was approved by monsieurp.

Package-Manager: portage-2.2.28

9 years agomedia-libs/openjpeg: Bump to snapshot release based on v2.1.1 from 2016-09-22
Thomas Deutschmann [Mon, 26 Sep 2016 13:56:16 +0000 (15:56 +0200)]
media-libs/openjpeg: Bump to snapshot release based on v2.1.1 from 2016-09-22

Ebuild-releated changes:
========================
 - EAPI bumped to v6

 - Test suite re-enabled and fixed (bug #409263)

Gentoo-Bug: https://bugs.gentoo.org/409263
Gentoo-Bug: https://bugs.gentoo.org/577608
Gentoo-Bug: https://bugs.gentoo.org/572430
Gentoo-Bug: https://bugs.gentoo.org/560632
Gentoo-Bug: https://bugs.gentoo.org/594740

Package-Manager: portage-2.3.1

9 years agonet-libs/gnutls-3.3.24-r1: add alpha keyword
Tobias Klausmann [Mon, 26 Sep 2016 13:44:27 +0000 (15:44 +0200)]
net-libs/gnutls-3.3.24-r1: add alpha keyword

Gentoo-Bug: 594738

9 years agonet-analyzer/nagios: new metapackage version to pull in nagios-core-4.2.1.
Michael Orlitzky [Mon, 26 Sep 2016 13:23:54 +0000 (09:23 -0400)]
net-analyzer/nagios: new metapackage version to pull in nagios-core-4.2.1.

Gentoo-Bug: 595194

Package-Manager: portage-2.2.28

9 years agonet-analyzer/nagios-core: new version v4.2.1 with security fixes.
Michael Orlitzky [Mon, 26 Sep 2016 13:22:03 +0000 (09:22 -0400)]
net-analyzer/nagios-core: new version v4.2.1 with security fixes.

This new version adds fixes for CVE-2008-4796 and CVE-2013-4214.
The ebuild itself was updated to EAPI=6. That required dropping the
depend.apache eclass, but that eclass was only used to define the
$APACHE2_MODULES_CONFDIR variable, and it was easily inlined. The
eutils and multilib eclasses were also dropped; the former because our
patches are now obsolete, and the latter because get_libdir() is in
EAPI=6.

Gentoo-Bug: 595194

Package-Manager: portage-2.2.28

9 years agonet-analyzer/zabbix: Bump #593722
Patrick Lauer [Mon, 26 Sep 2016 13:02:18 +0000 (15:02 +0200)]
net-analyzer/zabbix: Bump #593722

Package-Manager: portage-2.3.0

9 years agoapp-arch/zstd: Fix install prefix #593632
Patrick Lauer [Mon, 26 Sep 2016 12:52:22 +0000 (14:52 +0200)]
app-arch/zstd: Fix install prefix #593632

Package-Manager: portage-2.3.0

9 years agomedia-gfx/imagemagick: Removed old.
Lars Wendler [Mon, 26 Sep 2016 12:37:00 +0000 (14:37 +0200)]
media-gfx/imagemagick: Removed old.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
9 years agomedia-gfx/imagemagick: Bump to versions 6.9.5.10 and 7.0.3.1
Lars Wendler [Mon, 26 Sep 2016 12:36:22 +0000 (14:36 +0200)]
media-gfx/imagemagick: Bump to versions 6.9.5.10 and 7.0.3.1

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
9 years agosys-apps/portage: amd64 stable wrt bug #589822
Agostino Sarubbo [Mon, 26 Sep 2016 12:35:22 +0000 (14:35 +0200)]
sys-apps/portage: amd64 stable wrt bug #589822

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agosys-process/xjobs: amd64 stable wrt bug #590844
Agostino Sarubbo [Mon, 26 Sep 2016 12:35:14 +0000 (14:35 +0200)]
sys-process/xjobs: amd64 stable wrt bug #590844

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agosys-fs/fuse-exfat: amd64 stable wrt bug #589602
Agostino Sarubbo [Mon, 26 Sep 2016 12:35:08 +0000 (14:35 +0200)]
sys-fs/fuse-exfat: amd64 stable wrt bug #589602

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agosys-fs/exfat-utils: amd64 stable wrt bug #589602
Agostino Sarubbo [Mon, 26 Sep 2016 12:35:03 +0000 (14:35 +0200)]
sys-fs/exfat-utils: amd64 stable wrt bug #589602

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agogames-strategy/freecol: amd64 stable wrt bug #586234
Agostino Sarubbo [Mon, 26 Sep 2016 12:34:56 +0000 (14:34 +0200)]
games-strategy/freecol: amd64 stable wrt bug #586234

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agogames-strategy/wesnoth: amd64 stable wrt bug #586232
Agostino Sarubbo [Mon, 26 Sep 2016 12:34:50 +0000 (14:34 +0200)]
games-strategy/wesnoth: amd64 stable wrt bug #586232

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-python/rarfile: amd64 stable wrt bug #590322
Agostino Sarubbo [Mon, 26 Sep 2016 12:34:43 +0000 (14:34 +0200)]
dev-python/rarfile: amd64 stable wrt bug #590322

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-perl/Capture-Tiny: amd64 stable wrt bug #590830
Agostino Sarubbo [Mon, 26 Sep 2016 12:34:37 +0000 (14:34 +0200)]
dev-perl/Capture-Tiny: amd64 stable wrt bug #590830

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-perl/Wx: amd64 stable wrt bug #594290
Agostino Sarubbo [Mon, 26 Sep 2016 12:34:31 +0000 (14:34 +0200)]
dev-perl/Wx: amd64 stable wrt bug #594290

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agogames-arcade/ceferino: amd64 stable wrt bug #585196
Agostino Sarubbo [Mon, 26 Sep 2016 12:34:25 +0000 (14:34 +0200)]
games-arcade/ceferino: amd64 stable wrt bug #585196

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agoapp-editors/mg: amd64 stable wrt bug #592874
Agostino Sarubbo [Mon, 26 Sep 2016 12:34:19 +0000 (14:34 +0200)]
app-editors/mg: amd64 stable wrt bug #592874

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-python/setuptools: amd64 stable wrt bug #588284
Agostino Sarubbo [Mon, 26 Sep 2016 12:34:12 +0000 (14:34 +0200)]
dev-python/setuptools: amd64 stable wrt bug #588284

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agosys-apps/firejail: amd64 stable wrt bug #588258
Agostino Sarubbo [Mon, 26 Sep 2016 12:34:06 +0000 (14:34 +0200)]
sys-apps/firejail: amd64 stable wrt bug #588258

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agox11-misc/obconf: amd64 stable wrt bug #588510
Agostino Sarubbo [Mon, 26 Sep 2016 12:34:00 +0000 (14:34 +0200)]
x11-misc/obconf: amd64 stable wrt bug #588510

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agoapp-crypt/p11-kit: amd64 stable wrt bug #585694
Agostino Sarubbo [Mon, 26 Sep 2016 12:33:53 +0000 (14:33 +0200)]
app-crypt/p11-kit: amd64 stable wrt bug #585694

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-tex/dot2tex: amd64 stable wrt bug #593146
Agostino Sarubbo [Mon, 26 Sep 2016 12:33:47 +0000 (14:33 +0200)]
dev-tex/dot2tex: amd64 stable wrt bug #593146

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agosci-libs/gdal: amd64 stable wrt bug #586204
Agostino Sarubbo [Mon, 26 Sep 2016 12:33:41 +0000 (14:33 +0200)]
sci-libs/gdal: amd64 stable wrt bug #586204

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agosys-fs/btrfs-progs: amd64 stable wrt bug #592346
Agostino Sarubbo [Mon, 26 Sep 2016 12:33:33 +0000 (14:33 +0200)]
sys-fs/btrfs-progs: amd64 stable wrt bug #592346

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-python/keyring: amd64 stable wrt bug #591318
Agostino Sarubbo [Mon, 26 Sep 2016 12:33:26 +0000 (14:33 +0200)]
dev-python/keyring: amd64 stable wrt bug #591318

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agosys-devel/autoconf-archive: amd64 stable wrt bug #589390
Agostino Sarubbo [Mon, 26 Sep 2016 12:33:20 +0000 (14:33 +0200)]
sys-devel/autoconf-archive: amd64 stable wrt bug #589390

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agosci-electronics/linsmith: amd64 stable wrt bug #592632
Agostino Sarubbo [Mon, 26 Sep 2016 12:33:14 +0000 (14:33 +0200)]
sci-electronics/linsmith: amd64 stable wrt bug #592632

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agoapp-admin/cgmanager: amd64 stable wrt bug #584650
Agostino Sarubbo [Mon, 26 Sep 2016 12:33:06 +0000 (14:33 +0200)]
app-admin/cgmanager: amd64 stable wrt bug #584650

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-perl/Throwable: amd64 stable wrt bug #588022
Agostino Sarubbo [Mon, 26 Sep 2016 12:33:00 +0000 (14:33 +0200)]
dev-perl/Throwable: amd64 stable wrt bug #588022

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agox11-libs/motif: amd64 stable wrt bug #591808
Agostino Sarubbo [Mon, 26 Sep 2016 12:32:54 +0000 (14:32 +0200)]
x11-libs/motif: amd64 stable wrt bug #591808

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agoapp-emacs/howm: amd64 stable wrt bug #591806
Agostino Sarubbo [Mon, 26 Sep 2016 12:32:47 +0000 (14:32 +0200)]
app-emacs/howm: amd64 stable wrt bug #591806

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agomedia-video/ffmpeg2theora: amd64 stable wrt bug #592714
Agostino Sarubbo [Mon, 26 Sep 2016 12:32:41 +0000 (14:32 +0200)]
media-video/ffmpeg2theora: amd64 stable wrt bug #592714

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-libs/libfastjson: amd64 stable wrt bug #586680
Agostino Sarubbo [Mon, 26 Sep 2016 12:32:35 +0000 (14:32 +0200)]
dev-libs/libfastjson: amd64 stable wrt bug #586680

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agomedia-gfx/darktable: amd64 stable wrt bug #594590
Agostino Sarubbo [Mon, 26 Sep 2016 12:32:28 +0000 (14:32 +0200)]
media-gfx/darktable: amd64 stable wrt bug #594590

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agonet-misc/youtube-dl: amd64 stable wrt bug #594868
Agostino Sarubbo [Mon, 26 Sep 2016 12:32:21 +0000 (14:32 +0200)]
net-misc/youtube-dl: amd64 stable wrt bug #594868

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-libs/yaz: amd64 stable wrt bug #522674
Agostino Sarubbo [Mon, 26 Sep 2016 12:32:15 +0000 (14:32 +0200)]
dev-libs/yaz: amd64 stable wrt bug #522674

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-libs/libmcrypt: amd64 stable wrt bug #587336
Agostino Sarubbo [Mon, 26 Sep 2016 12:32:08 +0000 (14:32 +0200)]
dev-libs/libmcrypt: amd64 stable wrt bug #587336

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-libs/hiredis: amd64 stable wrt bug #585646
Agostino Sarubbo [Mon, 26 Sep 2016 12:32:02 +0000 (14:32 +0200)]
dev-libs/hiredis: amd64 stable wrt bug #585646

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agosci-electronics/xnec2c: amd64 stable wrt bug #592634
Agostino Sarubbo [Mon, 26 Sep 2016 12:31:56 +0000 (14:31 +0200)]
sci-electronics/xnec2c: amd64 stable wrt bug #592634

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agonet-analyzer/fping: amd64 stable wrt bug #590760
Agostino Sarubbo [Mon, 26 Sep 2016 12:31:50 +0000 (14:31 +0200)]
net-analyzer/fping: amd64 stable wrt bug #590760

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agosys-fs/cryptsetup: amd64 stable wrt bug #590246
Agostino Sarubbo [Mon, 26 Sep 2016 12:31:44 +0000 (14:31 +0200)]
sys-fs/cryptsetup: amd64 stable wrt bug #590246

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agosys-apps/net-tools: amd64 stable wrt bug #591430
Agostino Sarubbo [Mon, 26 Sep 2016 12:31:37 +0000 (14:31 +0200)]
sys-apps/net-tools: amd64 stable wrt bug #591430

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agonet-misc/dhcpcd: amd64 stable wrt bug #593822
Agostino Sarubbo [Mon, 26 Sep 2016 12:31:31 +0000 (14:31 +0200)]
net-misc/dhcpcd: amd64 stable wrt bug #593822

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agox11-plugins/gkrellm-leds: amd64 stable wrt bug #442780
Agostino Sarubbo [Mon, 26 Sep 2016 12:31:25 +0000 (14:31 +0200)]
x11-plugins/gkrellm-leds: amd64 stable wrt bug #442780

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agonet-im/gg-transport: amd64 stable wrt bug #488858
Agostino Sarubbo [Mon, 26 Sep 2016 12:31:19 +0000 (14:31 +0200)]
net-im/gg-transport: amd64 stable wrt bug #488858

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agonet-p2p/transmission: amd64 stable wrt bug #586648
Agostino Sarubbo [Mon, 26 Sep 2016 12:31:12 +0000 (14:31 +0200)]
net-p2p/transmission: amd64 stable wrt bug #586648

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-perl/Text-WikiFormat: amd64 stable wrt bug #585622
Agostino Sarubbo [Mon, 26 Sep 2016 12:31:06 +0000 (14:31 +0200)]
dev-perl/Text-WikiFormat: amd64 stable wrt bug #585622

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-libs/librelp: amd64 stable wrt bug #593812
Agostino Sarubbo [Mon, 26 Sep 2016 12:30:59 +0000 (14:30 +0200)]
dev-libs/librelp: amd64 stable wrt bug #593812

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agoapp-editors/kakoune: amd64 stable wrt bug #592272
Agostino Sarubbo [Mon, 26 Sep 2016 12:30:53 +0000 (14:30 +0200)]
app-editors/kakoune: amd64 stable wrt bug #592272

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agodev-perl/Text-CSV_XS: amd64 stable wrt bug #585612
Agostino Sarubbo [Mon, 26 Sep 2016 12:30:47 +0000 (14:30 +0200)]
dev-perl/Text-CSV_XS: amd64 stable wrt bug #585612

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
9 years agomedia-libs/opencv: amd64 stable wrt bug #588170
Agostino Sarubbo [Mon, 26 Sep 2016 12:30:41 +0000 (14:30 +0200)]
media-libs/opencv: amd64 stable wrt bug #588170

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>