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
63
64
65
66
67
|
{'description': {'en': "Voyageur's random ebuilds stuff"},
'feed': ['https://cafarelli.fr/cgi-bin/cgit.cgi/voyageur-overlay/atom'],
'homepage': 'https://cafarelli.fr/cgi-bin/cgit.cgi/voyageur-overlay/',
'name': 'voyageur',
'owner': [{'email': 'voyageur@gentoo.org', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://cafarelli.fr/git/voyageur-overlay/'}],
'status': 'official'}
$ pmaint sync voyageur
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
From https://cafarelli.fr/git/voyageur-overlay
b03a3df..80c92ba master -> origin/master
Updating b03a3df..80c92ba
Fast-forward
metadata/md5-cache/app-admin/checkrestart-0.52 | 2 +-
.../md5-cache/app-emulation/vagrant-bin-2.2.10 | 2 +-
metadata/md5-cache/app-misc/welcome2l-3.04-r1 | 2 +-
metadata/md5-cache/app-misc/welcome2l-9999 | 2 +-
metadata/md5-cache/app-portage/euscan-9999 | 2 +-
metadata/md5-cache/dev-perl/Term-Animation-2.6 | 2 +-
metadata/md5-cache/dev-python/gTTS-2.1.1 | 2 +-
metadata/md5-cache/dev-python/gTTS-token-1.1.3 | 2 +-
metadata/md5-cache/games-arcade/blobby2-1.0 | 2 +-
metadata/md5-cache/games-arcade/funnyboat-9999 | 2 +-
metadata/md5-cache/games-arcade/skystreets-9999 | 2 +-
metadata/md5-cache/games-board/gnubg-9999 | 2 +-
metadata/md5-cache/games-kids/pytraffic-9999 | 2 +-
.../md5-cache/games-simulation/dangerdeep-9999 | 2 +-
metadata/md5-cache/media-libs/openglide-9999 | 4 +-
metadata/md5-cache/media-sound/munt-2.3.0 | 2 +-
metadata/md5-cache/net-misc/dagr-0.71.3 | 2 +-
metadata/md5-cache/net-misc/dagr-9999 | 2 +-
.../net-misc/synology-assistant-6.1_p15163 | 2 +-
metadata/md5-cache/sys-apps/earlyoom-1.6 | 2 +-
metadata/md5-cache/sys-apps/sensei-raw-ctl-9999 | 2 +-
metadata/md5-cache/www-apps/tt-rss-9999 | 2 +-
metadata/md5-cache/www-apps/ttyd-1.6.1 | 2 +-
metadata/md5-cache/x11-misc/3dfsb-1.2 | 2 +-
metadata/md5-cache/x11-misc/eaglemode-0.94.2 | 2 +-
metadata/md5-cache/x11-misc/eaglemode-0.95.0 | 13 ++++
metadata/md5-cache/x11-misc/fsv-0.10_rc1 | 2 +-
x11-misc/eaglemode/Manifest | 30 ++++-----
x11-misc/eaglemode/eaglemode-0.95.0.ebuild | 71 ++++++++++++++++++++++
x11-misc/eaglemode/metadata.xml | 3 +
30 files changed, 130 insertions(+), 41 deletions(-)
create mode 100644 metadata/md5-cache/x11-misc/eaglemode-0.95.0
create mode 100644 x11-misc/eaglemode/eaglemode-0.95.0.ebuild
*** syncing voyageur
*** synced voyageur
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 voyageur
* Cache regenerated successfully
|