blob: b05d621009801cfc39caea95b545d87d8a35fa34 (
plain)
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
|
{'description': {'en': 'All supported Wine ebuilds from the Gentoo Wine '
'Project'},
'homepage': 'https://wiki.gentoo.org/wiki/Project:Wine',
'name': 'wine',
'owner': [{'email': 'wine@gentoo.org',
'name': 'Gentoo Wine Project',
'type': 'project'}],
'quality': 'testing',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/proj/wine.git'},
{'type': 'git',
'uri': 'git://anongit.gentoo.org/repo/proj/wine.git'}],
'status': 'official'}
$ pmaint sync wine
From https://anongit.gentoo.org/git/repo/proj/wine
dd8a604..e8b32ed master -> origin/master
Updating dd8a604..e8b32ed
Fast-forward
app-emulation/wine-gecko/Manifest | 6 +++--
app-emulation/wine-gecko/wine-gecko-2.47.1.ebuild | 26 ++++++++++++++++++++++
app-emulation/wine-staging/wine-staging-5.0.ebuild | 2 +-
.../wine-staging/wine-staging-9999.ebuild | 2 +-
app-emulation/wine-vanilla/wine-vanilla-5.0.ebuild | 2 +-
.../wine-vanilla/wine-vanilla-9999.ebuild | 2 +-
6 files changed, 34 insertions(+), 6 deletions(-)
create mode 100644 app-emulation/wine-gecko/wine-gecko-2.47.1.ebuild
*** syncing wine
*** synced wine
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 wine
* Cache regenerated successfully
|