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
32
33
34
|
{'description': {'en': 'Overlay for scientific software and other utilities'},
'feed': ['https://github.com/TheChymera/overlay/commits/master.atom'],
'homepage': 'https://github.com/TheChymera/overlay',
'name': 'chymeric',
'owner': [{'email': 'chr@chymera.eu',
'name': 'Horea Christian',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/TheChymera/overlay.git'},
{'type': 'git', 'uri': 'git://github.com/TheChymera/overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/TheChymera/overlay.git'}],
'status': 'unofficial'}
$ pmaint sync chymeric
From https://github.com/TheChymera/overlay
394fdd4..880fecb master -> origin/master
Updating 394fdd4..880fecb
Fast-forward
.../ABI-connectivity-data-0.2.ebuild | 32 ++++++++++++++++++++++
sci-biology/ABI-connectivity-data/ChangeLog | 5 ++++
sci-biology/ABI-connectivity-data/Manifest | 1 +
sci-biology/ABI-connectivity-data/metadata.xml | 16 +++++++++++
4 files changed, 54 insertions(+)
create mode 100644 sci-biology/ABI-connectivity-data/ABI-connectivity-data-0.2.ebuild
create mode 100644 sci-biology/ABI-connectivity-data/ChangeLog
create mode 100644 sci-biology/ABI-connectivity-data/Manifest
create mode 100644 sci-biology/ABI-connectivity-data/metadata.xml
*** syncing chymeric
*** synced chymeric
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 chymeric
* Cache regenerated successfully
|