blob: 82074b8f2b3f693bde1b205f50b28e35ae733616 (
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': 'Bitcoin and CPU/GPU mining related ebuilds'},
'homepage': 'https://gitlab.com/bitcoin/gentoo.git',
'name': 'bitcoin',
'owner': [{'email': 'flow@gentoo.org',
'name': 'Florian Schmaus',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/bitcoin/gentoo.git'}],
'status': 'unofficial'}
pkgcore 0.12.21
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync bitcoin
*** syncing bitcoin
From https://gitlab.com/bitcoin/gentoo
64adb87..3778a84 master -> origin/master
Updating 64adb87..3778a84
Fast-forward
dev-util/bitcoin-tx/bitcoin-tx-25.0.ebuild | 14 ++
dev-util/bitcoin-tx/metadata.xml | 1 +
net-p2p/bitcoin-cli/bitcoin-cli-25.0.ebuild | 14 ++
net-p2p/bitcoin-cli/metadata.xml | 1 +
net-p2p/bitcoin-core/Manifest | 1 +
net-p2p/bitcoin-core/bitcoin-core-25.0.ebuild | 242 ++++++++++++++++++
net-p2p/bitcoin-core/files/25.0-syslibs.patch | 275 +++++++++++++++++++++
net-p2p/bitcoin-core/files/bitcoin-qt.protocol | 11 +
net-p2p/bitcoin-core/files/bitcoin.conf.5 | 19 ++
net-p2p/bitcoin-core/files/bitcoind.logrotate-r1 | 8 +
net-p2p/bitcoin-core/files/bitcoind.openrc | 89 +++++++
net-p2p/bitcoin-core/files/init.patch | 43 ++++
.../files/org.bitcoin.bitcoin-qt.desktop | 15 ++
net-p2p/bitcoin-core/metadata.xml | 28 +++
net-p2p/bitcoin-qt/bitcoin-qt-25.0.ebuild | 19 ++
net-p2p/bitcoin-qt/metadata.xml | 1 +
net-p2p/bitcoind/bitcoind-25.0.ebuild | 19 ++
net-p2p/bitcoind/metadata.xml | 1 +
net-p2p/joinmarket/joinmarket-0.9.10.ebuild | 6 +-
profiles/package.use.force | 5 +
20 files changed, 810 insertions(+), 2 deletions(-)
create mode 100644 dev-util/bitcoin-tx/bitcoin-tx-25.0.ebuild
create mode 100644 net-p2p/bitcoin-cli/bitcoin-cli-25.0.ebuild
create mode 100644 net-p2p/bitcoin-core/Manifest
create mode 100644 net-p2p/bitcoin-core/bitcoin-core-25.0.ebuild
create mode 100644 net-p2p/bitcoin-core/files/25.0-syslibs.patch
create mode 100644 net-p2p/bitcoin-core/files/bitcoin-qt.protocol
create mode 100644 net-p2p/bitcoin-core/files/bitcoin.conf.5
create mode 100644 net-p2p/bitcoin-core/files/bitcoind.logrotate-r1
create mode 100644 net-p2p/bitcoin-core/files/bitcoind.openrc
create mode 100644 net-p2p/bitcoin-core/files/init.patch
create mode 100644 net-p2p/bitcoin-core/files/org.bitcoin.bitcoin-qt.desktop
create mode 100644 net-p2p/bitcoin-core/metadata.xml
create mode 100644 net-p2p/bitcoin-qt/bitcoin-qt-25.0.ebuild
create mode 100644 net-p2p/bitcoind/bitcoind-25.0.ebuild
create mode 100644 profiles/package.use.force
*** synced bitcoin
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 bitcoin
* Cache regenerated successfully
|