[gentoo-dev] [News item review] amd64 17.1 profiles are now stable

2019-05-19 Thread Michał Górny
Hi,

As discussed during the Council meeting, I'm sending an updated news
item for 17.1 profile migration.  This item will be published along with
the profiles being marked stable, and the old one will be removed.

Besides removing all references to the profiles being 'experimental',
I've reformatted and updated the text to be a little more clear about
the new design.

---
Title: amd64 17.1 profiles are now stable
Author: Michał Górny 
Posted: 2019-05-xx
Revision: 1
News-Item-Format: 2.0
Display-If-Profile: default/linux/amd64/13.0
Display-If-Profile: default/linux/amd64/13.0/selinux
Display-If-Profile: default/linux/amd64/13.0/desktop
Display-If-Profile: default/linux/amd64/13.0/desktop/gnome
Display-If-Profile: default/linux/amd64/13.0/desktop/gnome/systemd
Display-If-Profile: default/linux/amd64/13.0/desktop/plasma
Display-If-Profile: default/linux/amd64/13.0/desktop/plasma/systemd
Display-If-Profile: default/linux/amd64/13.0/developer
Display-If-Profile: default/linux/amd64/13.0/no-multilib
Display-If-Profile: default/linux/amd64/13.0/systemd
Display-If-Profile: default/linux/amd64/17.0
Display-If-Profile: default/linux/amd64/17.0/selinux
Display-If-Profile: default/linux/amd64/17.0/hardened
Display-If-Profile: default/linux/amd64/17.0/hardened/selinux
Display-If-Profile: default/linux/amd64/17.0/desktop
Display-If-Profile: default/linux/amd64/17.0/desktop/gnome
Display-If-Profile: default/linux/amd64/17.0/desktop/gnome/systemd
Display-If-Profile: default/linux/amd64/17.0/desktop/plasma
Display-If-Profile: default/linux/amd64/17.0/desktop/plasma/systemd
Display-If-Profile: default/linux/amd64/17.0/developer
Display-If-Profile: default/linux/amd64/17.0/no-multilib
Display-If-Profile: default/linux/amd64/17.0/no-multilib/hardened
Display-If-Profile: default/linux/amd64/17.0/no-multilib/hardened/selinux
Display-If-Profile: default/linux/amd64/17.0/systemd

A new set of 17.1 amd64 profiles has been added to the Gentoo
repository in Dec 2017.  These profiles switch to a more standard
'no SYMLINK_LIB' multilib layout, and require explicit migration as
described below.  They are considered stable at the moment, and we would
like to request all users to upgrade their systems.  The old profiles
will be deprecated in the near future.

In the new profiles, the lib->lib64 compatibility symlink is removed.
64-bit libraries need to be installed directly to lib64.  /lib
and /usr/lib become real directories, that are used for cross-arch
and native non-library packages (gcc, clang) and 32-bit libraries
on the multilib profile (which improves compatibility with prebuilt x86
packages).

Migration from both 13.0 and 17.0 profiles is supported.  In case
of the former, please read the news item for 17.0 upgrade first
and enable gcc 6.4.0 or newer first as explained there.

The migration is performed using app-portage/unsymlink-lib tool.
The following steps can be used to upgrade your system:

1. Sync and upgrade your system to the newest package versions
   to reduce the risk of issues.

2. Install the tool, e.g. via 'emerge -1v app-portage/unsymlink-lib'

3. Run 'unsymlink-lib --analyze' and check the output for obvious
   mistakes.  If you need to perform any changes to the system, remember
   to run 'unsymlink-lib --analyze' again afterwards.

[past this point do not call emerge or modify /usr manually]

4. This is a very good time to make a backup.

5. Run 'unsymlink-lib --migrate'.  You can add '--pretend' first to see
   what is going to happen.

6. Reboot your system.  Check if important programs work.
   In particular, verify that e.g. 'emerge --info' works (but do not
   install anything).  If you hit any serious problems, you can use
   'unsymlink-lib --rollback' to revert the changes and return to
   step 3.

7. Run 'unsymlink-lib --finish'.  You can add '--pretend' first to see
   what is going to happen but note that you're going to see a very long
   list of files to remove.

8. Switch the profile, e.g.:

 eselect profile set default/linux/amd64/17.1/desktop

