diff options
Diffstat (limited to 'gentoo.txt')
-rw-r--r-- | gentoo.txt | 93 |
1 files changed, 75 insertions, 18 deletions
diff --git a/gentoo.txt b/gentoo.txt index 1531a7072afc..9176c87aeabb 100644 --- a/gentoo.txt +++ b/gentoo.txt @@ -26,25 +26,82 @@ or --ff-only on the command line to override the configured default per invocation. From https://anongit.gentoo.org/git/repo/gentoo - 813d3bab893..76f263110aa master -> origin/master -Updating 813d3bab893..76f263110aa + 76f263110aa..c273cbcb32f master -> origin/master +Updating 76f263110aa..c273cbcb32f Fast-forward - dev-ruby/msgpack/Manifest | 1 + - dev-ruby/msgpack/msgpack-1.4.2.ebuild | 31 +++++++++++ - dev-ruby/racc/racc-1.5.2-r1.ebuild | 60 ++++++++++++++++++++++ - eclass/ruby-fakegem.eclass | 3 +- - media-fonts/iosevka/Manifest | 3 +- - ...{iosevka-1.14.1.ebuild => iosevka-4.5.0.ebuild} | 13 +++-- - media-sound/qjackctl/Manifest | 1 + - .../files/qjackctl-0.9.1-disable-git.patch | 21 ++++++++ - media-sound/qjackctl/qjackctl-0.9.0.ebuild | 2 +- - media-sound/qjackctl/qjackctl-0.9.1.ebuild | 47 +++++++++++++++++ - 10 files changed, 171 insertions(+), 11 deletions(-) - create mode 100644 dev-ruby/msgpack/msgpack-1.4.2.ebuild - create mode 100644 dev-ruby/racc/racc-1.5.2-r1.ebuild - rename media-fonts/iosevka/{iosevka-1.14.1.ebuild => iosevka-4.5.0.ebuild} (50%) - create mode 100644 media-sound/qjackctl/files/qjackctl-0.9.1-disable-git.patch - create mode 100644 media-sound/qjackctl/qjackctl-0.9.1.ebuild + app-office/texstudio/Manifest | 1 - + .../texstudio/texstudio-3.0.0_pre20200601.ebuild | 85 --------- + app-office/texstudio/texstudio-3.0.4.ebuild | 2 +- + app-text/recode/recode-3.7.8.ebuild | 2 +- + dev-java/tomcat-native/Manifest | 1 - + dev-java/tomcat-native/tomcat-native-1.2.25.ebuild | 62 ------- + dev-libs/libdnet/libdnet-1.14-r2.ebuild | 2 +- + dev-libs/libmaxminddb/libmaxminddb-1.5.0-r1.ebuild | 2 +- + dev-libs/libsecp256k1/Manifest | 1 + + .../libsecp256k1-0.1_pre20201028.ebuild | 75 ++++++++ + dev-libs/libsecp256k1/metadata.xml | 5 + + dev-python/apispec/Manifest | 1 + + dev-python/apispec/apispec-4.2.0.ebuild | 37 ++++ + dev-python/apispec/metadata.xml | 4 + + dev-python/bracex/Manifest | 1 + + dev-python/bracex/bracex-2.1.0.ebuild | 45 +++++ + dev-python/construct/Manifest | 1 + + dev-python/construct/construct-2.10.59.ebuild | 36 ++++ + dev-python/python-stdnum/Manifest | 1 + + dev-python/python-stdnum/python-stdnum-1.16.ebuild | 28 +++ + dev-ruby/brotli/brotli-0.4.0-r1.ebuild | 38 ++++ + dev-ruby/parser/Manifest | 3 +- + dev-ruby/parser/parser-2.7.1.3.ebuild | 34 ---- + ...parser-2.7.1.4.ebuild => parser-3.0.0.0.ebuild} | 21 ++- + dev-tex/latex2html/latex2html-2021.ebuild | 2 +- + dev-util/bitcoin-tx/Manifest | 2 + + dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild | 104 +++++++++++ + dev-util/sasm/Manifest | 1 - + dev-util/sasm/sasm-2.2-r1.ebuild | 40 ----- + eclass/ruby-fakegem.eclass | 2 +- + media-libs/glm/glm-0.9.9.8-r1.ebuild | 2 +- + media-libs/libprojectm/libprojectm-3.1.8.ebuild | 2 +- + media-libs/openctm/Manifest | 1 - + .../openctm/files/openctm-fix-makefiles.patch | 191 --------------------- + media-libs/openctm/files/openctm-no-strip.patch | 34 ---- + media-libs/openctm/openctm-1.0.3.ebuild | 45 ----- + net-libs/libbitcoinconsensus/Manifest | 2 + + .../libbitcoinconsensus-0.21.0.ebuild | 98 +++++++++++ + net-p2p/bitcoin-cli/Manifest | 2 + + net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild | 102 +++++++++++ + net-p2p/bitcoin-qt/Manifest | 2 + + net-p2p/bitcoin-qt/bitcoin-qt-0.21.0.ebuild | 189 ++++++++++++++++++++ + net-p2p/bitcoind/Manifest | 2 + + net-p2p/bitcoind/bitcoind-0.21.0.ebuild | 173 +++++++++++++++++++ + x11-misc/gmrun/gmrun-0.9.2-r1.ebuild | 40 ----- + .../gtkdialog/gtkdialog-0.8.3_p20200202.ebuild | 2 +- + x11-misc/wbar/files/wbar-2.3.3-cfg.patch | 11 -- + x11-misc/wbar/wbar-2.3.4-r2.ebuild | 55 ------ + x11-misc/wbar/wbar-2.3.4-r3.ebuild | 2 +- + x11-misc/xsensors/xsensors-0.80.ebuild | 2 +- + 50 files changed, 976 insertions(+), 620 deletions(-) + delete mode 100644 app-office/texstudio/texstudio-3.0.0_pre20200601.ebuild + delete mode 100644 dev-java/tomcat-native/tomcat-native-1.2.25.ebuild + create mode 100644 dev-libs/libsecp256k1/libsecp256k1-0.1_pre20201028.ebuild + create mode 100644 dev-python/apispec/apispec-4.2.0.ebuild + create mode 100644 dev-python/bracex/bracex-2.1.0.ebuild + create mode 100644 dev-python/construct/construct-2.10.59.ebuild + create mode 100644 dev-python/python-stdnum/python-stdnum-1.16.ebuild + create mode 100644 dev-ruby/brotli/brotli-0.4.0-r1.ebuild + delete mode 100644 dev-ruby/parser/parser-2.7.1.3.ebuild + rename dev-ruby/parser/{parser-2.7.1.4.ebuild => parser-3.0.0.0.ebuild} (65%) + create mode 100644 dev-util/bitcoin-tx/bitcoin-tx-0.21.0.ebuild + delete mode 100644 dev-util/sasm/sasm-2.2-r1.ebuild + delete mode 100644 media-libs/openctm/files/openctm-fix-makefiles.patch + delete mode 100644 media-libs/openctm/files/openctm-no-strip.patch + delete mode 100644 media-libs/openctm/openctm-1.0.3.ebuild + create mode 100644 net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.0.ebuild + create mode 100644 net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild + create mode 100644 net-p2p/bitcoin-qt/bitcoin-qt-0.21.0.ebuild + create mode 100644 net-p2p/bitcoind/bitcoind-0.21.0.ebuild + delete mode 100644 x11-misc/gmrun/gmrun-0.9.2-r1.ebuild + delete mode 100644 x11-misc/wbar/files/wbar-2.3.3-cfg.patch + delete mode 100644 x11-misc/wbar/wbar-2.3.4-r2.ebuild *** syncing gentoo *** synced gentoo * Sync succeeded |