summaryrefslogtreecommitdiff
blob: ecd0754f965223f8459d000b561e87fc5af153c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{'description': {'en': 'Official Gentoo ebuild repository'},
 'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
 'homepage': 'https://gentoo.org/',
 'name': 'gentoo',
 'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
 'quality': 'core',
 'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
            {'type': 'git',
             'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
            {'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
            {'type': 'git',
             'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
 'status': 'official'}
$ pmaint sync gentoo
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:

  git config pull.rebase false  # merge (the default strategy)
  git config pull.rebase true   # rebase
  git config pull.ff only       # fast-forward only

You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.

From https://anongit.gentoo.org/git/repo/gentoo
   a2bca843250..eb75dfab9e7  master     -> origin/master
Updating a2bca843250..eb75dfab9e7
Fast-forward
 dev-libs/rccl/Manifest                             |  1 +
 .../files/rccl-2.7.0-change_install_location.patch | 33 ++++++++++++
 dev-libs/rccl/metadata.xml                         | 19 +++++++
 dev-libs/rccl/rccl-4.0.0-r1.ebuild                 | 39 +++++++++++++++
 .../ExtUtils-PkgConfig-1.160.0.ebuild              |  2 +-
 .../CppHeaderParser/CppHeaderParser-2.7.4.ebuild   | 19 +++++++
 dev-python/CppHeaderParser/Manifest                |  1 +
 dev-python/CppHeaderParser/metadata.xml            | 16 ++++++
 dev-util/roctracer/Manifest                        |  1 +
 ...roctracer-3.8.0-gen_ostream_ops-toPython3.patch | 28 +++++++++++
 dev-util/roctracer/metadata.xml                    | 19 +++++++
 dev-util/roctracer/roctracer-4.0.0-r1.ebuild       | 58 ++++++++++++++++++++++
 sci-libs/hipCUB/Manifest                           |  1 +
 sci-libs/hipCUB/hipCUB-4.0.0-r1.ebuild             | 47 ++++++++++++++++++
 sci-libs/hipCUB/metadata.xml                       | 18 +++++++
 sci-libs/hipSPARSE/Manifest                        |  1 +
 sci-libs/hipSPARSE/hipSPARSE-4.0.0-r1.ebuild       | 49 ++++++++++++++++++
 sci-libs/hipSPARSE/metadata.xml                    | 19 +++++++
 sci-libs/rocFFT/Manifest                           |  1 +
 sci-libs/rocFFT/metadata.xml                       | 19 +++++++
 sci-libs/rocFFT/rocFFT-4.0.0-r1.ebuild             | 51 +++++++++++++++++++
 sci-libs/rocPRIM/Manifest                          |  1 +
 sci-libs/rocPRIM/metadata.xml                      | 19 +++++++
 sci-libs/rocPRIM/rocPRIM-4.0.0-r1.ebuild           | 53 ++++++++++++++++++++
 sci-libs/rocRAND/Manifest                          |  1 +
 sci-libs/rocRAND/metadata.xml                      | 19 +++++++
 sci-libs/rocRAND/rocRAND-4.0.0-r1.ebuild           | 46 +++++++++++++++++
 sci-libs/rocSPARSE/Manifest                        |  1 +
 sci-libs/rocSPARSE/metadata.xml                    | 19 +++++++
 sci-libs/rocSPARSE/rocSPARSE-4.0.0-r1.ebuild       | 51 +++++++++++++++++++
 sci-libs/rocThrust/Manifest                        |  1 +
 .../files/rocThrust-4.0-operator_new.patch         | 29 +++++++++++
 sci-libs/rocThrust/metadata.xml                    | 18 +++++++
 sci-libs/rocThrust/rocThrust-4.0.0-r1.ebuild       | 49 ++++++++++++++++++
 34 files changed, 748 insertions(+), 1 deletion(-)
 create mode 100644 dev-libs/rccl/Manifest
 create mode 100644 dev-libs/rccl/files/rccl-2.7.0-change_install_location.patch
 create mode 100644 dev-libs/rccl/metadata.xml
 create mode 100644 dev-libs/rccl/rccl-4.0.0-r1.ebuild
 create mode 100644 dev-python/CppHeaderParser/CppHeaderParser-2.7.4.ebuild
 create mode 100644 dev-python/CppHeaderParser/Manifest
 create mode 100644 dev-python/CppHeaderParser/metadata.xml
 create mode 100644 dev-util/roctracer/Manifest
 create mode 100644 dev-util/roctracer/files/roctracer-3.8.0-gen_ostream_ops-toPython3.patch
 create mode 100644 dev-util/roctracer/metadata.xml
 create mode 100644 dev-util/roctracer/roctracer-4.0.0-r1.ebuild
 create mode 100644 sci-libs/hipCUB/Manifest
 create mode 100644 sci-libs/hipCUB/hipCUB-4.0.0-r1.ebuild
 create mode 100644 sci-libs/hipCUB/metadata.xml
 create mode 100644 sci-libs/hipSPARSE/Manifest
 create mode 100644 sci-libs/hipSPARSE/hipSPARSE-4.0.0-r1.ebuild
 create mode 100644 sci-libs/hipSPARSE/metadata.xml
 create mode 100644 sci-libs/rocFFT/Manifest
 create mode 100644 sci-libs/rocFFT/metadata.xml
 create mode 100644 sci-libs/rocFFT/rocFFT-4.0.0-r1.ebuild
 create mode 100644 sci-libs/rocPRIM/Manifest
 create mode 100644 sci-libs/rocPRIM/metadata.xml
 create mode 100644 sci-libs/rocPRIM/rocPRIM-4.0.0-r1.ebuild
 create mode 100644 sci-libs/rocRAND/Manifest
 create mode 100644 sci-libs/rocRAND/metadata.xml
 create mode 100644 sci-libs/rocRAND/rocRAND-4.0.0-r1.ebuild
 create mode 100644 sci-libs/rocSPARSE/Manifest
 create mode 100644 sci-libs/rocSPARSE/metadata.xml
 create mode 100644 sci-libs/rocSPARSE/rocSPARSE-4.0.0-r1.ebuild
 create mode 100644 sci-libs/rocThrust/Manifest
 create mode 100644 sci-libs/rocThrust/files/rocThrust-4.0-operator_new.patch
 create mode 100644 sci-libs/rocThrust/metadata.xml
 create mode 100644 sci-libs/rocThrust/rocThrust-4.0.0-r1.ebuild
*** syncing gentoo
*** synced gentoo
 * Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
 * Cache regenerated successfully