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
|
{'description': {'en': 'Computer graphics ebuilds for gentoo'},
'homepage': 'https://github.com/brothermechanic/cg',
'name': 'cg',
'owner': [{'email': 'brothermechanic@gmail.com', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/brothermechanic/cg.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/brothermechanic/cg.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync cg
*** syncing cg
From https://github.com/brothermechanic/cg
4aa8548..8cced48 master -> origin/master
Updating 4aa8548..8cced48
Fast-forward
media-gfx/blender/blender-9999.ebuild | 25 +++--
.../files/4.2/blender-drop-hardcoded-march.patch | 11 +++
media-libs/oidn/Manifest | 2 +-
.../oidn/files/oidn-2.2.2-amdgpu-targets.patch | 46 +++++++++
.../{oidn-2.2.2.ebuild => oidn-2.2.2-r1.ebuild} | 78 +++++++++------
media-libs/openexr/openexr-9999.ebuild | 3 +-
media-libs/openimageio/Manifest | 2 +-
.../openimageio-2.5.12.0-tests-optional.patch | 31 ++++++
.../files/openimageio-2.5.12.0_heif_test.patch | 18 ++++
.../files/openimageio-2.5.8.0-fits.patch | 19 ----
...2.5.11.0.ebuild => openimageio-2.5.12.0.ebuild} | 109 ++++++++++++++-------
media-libs/osl/Manifest | 2 +-
.../{osl-1.13.7.0.ebuild => osl-1.13.10.0.ebuild} | 0
media-libs/osl/osl-9999.ebuild | 38 +++----
sci-libs/onnxruntime/Manifest | 2 +-
sci-libs/onnxruntime/files/re2-pkg-config-r1.patch | 8 +-
sci-libs/onnxruntime/files/re2-pkg-config-r2.patch | 42 ++++++++
.../files/system-composable_kernel-r1.patch | 55 +++++++++++
sci-libs/onnxruntime/files/system-gsl-r1.patch | 74 ++++++++++++++
...ime-1.16.3.ebuild => onnxruntime-1.18.0.ebuild} | 17 ++--
20 files changed, 446 insertions(+), 136 deletions(-)
create mode 100644 media-gfx/blender/files/4.2/blender-drop-hardcoded-march.patch
create mode 100644 media-libs/oidn/files/oidn-2.2.2-amdgpu-targets.patch
rename media-libs/oidn/{oidn-2.2.2.ebuild => oidn-2.2.2-r1.ebuild} (84%)
create mode 100644 media-libs/openimageio/files/openimageio-2.5.12.0-tests-optional.patch
create mode 100644 media-libs/openimageio/files/openimageio-2.5.12.0_heif_test.patch
delete mode 100644 media-libs/openimageio/files/openimageio-2.5.8.0-fits.patch
rename media-libs/openimageio/{openimageio-2.5.11.0.ebuild => openimageio-2.5.12.0.ebuild} (82%)
rename media-libs/osl/{osl-1.13.7.0.ebuild => osl-1.13.10.0.ebuild} (100%)
create mode 100644 sci-libs/onnxruntime/files/re2-pkg-config-r2.patch
create mode 100644 sci-libs/onnxruntime/files/system-composable_kernel-r1.patch
create mode 100644 sci-libs/onnxruntime/files/system-gsl-r1.patch
rename sci-libs/onnxruntime/{onnxruntime-1.16.3.ebuild => onnxruntime-1.18.0.ebuild} (96%)
*** synced cg
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 cg
* x11-misc/xbindkeys-config-0.1.3: failed sourcing ebuild: eutils: EAPI 7 not supported, (eutils.eclass, line 19: called die)
* Cache regen failed with 1
|