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
   9b316fb..cc7f775  master     -> origin/master
26
Updating 9b316fb..cc7f775
27
Fast-forward
28
 net-libs/libwally-core/Manifest                    |   1 +
29
 .../files/0.8.1-sys_libsecp256k1.patch             | 125 +++++++++++++++++++++
30
 .../libwally-core-0.8.1_pre20201125.ebuild         |  46 ++++++++
31
 net-p2p/c-lightning/c-lightning-9999.ebuild        |   4 +-
32
 net-p2p/c-lightning/files/lightningd-9999.conf     |   1 -
33
 5 files changed, 174 insertions(+), 3 deletions(-)
34
 create mode 100644 net-libs/libwally-core/files/0.8.1-sys_libsecp256k1.patch
35
 create mode 100644 net-libs/libwally-core/libwally-core-0.8.1_pre20201125.ebuild
36
 delete mode 120000 net-p2p/c-lightning/files/lightningd-9999.conf
37
*** syncing bitcoin
38
*** synced bitcoin
39
 * Sync succeeded
40
$ git log --format=%ci -1
41
$ git show -q --pretty=format:%G? HEAD
42
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 bitcoin
43
 * Cache regenerated successfully