gentoo.git
6 years agodev-python/apipkg: mark s390 stable
Mikle Kolyada [Mon, 20 Aug 2018 06:59:02 +0000 (09:59 +0300)]
dev-python/apipkg: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agodev-python/waitress: mark s390 stable
Mikle Kolyada [Mon, 20 Aug 2018 06:55:02 +0000 (09:55 +0300)]
dev-python/waitress: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agoprofiles/package.mask: unmask media-sound/pulseeffects-4
Mart Raudsepp [Mon, 20 Aug 2018 06:40:30 +0000 (09:40 +0300)]
profiles/package.mask: unmask media-sound/pulseeffects-4

Closes: https://bugs.gentoo.org/657562
Acked-by: Matthew Thode <prometheanfire@gentoo.org>
6 years agodev-util/glib-utils: drop python2 from compat
Mart Raudsepp [Mon, 20 Aug 2018 06:39:46 +0000 (09:39 +0300)]
dev-util/glib-utils: drop python2 from compat

python2 handles non-utf8 files badly for glib-mkenums, while
it seems to be just a warning with python3. So drop python2
support, at least for now.
Before it was kept due to bad glib[$PYTHON_USEDEP] deps, when
mkenums was part of dev-libs/glib, but that's not a concern
with this new package.

Bug: https://bugs.gentoo.org/647892
Package-Manager: Portage-2.3.47, Repoman-2.3.10

6 years agodev-util/gdbus-codegen: use python-single-r1 as more appropriate
Mart Raudsepp [Mon, 20 Aug 2018 06:37:16 +0000 (09:37 +0300)]
dev-util/gdbus-codegen: use python-single-r1 as more appropriate

Package-Manager: Portage-2.3.47, Repoman-2.3.10

6 years agodev-python/python-virtkey: fix invalid dev-libs/glib[$PYTHON_USEDEP] dep
Mart Raudsepp [Mon, 20 Aug 2018 06:16:11 +0000 (09:16 +0300)]
dev-python/python-virtkey: fix invalid dev-libs/glib[$PYTHON_USEDEP] dep

Use eapi7-ver instead of versionator while here

Package-Manager: Portage-2.3.47, Repoman-2.3.10

6 years agoapp-admin/packagekit-base: fix invalid dev-libs/glib[$PYTHON_USEDEP] dep
Mart Raudsepp [Mon, 20 Aug 2018 06:10:35 +0000 (09:10 +0300)]
app-admin/packagekit-base: fix invalid dev-libs/glib[$PYTHON_USEDEP] dep

Package-Manager: Portage-2.3.47, Repoman-2.3.10

6 years agodev-cpp/glibmm: bump to 2.56.0
Mart Raudsepp [Mon, 20 Aug 2018 06:07:13 +0000 (09:07 +0300)]
dev-cpp/glibmm: bump to 2.56.0

Bug: https://bugs.gentoo.org/657562
Package-Manager: Portage-2.3.47, Repoman-2.3.10

6 years agodev-util/glib-utils: bump to 2.56.2; now ships the python build utils
Mart Raudsepp [Mon, 20 Aug 2018 05:48:40 +0000 (08:48 +0300)]
dev-util/glib-utils: bump to 2.56.2; now ships the python build utils

The 2.52.3 version here was just a transitional empty package with
stable keywords. This 2.56.2 version now actually ships the python
utils glib-genmarshal/glib-mkenums/gtester-report itself and thus
blocks older glib that shipped it itself instead. The soft blocker
should ensure no file collisions and a smooth migration.

Package-Manager: Portage-2.3.47, Repoman-2.3.10

6 years agodev-libs/glib: 2.56.2, python utils split out to dev-util/glib-utils
Mart Raudsepp [Mon, 20 Aug 2018 05:43:47 +0000 (08:43 +0300)]
dev-libs/glib: 2.56.2, python utils split out to dev-util/glib-utils

Longer description about glib-utils is in initial glib-utils commit 719d166fdbc

