blob: ea14aa1a23d9f6d5b857aa59ac61bd823a6f36f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{'description': {'en': 'A collection of ebuilds related to the D programming\n'
' language.'},
'feed': ['https://github.com/gentoo/dlang/commits/master.atom'],
'homepage': 'https://github.com/gentoo/dlang',
'name': 'dlang',
'owner': [{'email': 'Marco.Leise@gmx.de', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/gentoo/dlang.git'},
{'type': 'git', 'uri': 'git@github.com:gentoo/dlang.git'},
{'type': 'git', 'uri': 'git://github.com/gentoo/dlang.git'}],
'status': 'unofficial'}
$ pmaint sync dlang
Already up to date.
*** syncing dlang
*** synced dlang
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 dlang
* Cache regenerated successfully
|