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
|
{'description': {'en': 'Well-documented ebuilds en-route to a bandersnatch '
'near you'},
'homepage': 'https://github.com/leycec/raiagent',
'name': 'raiagent',
'owner': [{'email': 'leycec@gmail.com',
'name': 'Cecil Curry',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/leycec/raiagent'},
{'type': 'git', 'uri': 'git://github.com/leycec/raiagent.git'}],
'status': 'unofficial'}
$ pmaint sync raiagent
WARNING:pkgcore:phackerlay repo at '/var/lib/repo-mirror-ci/sync/phackerlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
From https://github.com/leycec/raiagent
4b9dfcf..b384f4d master -> origin/master
Updating 4b9dfcf..b384f4d
Fast-forward
dev-python/pyside2-tools/Manifest | 3 +-
.../pyside2-tools/pyside2-tools-5.14.2.ebuild | 117 ++++++++++++
dev-python/pyside2/Manifest | 2 +-
dev-python/pyside2/pyside2-5.14.2.ebuild | 205 +++++++++++++++++++++
dev-python/shiboken2/Manifest | 3 +-
dev-python/shiboken2/metadata.xml | 2 +-
...5.14.1-r2.ebuild => shiboken2-5.14.1-r3.ebuild} | 40 ++--
dev-python/shiboken2/shiboken2-5.14.2.ebuild | 166 +++++++++++++++++
8 files changed, 517 insertions(+), 21 deletions(-)
create mode 100644 dev-python/pyside2-tools/pyside2-tools-5.14.2.ebuild
create mode 100644 dev-python/pyside2/pyside2-5.14.2.ebuild
rename dev-python/shiboken2/{shiboken2-5.14.1-r2.ebuild => shiboken2-5.14.1-r3.ebuild} (75%)
create mode 100644 dev-python/shiboken2/shiboken2-5.14.2.ebuild
*** syncing raiagent
*** synced raiagent
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 raiagent
* Cache regenerated successfully
|