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
|
{'description': {'en': 'experimental newer gnome ebuilds'},
'feed': ['https://github.com/Heather/gentoo-gnome/commits/master.atom'],
'homepage': 'https://github.com/Heather/gentoo-gnome',
'name': 'gnome-next',
'owner': [{'email': 'cynede@gentoo.org',
'name': 'Mikhail Pukhlikov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/Heather/gentoo-gnome.git'},
{'type': 'git', 'uri': 'git@github.com:Heather/gentoo-gnome.git'}],
'status': 'unofficial'}
$ pmaint sync gnome-next
From https://github.com/Heather/gentoo-gnome
0344ba0a9..616781f08 master -> origin/master
Updating 0344ba0a9..616781f08
Fast-forward
gnome-extra/evolution-data-server/Manifest | 2 +-
...on-data-server-3.35.2.ebuild => evolution-data-server-3.35.3.ebuild} | 0
mail-client/evolution/Manifest | 2 +-
.../evolution/{evolution-3.35.2.ebuild => evolution-3.35.3.ebuild} | 0
4 files changed, 2 insertions(+), 2 deletions(-)
rename gnome-extra/evolution-data-server/{evolution-data-server-3.35.2.ebuild => evolution-data-server-3.35.3.ebuild} (100%)
rename mail-client/evolution/{evolution-3.35.2.ebuild => evolution-3.35.3.ebuild} (100%)
*** syncing gnome-next
*** synced gnome-next
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gnome-next
* Cache regenerated successfully
|