Package-Manager: Portage-2.3.47, Repoman-2.3.10

6 years agodev-util/gdbus-codegen: bump to 2.56.2
Mart Raudsepp [Mon, 20 Aug 2018 05:39:46 +0000 (08:39 +0300)]
dev-util/gdbus-codegen: bump to 2.56.2

Package-Manager: Portage-2.3.47, Repoman-2.3.10

6 years agodev-util/glib-utils: Build time utilities for glib using projects
Mart Raudsepp [Sat, 18 Aug 2018 01:24:25 +0000 (04:24 +0300)]
dev-util/glib-utils: Build time utilities for glib using projects

This package will house a set of utilities split out of dev-libs/glib,
primarily to avoid a runtime dependency on python in dev-libs/glib
itself, for e.g. embedded system purposes. Once the consumers of
these utilities build depend on this and the forced dep in glib
can be dropped, that is.

Initially glib-genmarshal, glib-mkenums and gtester-report are part
of this package, as these require python at runtime.
gdbus-codegen is likely to remain a separate package, as it installs
a bigger python module.
glib-compile-resources might at some point be moved here, as then
we can express its potential runtime dependencies of libxml2:2 and
gdk-pixbuf:2 here, but this is undecided as of yet, and won't happen
before meson is used for building glib.

This commit adds a transitional glib-utils-2.52.3 with stable
keywords for migration purposes. It just pulls in glib itself, which
at that version provides the tools itself. This allows other
packages to start build depending on dev-util/glib-utils right away,
as there will be no wait for stable keywords.

If your package calls glib-genmarshal or glib-mkenums, then please add
a build dependency on dev-util/glib-utils. With meson a good hint of
such usage is the occurrence of "genmarshal" or "mkenums" in any
meson.build file; usually with "gnome." in front, but it depends under
what name the meson gnome module is imported as ("gnome" is the
convention out there).
With autotools a good hint is a direct call to either utility in any
Makefile.am file, however with autotools generated marshallers or
enums are often shipped in release tarballs without a need to
regenerate them, in which case the dependency may be unnecessary.

gtester-report is a deprecated utility to generate HTML reports out
of gtester output. Some packages test phases have a dependency on it,
or a build time check, even if not actually used in relevant make
targets. In such a case it might be more appropriate to shortcut
the check with something like "GTESTER_REPORT=$(type -P true)" instead
of depending on this package, as no-one is going to be looking at those
HTML reports. But sometimes it might be used in default check targets,
which would have to be patched out; so just depending on glib-utils is
a possibility until such a time (or if not worth the effort).

Package-Manager: Portage-2.3.47, Repoman-2.3.10

6 years agowww-apps/nanoc: add 4.9.4
Hans de Graaff [Mon, 20 Aug 2018 05:32:06 +0000 (07:32 +0200)]
www-apps/nanoc: add 4.9.4

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agodev-perl/NetAddr-IP: mark s390 stable
Mikle Kolyada [Mon, 20 Aug 2018 05:49:07 +0000 (08:49 +0300)]
dev-perl/NetAddr-IP: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agoprofiles/arch/s390/use.mask: valgrind is not tested
Mikle Kolyada [Mon, 20 Aug 2018 05:32:12 +0000 (08:32 +0300)]
profiles/arch/s390/use.mask: valgrind is not tested