[at this point you can start using emerge again]

9. Rebuild sys-devel/gcc.  If you are switching from 13.0 profiles,
   rebuild sys-devel/binutils and sys-libs/glibc afterwards.

10. If you are using a multilib profile, rebuild all 32-bit packages.
This can be done using:

  emerge -1v /lib32 /usr/lib32

Alternatively, if you are switching from one of the 13.0 profiles
you can rebuild all packages as detailed in the 17.0 news item.

11. Once the last 32-bit package is rebuilt, your package manager
should remove the orphaned /lib32 and /usr/lib32 symlinks.  If that
does not happen, remove them manually.

For known issues, please see bug #506276 [1].  If you have any problems
with the new profiles or the migration procedure, please report a bug
and make it block the tracker.

For more information on the layout, please see the wiki article
on AMD64 multilib layouts [2].

[1]:https://bugs.gentoo.org/506276
[2]:https://wiki.gentoo.

Re: [gentoo-dev] [News item review] amd64 17.1 profiles are now stable

2019-05-19 Thread Ulrich Mueller
> On Sun, 19 May 2019, Michał Górny wrote:

> Migration from both 13.0 and 17.0 profiles is supported.  In case
> of the former, please read the news item for 17.0 upgrade first
> and enable gcc 6.4.0 or newer first as explained there.

The 17.0 news item is from 2017 and somewhat hard to find, so a more
explicit reference may be useful.

Alternatively, could the steps necessary when upgrading from 13.0 be
inlined?

Ulrich


signature.asc
Description: PGP signature


Re: [gentoo-dev] [News item review] amd64 17.1 profiles are now stable

2019-05-19 Thread Michał Górny
On Sun, 2019-05-19 at 09:20 +0200, Ulrich Mueller wrote:
> > > > > > On Sun, 19 May 2019, Michał Górny wrote:
> > Migration from both 13.0 and 17.0 profiles is supported.  In case
> > of the former, please read the news item for 17.0 upgrade first
> > and enable gcc 6.4.0 or newer first as explained there.
> 
> The 17.0 news item is from 2017 and somewhat hard to find, so a more
> explicit reference may be useful.

FWICS 'eselect news read' supports only referencing by number from
the list, without support for permanent identifiers.  Which sucks.

Would website link work?

> 
> Alternatively, could the steps necessary when upgrading from 13.0 be
> inlined?

I suppose I could do that.

-- 
Best regards,
Michał Górny





Re: [gentoo-dev] [News item review] amd64 17.1 profiles are now stable

2019-05-19 Thread Robin H. Johnson
On Sun, May 19, 2019 at 08:59:59AM +0200, Michał Górny wrote:
> 8. Switch the profile, e.g.:
>  eselect profile set default/linux/amd64/17.1/desktop
a)
Does the tooling work correctly if
/etc/portage/make.profile/ is a directory with the parent file?

b)
I had asked about machine-readable output for the tooling
https://github.com/mgorny/unsymlink-lib/issues/3

-- 
Robin Hugh Johnson
Gentoo Linux: Dev, Infra Lead, Foundation Treasurer
E-Mail   : robb...@gentoo.org
GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85
GnuPG FP : 7D0B3CEB E9B85B1F 825BCECF EE05E6F6 A48F6136


signature.asc
Description: PGP signature


Re: [gentoo-dev] [News item review] amd64 17.1 profiles are now stable

2019-05-19 Thread Michał Górny
On Sun, 2019-05-19 at 08:27 +, Robin H. Johnson wrote:
> On Sun, May 19, 2019 at 08:59:59AM +0200, Michał Górny wrote:
> > 8. Switch the profile, e.g.:
> >  eselect profile set default/linux/amd64/17.1/desktop
> a)
> Does the tooling work correctly if
> /etc/portage/make.profile/ is a directory with the parent file?

It doesn't touch profiles by itself, so I don't see why not.

> b)
> I had asked about machine-readable output for the tooling
> https://github.com/mgorny/unsymlink-lib/issues/3

I have that in TODO, I haven't got the time to address that yet.

-- 
Best regards,
Michał Górny





Re: [gentoo-dev] [News item review] amd64 17.1 profiles are now stable

