blob: 3e72cec312a396fde964ba74ef01275990c23fd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{'description': {'en': 'Bitcoin and CPU/GPU mining related ebuilds'},
'homepage': 'https://gitlab.com/bitcoin/gentoo.git',
'name': 'bitcoin',
'owner': [{'email': 'flo@geekplace.eu',
'name': 'Florian Schmaus',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/bitcoin/gentoo.git'}],
'status': 'unofficial'}
$ pmaint sync bitcoin
From https://gitlab.com/bitcoin/gentoo
91ecf6f..c1ec18d master -> origin/master
Updating 91ecf6f..c1ec18d
Fast-forward
net-p2p/c-lightning/files/init.d-lightningd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
*** syncing bitcoin
*** synced bitcoin
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 bitcoin
* Cache regenerated successfully
|