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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
{'description': {'en': 'Official Gentoo ebuild repository'},
'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
'homepage': 'https://gentoo.org/',
'name': 'gentoo',
'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
'quality': 'core',
'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
'status': 'official'}
$ pmaint sync gentoo
From https://anongit.gentoo.org/git/repo/gentoo
e170eaf9069..d0c978c31df master -> origin/master
Updating e170eaf9069..d0c978c31df
Fast-forward
app-forensics/aide/Manifest | 1 +
app-forensics/aide/aide-0.16.2_p20200614.ebuild | 156 +++++++++++++++++++++
...e-0.16.2_p20200614_define_hash_use_gcrypt.patch | 37 +++++
app-forensics/aide/files/aide.conf-r1 | 133 ++++++++++++++++++
app-forensics/aide/metadata.xml | 12 +-
dev-libs/keystone/metadata.xml | 9 +-
dev-lisp/roswell/Manifest | 2 +
dev-lisp/roswell/roswell-20.04.14.105.ebuild | 22 +++
dev-lisp/roswell/roswell-20.05.14.106.ebuild | 22 +++
dev-util/conan/Manifest | 1 +
dev-util/conan/conan-1.26.1.ebuild | 75 ++++++++++
gui-apps/grim/Manifest | 1 +
gui-apps/grim/grim-1.3.0.ebuild | 44 ++++++
gui-apps/slurp/slurp-9999.ebuild | 5 +-
gui-libs/wlroots/Manifest | 1 +
gui-libs/wlroots/wlroots-0.11.0.ebuild | 76 ++++++++++
gui-libs/wlroots/wlroots-9999.ebuild | 4 +-
gui-wm/sway/Manifest | 2 +-
.../sway/{sway-1.5_rc1.ebuild => sway-1.5.ebuild} | 6 +-
gui-wm/sway/sway-9999.ebuild | 5 +-
media-gfx/iscan/iscan-3.62.0.ebuild | 2 +
sci-astronomy/stellarium/Manifest | 2 +
sci-astronomy/stellarium/metadata.xml | 1 +
sci-astronomy/stellarium/stellarium-0.20.2.ebuild | 91 ++++++++++++
sys-apps/dstat/dstat-0.7.4-r2.ebuild | 56 ++++++++
.../dstat/files/dstat-0.7.4-fix-csv-output.patch | 21 +++
sys-cluster/spark-bin/Manifest | 3 +-
sys-cluster/spark-bin/spark-bin-2.3.1-r1.ebuild | 61 --------
...ark-bin-2.4.5.ebuild => spark-bin-2.4.6.ebuild} | 0
www-apps/gitea/Manifest | 3 +-
www-apps/gitea/files/1.12-fix-vendoring.patch | 13 ++
.../{gitea-1.11.6.ebuild => gitea-1.11.8.ebuild} | 2 +-
www-apps/gitea/gitea-1.12.1.ebuild | 126 +++++++++++++++++
www-apps/gitea/gitea-9999.ebuild | 105 ++++++--------
34 files changed, 954 insertions(+), 146 deletions(-)
create mode 100644 app-forensics/aide/aide-0.16.2_p20200614.ebuild
create mode 100644 app-forensics/aide/files/aide-0.16.2_p20200614_define_hash_use_gcrypt.patch
create mode 100644 app-forensics/aide/files/aide.conf-r1
create mode 100644 dev-lisp/roswell/roswell-20.04.14.105.ebuild
create mode 100644 dev-lisp/roswell/roswell-20.05.14.106.ebuild
create mode 100644 dev-util/conan/conan-1.26.1.ebuild
create mode 100644 gui-apps/grim/grim-1.3.0.ebuild
create mode 100644 gui-libs/wlroots/wlroots-0.11.0.ebuild
rename gui-wm/sway/{sway-1.5_rc1.ebuild => sway-1.5.ebuild} (94%)
create mode 100644 sci-astronomy/stellarium/stellarium-0.20.2.ebuild
create mode 100644 sys-apps/dstat/dstat-0.7.4-r2.ebuild
create mode 100644 sys-apps/dstat/files/dstat-0.7.4-fix-csv-output.patch
delete mode 100644 sys-cluster/spark-bin/spark-bin-2.3.1-r1.ebuild
rename sys-cluster/spark-bin/{spark-bin-2.4.5.ebuild => spark-bin-2.4.6.ebuild} (100%)
create mode 100644 www-apps/gitea/files/1.12-fix-vendoring.patch
rename www-apps/gitea/{gitea-1.11.6.ebuild => gitea-1.11.8.ebuild} (99%)
create mode 100644 www-apps/gitea/gitea-1.12.1.ebuild
*** syncing gentoo
*** synced gentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
* Cache regenerated successfully
|