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
|
{'description': {'en': 'Official Gentoo ebuild repository'},
'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
'homepage': 'https://gentoo.org/',
'name': 'gentoo',
'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
'quality': 'core',
'source': [{'type': 'rsync',
'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
{'type': 'git',
'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
'status': 'official'}
$ pmaint sync gentoo
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 gentoo
From https://anongit.gentoo.org/git/repo/gentoo
1dbae97d641c..01e54208c0d3 master -> origin/master
Updating 1dbae97d641c..01e54208c0d3
Fast-forward
games-action/supertuxkart/Manifest | 1 +
.../files/supertuxkart-0.9.3-fix-buildsystem.patch | 103 +++++++++++++++++++++
.../supertuxkart-0.9.3-irrlicht-arch-support.patch | 47 ++++++++++
.../supertuxkart-0.9.3-irrlicht-bundled-libs.patch | 33 +++++++
.../supertuxkart-0.9.3-irrlicht-system-libs.patch | 56 +++++++++++
.../files/supertuxkart-0.9.3-unbundle-enet.patch | 57 ++++++++++++
.../files/supertuxkart-0.9.3-unbundle-libs.patch | 19 ++++
games-action/supertuxkart/metadata.xml | 1 +
.../supertuxkart/supertuxkart-0.9.3.ebuild | 90 ++++++++++++++++++
media-libs/libopenglrecorder/Manifest | 1 +
.../libopenglrecorder-0.1.0.ebuild | 44 +++++++++
media-libs/libopenglrecorder/metadata.xml | 15 +++
media-libs/mesa/mesa-17.2.7.ebuild | 2 +-
profiles/profiles.desc | 28 +++---
x11-libs/libdrm/libdrm-2.4.88.ebuild | 2 +-
15 files changed, 483 insertions(+), 16 deletions(-)
create mode 100644 games-action/supertuxkart/files/supertuxkart-0.9.3-fix-buildsystem.patch
create mode 100644 games-action/supertuxkart/files/supertuxkart-0.9.3-irrlicht-arch-support.patch
create mode 100644 games-action/supertuxkart/files/supertuxkart-0.9.3-irrlicht-bundled-libs.patch
create mode 100644 games-action/supertuxkart/files/supertuxkart-0.9.3-irrlicht-system-libs.patch
create mode 100644 games-action/supertuxkart/files/supertuxkart-0.9.3-unbundle-enet.patch
create mode 100644 games-action/supertuxkart/files/supertuxkart-0.9.3-unbundle-libs.patch
create mode 100644 games-action/supertuxkart/supertuxkart-0.9.3.ebuild
create mode 100644 media-libs/libopenglrecorder/Manifest
create mode 100644 media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild
create mode 100644 media-libs/libopenglrecorder/metadata.xml
*** synced gentoo
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
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
|