6 years agovirtual/python-cffi: mark s390 stable
Mikle Kolyada [Mon, 20 Aug 2018 05:28:04 +0000 (08:28 +0300)]
virtual/python-cffi: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agodev-python/mock: mark s390 stable
Mikle Kolyada [Mon, 20 Aug 2018 05:25:55 +0000 (08:25 +0300)]
dev-python/mock: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agodev-python/fixtures: mark s390 stable
Mikle Kolyada [Mon, 20 Aug 2018 05:24:24 +0000 (08:24 +0300)]
dev-python/fixtures: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-libs/xcb-util-renderutil: mark s390 stable
Mikle Kolyada [Mon, 20 Aug 2018 05:17:18 +0000 (08:17 +0300)]
x11-libs/xcb-util-renderutil: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-libs/libXres: mark s390 stable
Mikle Kolyada [Mon, 20 Aug 2018 05:16:39 +0000 (08:16 +0300)]
x11-libs/libXres: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-libs/xcb-util-keysyms: mark s390 stable
Mikle Kolyada [Mon, 20 Aug 2018 05:16:03 +0000 (08:16 +0300)]
x11-libs/xcb-util-keysyms: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-base/xorg-drivers: mark s390 stable
Mikle Kolyada [Mon, 20 Aug 2018 05:14:47 +0000 (08:14 +0300)]
x11-base/xorg-drivers: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agodev-python/python-dateutil: mark s390 stable
Mikle Kolyada [Mon, 20 Aug 2018 05:01:15 +0000 (08:01 +0300)]
dev-python/python-dateutil: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agodev-python/path-py: mark s390 stable
Mikle Kolyada [Mon, 20 Aug 2018 05:00:04 +0000 (08:00 +0300)]
dev-python/path-py: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-apps/xkbcomp: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:41:01 +0000 (07:41 +0300)]
x11-apps/xkbcomp: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-drivers/xf86-input-mouse: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:40:36 +0000 (07:40 +0300)]
x11-drivers/xf86-input-mouse: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-drivers/xf86-input-mtrack: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:40:01 +0000 (07:40 +0300)]
x11-drivers/xf86-input-mtrack: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-drivers/xf86-input-tslib: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:39:33 +0000 (07:39 +0300)]
x11-drivers/xf86-input-tslib: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-drivers/xf86-video-fbdev: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:39:00 +0000 (07:39 +0300)]
x11-drivers/xf86-video-fbdev: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-drivers/xf86-video-vmware: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:38:27 +0000 (07:38 +0300)]
x11-drivers/xf86-video-vmware: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-libs/libdmx: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:37:56 +0000 (07:37 +0300)]
x11-libs/libdmx: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-libs/libdrm: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:37:32 +0000 (07:37 +0300)]
x11-libs/libdrm: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-libs/libXaw3d: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:36:55 +0000 (07:36 +0300)]
x11-libs/libXaw3d: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-libs/libXinerama: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:35:55 +0000 (07:35 +0300)]
x11-libs/libXinerama: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-libs/libXScrnSaver: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:35:19 +0000 (07:35 +0300)]
x11-libs/libXScrnSaver: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-libs/libXxf86misc: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:34:27 +0000 (07:34 +0300)]
x11-libs/libXxf86misc: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agox11-misc/xtermcontrol: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:33:52 +0000 (07:33 +0300)]
x11-misc/xtermcontrol: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agovirtual/opengl: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:33:12 +0000 (07:33 +0300)]
virtual/opengl: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agovirtual/glu: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:32:40 +0000 (07:32 +0300)]
virtual/glu: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agomedia-libs/mesa: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:32:14 +0000 (07:32 +0300)]
media-libs/mesa: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agodev-libs/wayland: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:30:49 +0000 (07:30 +0300)]
dev-libs/wayland: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agodev-libs/libpthread-stubs: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:30:06 +0000 (07:30 +0300)]
dev-libs/libpthread-stubs: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agodev-libs/libevdev: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:29:18 +0000 (07:29 +0300)]
dev-libs/libevdev: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agodev-libs/libclc: x86 stable wrt bug #664002
Mikle Kolyada [Mon, 20 Aug 2018 04:28:39 +0000 (07:28 +0300)]
dev-libs/libclc: x86 stable wrt bug #664002

Package-Manager: Portage-2.3.40, Repoman-2.3.9

6 years agodev-perl/Pod-Spell-1.200.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:19 +0000 (21:40 -0700)]
dev-perl/Pod-Spell-1.200.0: alpha stable, bug 661778

