diff options
author | 2024-12-24 11:48:10 +0000 | |
---|---|---|
committer | 2024-12-24 11:48:10 +0000 | |
commit | 3c920fe12a45dabcf8a21d95f9bc79be9e970ef7 (patch) | |
tree | 27e152688f600113e717f47f1de00b8bc9ace4a7 /gentoo.txt | |
parent | 2024-12-24T11:30:00Z (diff) | |
download | repos-3c920fe12a45dabcf8a21d95f9bc79be9e970ef7.tar.gz repos-3c920fe12a45dabcf8a21d95f9bc79be9e970ef7.tar.bz2 repos-3c920fe12a45dabcf8a21d95f9bc79be9e970ef7.zip |
2024-12-24T11:45:00Z
Diffstat (limited to 'gentoo.txt')
-rw-r--r-- | gentoo.txt | 70 |
1 files changed, 7 insertions, 63 deletions
diff --git a/gentoo.txt b/gentoo.txt index af317692ec2e..2848afa46fa9 100644 --- a/gentoo.txt +++ b/gentoo.txt @@ -14,72 +14,16 @@ pkgcore 0.12.28 $ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo +WARNING:pkgcore:gentoo-linux-surface-overlay repo at '/var/lib/repo-mirror-ci/sync/gentoo-linux-surface-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone). *** syncing gentoo From https://github.com/gentoo/gentoo - a05370a2ca8e..805420c81fa9 master -> origin/master -Updating a05370a2ca8e..805420c81fa9 + 805420c81fa9..441e7260e202 master -> origin/master +Updating 805420c81fa9..441e7260e202 Fast-forward - app-admin/awscli/Manifest | 1 + - app-admin/awscli/awscli-1.36.28.ebuild | 95 ++++++++++++ - dev-libs/flatbuffers/Manifest | 1 + - dev-libs/flatbuffers/flatbuffers-24.12.23.ebuild | 33 +++++ - dev-python/aiohttp-socks/Manifest | 1 + - .../aiohttp-socks/aiohttp-socks-0.10.0.ebuild | 40 +++++ - dev-python/amodem/Manifest | 1 - - dev-python/amodem/amodem-1.15.4.ebuild | 30 ---- - dev-python/astroid/Manifest | 1 + - dev-python/astroid/astroid-3.3.8.ebuild | 89 +++++++++++ - dev-python/boto3/Manifest | 1 + - dev-python/boto3/boto3-1.35.87.ebuild | 53 +++++++ - dev-python/botocore/Manifest | 1 + - dev-python/botocore/botocore-1.35.87.ebuild | 67 +++++++++ - dev-python/cerberus/Manifest | 1 + - dev-python/cerberus/cerberus-1.3.6.ebuild | 32 ++++ - dev-python/django-tables2/Manifest | 1 + - .../django-tables2/django-tables2-2.7.4.ebuild | 49 +++++++ - dev-python/flatbuffers/Manifest | 1 + - dev-python/flatbuffers/flatbuffers-24.12.23.ebuild | 46 ++++++ - dev-python/hypothesis/Manifest | 1 + - dev-python/hypothesis/hypothesis-6.123.0.ebuild | 104 +++++++++++++ - dev-python/pylint/Manifest | 1 + - dev-python/pylint/pylint-3.3.3.ebuild | 92 ++++++++++++ - dev-python/pymdown-extensions/Manifest | 1 + - .../pymdown-extensions-10.13.ebuild | 37 +++++ - dev-python/quart/Manifest | 1 + - dev-python/quart/quart-0.20.0.ebuild | 50 +++++++ - dev-python/rq/Manifest | 1 + - dev-python/rq/rq-2.1.0.ebuild | 73 +++++++++ - dev-python/scipy/Manifest | 1 + - dev-python/scipy/scipy-1.15.0_rc2.ebuild | 163 +++++++++++++++++++++ - games-strategy/colobot-data/Manifest | 2 + - .../colobot-data/colobot-data-0.2.2_alpha.ebuild | 48 ++++++ - games-strategy/colobot/Manifest | 1 + - games-strategy/colobot/colobot-0.2.2_alpha.ebuild | 79 ++++++++++ - xfce-extra/xfce4-battery-plugin/Manifest | 1 + - .../xfce4-battery-plugin-1.1.6.ebuild | 52 +++++++ - xfce-extra/xfce4-clipman-plugin/Manifest | 1 + - .../xfce4-clipman-plugin-1.6.7.ebuild | 75 ++++++++++ - 40 files changed, 1297 insertions(+), 31 deletions(-) - create mode 100644 app-admin/awscli/awscli-1.36.28.ebuild - create mode 100644 dev-libs/flatbuffers/flatbuffers-24.12.23.ebuild - create mode 100644 dev-python/aiohttp-socks/aiohttp-socks-0.10.0.ebuild - delete mode 100644 dev-python/amodem/amodem-1.15.4.ebuild - create mode 100644 dev-python/astroid/astroid-3.3.8.ebuild - create mode 100644 dev-python/boto3/boto3-1.35.87.ebuild - create mode 100644 dev-python/botocore/botocore-1.35.87.ebuild - create mode 100644 dev-python/cerberus/cerberus-1.3.6.ebuild - create mode 100644 dev-python/django-tables2/django-tables2-2.7.4.ebuild - create mode 100644 dev-python/flatbuffers/flatbuffers-24.12.23.ebuild - create mode 100644 dev-python/hypothesis/hypothesis-6.123.0.ebuild - create mode 100644 dev-python/pylint/pylint-3.3.3.ebuild - create mode 100644 dev-python/pymdown-extensions/pymdown-extensions-10.13.ebuild - create mode 100644 dev-python/quart/quart-0.20.0.ebuild - create mode 100644 dev-python/rq/rq-2.1.0.ebuild - create mode 100644 dev-python/scipy/scipy-1.15.0_rc2.ebuild - create mode 100644 games-strategy/colobot-data/colobot-data-0.2.2_alpha.ebuild - create mode 100644 games-strategy/colobot/colobot-0.2.2_alpha.ebuild - create mode 100644 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.6.ebuild - create mode 100644 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.7.ebuild + xfce-extra/xfce4-calculator-plugin/Manifest | 2 +- + ...ebuild => xfce4-calculator-plugin-0.7.3.ebuild} | 31 +++++++++++++--------- + 2 files changed, 20 insertions(+), 13 deletions(-) + rename xfce-extra/xfce4-calculator-plugin/{xfce4-calculator-plugin-0.7.1.ebuild => xfce4-calculator-plugin-0.7.3.ebuild} (53%) *** synced gentoo * Sync succeeded $ git log --format=%ci -1 |