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
35
36
37
|
{'description': {'en': 'tgbugs portage overlay for custom ebuilds'},
'feed': ['https://github.com/tgbugs/tgbugs-overlay/commits/master.atom'],
'homepage': 'https://github.com/tgbugs/tgbugs-overlay',
'name': 'tgbugs-overlay',
'owner': [{'email': 'tgbugs@gmail.com',
'name': 'Tom Gillespie',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/tgbugs/tgbugs-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/tgbugs/tgbugs-overlay.git'},
{'type': 'git', 'uri': 'git@github.com:tgbugs/tgbugs-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync tgbugs-overlay
From https://github.com/tgbugs/tgbugs-overlay
28fe2be..8e80b2c master -> origin/master
Updating 28fe2be..8e80b2c
Fast-forward
dev-python/augpathlib/Manifest | 6 +-
...lib-0.0.3.ebuild => augpathlib-0.0.3-r1.ebuild} | 12 ++-
...lib-0.0.4.ebuild => augpathlib-0.0.4-r1.ebuild} | 12 ++-
dev-python/augpathlib/augpathlib-9999.ebuild | 12 ++-
dev-python/rdflib/Manifest | 4 +-
dev-python/rdflib/rdflib-5.0.1_pre0.ebuild | 112 +++++++++++++++++++++
dev-python/rdflib/rdflib-9999.ebuild | 33 ++++--
7 files changed, 166 insertions(+), 25 deletions(-)
rename dev-python/augpathlib/{augpathlib-0.0.3.ebuild => augpathlib-0.0.3-r1.ebuild} (85%)
rename dev-python/augpathlib/{augpathlib-0.0.4.ebuild => augpathlib-0.0.4-r1.ebuild} (85%)
create mode 100644 dev-python/rdflib/rdflib-5.0.1_pre0.ebuild
*** syncing tgbugs-overlay
*** synced tgbugs-overlay
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 tgbugs-overlay
* Cache regenerated successfully
|