blob: bcca599022756c694da5e95b93198c369d8fd938 (
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
34
|
{'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'}
pkgcore 0.12.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync wine
*** syncing wine
From https://anongit.gentoo.org/git/repo/proj/wine
788a72b..c472046 master -> origin/master
Updating 788a72b..c472046
Fast-forward
app-emulation/wine-staging/Manifest | 2 +
.../wine-staging/wine-staging-6.23.ebuild | 617 +++++++++++++++++++++
app-emulation/wine-vanilla/Manifest | 1 +
.../wine-vanilla/wine-vanilla-6.23.ebuild | 542 ++++++++++++++++++
4 files changed, 1162 insertions(+)
create mode 100644 app-emulation/wine-staging/wine-staging-6.23.ebuild
create mode 100644 app-emulation/wine-vanilla/wine-vanilla-6.23.ebuild
*** synced wine
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 wine
* Cache regenerated successfully
|