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
|
{'description': {'en': 'Random/Custom ebuilds, '
'no-(dbus,systemd,pam,polkit,elogind ...) stuff'},
'homepage': 'https://codeberg.org/phranz/cdlp',
'name': 'cdlp',
'owner': [{'email': 'phranz@subfc.net',
'name': 'Francesco Palumbo',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://codeberg.org/phranz/cdlp.git'}],
'status': 'unofficial'}
pkgcore 0.12.1
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync cdlp
*** syncing cdlp
From https://codeberg.org/phranz/cdlp
5290d26..a78dadd master -> origin/master
Updating 5290d26..a78dadd
Fast-forward
net-libs/webkit-gtk/Manifest | 1 +
.../files/2.28.2-opengl-without-X-fixes.patch | 55 ++++
...e-CompletionHandler-when-USE_OPENGL_OR_ES.patch | 36 +++
net-libs/webkit-gtk/metadata.xml | 15 ++
net-libs/webkit-gtk/webkit-gtk-2.32.1.ebuild | 293 +++++++++++++++++++++
5 files changed, 400 insertions(+)
create mode 100644 net-libs/webkit-gtk/Manifest
create mode 100644 net-libs/webkit-gtk/files/2.28.2-opengl-without-X-fixes.patch
create mode 100644 net-libs/webkit-gtk/files/2.32.1-Properly-use-CompletionHandler-when-USE_OPENGL_OR_ES.patch
create mode 100644 net-libs/webkit-gtk/metadata.xml
create mode 100644 net-libs/webkit-gtk/webkit-gtk-2.32.1.ebuild
*** synced cdlp
* 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 cdlp
* Cache regenerated successfully
|