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
|
{'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
From https://github.com/Heather/gentoo-gnome
a29c9465d..a7f2ded90 master -> origin/master
Updating a29c9465d..a7f2ded90
Fast-forward
app-text/gspell/Manifest | 1 -
app-text/gspell/gspell-1.8.3.ebuild | 47 ---------------
app-text/gspell/metadata.xml | 8 ---
dev-libs/gjs/gjs-1.65.1.build | 68 ++++++++++++++++++++++
media-plugins/grilo-plugins/Manifest | 2 +-
...s-0.3.10.ebuild => grilo-plugins-0.3.11.ebuild} | 13 +++--
media-sound/gnome-music/Manifest | 2 +-
...sic-3.35.2.ebuild => gnome-music-3.36.1.ebuild} | 19 +++---
8 files changed, 88 insertions(+), 72 deletions(-)
delete mode 100644 app-text/gspell/Manifest
delete mode 100644 app-text/gspell/gspell-1.8.3.ebuild
delete mode 100644 app-text/gspell/metadata.xml
create mode 100644 dev-libs/gjs/gjs-1.65.1.build
rename media-plugins/grilo-plugins/{grilo-plugins-0.3.10.ebuild => grilo-plugins-0.3.11.ebuild} (93%)
rename media-sound/gnome-music/{gnome-music-3.35.2.ebuild => gnome-music-3.36.1.ebuild} (79%)
*** syncing gnome-next
*** 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
* Cache regenerated successfully
|