2019-05-19 Thread Toralf Förster
On 5/19/19 8:59 AM, Michał Górny wrote:
> This item will be published along with
> the profiles being marked stable, and the old one will be removed.

Does the stage3 files use the new profile asap after stabilising the profile?
/me just wonders about the impact at my setup script of tinderbox images.

-- 
Toralf
PGP 23217DA7 9B888F45



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] [News item review] amd64 17.1 profiles are now stable

2019-05-19 Thread Roy Bamford
On 2019.05.19 07:59, Michał Górny wrote:
> Hi,
> 
> As discussed during the Council meeting, I'm sending an updated news
> item for 17.1 profile migration.  This item will be published along
> with
> the profiles being marked stable, and the old one will be removed.
> 
> Besides removing all references to the profiles being 'experimental',
> I've reformatted and updated the text to be a little more clear about
> the new design.
> 
> ---
> Title: amd64 17.1 profiles are now stable
> Author: Michał Górny 
> Posted: 2019-05-xx
> Revision: 1
> News-Item-Format: 2.0
> Display-If-Profile: default/linux/amd64/13.0
> Display-If-Profile: default/linux/amd64/13.0/selinux
> Display-If-Profile: default/linux/amd64/13.0/desktop
> Display-If-Profile: default/linux/amd64/13.0/desktop/gnome
> Display-If-Profile: default/linux/amd64/13.0/desktop/gnome/systemd
> Display-If-Profile: default/linux/amd64/13.0/desktop/plasma
> Display-If-Profile: default/linux/amd64/13.0/desktop/plasma/systemd
> Display-If-Profile: default/linux/amd64/13.0/developer
> Display-If-Profile: default/linux/amd64/13.0/no-multilib
> Display-If-Profile: default/linux/amd64/13.0/systemd
> Display-If-Profile: default/linux/amd64/17.0
> Display-If-Profile: default/linux/amd64/17.0/selinux
> Display-If-Profile: default/linux/amd64/17.0/hardened
> Display-If-Profile: default/linux/amd64/17.0/hardened/selinux
> Display-If-Profile: default/linux/amd64/17.0/desktop
> Display-If-Profile: default/linux/amd64/17.0/desktop/gnome
> Display-If-Profile: default/linux/amd64/17.0/desktop/gnome/systemd
> Display-If-Profile: default/linux/amd64/17.0/desktop/plasma
> Display-If-Profile: default/linux/amd64/17.0/desktop/plasma/systemd
> Display-If-Profile: default/linux/amd64/17.0/developer
> Display-If-Profile: default/linux/amd64/17.0/no-multilib
> Display-If-Profile: default/linux/amd64/17.0/no-multilib/hardened
> Display-If-Profile: default/linux/amd64/17.0/no-multilib/hardened/selinux
> Display-If-Profile: default/linux/amd64/17.0/systemd
> 
> A new set of 17.1 amd64 profiles has been added to the Gentoo
> repository in Dec 2017.  These profiles switch to a more standard
> 'no SYMLINK_LIB' multilib layout, 

[snip]

> 
> For more information on the layout, please see the wiki article
> on AMD64 multilib layouts [2].
> 
> [1]:https://bugs.gentoo.org/506276
> [2]:https://wiki.gentoo.org/wiki/Project:AMD64/Multilib_layout
> 
> -- 
> Best regards,
> Michał Górny
> 
> 
> 
> 
> 

Team,

"These profiles switch to a more standard 'no SYMLINK_LIB' multilib" 
layout,

Does that mean that no migration action is required by /no-multilib/ users?
I notice that no-multilib users will get the news item.

-- 
Regards,

Roy Bamford
(Neddyseagoon) a member of
elections
gentoo-ops
forum-mods
arm64

pgpuEgHshod8P.pgp
Description: PGP signature


[gentoo-dev] Last rites: dev-libs/beecrypt

2019-05-19 Thread Michał Górny
# Michał Górny  (19 May 2019)
# Unmaintained crypto library with last release in 2009.  Carries
# a number of local patches just to build with GCC.  Fails tests
# (#351373), fails to build with clang (#624192).  Its last reverse
# dependency is obsolete version of dev-util/debugedit.
# Removal in 30 days.  Bug #680322.
dev-libs/beecrypt


