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
|
{'description': {'en': 'My personal overlay with a few random packages'},
'feed': ['https://github.com/Phoenix591/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/Phoenix591/gentoo-overlay',
'name': 'phoenix591',
'owner': [{'email': 'kcelbert@gmail.com',
'name': 'Kyle Elbert',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/Phoenix591/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/Phoenix591/gentoo-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync phoenix591
*** syncing phoenix591
From https://github.com/Phoenix591/gentoo-overlay
3b5c853..ad38daa master -> origin/master
Updating 3b5c853..ad38daa
Fast-forward
net-dns/bind/Manifest | 1 +
net-dns/bind/bind-9.17.22.ebuild | 325 ---------------------
.../{bind-9.17.21.ebuild => bind-9.18.1.ebuild} | 2 +-
net-dns/bind/files/named.init-r14 | 0
4 files changed, 2 insertions(+), 326 deletions(-)
delete mode 100644 net-dns/bind/bind-9.17.22.ebuild
rename net-dns/bind/{bind-9.17.21.ebuild => bind-9.18.1.ebuild} (99%)
mode change 100755 => 100644 net-dns/bind/files/named.init-r14
*** synced phoenix591
* 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 phoenix591
* Cache regenerated successfully
|