guru

1
{'description': {'en': 'GURU: Ebuild repository entirely maintained by Gentoo '
2
                       'users'},
3
 'feed': ['https://cgit.gentoo.org/repo/proj/guru.git/atom/'],
4
 'homepage': 'https://wiki.gentoo.org/wiki/Project:GURU',
5
 'name': 'guru',
6
 'owner': [{'email': 'guru@gentoo.org', 'name': 'GURU', 'type': 'project'}],
7
 'quality': 'experimental',
8
 'source': [{'type': 'git',
9
             'uri': 'https://anongit.gentoo.org/git/repo/proj/guru.git'},
10
            {'type': 'git',
11
             'uri': 'git+ssh://git@git.gentoo.org/repo/proj/guru.git'}],
12
 'status': 'official'}
13
$ pmaint sync guru
14
warning: Pulling without specifying how to reconcile divergent branches is
15
discouraged. You can squelch this message by running one of the following
16
commands sometime before your next pull:
17
18
  git config pull.rebase false  # merge (the default strategy)
19
  git config pull.rebase true   # rebase
20
  git config pull.ff only       # fast-forward only
21
22
You can replace "git config" with "git config --global" to set a default
23
preference for all repositories. You can also pass --rebase, --no-rebase,
24
or --ff-only on the command line to override the configured default per
25
invocation.
26
27
From https://anongit.gentoo.org/git/repo/proj/guru
28
   4831398..2c7356b  master     -> origin/master
29
   0444212..2c7356b  dev        -> origin/dev
30
Updating 4831398..2c7356b
31
Fast-forward
32
 dev-python/asciimatics/Manifest                    |  1 +
33
 dev-python/asciimatics/asciimatics-1.12.0.ebuild   | 36 ++++++++++
34
 games-emulation/melonds/Manifest                   |  2 +
35
 games-emulation/melonds/melonds-0.8.3.ebuild       | 54 ++++++++++++++
36
 games-emulation/melonds/melonds-0.9.ebuild         | 59 +++++++++++++++
37
 games-emulation/melonds/melonds-9999.ebuild        | 59 +++++++++++++++
38
 games-emulation/melonds/metadata.xml               | 15 ++++
39
 gui-apps/swaylock-blur/Manifest                    | 48 -------------
40
 gui-apps/swaylock-blur/metadata.xml                |  8 ---
41
 gui-apps/swaylock-blur/swaylock-blur-0.3.1.ebuild  | 83 ----------------------
42
 gui-apps/swaylock-effects/Manifest                 |  2 +-
43
 ...-1.6.1.ebuild => swaylock-effects-1.6.3.ebuild} |  0
44
 media-libs/amdvlk/Manifest                         | 10 +--
45
 ...dvlk-2020.4.3.ebuild => amdvlk-2020.4.4.ebuild} |  8 +--
46
 sci-electronics/verilator/Manifest                 |  2 +-
47
 ...rilator-4.102.ebuild => verilator-4.104.ebuild} |  0
48
 sys-libs/nss-tls/Manifest                          |  3 +-
49
 sys-libs/nss-tls/nss-tls-1.0.ebuild                |  2 +-
50
 sys-libs/nss-tls/nss-tls-1.1.ebuild                | 55 ++++++++++++++
51
 www-apps/gogs/files/gogs-initd                     |  2 +-
52
 www-apps/gogs/gogs-0.12.3.ebuild                   |  2 +-
53
 www-apps/gogs/metadata.xml                         |  6 +-
54
 www-client/torbrowser-launcher/Manifest            |  2 +
55
 .../files/torbrowser-launcher-distro.patch         | 11 +++
56
 www-client/torbrowser-launcher/metadata.xml        | 14 ++++
57
 .../torbrowser-launcher-0.3.2.ebuild               | 58 +++++++++++++++
58
 .../torbrowser-launcher-0.3.3.ebuild               | 58 +++++++++++++++
59
 .../torbrowser-launcher-9999.ebuild                | 58 +++++++++++++++
60
 28 files changed, 503 insertions(+), 155 deletions(-)
61
 create mode 100644 dev-python/asciimatics/asciimatics-1.12.0.ebuild
62
 create mode 100644 games-emulation/melonds/Manifest
63
 create mode 100644 games-emulation/melonds/melonds-0.8.3.ebuild
64
 create mode 100644 games-emulation/melonds/melonds-0.9.ebuild
65
 create mode 100644 games-emulation/melonds/melonds-9999.ebuild
66
 create mode 100644 games-emulation/melonds/metadata.xml
67
 delete mode 100644 gui-apps/swaylock-blur/Manifest
68
 delete mode 100644 gui-apps/swaylock-blur/metadata.xml
69
 delete mode 100644 gui-apps/swaylock-blur/swaylock-blur-0.3.1.ebuild
70
 rename gui-apps/swaylock-effects/{swaylock-effects-1.6.1.ebuild => swaylock-effects-1.6.3.ebuild} (100%)
71
 rename media-libs/amdvlk/{amdvlk-2020.4.3.ebuild => amdvlk-2020.4.4.ebuild} (95%)
72
 rename sci-electronics/verilator/{verilator-4.102.ebuild => verilator-4.104.ebuild} (100%)
73
 create mode 100644 sys-libs/nss-tls/nss-tls-1.1.ebuild
74
 create mode 100644 www-client/torbrowser-launcher/Manifest
75
 create mode 100644 www-client/torbrowser-launcher/files/torbrowser-launcher-distro.patch
76
 create mode 100644 www-client/torbrowser-launcher/metadata.xml
77
 create mode 100644 www-client/torbrowser-launcher/torbrowser-launcher-0.3.2.ebuild
78
 create mode 100644 www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild
79
 create mode 100644 www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild
80
*** syncing guru
81
*** synced guru
82
 * Sync succeeded
83
$ git log --format=%ci -1
84
$ git show -q --pretty=format:%G? HEAD
85
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 guru
86
 * Cache regenerated successfully