blob: f4e44f9a33d19ba5e0e959ef9b945cfd2173bca8 (
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
|
{'description': {'en': "Scott Alfter's ebuilds"},
'homepage': 'https://gitlab.com/salfter/portage',
'name': 'salfter',
'owner': [{'email': 'scott@alfter.us',
'name': 'Scott Alfter',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/salfter/portage.git'}],
'status': 'unofficial'}
$ pmaint sync salfter
From https://gitlab.com/salfter/portage
1d21ff8..d687397 master -> origin/master
Updating 1d21ff8..d687397
Fast-forward
net-misc/hashcash/Manifest | 4 +-
net-misc/hashcash/files/hashcash.conf | 2 +
net-misc/hashcash/files/hashcash.init | 89 ++++++++++++++++++++++
...cash-1.22-r1.ebuild => hashcash-1.22-r2.ebuild} | 2 +
4 files changed, 96 insertions(+), 1 deletion(-)
create mode 100644 net-misc/hashcash/files/hashcash.conf
create mode 100755 net-misc/hashcash/files/hashcash.init
rename net-misc/hashcash/{hashcash-1.22-r1.ebuild => hashcash-1.22-r2.ebuild} (87%)
*** syncing salfter
*** synced salfter
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 salfter
* dev-python/jsonrpc-9999: failed sourcing ebuild: inherit requires unknown eclass: bzr.eclass
* Cache regen failed with 1
|