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': 'Personal overlay with ebuilds that were missing at one '
'point or another'},
'feed': ['https://github.com/ananace/overlay/commits/master.atom'],
'homepage': 'https://github.com/ananace/overlay',
'name': 'ace',
'owner': [{'email': 'ace@haxalot.com',
'name': 'Alexander Olofsson',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/ananace/overlay.git'},
{'type': 'git', 'uri': 'git://github.com/ananace/overlay.git'},
{'type': 'git', 'uri': 'git@github.com:ananace/overlay.git'}],
'status': 'unofficial'}
$ pmaint sync ace
From https://github.com/ananace/overlay
488c76e..c1b4aaf master -> origin/master
Updating 488c76e..c1b4aaf
Fast-forward
games-util/opentrack/opentrack-9999.ebuild | 2 +-
games-util/oversteer/Manifest | 2 +-
games-util/oversteer/files/oversteer-0.4-qa.patch | 20 --------------------
games-util/oversteer/oversteer-0.4.1.ebuild | 1 +
.../{oversteer-0.4.ebuild => oversteer-9999.ebuild} | 4 ----
5 files changed, 3 insertions(+), 26 deletions(-)
delete mode 100644 games-util/oversteer/files/oversteer-0.4-qa.patch
create mode 120000 games-util/oversteer/oversteer-0.4.1.ebuild
rename games-util/oversteer/{oversteer-0.4.ebuild => oversteer-9999.ebuild} (93%)
*** syncing ace
*** synced ace
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 ace
* Cache regenerated successfully
|