bitcoin

1
{'description': {'en': 'Bitcoin and CPU/GPU mining related ebuilds'},
2
 'homepage': 'https://gitlab.com/bitcoin/gentoo.git',
3
 'name': 'bitcoin',
4
 'owner': [{'email': 'flo@geekplace.eu',
5
            'name': 'Florian Schmaus',
6
            'type': 'person'}],
7
 'quality': 'experimental',
8
 'source': [{'type': 'git', 'uri': 'https://gitlab.com/bitcoin/gentoo.git'}],
9
 'status': 'unofficial'}
10
$ pmaint sync bitcoin
11
warning: Pulling without specifying how to reconcile divergent branches is
12
discouraged. You can squelch this message by running one of the following
13
commands sometime before your next pull:
14
15
  git config pull.rebase false  # merge (the default strategy)
16
  git config pull.rebase true   # rebase
17
  git config pull.ff only       # fast-forward only
18
19
You can replace "git config" with "git config --global" to set a default
20
preference for all repositories. You can also pass --rebase, --no-rebase,
21
or --ff-only on the command line to override the configured default per
22
invocation.
23
24
From https://gitlab.com/bitcoin/gentoo
25
   fd08b3f..03e149c  master     -> origin/master
26
Updating fd08b3f..03e149c
27
Fast-forward
28
 dev-libs/libsecp256k1/Manifest                     |  1 +
29
 .../libsecp256k1-0.1_pre20201028.ebuild            | 76 ++++++++++++++++++++++
30
 2 files changed, 77 insertions(+)
31
 create mode 100644 dev-libs/libsecp256k1/libsecp256k1-0.1_pre20201028.ebuild
32
*** syncing bitcoin
33
*** synced bitcoin
34
 * Sync succeeded
35
$ git log --format=%ci -1
36
$ git show -q --pretty=format:%G? HEAD
37
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 bitcoin
38
 * Cache regenerated successfully