bobwya

1
{'description': {'en': 'Miscellaneous Gentoo ebuilds'},
2
 'feed': ['https://github.com/bobwya/miscellaneous_ebuilds/commits/master.atom'],
3
 'homepage': 'https://github.com/bobwya/miscellaneous_ebuilds',
4
 'name': 'bobwya',
5
 'owner': [{'email': 'bob.mt.wya@gmail.com',
6
            'name': 'Bob Wya',
7
            'type': 'person'}],
8
 'quality': 'experimental',
9
 'source': [{'type': 'git',
10
             'uri': 'https://github.com/bobwya/miscellaneous_ebuilds.git'},
11
            {'type': 'git',
12
             'uri': 'git://github.com/bobwya/miscellaneous_ebuilds.git'},
13
            {'type': 'git',
14
             'uri': 'git@github.com:bobwya/miscellaneous_ebuilds.git'}],
15
 'status': 'unofficial'}
16
$ pmaint sync bobwya
17
*** syncing bobwya
18
warning: Pulling without specifying how to reconcile divergent branches is
19
discouraged. You can squelch this message by running one of the following
20
commands sometime before your next pull:
21
22
  git config pull.rebase false  # merge (the default strategy)
23
  git config pull.rebase true   # rebase
24
  git config pull.ff only       # fast-forward only
25
26
You can replace "git config" with "git config --global" to set a default
27
preference for all repositories. You can also pass --rebase, --no-rebase,
28
or --ff-only on the command line to override the configured default per
29
invocation.
30
31
From https://github.com/bobwya/miscellaneous_ebuilds
32
   0d8034f5..d7c330df  master     -> origin/master
33
Updating 0d8034f5..d7c330df
34
Fast-forward
35
 www-client/firefox/Manifest                        | 212 ++++++++++-----------
36
 www-client/firefox/firefox-78.10.0.ebuild          |  16 +-
37
 .../{firefox-87.0.ebuild => firefox-88.0.ebuild}   |  20 +-
38
 www-client/firefox/metadata.xml                    |   1 -
39
 4 files changed, 124 insertions(+), 125 deletions(-)
40
 rename www-client/firefox/{firefox-87.0.ebuild => firefox-88.0.ebuild} (99%)
41
*** synced bobwya
42
 * Sync succeeded
43
$ git log --format=%ci -1
44
$ git show -q --pretty=format:%G? HEAD
45
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 bobwya
46
 * Cache regenerated successfully