Re: [gentoo-dev] [News item review] amd64 17.1 profiles are now stable

2019-05-19 Thread Michał Górny
On Sun, 2019-05-19 at 11:35 +0100, Roy Bamford wrote:
> On 2019.05.19 07:59, Michał Górny wrote:
> > Hi,
> > 
> > As discussed during the Council meeting, I'm sending an updated news
> > item for 17.1 profile migration.  This item will be published along
> > with
> > the profiles being marked stable, and the old one will be removed.
> > 
> > Besides removing all references to the profiles being 'experimental',
> > I've reformatted and updated the text to be a little more clear about
> > the new design.
> > 
> > ---
> > Title: amd64 17.1 profiles are now stable
> > Author: Michał Górny 
> > Posted: 2019-05-xx
> > Revision: 1
> > News-Item-Format: 2.0
> > Display-If-Profile: default/linux/amd64/13.0
> > Display-If-Profile: default/linux/amd64/13.0/selinux
> > Display-If-Profile: default/linux/amd64/13.0/desktop
> > Display-If-Profile: default/linux/amd64/13.0/desktop/gnome
> > Display-If-Profile: default/linux/amd64/13.0/desktop/gnome/systemd
> > Display-If-Profile: default/linux/amd64/13.0/desktop/plasma
> > Display-If-Profile: default/linux/amd64/13.0/desktop/plasma/systemd
> > Display-If-Profile: default/linux/amd64/13.0/developer
> > Display-If-Profile: default/linux/amd64/13.0/no-multilib
> > Display-If-Profile: default/linux/amd64/13.0/systemd
> > Display-If-Profile: default/linux/amd64/17.0
> > Display-If-Profile: default/linux/amd64/17.0/selinux
> > Display-If-Profile: default/linux/amd64/17.0/hardened
> > Display-If-Profile: default/linux/amd64/17.0/hardened/selinux
> > Display-If-Profile: default/linux/amd64/17.0/desktop
> > Display-If-Profile: default/linux/amd64/17.0/desktop/gnome
> > Display-If-Profile: default/linux/amd64/17.0/desktop/gnome/systemd
> > Display-If-Profile: default/linux/amd64/17.0/desktop/plasma
> > Display-If-Profile: default/linux/amd64/17.0/desktop/plasma/systemd
> > Display-If-Profile: default/linux/amd64/17.0/developer
> > Display-If-Profile: default/linux/amd64/17.0/no-multilib
> > Display-If-Profile: default/linux/amd64/17.0/no-multilib/hardened
> > Display-If-Profile: default/linux/amd64/17.0/no-multilib/hardened/selinux
> > Display-If-Profile: default/linux/amd64/17.0/systemd
> > 
> > A new set of 17.1 amd64 profiles has been added to the Gentoo
> > repository in Dec 2017.  These profiles switch to a more standard
> > 'no SYMLINK_LIB' multilib layout, 
> 
> [snip]
> 
> > For more information on the layout, please see the wiki article
> > on AMD64 multilib layouts [2].
> > 
> > [1]:https://bugs.gentoo.org/506276
> > [2]:https://wiki.gentoo.org/wiki/Project:AMD64/Multilib_layout
> > 
> > -- 
> > Best regards,
> > Michał Górny
> > 
> > 
> > 
> > 
> > 
> 
> Team,
> 
> "These profiles switch to a more standard 'no SYMLINK_LIB' multilib" 
> layout,
> 
> Does that mean that no migration action is required by /no-multilib/ users?
> I notice that no-multilib users will get the news item.
> 

IIRC a migration is necessary as our standard profiles still created
the lib symlink.  The only difference is that you don't need to perform
the actions prefixed by 'if you are running a multilib profile'.

-- 
Best regards,
Michał Górny





[gentoo-dev] Last rites: net-proxy/nylon

2019-05-19 Thread Michał Górny
# Michał Górny  (19 May 2019)
# Unmaintained.  The program breaks init.d script (#626580).  Homepage
# and public sources disappeared.  Last release in 2006.
# Removal in 30 days.  Bug #684094.
net-proxy/nylon

-- 
Best regards,
Michał Górny





Re: [gentoo-dev] Announcing RISC-V

