gentoo

1
{'description': {'en': 'Official Gentoo ebuild repository'},
2
 'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
3
 'homepage': 'https://gentoo.org/',
4
 'name': 'gentoo',
5
 'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
6
 'quality': 'core',
7
 'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
8
            {'type': 'git',
9
             'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
10
            {'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
11
            {'type': 'git',
12
             'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
13
 'status': 'official'}
14
pkgcore 0.12.28
15
16
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
17
*** syncing gentoo
18
From https://github.com/gentoo/gentoo
19
   523ac4b5f845..e56830faba29  master     -> origin/master
20
Updating 523ac4b5f845..e56830faba29
21
Fast-forward
22
 dev-lang/R/Manifest                                |   1 +
23
 dev-lang/R/R-4.4.2.ebuild                          | 248 +++++++++++++++++
24
 sci-libs/caffe2/Manifest                           |   1 +
25
 sci-libs/caffe2/caffe2-2.5.1.ebuild                | 305 +++++++++++++++++++++
26
 .../caffe2/files/caffe2-2.5.1-cpp-httplib.patch    |  13 +
27
 .../files/caffe2-2.5.1-cudnn_include_fix.patch     |  11 +
28
 .../files/caffe2-2.5.1-exclude-aotriton.patch      |  22 ++
29
 .../files/caffe2-2.5.1-fix-functorch-install.patch |   8 +
30
 sci-libs/caffe2/files/caffe2-2.5.1-gentoo.patch    | 127 +++++++++
31
 .../caffe2/files/caffe2-2.5.1-glog-0.6.0.patch     |  29 ++
32
 .../caffe2/files/caffe2-2.5.1-install-dirs.patch   |  11 +
33
 .../caffe2/files/caffe2-2.5.1-unbundle_fmt.patch   |  10 +
34
 .../files/caffe2-2.5.1-unbundle_kineto.patch       |  22 ++
35
 sci-libs/pytorch/Manifest                          |   1 +
36
 .../files/pytorch-2.5.1-dontbuildagain.patch       |  17 ++
37
 sci-libs/pytorch/files/pytorch-2.5.1-setup.patch   |  10 +
38
 .../files/pytorch-2.5.1-torch_shm_manager.patch    |  11 +
39
 sci-libs/pytorch/pytorch-2.5.1.ebuild              |  62 +++++
40
 18 files changed, 909 insertions(+)
41
 create mode 100644 dev-lang/R/R-4.4.2.ebuild
42
 create mode 100644 sci-libs/caffe2/caffe2-2.5.1.ebuild
43
 create mode 100644 sci-libs/caffe2/files/caffe2-2.5.1-cpp-httplib.patch
44
 create mode 100644 sci-libs/caffe2/files/caffe2-2.5.1-cudnn_include_fix.patch
45
 create mode 100644 sci-libs/caffe2/files/caffe2-2.5.1-exclude-aotriton.patch
46
 create mode 100644 sci-libs/caffe2/files/caffe2-2.5.1-fix-functorch-install.patch
47
 create mode 100644 sci-libs/caffe2/files/caffe2-2.5.1-gentoo.patch
48
 create mode 100644 sci-libs/caffe2/files/caffe2-2.5.1-glog-0.6.0.patch
49
 create mode 100644 sci-libs/caffe2/files/caffe2-2.5.1-install-dirs.patch
50
 create mode 100644 sci-libs/caffe2/files/caffe2-2.5.1-unbundle_fmt.patch
51
 create mode 100644 sci-libs/caffe2/files/caffe2-2.5.1-unbundle_kineto.patch
52
 create mode 100644 sci-libs/pytorch/files/pytorch-2.5.1-dontbuildagain.patch
53
 create mode 100644 sci-libs/pytorch/files/pytorch-2.5.1-setup.patch
54
 create mode 100644 sci-libs/pytorch/files/pytorch-2.5.1-torch_shm_manager.patch
55
 create mode 100644 sci-libs/pytorch/pytorch-2.5.1.ebuild
56
*** synced gentoo
57
 * Sync succeeded
58
$ git log --format=%ci -1
59
$ git show -q --pretty=format:%G? HEAD
60
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 gentoo
61
 * Cache regenerated successfully