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
|
{'description': {'en': 'experimental newer gnome ebuilds'},
'feed': ['https://github.com/Heather/gentoo-gnome/commits/master.atom'],
'homepage': 'https://github.com/Heather/gentoo-gnome',
'name': 'gnome-next',
'owner': [{'email': 'cynede@gentoo.org',
'name': 'Mikhail Pukhlikov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/Heather/gentoo-gnome.git'},
{'type': 'git', 'uri': 'git@github.com:Heather/gentoo-gnome.git'}],
'status': 'unofficial'}
$ pmaint sync gnome-next
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
*** syncing gnome-next
From https://github.com/Heather/gentoo-gnome
5fcb936f..309c7e81 master -> origin/master
Updating 5fcb936f..309c7e81
Fast-forward
gnome-base/librsvg/Manifest | 2 +-
.../files/librsvg-2.40.12-gtk-optional.patch | 58 ----------------------
.../files/librsvg-2.42.2-dladdr-libdl.patch | 23 ---------
...librsvg-2.42.5.ebuild => librsvg-2.43.0.ebuild} | 4 --
4 files changed, 1 insertion(+), 86 deletions(-)
delete mode 100644 gnome-base/librsvg/files/librsvg-2.40.12-gtk-optional.patch
delete mode 100644 gnome-base/librsvg/files/librsvg-2.42.2-dladdr-libdl.patch
rename gnome-base/librsvg/{librsvg-2.42.5.ebuild => librsvg-2.43.0.ebuild} (94%)
*** synced gnome-next
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gnome-next
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:EAPI 7 isn't fully supported
* Cache regenerated successfully
|