2019-05-19 Thread William Hubbs
On Sat, May 18, 2019 at 09:45:15PM +0200, Michał Górny wrote:
> On Sat, 2019-05-18 at 22:34 +0300, Andrew Savchenko wrote:
> > On Sat, 18 May 2019 20:47:28 +0200 Michał Górny wrote:
> > > On Fri, 2019-05-03 at 23:34 +0200, Andreas K. Huettel wrote:
> > > > * We will initially add two profiles to profile.desc: 
> > > >   default/linux/riscv/17.0/rv64gc/lp64d (non-multilib, 64bit hardfloat)
> > > >   default/linux/riscv/17.0/rv64gc (multilib lp64d/lp64, i.e. 
> > > > hard/softfloat)
> > > 
> > > I still don't understand the purpose of this multilib.  If you have
> > > a hardfloat CPU, why would you ever build some of the software
> > > softfloat?
> > 
> > One may have binary-only software which requires softfloat
> > dependencies.
> > 
> 
> I'd like to see such software for riscv.

I'm curious myself, just because I don't know this architecture.
Is there prebuilt software like this, or are we just supporting some
theoretical option that we don't know for sure exists?

Thanks,

William



signature.asc
Description: Digital signature


Re: [gentoo-dev] [News item review; r1] amd64 17.1 profiles are now stable

2019-05-19 Thread Michał Górny
Hi,

Here's r1 of the item.  I've included the link to 17.0 news item
and combined upgrade instructions for both.  I've also reformatted them
to put explicit upgrade commands more explicitly.


---
Title: amd64 17.1 profiles are now stable
Author: Michał Górny 
Posted: 2019-05-xx
Revision: 1
News-Item-Format: 2.0
Display-If-Profile: default/linux/amd64/13.0
Display-If-Profile: default/linux/amd64/13.0/selinux
Display-If-Profile: default/linux/amd64/13.0/desktop
Display-If-Profile: default/linux/amd64/13.0/desktop/gnome
Display-If-Profile: default/linux/amd64/13.0/desktop/gnome/systemd
Display-If-Profile: default/linux/amd64/13.0/desktop/plasma
Display-If-Profile: default/linux/amd64/13.0/desktop/plasma/systemd
Display-If-Profile: default/linux/amd64/13.0/developer
Display-If-Profile: default/linux/amd64/13.0/no-multilib
Display-If-Profile: default/linux/amd64/13.0/systemd
Display-If-Profile: default/linux/amd64/17.0
Display-If-Profile: default/linux/amd64/17.0/selinux
Display-If-Profile: default/linux/amd64/17.0/hardened
Display-If-Profile: default/linux/amd64/17.0/hardened/selinux
Display-If-Profile: default/linux/amd64/17.0/desktop
Display-If-Profile: default/linux/amd64/17.0/desktop/gnome
Display-If-Profile: default/linux/amd64/17.0/desktop/gnome/systemd
Display-If-Profile: default/linux/amd64/17.0/desktop/plasma
Display-If-Profile: default/linux/amd64/17.0/desktop/plasma/systemd
Display-If-Profile: default/linux/amd64/17.0/developer
Display-If-Profile: default/linux/amd64/17.0/no-multilib
Display-If-Profile: default/linux/amd64/17.0/no-multilib/hardened
Display-If-Profile: default/linux/amd64/17.0/no-multilib/hardened/selinux
Display-If-Profile: default/linux/amd64/17.0/systemd

A new set of 17.1 amd64 profiles has been added to the Gentoo
repository in Dec 2017.  These profiles switch to a more standard
'no SYMLINK_LIB' multilib layout, and require explicit migration as
described below.  They are considered stable at the moment, and we would
like to request all users to upgrade their systems.  The old profiles
will be deprecated in the near future.

In the new profiles, the lib->lib64 compatibility symlink is removed.
64-bit libraries need to be installed directly to lib64.  /lib
and /usr/lib become real directories, that are used for cross-arch
and native non-library packages (gcc, clang) and 32-bit libraries
on the multilib profile (which improves compatibility with prebuilt x86
packages).

Migration from both 13.0 and 17.0 profiles is supported.  In case
of the former, reading the news item for 17.0 upgrade [1]
is recommended.

The migration is performed using app-portage/unsymlink-lib tool.
The following steps can be used to upgrade your system:

