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': 'Gentoo user overlay'},
'feed': ['https://github.com/Heather/gentoo-cynede/commits/master.atom'],
'homepage': 'https://github.com/Heather/gentoo-cynede',
'name': 'cynede',
'owner': [{'email': 'cynede@gentoo.org',
'name': 'Mikhail Pukhlikov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/Heather/gentoo-cynede.git'},
{'type': 'git',
'uri': 'git://github.com/Heather/gentoo-cynede.git'},
{'type': 'git', 'uri': 'git@github.com:Heather/gentoo-cynede.git'}],
'status': 'unofficial'}
$ pmaint sync cynede
From https://github.com/Heather/gentoo-cynede
1431ed6..1724ccc master -> origin/master
Updating 1431ed6..1724ccc
Fast-forward
net-im/discord/Manifest | 2 +-
net-im/discord/{discord-0.0.87.ebuild => discord-0.0.89.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename net-im/discord/{discord-0.0.87.ebuild => discord-0.0.89.ebuild} (100%)
*** syncing cynede
*** synced cynede
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 cynede
* Cache regenerated successfully
|