blob: fd74bcace3581521c708a42e7a1f4181832ab836 (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
{'description': {'en': 'User overlay'},
'feed': ['https://github.com/perfect7gentleman/pg_overlay/commits/master.atom'],
'homepage': 'https://github.com/perfect7gentleman/pg_overlay',
'name': 'pg_overlay',
'owner': [{'email': 'perfect007gentleman@gmail.com',
'name': 'Perfect Gentleman',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/perfect7gentleman/pg_overlay.git'}],
'status': 'unofficial'}
$ pmaint sync pg_overlay
WARNING:pkgcore:'genthree' repo at '/home/mgorny/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
*** syncing pg_overlay
From https://github.com/perfect7gentleman/pg_overlay
ad717a43..00657627 master -> origin/master
Updating ad717a43..00657627
Fast-forward
app-emulation/virtualbox-additions/Manifest | 3 +
app-emulation/virtualbox-additions/metadata.xml | 12 +
.../virtualbox-additions-5.2.4.ebuild | 35 ++
app-emulation/virtualbox-extpack-oracle/Manifest | 3 +
.../virtualbox-extpack-oracle/metadata.xml | 12 +
.../virtualbox-extpack-oracle-5.2.4.119785.ebuild | 42 ++
app-emulation/virtualbox-modules/Manifest | 6 +
.../files/create_vbox_modules_tarball.sh | 29 ++
.../files/virtualbox-modules-4.1.4-pax-const.patch | 48 +++
.../virtualbox-modules/files/virtualbox.conf | 4 +
app-emulation/virtualbox-modules/metadata.xml | 15 +
.../virtualbox-modules-5.2.4.ebuild | 60 +++
app-emulation/virtualbox/Manifest | 12 +-
.../files/debian-patchset/16-no-update.patch | 8 +-
.../27-hide-host-cache-warning.patch | 2 +-
.../36-fix-vnc-version-string.patch | 2 +-
.../debian-patchset/37-python-3.6-support.patch | 2 +-
.../files/debian-patchset/fix-build.patch | 2 +-
app-emulation/virtualbox/virtualbox-5.2.4.ebuild | 465 +++++++++++++++++++++
19 files changed, 749 insertions(+), 13 deletions(-)
create mode 100644 app-emulation/virtualbox-additions/Manifest
create mode 100644 app-emulation/virtualbox-additions/metadata.xml
create mode 100644 app-emulation/virtualbox-additions/virtualbox-additions-5.2.4.ebuild
create mode 100644 app-emulation/virtualbox-extpack-oracle/Manifest
create mode 100644 app-emulation/virtualbox-extpack-oracle/metadata.xml
create mode 100644 app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-5.2.4.119785.ebuild
create mode 100644 app-emulation/virtualbox-modules/Manifest
create mode 100755 app-emulation/virtualbox-modules/files/create_vbox_modules_tarball.sh
create mode 100644 app-emulation/virtualbox-modules/files/virtualbox-modules-4.1.4-pax-const.patch
create mode 100644 app-emulation/virtualbox-modules/files/virtualbox.conf
create mode 100644 app-emulation/virtualbox-modules/metadata.xml
create mode 100644 app-emulation/virtualbox-modules/virtualbox-modules-5.2.4.ebuild
create mode 100644 app-emulation/virtualbox/virtualbox-5.2.4.ebuild
*** synced pg_overlay
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 pg_overlay
WARNING:pkgcore:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
* Cache regenerated successfully
|