gentoo.git
7 years agodev-python/astropy: Fix typo in python_gen_cond_dep call
Michał Górny [Tue, 16 May 2017 17:54:17 +0000 (19:54 +0200)]
dev-python/astropy: Fix typo in python_gen_cond_dep call

7 years agomedia-gfx/imageworsener: Remove vulnerable (bug #618014)
Sebastian Pipping [Tue, 16 May 2017 17:52:08 +0000 (19:52 +0200)]
media-gfx/imageworsener: Remove vulnerable (bug #618014)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agoapp-portage/gpyutils: python3.6 is supported now
Michał Górny [Tue, 16 May 2017 17:40:02 +0000 (19:40 +0200)]
app-portage/gpyutils: python3.6 is supported now

7 years agopython-utils-r1.eclass: support PYTHON_COMPAT_NO_STRICT variable
Zac Medico [Tue, 2 May 2017 21:48:40 +0000 (14:48 -0700)]
python-utils-r1.eclass: support PYTHON_COMPAT_NO_STRICT variable

This is intended to be set by the user when using ebuilds that may
have unknown implementations in PYTHON_COMPAT. The assumption is
that the ebuilds are intended to be used within multiple contexts
which can involve revisions of this eclass that support different
Python implementations.

7 years agopython-single-r1.eclass: Document new pattern support
Michał Górny [Tue, 16 May 2017 16:39:31 +0000 (18:39 +0200)]
python-single-r1.eclass: Document new pattern support

7 years agopython-r1.eclass: Document new pattern support
Michał Górny [Tue, 16 May 2017 16:39:25 +0000 (18:39 +0200)]
python-r1.eclass: Document new pattern support

7 years agopython-utils-r1.eclass: Allow -2/-3 as impl-patterns for py2/py3
Michał Górny [Wed, 10 May 2017 18:37:50 +0000 (20:37 +0200)]
python-utils-r1.eclass: Allow -2/-3 as impl-patterns for py2/py3

Allow two special values in the implementation patterns for
_python_impl_matches(): -2 to indicate all Python 2-compatible
implementations, and -3 to indicate all Python 3-compatible
implementations. Both of those values are implemented using
the python_is_python3 function.

This is mostly meant to make it easier and more fool-proof to write
dependencies on backports to Python 2 which in most cases apply to PyPy2
as well.

7 years agopython-single-r1.eclass: python_gen_impl_dep, use _python_impl_matches()
Michał Górny [Wed, 10 May 2017 15:26:02 +0000 (17:26 +0200)]
python-single-r1.eclass: python_gen_impl_dep, use _python_impl_matches()

7 years agopython-single-r1.eclass: python_gen_cond_dep, use _python_impl_matches()
Michał Górny [Wed, 10 May 2017 15:25:46 +0000 (17:25 +0200)]
python-single-r1.eclass: python_gen_cond_dep, use _python_impl_matches()

7 years agopython-single-r1.eclass: python_gen_useflags, use _python_impl_matches()
Michał Górny [Wed, 10 May 2017 15:25:17 +0000 (17:25 +0200)]
python-single-r1.eclass: python_gen_useflags, use _python_impl_matches()

7 years agopython-single-r1.eclass: python_gen_usedep, use _python_impl_matches()
Michał Górny [Wed, 10 May 2017 15:24:53 +0000 (17:24 +0200)]
python-single-r1.eclass: python_gen_usedep, use _python_impl_matches()

7 years agopython-r1.eclass: python_setup, use _python_impl_matches()
Michał Górny [Wed, 10 May 2017 15:24:37 +0000 (17:24 +0200)]
python-r1.eclass: python_setup, use _python_impl_matches()

7 years agopython-r1.eclass: python_gen_impl_dep, use _python_impl_matches()
Michał Górny [Wed, 10 May 2017 15:24:20 +0000 (17:24 +0200)]
python-r1.eclass: python_gen_impl_dep, use _python_impl_matches()

7 years agopython-r1.eclass: python_gen_cond_dep, use _python_impl_matches()
Michał Górny [Wed, 10 May 2017 15:24:05 +0000 (17:24 +0200)]
python-r1.eclass: python_gen_cond_dep, use _python_impl_matches()

7 years agopython-r1.eclass: python_gen_useflags, use _python_impl_matches()
Michał Górny [Wed, 10 May 2017 15:23:48 +0000 (17:23 +0200)]
python-r1.eclass: python_gen_useflags, use _python_impl_matches()

7 years agopython-r1.eclass: python_gen_usedep, use _python_impl_matches()
Michał Górny [Wed, 10 May 2017 15:23:17 +0000 (17:23 +0200)]
python-r1.eclass: python_gen_usedep, use _python_impl_matches()

7 years agopython-utils-r1.eclass: _python_impl_matches for impl-pattern matching
Michał Górny [Wed, 10 May 2017 15:21:35 +0000 (17:21 +0200)]
python-utils-r1.eclass: _python_impl_matches for impl-pattern matching

Introduce a _python_impl_matches() function that commonizes the pattern
matching behavior used throughout python-r1 & python-single-r1. Having
a single implementation makes future extensions much easier.

7 years agodev-python/repoze-sphinx-autointerface: Use dot-notation for python_moduleinto
Michał Górny [Tue, 16 May 2017 17:07:19 +0000 (19:07 +0200)]
dev-python/repoze-sphinx-autointerface: Use dot-notation for python_moduleinto

7 years agodev-python/repoze-who: Use dot-notation for python_moduleinto
Michał Górny [Wed, 10 May 2017 14:00:55 +0000 (16:00 +0200)]
dev-python/repoze-who: Use dot-notation for python_moduleinto

7 years agopython-utils-r1.eclass: python_moduleinto, allow package dot-notation
Michał Górny [Wed, 10 May 2017 13:33:05 +0000 (15:33 +0200)]
python-utils-r1.eclass: python_moduleinto, allow package dot-notation

Allow specifying the relative package destination using the dot-notation
used by Python itself (e.g. 'foo.bar') in addition to the directory form
('foo/bar'). Since dot can not be used in Python package names, this
change is backwards-compatible.

7 years agopython-utils-r1.eclass: python_moduleinto, clarify relative path use
Michał Górny [Wed, 10 May 2017 13:28:41 +0000 (15:28 +0200)]
python-utils-r1.eclass: python_moduleinto, clarify relative path use

Clearly indicate that python_moduleinto can be safely called outside
of the environment with Python interpreter established, and that
a single call can set the correct relative path for multiple different
implementations.

7 years agopython-utils-r1.eclass: Remove stray old doc bit
Michał Górny [Wed, 10 May 2017 13:25:06 +0000 (15:25 +0200)]
python-utils-r1.eclass: Remove stray old doc bit

Remove the bit of old python_moduleinto documentation that has been
accidentally left over.

7 years agodistutils-r1.eclass: Namespace & doc _clean_egg_info
Michał Górny [Fri, 5 May 2017 21:20:12 +0000 (23:20 +0200)]
distutils-r1.eclass: Namespace & doc _clean_egg_info

Prefix the _clean_egg_info function with an appropriate namespace,
and document its purpose with eclassdoc format. Be more verbose
on the exact problem being solved; remove URL to old upstream bug
tracker that no longer exists.

7 years agodistutils-r1.eclass: Warn if *-nspkg.pth files are installed
Michał Górny [Fri, 5 May 2017 21:08:37 +0000 (23:08 +0200)]
distutils-r1.eclass: Warn if *-nspkg.pth files are installed

Add a check for *-nspkg.pth files indicating implicit setuptools
namespace hack. While they kept namespaces somewhat working without
requiring explicit support in ebuilds, they were unreliable. They
frequently required additional hacks (distutils_install_for_testing) to
get the tests working, and they have proven even more broken for Python
3.5+.

For this reason, those files were deprecated in favor of proper,
explicit namespace support. If they are found to exist, the developer
should ensure to remove them to avoid issues.

7 years agowww-client/chromium: Use eninja from ninja-utils
Michał Górny [Thu, 27 Apr 2017 16:40:47 +0000 (18:40 +0200)]
www-client/chromium: Use eninja from ninja-utils

7 years agosys-apps/systemd: Use eninja from ninja-utils
Michał Górny [Thu, 27 Apr 2017 16:41:08 +0000 (18:41 +0200)]
sys-apps/systemd: Use eninja from ninja-utils

7 years agocmake-utils.eclass: Use eninja from ninja-utils
Michał Górny [Thu, 27 Apr 2017 16:39:30 +0000 (18:39 +0200)]
cmake-utils.eclass: Use eninja from ninja-utils

7 years agoninja-utils.eclass: Add a new eclass to handle calling ninja
Michał Górny [Thu, 27 Apr 2017 16:37:45 +0000 (18:37 +0200)]
ninja-utils.eclass: Add a new eclass to handle calling ninja

7 years agolicenses: Remove unused sun-bcla-j2ee-deployment license
Michał Górny [Tue, 16 May 2017 16:53:42 +0000 (18:53 +0200)]
licenses: Remove unused sun-bcla-j2ee-deployment license

7 years agolicenses: Remove unused oracle-jdbc license
Michał Górny [Tue, 16 May 2017 16:53:29 +0000 (18:53 +0200)]
licenses: Remove unused oracle-jdbc license

7 years agolicenses: Remove unused (old) CROSSOVER license
Michał Górny [Tue, 16 May 2017 16:53:13 +0000 (18:53 +0200)]
licenses: Remove unused (old) CROSSOVER license

7 years agoprofiles/desc: Remove unused GPSD_PROTOCOLS values
Michał Górny [Tue, 16 May 2017 16:52:07 +0000 (18:52 +0200)]
profiles/desc: Remove unused GPSD_PROTOCOLS values

7 years agoprofiles/desc: Remove unused COLLECTD_PLUGINS values
Michał Górny [Tue, 16 May 2017 16:51:47 +0000 (18:51 +0200)]
profiles/desc: Remove unused COLLECTD_PLUGINS values

7 years agoprofiles/use.desc: Remove unused "kolab" global flag
Michał Górny [Tue, 16 May 2017 16:50:52 +0000 (18:50 +0200)]
profiles/use.desc: Remove unused "kolab" global flag

7 years agodev-util/android-ndk: drop v8 to get rid of EAPI3
Jason Zaman [Tue, 16 May 2017 17:06:53 +0000 (01:06 +0800)]
dev-util/android-ndk: drop v8 to get rid of EAPI3

Package-Manager: Portage-2.3.5, Repoman-2.3.1

7 years agomedia-libs/libsamplerate: drop keywords for security vulnerable version as much as...
Mart Raudsepp [Tue, 16 May 2017 17:02:35 +0000 (20:02 +0300)]
media-libs/libsamplerate: drop keywords for security vulnerable version as much as possible

Gentoo-bug: 618008
Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agoRevert "media-libs/libsamplerate: Cleaning up vulnerable versions for CVE-2017-7697...
Mart Raudsepp [Tue, 16 May 2017 17:00:14 +0000 (20:00 +0300)]
Revert "media-libs/libsamplerate: Cleaning up vulnerable versions for CVE-2017-7697 as per Agostino Sarubbo."

This reverts commit 044005533e2560932dddb0b83c761350867edac3.

This was the only ia64 stable ebuild, breaking deptree by the removal.

7 years agodev-util/android-ndk: bump to 14b
Pavel Homolka [Sun, 23 Apr 2017 18:58:26 +0000 (20:58 +0200)]
dev-util/android-ndk: bump to 14b

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

Package-Manager: Portage-2.3.3, Repoman-2.3.1

7 years agogst-plugins10.eclass: Mark @DEAD for removal
Michał Górny [Tue, 16 May 2017 16:44:56 +0000 (18:44 +0200)]
gst-plugins10.eclass: Mark @DEAD for removal

7 years agogst-plugins-ugly.eclass: Mark @DEAD for removal
Michał Górny [Tue, 16 May 2017 16:45:04 +0000 (18:45 +0200)]
gst-plugins-ugly.eclass: Mark @DEAD for removal

7 years agogst-plugins-good.eclass: Mark @DEAD for removal
Michał Górny [Tue, 16 May 2017 16:45:02 +0000 (18:45 +0200)]
gst-plugins-good.eclass: Mark @DEAD for removal

7 years agogst-plugins-base.eclass: Mark @DEAD for removal
Michał Górny [Tue, 16 May 2017 16:45:00 +0000 (18:45 +0200)]
gst-plugins-base.eclass: Mark @DEAD for removal

7 years agogst-plugins-bad.eclass: Mark @DEAD for removal
Michał Górny [Tue, 16 May 2017 16:44:58 +0000 (18:44 +0200)]
gst-plugins-bad.eclass: Mark @DEAD for removal

7 years agonet-firewall/ipt_netflow: backport upstream fix for building with kernel 4.10
Sergey Popov [Tue, 16 May 2017 16:18:31 +0000 (19:18 +0300)]
net-firewall/ipt_netflow: backport upstream fix for building with kernel 4.10

Reported-by: Toralf Förster <toralf.foerster@gmx.de>
Gentoo-Bug: 617484

Package-Manager: Portage-2.3.5, Repoman-2.3.1

7 years agoros-meta/roscpp_core: Bump to 0.6.3.
Alexis Ballier [Tue, 16 May 2017 13:30:19 +0000 (15:30 +0200)]
ros-meta/roscpp_core: Bump to 0.6.3.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agodev-ros/roscpp_serialization: Bump to 0.6.3.
Alexis Ballier [Tue, 16 May 2017 13:30:16 +0000 (15:30 +0200)]
dev-ros/roscpp_serialization: Bump to 0.6.3.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agodev-ros/roscpp_traits: Bump to 0.6.3.
Alexis Ballier [Tue, 16 May 2017 13:30:13 +0000 (15:30 +0200)]
dev-ros/roscpp_traits: Bump to 0.6.3.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agodev-ros/rostime: Bump to 0.6.3.
Alexis Ballier [Tue, 16 May 2017 13:30:10 +0000 (15:30 +0200)]
dev-ros/rostime: Bump to 0.6.3.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agodev-ros/cpp_common: Bump to 0.6.3.
Alexis Ballier [Tue, 16 May 2017 13:30:07 +0000 (15:30 +0200)]
dev-ros/cpp_common: Bump to 0.6.3.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agosci-misc/ViSP-images: remove old
Alexis Ballier [Mon, 15 May 2017 16:58:34 +0000 (18:58 +0200)]
sci-misc/ViSP-images: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agonet-vpn/tor: remover older verson
Anthony G. Basile [Tue, 16 May 2017 15:45:16 +0000 (11:45 -0400)]
net-vpn/tor: remover older verson

Package-Manager: Portage-2.3.5, Repoman-2.3.1

7 years agonet-vpn/tor: version bump to 0.3.0.7
Anthony G. Basile [Tue, 16 May 2017 15:40:27 +0000 (11:40 -0400)]
net-vpn/tor: version bump to 0.3.0.7

Package-Manager: Portage-2.3.5, Repoman-2.3.1

7 years agodev-python/paver: ALLARCHES stable
Mike Gilbert [Tue, 16 May 2017 14:47:05 +0000 (10:47 -0400)]
dev-python/paver: ALLARCHES stable

Bug: https://bugs.gentoo.org/618474
Package-Manager: Portage-2.3.5_p32, Repoman-2.3.2_p62

7 years agodev-python/pylint: Version bump to 1.7.1
Manuel Rüger [Tue, 16 May 2017 14:44:21 +0000 (16:44 +0200)]
dev-python/pylint: Version bump to 1.7.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agomedia-libs/libsamplerate: Cleaning up vulnerable versions for CVE-2017-7697 as per...
Tony Vroon [Tue, 16 May 2017 08:26:53 +0000 (09:26 +0100)]
media-libs/libsamplerate: Cleaning up vulnerable versions for CVE-2017-7697 as per Agostino Sarubbo.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agoapp-doc/halibut: version bump to 1.2, EAPI bump to 6
Anthony G. Basile [Tue, 16 May 2017 14:20:30 +0000 (10:20 -0400)]
app-doc/halibut: version bump to 1.2, EAPI bump to 6

Package-Manager: Portage-2.3.5, Repoman-2.3.1

7 years agoapp-backup/borgbackup: Add python3_6
Manuel Rüger [Tue, 16 May 2017 14:16:38 +0000 (16:16 +0200)]
app-backup/borgbackup: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agonet-mail/cyrus-imapd: bump to 3.0.1 - bug 613874
Eray Aslan [Tue, 16 May 2017 14:12:48 +0000 (17:12 +0300)]
net-mail/cyrus-imapd: bump to 3.0.1 - bug 613874

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agodev-cpp/catch: Update the live ebuild
Michał Górny [Tue, 16 May 2017 14:00:06 +0000 (16:00 +0200)]
dev-cpp/catch: Update the live ebuild

7 years agodev-cpp/catch: Bump to 1.9.4
Michał Górny [Tue, 16 May 2017 13:53:07 +0000 (15:53 +0200)]
dev-cpp/catch: Bump to 1.9.4

7 years agodev-cpp/catch: Clean old up
Michał Górny [Tue, 16 May 2017 13:50:17 +0000 (15:50 +0200)]
dev-cpp/catch: Clean old up

7 years agonet-vpn/openvpn: [QA] Fix use of path_exists
Michał Górny [Tue, 16 May 2017 13:48:47 +0000 (15:48 +0200)]
net-vpn/openvpn: [QA] Fix use of path_exists

7 years agodev-python/patch: Add python3_6
Manuel Rüger [Tue, 16 May 2017 14:03:49 +0000 (16:03 +0200)]
dev-python/patch: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agodev-python/colout: Add python3_{5,6}
Manuel Rüger [Tue, 16 May 2017 13:59:27 +0000 (15:59 +0200)]
dev-python/colout: Add python3_{5,6}

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agodev-python/pyev: Add python3_{5,6}
Manuel Rüger [Tue, 16 May 2017 13:58:32 +0000 (15:58 +0200)]
dev-python/pyev: Add python3_{5,6}

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agodev-python/passwordmeter: Add python3_{5,6}
Manuel Rüger [Tue, 16 May 2017 13:51:34 +0000 (15:51 +0200)]
dev-python/passwordmeter: Add python3_{5,6}

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agodev-python/pgpdump: Add python3_5, python3_6
Manuel Rüger [Tue, 16 May 2017 13:48:10 +0000 (15:48 +0200)]
dev-python/pgpdump: Add python3_5, python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agodev-python/jingo: Add python3_{5,6}
Manuel Rüger [Tue, 16 May 2017 13:45:33 +0000 (15:45 +0200)]
dev-python/jingo: Add python3_{5,6}

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agodev-python/nose-testconfig: Add python3_{5,6}
Manuel Rüger [Tue, 16 May 2017 13:15:40 +0000 (15:15 +0200)]
dev-python/nose-testconfig: Add python3_{5,6}

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agodev-python/responses: Add python3_6
Manuel Rüger [Tue, 16 May 2017 13:12:58 +0000 (15:12 +0200)]
dev-python/responses: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agodev-python/cookies: Add python3_6
Manuel Rüger [Tue, 16 May 2017 13:10:46 +0000 (15:10 +0200)]
dev-python/cookies: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

7 years agoapp-emacs/ebuild-mode: ppc64 stable wrt bug #617340
Agostino Sarubbo [Tue, 16 May 2017 13:05:15 +0000 (15:05 +0200)]
app-emacs/ebuild-mode: ppc64 stable wrt bug #617340

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-libs/jsoncpp: ppc64 stable wrt bug #601204
Agostino Sarubbo [Tue, 16 May 2017 13:05:10 +0000 (15:05 +0200)]
dev-libs/jsoncpp: ppc64 stable wrt bug #601204

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-python/paver: ppc64 stable wrt bug #618474
Agostino Sarubbo [Tue, 16 May 2017 13:05:05 +0000 (15:05 +0200)]
dev-python/paver: ppc64 stable wrt bug #618474

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agonet-dns/bind-tools: ppc64 stable wrt bug #615420
Agostino Sarubbo [Tue, 16 May 2017 13:05:00 +0000 (15:05 +0200)]
net-dns/bind-tools: ppc64 stable wrt bug #615420

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agonet-dns/bind: ppc64 stable wrt bug #615420
Agostino Sarubbo [Tue, 16 May 2017 13:04:56 +0000 (15:04 +0200)]
net-dns/bind: ppc64 stable wrt bug #615420

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agoapp-crypt/gnupg: ppc64 stable wrt bug #617960
Agostino Sarubbo [Tue, 16 May 2017 13:04:47 +0000 (15:04 +0200)]
app-crypt/gnupg: ppc64 stable wrt bug #617960

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agosys-fs/cryptsetup: ppc64 stable wrt bug #617314
Agostino Sarubbo [Tue, 16 May 2017 13:04:41 +0000 (15:04 +0200)]
sys-fs/cryptsetup: ppc64 stable wrt bug #617314

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-perl/XML-NamespaceSupport: ppc64 stable wrt bug #617296
Agostino Sarubbo [Tue, 16 May 2017 13:04:36 +0000 (15:04 +0200)]
dev-perl/XML-NamespaceSupport: ppc64 stable wrt bug #617296

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agosys-cluster/corosync: ppc64 stable wrt bug #617564
Agostino Sarubbo [Tue, 16 May 2017 13:04:31 +0000 (15:04 +0200)]
sys-cluster/corosync: ppc64 stable wrt bug #617564

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-perl/Net-SSLeay: ppc64 stable wrt bug #617294
Agostino Sarubbo [Tue, 16 May 2017 13:04:25 +0000 (15:04 +0200)]
dev-perl/Net-SSLeay: ppc64 stable wrt bug #617294

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agonet-libs/libetpan: ppc64 stable wrt bug #617936
Agostino Sarubbo [Tue, 16 May 2017 13:04:20 +0000 (15:04 +0200)]
net-libs/libetpan: ppc64 stable wrt bug #617936

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agosys-apps/portage: ppc64 stable wrt bug #617168
Agostino Sarubbo [Tue, 16 May 2017 13:04:15 +0000 (15:04 +0200)]
sys-apps/portage: ppc64 stable wrt bug #617168

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-tex/tex4ht: ppc64 stable wrt bug #617038
Agostino Sarubbo [Tue, 16 May 2017 13:04:09 +0000 (15:04 +0200)]
dev-tex/tex4ht: ppc64 stable wrt bug #617038

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-perl/List-MoreUtils-XS: ppc64 stable wrt bug #617292
Agostino Sarubbo [Tue, 16 May 2017 13:04:04 +0000 (15:04 +0200)]
dev-perl/List-MoreUtils-XS: ppc64 stable wrt bug #617292

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-perl/List-MoreUtils: ppc64 stable wrt bug #617292
Agostino Sarubbo [Tue, 16 May 2017 13:04:00 +0000 (15:04 +0200)]
dev-perl/List-MoreUtils: ppc64 stable wrt bug #617292

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-python/setuptools: ppc64 stable wrt bug #617156
Agostino Sarubbo [Tue, 16 May 2017 13:03:53 +0000 (15:03 +0200)]
dev-python/setuptools: ppc64 stable wrt bug #617156

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-python/packaging: ppc64 stable wrt bug #617156
Agostino Sarubbo [Tue, 16 May 2017 13:03:49 +0000 (15:03 +0200)]
dev-python/packaging: ppc64 stable wrt bug #617156

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-python/appdirs: ppc64 stable wrt bug #617156
Agostino Sarubbo [Tue, 16 May 2017 13:03:45 +0000 (15:03 +0200)]
dev-python/appdirs: ppc64 stable wrt bug #617156

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agovirtual/podofo-build: ppc64 stable wrt bug #617204
Agostino Sarubbo [Tue, 16 May 2017 13:03:36 +0000 (15:03 +0200)]
virtual/podofo-build: ppc64 stable wrt bug #617204

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agoapp-text/podofo: ppc64 stable wrt bug #617204
Agostino Sarubbo [Tue, 16 May 2017 13:03:32 +0000 (15:03 +0200)]
app-text/podofo: ppc64 stable wrt bug #617204

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agox11-libs/gtkmathview: ppc64 stable wrt bug #618420
Agostino Sarubbo [Tue, 16 May 2017 13:03:26 +0000 (15:03 +0200)]
x11-libs/gtkmathview: ppc64 stable wrt bug #618420

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agox11-libs/gtk+: ppc64 stable wrt bug #618420
Agostino Sarubbo [Tue, 16 May 2017 13:03:22 +0000 (15:03 +0200)]
x11-libs/gtk+: ppc64 stable wrt bug #618420

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-libs/vala-common: ppc64 stable wrt bug #618420
Agostino Sarubbo [Tue, 16 May 2017 13:03:16 +0000 (15:03 +0200)]
dev-libs/vala-common: ppc64 stable wrt bug #618420

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-lang/vala: ppc64 stable wrt bug #618420
Agostino Sarubbo [Tue, 16 May 2017 13:03:12 +0000 (15:03 +0200)]
dev-lang/vala: ppc64 stable wrt bug #618420

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agomail-filter/maildrop: ppc64 stable wrt bug #581042
Agostino Sarubbo [Tue, 16 May 2017 13:03:04 +0000 (15:03 +0200)]
mail-filter/maildrop: ppc64 stable wrt bug #581042

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-embedded/libftdi: ppc64 stable wrt bug #617136
Agostino Sarubbo [Tue, 16 May 2017 13:02:57 +0000 (15:02 +0200)]
dev-embedded/libftdi: ppc64 stable wrt bug #617136

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-python/webob: ppc64 stable wrt bug #617258
Agostino Sarubbo [Tue, 16 May 2017 13:02:52 +0000 (15:02 +0200)]
dev-python/webob: ppc64 stable wrt bug #617258

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-python/requests: ppc64 stable wrt bug #617258
Agostino Sarubbo [Tue, 16 May 2017 13:02:48 +0000 (15:02 +0200)]
dev-python/requests: ppc64 stable wrt bug #617258

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
7 years agodev-python/python-dateutil: ppc64 stable wrt bug #617258
Agostino Sarubbo [Tue, 16 May 2017 13:02:40 +0000 (15:02 +0200)]
dev-python/python-dateutil: ppc64 stable wrt bug #617258

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>