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
|
{'description': {'en': 'GURU: Ebuild repository entirely maintained by Gentoo '
'users'},
'feed': ['https://cgit.gentoo.org/repo/proj/guru.git/atom/'],
'homepage': 'https://wiki.gentoo.org/wiki/Project:GURU',
'name': 'guru',
'owner': [{'email': 'guru@gentoo.org', 'name': 'GURU', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/proj/guru.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/proj/guru.git'}],
'status': 'unofficial'}
$ pmaint sync guru
From https://anongit.gentoo.org/git/repo/proj/guru
5282a28..5300928 master -> origin/master
49867df..4f91890 dev -> origin/dev
Updating 5282a28..5300928
Fast-forward
mail-client/mutt-wizard/Manifest | 1 -
mail-client/mutt-wizard/metadata.xml | 12 ------
.../mutt-wizard/mutt-wizard-0_pre20200430.ebuild | 35 ------------------
net-misc/castor/Manifest | 21 ++++++++++-
.../{castor-0.8.12.ebuild => castor-0.8.14.ebuild} | 43 ++++++++++------------
x11-misc/aerial-sddm-theme/Manifest | 1 +
.../aerial-sddm-theme-0_pre20191018.ebuild | 33 +++++++++++++++++
.../aerial-sddm-theme-9999.ebuild | 33 +++++++++++++++++
x11-misc/aerial-sddm-theme/metadata.xml | 8 ++++
9 files changed, 114 insertions(+), 73 deletions(-)
delete mode 100644 mail-client/mutt-wizard/Manifest
delete mode 100644 mail-client/mutt-wizard/metadata.xml
delete mode 100644 mail-client/mutt-wizard/mutt-wizard-0_pre20200430.ebuild
rename net-misc/castor/{castor-0.8.12.ebuild => castor-0.8.14.ebuild} (83%)
create mode 100644 x11-misc/aerial-sddm-theme/Manifest
create mode 100644 x11-misc/aerial-sddm-theme/aerial-sddm-theme-0_pre20191018.ebuild
create mode 100644 x11-misc/aerial-sddm-theme/aerial-sddm-theme-9999.ebuild
create mode 100644 x11-misc/aerial-sddm-theme/metadata.xml
*** syncing guru
*** synced guru
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 guru
* Cache regenerated successfully
|