summaryrefslogtreecommitdiff
blob: c21fa95e7f75669d889b5ea04467548160066256 (plain)
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
{'description': {'en': "TheGreatMcPain's personal ebuild overlay"},
 'feed': ['https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay/commits/master.atom'],
 'homepage': 'https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay',
 'name': 'thegreatmcpain',
 'owner': [{'email': 'sixsupersonic@gmail.com',
            'name': 'James McClain',
            'type': 'person'}],
 'quality': 'experimental',
 'source': [{'type': 'git',
             'uri': 'https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay.git'},
            {'type': 'git',
             'uri': 'git@gitlab.com:TheGreatMcPain/thegreatmcpain-overlay.git'}],
 'status': 'unofficial'}
$ pmaint sync thegreatmcpain
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://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay
   4e4c601..d6f50a2  master     -> origin/master
 * [new branch]      brave      -> origin/brave
Updating 4e4c601..d6f50a2
Fast-forward
 .../{librewolf-r0.eclass => librewolf-r1.eclass}   |   10 +-
 www-client/librewolf/Manifest                      |  112 +-
 www-client/librewolf/files/distribution.ini        |   42 -
 .../{librewolf-wayland.sh => firefox-wayland.sh}   |    0
 .../files/{librewolf-x11.sh => firefox-x11.sh}     |    0
 .../librewolf/files/{librewolf.sh => firefox.sh}   |    0
 .../{librewolf-r2.desktop => firefox-r2.desktop}   |    0
 .../librewolf/files/icon/firefox-symbolic.svg      |   64 --
 www-client/librewolf/librewolf-84.0.2.ebuild       |   23 +-
 www-client/librewolf/librewolf-85.0.ebuild         | 1122 ++++++++++++++++++++
 www-client/librewolf/metadata.xml                  |    8 +-
 11 files changed, 1246 insertions(+), 135 deletions(-)
 rename eclass/{librewolf-r0.eclass => librewolf-r1.eclass} (96%)
 delete mode 100644 www-client/librewolf/files/distribution.ini
 rename www-client/librewolf/files/{librewolf-wayland.sh => firefox-wayland.sh} (100%)
 rename www-client/librewolf/files/{librewolf-x11.sh => firefox-x11.sh} (100%)
 rename www-client/librewolf/files/{librewolf.sh => firefox.sh} (100%)
 rename www-client/librewolf/files/icon/{librewolf-r2.desktop => firefox-r2.desktop} (100%)
 delete mode 100644 www-client/librewolf/files/icon/firefox-symbolic.svg
 create mode 100644 www-client/librewolf/librewolf-85.0.ebuild
*** syncing thegreatmcpain
*** synced thegreatmcpain
 * Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 thegreatmcpain
 * Cache regenerated successfully