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
38
|
{'description': {'en': 'Miscellaneous Gentoo ebuilds'},
'feed': ['https://github.com/bobwya/miscellaneous_ebuilds/commits/master.atom'],
'homepage': 'https://github.com/bobwya/miscellaneous_ebuilds',
'name': 'bobwya',
'owner': [{'email': 'bob.mt.wya@gmail.com',
'name': 'Bob Wya',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/bobwya/miscellaneous_ebuilds.git'},
{'type': 'git',
'uri': 'git://github.com/bobwya/miscellaneous_ebuilds.git'},
{'type': 'git',
'uri': 'git@github.com:bobwya/miscellaneous_ebuilds.git'}],
'status': 'unofficial'}
$ pmaint sync bobwya
From https://github.com/bobwya/miscellaneous_ebuilds
886b6ea..a5d7dc8 master -> origin/master
Updating 886b6ea..a5d7dc8
Fast-forward
app-emulation/wine-vanilla/Manifest | 11 +-
.../wine-vanilla/wine-vanilla-4.0.1-r1.ebuild | 2 +
.../wine-vanilla/wine-vanilla-4.0.1_p1-r1.ebuild | 2 +
.../wine-vanilla/wine-vanilla-4.0.2.ebuild | 2 +
.../wine-vanilla/wine-vanilla-4.0.2_p1.ebuild | 2 +
.../wine-vanilla/wine-vanilla-4.0.3.ebuild | 293 +++++++++++++++++++++
.../wine-vanilla/wine-vanilla-4.0.3_p1.ebuild | 293 +++++++++++++++++++++
eclass/wine.eclass | 30 ++-
8 files changed, 629 insertions(+), 6 deletions(-)
create mode 100644 app-emulation/wine-vanilla/wine-vanilla-4.0.3.ebuild
create mode 100644 app-emulation/wine-vanilla/wine-vanilla-4.0.3_p1.ebuild
*** syncing bobwya
*** synced bobwya
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 bobwya
* Cache regenerated successfully
|