1. Sync and upgrade your system to the newest package versions
   to reduce the risk of issues.

2. If you are still running a 13.0 profile, select gcc 6.4.0 or later
   as the system compiler, source /etc/profile and reinstall libtool:

 # gcc-config -l
 [1] x86_64-pc-linux-gnu-5.5.0 *
 [2] x86_64-pc-linux-gnu-8.3.0
 # gcc-config 2
 # . /etc/profile
 # emerge -1v libtool

3. Install the tool:

 # emerge -1v app-portage/unsymlink-lib

4. Run 'unsymlink-lib --analyze' and check the output for obvious
   mistakes.  If you need to perform any changes to the system, remember
   to run 'unsymlink-lib --analyze' again afterwards.

[past this point do not call emerge or modify /usr manually]

5. This is a very good time to make a backup.

6. Run 'unsymlink-lib --migrate'.  You can add '--pretend' first to see
   what is going to happen.

7. Reboot your system.  Check if important programs work.
   In particular, verify that e.g. 'emerge --info' works (but do not
   install anything).  If you hit any serious problems, you can use
   'unsymlink-lib --rollback' to revert the changes and return to
   step 3.

8. Run 'unsymlink-lib --finish'.  You can add '--pretend' first to see
   what is going to happen but note that you're going to see a very long
   list of files to remove.

9. Switch the profile, e.g.:

 # eselect profile set default/linux/amd64/17.1/desktop

[at this point you can start using emerge again]

10. Rebuild the toolchain:

  # emerge -1v sys-devel/gcc:8.3.0
  [ repeat for other slots you will be using ]
  [ if you are upgrading from 13.0 profile, also: ]
  # emerge -1v sys-devel/binutils
  # emerge -1v sys-libs/glibc

11. If you are using a multilib profile, rebuild all 32-bit packages.
This can be done using:

  # emerge -1v /lib32 /usr/lib32

Alternatively, if you are switching from one of the 13.0 profiles
you can rebuild all packages as detailed in the 17.0 news item:

  # emerge -ev @world

12. Once the last 32-bit package is rebuilt, your package manager
should remove the orphaned /lib32 and /usr/lib32 symlinks.  If that
does not happen, remove them manually:

  # rm /lib32 /usr/lib32

For known issues, please see bug #506276 [2].  If you have any problems
wit

