diff options
Diffstat (limited to 'gentoo.txt')
-rw-r--r-- | gentoo.txt | 89 |
1 files changed, 80 insertions, 9 deletions
diff --git a/gentoo.txt b/gentoo.txt index 0bc0fd4167ef..9a2cd5a9190a 100644 --- a/gentoo.txt +++ b/gentoo.txt @@ -26,16 +26,87 @@ or --ff-only on the command line to override the configured default per invocation. From https://anongit.gentoo.org/git/repo/gentoo - 00693dce636..2a8c073bc48 master -> origin/master -Updating 00693dce636..2a8c073bc48 + 2a8c073bc48..c579b2494d2 master -> origin/master +Updating 2a8c073bc48..c579b2494d2 Fast-forward - app-emulation/sen/Manifest | 1 + - app-emulation/sen/sen-0.6.1_p20200905.ebuild | 41 ++++++++ - www-client/vivaldi/Manifest | 4 + - www-client/vivaldi/vivaldi-3.3.2022.45_p1.ebuild | 125 +++++++++++++++++++++++ - 4 files changed, 171 insertions(+) - create mode 100644 app-emulation/sen/sen-0.6.1_p20200905.ebuild - create mode 100644 www-client/vivaldi/vivaldi-3.3.2022.45_p1.ebuild + app-misc/g15daemon/files/g15daemon.service | 11 ++ + app-misc/g15daemon/g15daemon-1.9.5.3-r15.ebuild | 151 +++++++++++++++++++++ + app-misc/g15daemon/g15daemon-1.9.5.3-r21.ebuild | 3 +- + app-misc/g15daemon/g15daemon-9999.ebuild | 3 +- + dev-libs/libdnet/Manifest | 2 +- + ...1.14_pre20200717.ebuild => libdnet-1.14.ebuild} | 3 +- + dev-ruby/actioncable/Manifest | 2 + + dev-ruby/actioncable/actioncable-5.2.4.4.ebuild | 45 ++++++ + dev-ruby/actioncable/actioncable-6.0.3.3.ebuild | 45 ++++++ + dev-ruby/actionmailbox/Manifest | 1 + + .../actionmailbox/actionmailbox-6.0.3.3.ebuild | 53 ++++++++ + dev-ruby/actionmailer/Manifest | 2 + + dev-ruby/actionmailer/actionmailer-5.2.4.4.ebuild | 50 +++++++ + dev-ruby/actionmailer/actionmailer-6.0.3.3.ebuild | 46 +++++++ + dev-ruby/actionpack/Manifest | 2 + + dev-ruby/actionpack/actionpack-5.2.4.4.ebuild | 67 +++++++++ + dev-ruby/actionpack/actionpack-6.0.3.3.ebuild | 59 ++++++++ + dev-ruby/actiontext/Manifest | 1 + + dev-ruby/actiontext/actiontext-6.0.3.3.ebuild | 51 +++++++ + dev-ruby/actionview/Manifest | 2 + + dev-ruby/actionview/actionview-5.2.4.4.ebuild | 64 +++++++++ + dev-ruby/actionview/actionview-6.0.3.3.ebuild | 67 +++++++++ + dev-ruby/activejob/Manifest | 2 + + dev-ruby/activejob/activejob-5.2.4.4.ebuild | 46 +++++++ + dev-ruby/activejob/activejob-6.0.3.3.ebuild | 47 +++++++ + dev-ruby/activemodel/Manifest | 2 + + dev-ruby/activemodel/activemodel-5.2.4.4.ebuild | 44 ++++++ + dev-ruby/activemodel/activemodel-6.0.3.3.ebuild | 42 ++++++ + dev-ruby/activerecord/Manifest | 2 + + dev-ruby/activerecord/activerecord-5.2.4.4.ebuild | 89 ++++++++++++ + dev-ruby/activerecord/activerecord-6.0.3.3.ebuild | 86 ++++++++++++ + dev-ruby/activestorage/Manifest | 2 + + .../activestorage/activestorage-5.2.4.4.ebuild | 61 +++++++++ + .../activestorage/activestorage-6.0.3.3.ebuild | 59 ++++++++ + dev-ruby/activesupport/Manifest | 2 + + .../activesupport/activesupport-5.2.4.4.ebuild | 72 ++++++++++ + .../activesupport/activesupport-6.0.3.3.ebuild | 73 ++++++++++ + dev-ruby/rails/Manifest | 2 + + dev-ruby/rails/rails-5.2.4.4.ebuild | 45 ++++++ + dev-ruby/rails/rails-6.0.3.3.ebuild | 39 ++++++ + dev-ruby/railties/Manifest | 2 + + dev-ruby/railties/railties-5.2.4.4.ebuild | 71 ++++++++++ + dev-ruby/railties/railties-6.0.3.3.ebuild | 71 ++++++++++ + www-client/vivaldi/Manifest | 4 - + www-client/vivaldi/vivaldi-3.3.2022.39_p1.ebuild | 125 ----------------- + www-client/vivaldi/vivaldi-3.3.2022.45_p1.ebuild | 2 +- + www-plugins/adobe-flash/Manifest | 8 +- + ....0.414.ebuild => adobe-flash-32.0.0.433.ebuild} | 0 + 48 files changed, 1590 insertions(+), 138 deletions(-) + create mode 100644 app-misc/g15daemon/files/g15daemon.service + create mode 100644 app-misc/g15daemon/g15daemon-1.9.5.3-r15.ebuild + rename dev-libs/libdnet/{libdnet-1.14_pre20200717.ebuild => libdnet-1.14.ebuild} (93%) + create mode 100644 dev-ruby/actioncable/actioncable-5.2.4.4.ebuild + create mode 100644 dev-ruby/actioncable/actioncable-6.0.3.3.ebuild + create mode 100644 dev-ruby/actionmailbox/actionmailbox-6.0.3.3.ebuild + create mode 100644 dev-ruby/actionmailer/actionmailer-5.2.4.4.ebuild + create mode 100644 dev-ruby/actionmailer/actionmailer-6.0.3.3.ebuild + create mode 100644 dev-ruby/actionpack/actionpack-5.2.4.4.ebuild + create mode 100644 dev-ruby/actionpack/actionpack-6.0.3.3.ebuild + create mode 100644 dev-ruby/actiontext/actiontext-6.0.3.3.ebuild + create mode 100644 dev-ruby/actionview/actionview-5.2.4.4.ebuild + create mode 100644 dev-ruby/actionview/actionview-6.0.3.3.ebuild + create mode 100644 dev-ruby/activejob/activejob-5.2.4.4.ebuild + create mode 100644 dev-ruby/activejob/activejob-6.0.3.3.ebuild + create mode 100644 dev-ruby/activemodel/activemodel-5.2.4.4.ebuild + create mode 100644 dev-ruby/activemodel/activemodel-6.0.3.3.ebuild + create mode 100644 dev-ruby/activerecord/activerecord-5.2.4.4.ebuild + create mode 100644 dev-ruby/activerecord/activerecord-6.0.3.3.ebuild + create mode 100644 dev-ruby/activestorage/activestorage-5.2.4.4.ebuild + create mode 100644 dev-ruby/activestorage/activestorage-6.0.3.3.ebuild + create mode 100644 dev-ruby/activesupport/activesupport-5.2.4.4.ebuild + create mode 100644 dev-ruby/activesupport/activesupport-6.0.3.3.ebuild + create mode 100644 dev-ruby/rails/rails-5.2.4.4.ebuild + create mode 100644 dev-ruby/rails/rails-6.0.3.3.ebuild + create mode 100644 dev-ruby/railties/railties-5.2.4.4.ebuild + create mode 100644 dev-ruby/railties/railties-6.0.3.3.ebuild + delete mode 100644 www-client/vivaldi/vivaldi-3.3.2022.39_p1.ebuild + rename www-plugins/adobe-flash/{adobe-flash-32.0.0.414.ebuild => adobe-flash-32.0.0.433.ebuild} (100%) *** syncing gentoo *** synced gentoo * Sync succeeded |