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
|
{'description': {'en': 'New mozilla development that is not yet in tree'},
'feed': ['https://cgit.gentoo.org/proj/mozilla.git/atom/'],
'homepage': 'https://cgit.gentoo.org/proj/mozilla.git',
'name': 'mozilla',
'owner': [{'email': 'mozilla@gentoo.org', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/proj/mozilla.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/proj/mozilla.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/proj/mozilla.git'}],
'status': 'official'}
$ pmaint sync mozilla
From https://anongit.gentoo.org/git/proj/mozilla
07b81e4..9e7ea5b master -> origin/master
Updating 07b81e4..9e7ea5b
Fast-forward
mail-client/thunderbird/Manifest | 109 ++++++-------
.../files/thunderbird-68.2.2-rust-1.39+.patch | 170 ---------------------
...-68.3.1.ebuild => thunderbird-68.5.0-r1.ebuild} | 17 ++-
3 files changed, 68 insertions(+), 228 deletions(-)
delete mode 100644 mail-client/thunderbird/files/thunderbird-68.2.2-rust-1.39+.patch
rename mail-client/thunderbird/{thunderbird-68.3.1.ebuild => thunderbird-68.5.0-r1.ebuild} (98%)
*** syncing mozilla
*** synced mozilla
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 mozilla
* Cache regenerated successfully
|