6 years agodev-perl/Params-Validate-1.290.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:19 +0000 (21:40 -0700)]
dev-perl/Params-Validate-1.290.0: alpha stable, bug 661778

6 years agodev-perl/Parse-Yapp-1.210.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:18 +0000 (21:40 -0700)]
dev-perl/Parse-Yapp-1.210.0: alpha stable, bug 661778

6 years agodev-perl/Package-DeprecationManager-0.170.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:17 +0000 (21:40 -0700)]
dev-perl/Package-DeprecationManager-0.170.0: alpha stable, bug 661778

6 years agodev-perl/PDF-Create-1.430.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:16 +0000 (21:40 -0700)]
dev-perl/PDF-Create-1.430.0: alpha stable, bug 661778

6 years agodev-perl/Path-Tiny-0.104.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:15 +0000 (21:40 -0700)]
dev-perl/Path-Tiny-0.104.0: alpha stable, bug 661778

6 years agodev-perl/PPIx-Regexp-0.53.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:14 +0000 (21:40 -0700)]
dev-perl/PPIx-Regexp-0.53.0: alpha stable, bug 661778

6 years agodev-perl/Class-Tiny-1.6.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:14 +0000 (21:40 -0700)]
dev-perl/Class-Tiny-1.6.0: alpha stable, bug 661778

6 years agodev-perl/Path-Class-0.370.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:13 +0000 (21:40 -0700)]
dev-perl/Path-Class-0.370.0: alpha stable, bug 661778

6 years agodev-perl/Parallel-ForkManager-1.190.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:12 +0000 (21:40 -0700)]
dev-perl/Parallel-ForkManager-1.190.0: alpha stable, bug 661778

6 years agodev-perl/Unicode-UTF8-0.620.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:11 +0000 (21:40 -0700)]
dev-perl/Unicode-UTF8-0.620.0: alpha stable, bug 661778

6 years agodev-perl/File-Share-0.250.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:10 +0000 (21:40 -0700)]
dev-perl/File-Share-0.250.0: alpha stable, bug 661778

6 years agodev-perl/Test-FailWarnings-0.8.0-r1: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:09 +0000 (21:40 -0700)]
dev-perl/Test-FailWarnings-0.8.0-r1: alpha stable, bug 661778

6 years agodev-perl/Test-MockRandom-1.10.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:08 +0000 (21:40 -0700)]
dev-perl/Test-MockRandom-1.10.0: alpha stable, bug 661778

6 years agodev-perl/PlRPC-0.202.0-r3: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:08 +0000 (21:40 -0700)]
dev-perl/PlRPC-0.202.0-r3: alpha stable, bug 661778

6 years agodev-perl/PerlIO-gzip-0.200.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:07 +0000 (21:40 -0700)]
dev-perl/PerlIO-gzip-0.200.0: alpha stable, bug 661778

6 years agodev-perl/Variable-Magic-0.620.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:06 +0000 (21:40 -0700)]
dev-perl/Variable-Magic-0.620.0: alpha stable, bug 661778

6 years agodev-perl/Perl-Tidy-20171214.0.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:05 +0000 (21:40 -0700)]
dev-perl/Perl-Tidy-20171214.0.0: alpha stable, bug 661778

6 years agodev-perl/Lingua-EN-Inflect-1.902.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:04 +0000 (21:40 -0700)]
dev-perl/Lingua-EN-Inflect-1.902.0: alpha stable, bug 661778

6 years agodev-perl/Params-Util-1.70.0: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:40:03 +0000 (21:40 -0700)]
dev-perl/Params-Util-1.70.0: alpha stable, bug 661778

6 years agodev-perl/Taint-Runtime-0.30.0-r1: alpha stable, bug 661778
Matt Turner [Mon, 20 Aug 2018 04:39:56 +0000 (21:39 -0700)]
dev-perl/Taint-Runtime-0.30.0-r1: alpha stable, bug 661778

