blob: 350ebe56f5bf54a9e1d7caa96829fb9596a83239 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{'description': {'en': 'An ebuild overlay for Gentoo.'},
'feed': ['https://github.com/dallenwilson/trolltoo/commits/master.atom'],
'homepage': 'https://github.com/dallenwilson/trolltoo',
'name': 'trolltoo',
'owner': [{'email': 'dallen.wilson@gmail.com',
'name': 'Dallen Wilson',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/dallenwilson/trolltoo.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/dallenwilson/trolltoo.git'}],
'status': 'unofficial'}
$ pmaint sync trolltoo
Already up to date.
*** syncing trolltoo
*** synced trolltoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 trolltoo
* Cache regenerated successfully
|