[gentoo-dev] Packages up for grabs: net-im/ejabberd, dev-erlang/*

2019-05-19 Thread aidecoe
Hi,

I'm finding hard to get time and enough interest in maintaing
net-im/ejabberd and its deps at dev-erlang/*.

Please feel free to take over. I'm happy to help to get anyone started.

Thanks,
-- aidecoe


signature.asc
Description: PGP signature


[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2019-05-19 23:59 UTC

2019-05-19 Thread Robin H. Johnson
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2019-05-19 23:59 UTC.

Removals:
app-crypt/sgeps   20190515-20:04 mgornya9ad592e842
app-emacs/prom-wl 20190515-20:44 mgorny8ee1f192db2
app-misc/bfm  20190513-21:30 monsieurp a9fca976466
app-text/active-dvi   20190515-20:38 mgornybc90ea9c22a
dev-cpp/gccxml20190518-09:00 mgorny845ca5ddfdc
dev-cpp/rudiments 20190518-09:00 mgorny4021f9cbac4
dev-java/lucene-analyzers 20190513-21:30 monsieurp a9fca976466
dev-java/stax 20190513-21:30 monsieurp a9fca976466
dev-java/sun-dtdparser20190513-21:30 monsieurp a9fca976466
dev-java/sun-java3d-bin   20190513-21:30 monsieurp a9fca976466
dev-libs/ace  20190515-20:43 mgorny775c581b741
dev-libs/quantlib 20190518-09:00 mgorny6ea9470676b
dev-libs/xqilla   20190518-09:04 mgorny74a94136312
dev-python/pygccxml   20190518-08:59 mgorny6130ead679f
dev-python/pyldap 20190515-20:35 mgornyb09c4a892f6
dev-python/pyplusplus 20190518-08:58 mgornyeb2b7e50b1c
dev-python/python-gtkmvc  20190519-21:49 soap  cb4ecb6fdf0
dev-util/ 20190515-20:37 mgornyb2bf07129a4
dev-util/cyclo20190515-20:37 mgornyf1e3dc5a501
media-video/hasciicam 20190515-20:06 mgorny54ce7278760
net-analyzer/gnu-netcat   20190515-20:06 mgornydf604b5e52c
net-libs/ftplib   20190515-20:06 mgorny17b38bb4fca
net-misc/netkit-rwho  20190515-20:04 mgornyc2a7dd24e67
net-proxy/bfilter 20190515-20:42 mgorny373733c91e3
sci-biology/blossoc   20190519-21:50 soap  68e3a80a141
sci-biology/cufflinks 20190519-21:49 soap  824a86b1faf
sci-biology/snpfile   20190519-21:50 soap  68e3a80a141
sys-apps/portage-mgorny   20190518-08:45 mgorny838c52fa6b8

Additions:
dev-embedded/nodemcu-uploader 20190519-01:20 rafaelmartins e1e437bdb6f
dev-lisp/c2ffi20190514-09:36 kensington8af3a0782b7
dev-python/greenstalk 20190511-12:41 kensingtonadded55eb57
net-wireless/kismet-rest  20190513-15:49 zerochaos 9bc007678c4

--
Robin Hugh Johnson
Gentoo Linux Developer
E-Mail : robb...@gentoo.org
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85
Removed Packages:
sci-biology/blossoc,removed,soap,20190519-21:50,68e3a80a141
sci-biology/snpfile,removed,soap,20190519-21:50,68e3a80a141
sci-biology/cufflinks,removed,soap,20190519-21:49,824a86b1faf
dev-python/python-gtkmvc,removed,soap,20190519-21:49,cb4ecb6fdf0
dev-libs/xqilla,removed,mgorny,20190518-09:04,74a94136312
dev-cpp/rudiments,removed,mgorny,20190518-09:00,4021f9cbac4
dev-libs/quantlib,removed,mgorny,20190518-09:00,6ea9470676b
dev-cpp/gccxml,removed,mgorny,20190518-09:00,845ca5ddfdc
dev-python/pygccxml,removed,mgorny,20190518-08:59,6130ead679f
dev-python/pyplusplus,removed,mgorny,20190518-08:58,eb2b7e50b1c
sys-apps/portage-mgorny,removed,mgorny,20190518-08:45,838c52fa6b8
app-emacs/prom-wl,removed,mgorny,20190515-20:44,8ee1f192db2
dev-libs/ace,removed,mgorny,20190515-20:43,775c581b741
net-proxy/bfilter,removed,mgorny,20190515-20:42,373733c91e3
app-text/active-dvi,removed,mgorny,20190515-20:38,bc90ea9c22a
dev-util/cyclo,removed,mgorny,20190515-20:37,f1e3dc5a501
dev-util/,removed,mgorny,20190515-20:37,b2bf07129a4
dev-python/pyldap,removed,mgorny,20190515-20:35,b09c4a892f6
net-analyzer/gnu-netcat,removed,mgorny,20190515-20:06,df604b5e52c
net-libs/ftplib,removed,mgorny,20190515-20:06,17b38bb4fca
media-video/hasciicam,removed,mgorny,20190515-20:06,54ce7278760
net-misc/netkit-rwho,removed,mgorny,20190515-20:04,c2a7dd24e67
app-crypt/sgeps,removed,mgorny,20190515-20:04,a9ad592e842
app-misc/bfm,removed,monsieurp,20190513-21:30,a9fca976466
dev-java/lucene-analyzers,removed,monsieurp,20190513-21:30,a9fca976466
dev-java/stax,removed,monsieurp,20190513-21:30,a9fca976466
dev-java/sun-dtdparser,removed,monsieurp,20190513-21:30,a9fca976466
dev-java/sun-java3d-bin,removed,monsieurp,20190513-21:30,a9fca976466
Added Packages:
dev-embedded/nodemcu-uploader,added,rafaelmartins,20190519-01:20,e1e437bdb6f
dev-lisp/c2ffi,added,kensington,20190514-09:36,8af3a0782b7
dev-python/greenstalk,added,kensington,20190511-12:41,added55eb57
net-wireless/kismet-rest,added,zerochaos,20190513-15:49,9bc007678c4

Done.