6 years agodev-perl/XML-Stream-1.240.0-r1: alpha stable, bug 663944
Matt Turner [Mon, 20 Aug 2018 04:12:57 +0000 (21:12 -0700)]
dev-perl/XML-Stream-1.240.0-r1: alpha stable, bug 663944

6 years agodev-perl/XML-SAX-Writer-0.570.0: alpha stable, bug 663944
Matt Turner [Mon, 20 Aug 2018 04:12:56 +0000 (21:12 -0700)]
dev-perl/XML-SAX-Writer-0.570.0: alpha stable, bug 663944

6 years agodev-perl/XML-SAX-1.0.0: alpha stable, bug 663944
Matt Turner [Mon, 20 Aug 2018 04:12:55 +0000 (21:12 -0700)]
dev-perl/XML-SAX-1.0.0: alpha stable, bug 663944

6 years agodev-perl/XML-RSS-1.600.0: alpha stable, bug 663944
Matt Turner [Mon, 20 Aug 2018 04:12:55 +0000 (21:12 -0700)]
dev-perl/XML-RSS-1.600.0: alpha stable, bug 663944

6 years agodev-perl/XML-Handler-YAWriter-0.230.0-r2: alpha stable, bug 663944
Matt Turner [Mon, 20 Aug 2018 04:12:54 +0000 (21:12 -0700)]
dev-perl/XML-Handler-YAWriter-0.230.0-r2: alpha stable, bug 663944

6 years agodev-perl/XML-Catalog-1.30.0-r1: alpha stable, bug 663944
Matt Turner [Mon, 20 Aug 2018 04:12:53 +0000 (21:12 -0700)]
dev-perl/XML-Catalog-1.30.0-r1: alpha stable, bug 663944

6 years agodev-perl/WWW-RobotRules-6.20.0-r1: alpha stable, bug 663942
Matt Turner [Mon, 20 Aug 2018 04:12:52 +0000 (21:12 -0700)]
dev-perl/WWW-RobotRules-6.20.0-r1: alpha stable, bug 663942

6 years agodev-perl/Unix-Syslog-1.100.0-r2: alpha stable, bug 663936
Matt Turner [Mon, 20 Aug 2018 04:12:51 +0000 (21:12 -0700)]
dev-perl/Unix-Syslog-1.100.0-r2: alpha stable, bug 663936

6 years agodev-perl/URI-1.730.0: alpha stable, bug 663936
Matt Turner [Mon, 20 Aug 2018 04:12:50 +0000 (21:12 -0700)]
dev-perl/URI-1.730.0: alpha stable, bug 663936

6 years agodev-perl/Tree-DAG_Node-1.310.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:49 +0000 (21:12 -0700)]
dev-perl/Tree-DAG_Node-1.310.0: alpha stable, bug 663934

6 years agodev-perl/Text-Unidecode-1.300.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:49 +0000 (21:12 -0700)]
dev-perl/Text-Unidecode-1.300.0: alpha stable, bug 663934

6 years agodev-perl/Text-Template-1.510.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:48 +0000 (21:12 -0700)]
dev-perl/Text-Template-1.510.0: alpha stable, bug 663934

6 years agodev-perl/Text-Iconv-1.700.0-r2: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:47 +0000 (21:12 -0700)]
dev-perl/Text-Iconv-1.700.0-r2: alpha stable, bug 663934

6 years agodev-perl/Text-Glob-0.110.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:46 +0000 (21:12 -0700)]
dev-perl/Text-Glob-0.110.0: alpha stable, bug 663934

6 years agodev-perl/Text-Diff-1.450.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:45 +0000 (21:12 -0700)]
dev-perl/Text-Diff-1.450.0: alpha stable, bug 663934

6 years agodev-perl/Text-CSV_XS-1.340.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:44 +0000 (21:12 -0700)]
dev-perl/Text-CSV_XS-1.340.0: alpha stable, bug 663934

6 years agodev-perl/Text-CSV-1.950.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:43 +0000 (21:12 -0700)]
dev-perl/Text-CSV-1.950.0: alpha stable, bug 663934

