diff options
author | 2020-05-02 14:34:50 +0000 | |
---|---|---|
committer | 2020-05-02 14:34:50 +0000 | |
commit | b6c87046657e582b8bfddee811f8ce2a02ddb5cb (patch) | |
tree | fe259f1d59d846b7759c19beec71d9c99241b779 /gentoo.txt | |
parent | 2020-05-02T13:30:01Z (diff) | |
download | repos-b6c87046657e582b8bfddee811f8ce2a02ddb5cb.tar.gz repos-b6c87046657e582b8bfddee811f8ce2a02ddb5cb.tar.bz2 repos-b6c87046657e582b8bfddee811f8ce2a02ddb5cb.zip |
2020-05-02T14:30:01Z
Diffstat (limited to 'gentoo.txt')
-rw-r--r-- | gentoo.txt | 54 |
1 files changed, 48 insertions, 6 deletions
diff --git a/gentoo.txt b/gentoo.txt index c09a912dfc42..d34245695c35 100644 --- a/gentoo.txt +++ b/gentoo.txt @@ -13,13 +13,55 @@ 'status': 'official'} $ pmaint sync gentoo From https://anongit.gentoo.org/git/repo/gentoo - b58b000f7c7..07a1a9f5a80 master -> origin/master -Updating b58b000f7c7..07a1a9f5a80 + 07a1a9f5a80..6efe2b5bc6e master -> origin/master +Updating 07a1a9f5a80..6efe2b5bc6e Fast-forward - media-libs/libv4l/Manifest | 1 + - media-libs/libv4l/libv4l-1.18.1.ebuild | 66 ++++++++++++++++++++++++++++++++++ - 2 files changed, 67 insertions(+) - create mode 100644 media-libs/libv4l/libv4l-1.18.1.ebuild + app-emulation/skopeo/Manifest | 1 - + app-emulation/skopeo/metadata.xml | 3 + + app-emulation/skopeo/skopeo-0.1.39.ebuild | 55 ---- + app-emulation/skopeo/skopeo-0.2.0.ebuild | 6 +- + app-eselect/eselect-rust/Manifest | 1 - + .../eselect-rust/eselect-rust-20200101.ebuild | 32 -- + .../eselect-rust/eselect-rust-20200419.ebuild | 2 +- + app-portage/nattka/nattka-0.2.3.ebuild | 2 +- + dev-libs/boost/Manifest | 1 + + dev-libs/boost/boost-1.73.0.ebuild | 355 +++++++++++++++++++++ + .../boost-1.73-boost-mpi-python-PEP-328.patch | 17 + + .../files/boost-1.73-boost-python-cleanup.patch | 107 +++++++ + dev-libs/libcbor/libcbor-0.7.0.ebuild | 2 +- + dev-libs/libfido2/libfido2-1.4.0.ebuild | 2 +- + dev-libs/pcl/pcl-1.12-r1.ebuild | 2 +- + dev-libs/userspace-rcu/userspace-rcu-0.11.1.ebuild | 2 +- + .../Gentoo-PerlMod-Version-0.8.1.ebuild | 2 +- + dev-python/breathe/breathe-4.14.1.ebuild | 2 +- + dev-python/pathspec/pathspec-0.8.0.ebuild | 2 +- + dev-python/vcrpy/vcrpy-4.0.2.ebuild | 2 +- + dev-python/versioneer/versioneer-0.18-r1.ebuild | 2 +- + dev-util/boost-build/Manifest | 1 + + dev-util/boost-build/boost-build-1.73.0.ebuild | 74 +++++ + ...ost-build-1.73.0-add-none-feature-options.patch | 22 ++ + ...oost-build-1.73.0-no-implicit-march-flags.patch | 269 ++++++++++++++++ + dev-util/byacc/byacc-20191125.ebuild | 2 +- + dev-util/pkgcheck/pkgcheck-0.7.6-r1.ebuild | 2 +- + net-vpn/ocserv/ocserv-1.0.1.ebuild | 2 +- + net-vpn/openconnect/openconnect-8.09.ebuild | 2 +- + profiles/package.mask | 5 + + sys-apps/pkgcore/pkgcore-0.10.12.ebuild | 2 +- + sys-kernel/gentoo-sources/Manifest | 6 + + .../gentoo-sources/gentoo-sources-5.4.37.ebuild | 28 ++ + .../gentoo-sources/gentoo-sources-5.6.9.ebuild | 28 ++ + sys-process/glances/glances-3.1.4.1.ebuild | 2 +- + 35 files changed, 937 insertions(+), 108 deletions(-) + delete mode 100644 app-emulation/skopeo/skopeo-0.1.39.ebuild + delete mode 100644 app-eselect/eselect-rust/eselect-rust-20200101.ebuild + create mode 100644 dev-libs/boost/boost-1.73.0.ebuild + create mode 100644 dev-libs/boost/files/boost-1.73-boost-mpi-python-PEP-328.patch + create mode 100644 dev-libs/boost/files/boost-1.73-boost-python-cleanup.patch + create mode 100644 dev-util/boost-build/boost-build-1.73.0.ebuild + create mode 100644 dev-util/boost-build/files/boost-build-1.73.0-add-none-feature-options.patch + create mode 100644 dev-util/boost-build/files/boost-build-1.73.0-no-implicit-march-flags.patch + create mode 100644 sys-kernel/gentoo-sources/gentoo-sources-5.4.37.ebuild + create mode 100644 sys-kernel/gentoo-sources/gentoo-sources-5.6.9.ebuild *** syncing gentoo *** synced gentoo * Sync succeeded |