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
|
{'description': {'en': 'Home Assistant on Gentoo Linux without virtualenv or '
'docker.'},
'homepage': 'https://git.edevau.net/onkelbeh/HomeAssistantRepository',
'name': 'HomeAssistantRepository',
'owner': [{'email': 'b@edevau.net',
'name': 'Andreas Billmeier',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://git.edevau.net/onkelbeh/HomeAssistantRepository.git'},
{'type': 'git',
'uri': 'https://github.com/onkelbeh/HomeAssistantRepository.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/onkelbeh/HomeAssistantRepository.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync HomeAssistantRepository
*** syncing HomeAssistantRepository
From https://git.edevau.net/onkelbeh/HomeAssistantRepository
4a3023514..11436cf1f master -> origin/master
Updating 4a3023514..11436cf1f
Fast-forward
README.md | 8 +--
dev-python/pysignalclirestapi/Manifest | 2 +-
....ebuild => pysignalclirestapi-0.3.18-r1.ebuild} | 3 +-
dev-python/pyusb/Manifest | 4 ++
.../pyusb/files/pyusb-1.2.1-setuptools.patch | 37 ++++++++++
dev-python/pyusb/metadata.xml | 15 ++++
dev-python/pyusb/pyusb-1.2.1-r2.ebuild | 30 ++++++++
sys-libs/tdb/Manifest | 4 ++
.../tdb/files/tdb-1.4.7-configure-clang16.patch | 26 +++++++
sys-libs/tdb/metadata.xml | 8 +++
sys-libs/tdb/tdb-1.4.10.ebuild | 79 ++++++++++++++++++++++
11 files changed, 209 insertions(+), 7 deletions(-)
rename dev-python/pysignalclirestapi/{pysignalclirestapi-0.3.18.ebuild => pysignalclirestapi-0.3.18-r1.ebuild} (87%)
create mode 100644 dev-python/pyusb/Manifest
create mode 100644 dev-python/pyusb/files/pyusb-1.2.1-setuptools.patch
create mode 100644 dev-python/pyusb/metadata.xml
create mode 100644 dev-python/pyusb/pyusb-1.2.1-r2.ebuild
create mode 100644 sys-libs/tdb/Manifest
create mode 100644 sys-libs/tdb/files/tdb-1.4.7-configure-clang16.patch
create mode 100644 sys-libs/tdb/metadata.xml
create mode 100644 sys-libs/tdb/tdb-1.4.10.ebuild
*** synced HomeAssistantRepository
* 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 HomeAssistantRepository
* sci-libs/tensorflow-2.5.0-r3: failed sourcing ebuild: inherit requires unknown eclass: bazel.eclass
* Cache regen failed with 1
|