6 years agodev-perl/Text-Aspell-0.90.0-r2: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:43 +0000 (21:12 -0700)]
dev-perl/Text-Aspell-0.90.0-r2: alpha stable, bug 663934

6 years agodev-perl/Test-Warnings-0.26.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:42 +0000 (21:12 -0700)]
dev-perl/Test-Warnings-0.26.0: alpha stable, bug 663934

6 years agodev-perl/Test-SubCalls-1.100.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:41 +0000 (21:12 -0700)]
dev-perl/Test-SubCalls-1.100.0: alpha stable, bug 663934

6 years agodev-perl/Test-Script-1.180.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:40 +0000 (21:12 -0700)]
dev-perl/Test-Script-1.180.0: alpha stable, bug 663934

6 years agodev-perl/Test-Output-1.31.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:39 +0000 (21:12 -0700)]
dev-perl/Test-Output-1.31.0: alpha stable, bug 663934

6 years agodev-perl/Test-Object-0.80.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:38 +0000 (21:12 -0700)]
dev-perl/Test-Object-0.80.0: alpha stable, bug 663934

6 years agodev-perl/Test-MockModule-0.130.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:38 +0000 (21:12 -0700)]
dev-perl/Test-MockModule-0.130.0: alpha stable, bug 663934

6 years agodev-perl/Test-LeakTrace-0.160.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:37 +0000 (21:12 -0700)]
dev-perl/Test-LeakTrace-0.160.0: alpha stable, bug 663934

6 years agodev-perl/Test-Deep-1.127.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:36 +0000 (21:12 -0700)]
dev-perl/Test-Deep-1.127.0: alpha stable, bug 663934

6 years agodev-perl/Test-ClassAPI-1.70.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:35 +0000 (21:12 -0700)]
dev-perl/Test-ClassAPI-1.70.0: alpha stable, bug 663934

6 years agodev-perl/Term-ReadLine-Perl-1.30.300-r2: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:34 +0000 (21:12 -0700)]
dev-perl/Term-ReadLine-Perl-1.30.300-r2: alpha stable, bug 663934

6 years agodev-perl/Term-ProgressBar-2.210.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:33 +0000 (21:12 -0700)]
dev-perl/Term-ProgressBar-2.210.0: alpha stable, bug 663934

6 years agodev-perl/Task-Weaken-1.50.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:33 +0000 (21:12 -0700)]
dev-perl/Task-Weaken-1.50.0: alpha stable, bug 663934

6 years agodev-perl/File-Slurp-Tiny-0.4.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:32 +0000 (21:12 -0700)]
dev-perl/File-Slurp-Tiny-0.4.0: alpha stable, bug 663934

6 years agodev-perl/CPAN-Meta-Check-0.14.0: alpha stable, bug 663934
Matt Turner [Mon, 20 Aug 2018 04:12:31 +0000 (21:12 -0700)]
dev-perl/CPAN-Meta-Check-0.14.0: alpha stable, bug 663934

6 years agodev-perl/Sys-MemInfo-0.990.0: alpha stable, bug 662392
Matt Turner [Mon, 20 Aug 2018 04:12:30 +0000 (21:12 -0700)]
dev-perl/Sys-MemInfo-0.990.0: alpha stable, bug 662392

6 years agodev-perl/Sys-Hostname-Long-1.500.0-r1: alpha stable, bug 662392
Matt Turner [Mon, 20 Aug 2018 04:12:29 +0000 (21:12 -0700)]
dev-perl/Sys-Hostname-Long-1.500.0-r1: alpha stable, bug 662392

6 years agodev-perl/Sub-Exporter-Progressive-0.1.13: alpha stable, bug 662392
Matt Turner [Mon, 20 Aug 2018 04:12:28 +0000 (21:12 -0700)]
dev-perl/Sub-Exporter-Progressive-0.1.13: alpha stable, bug 662392