1 | {'description': {'en': 'Ebuilds for the Monero cryptocurrency and\n'
|
2 | ' related software.'},
|
3 | 'feed': ['https://github.com/gentoo-monero/gentoo-monero/commits/master.atom'],
|
4 | 'homepage': 'https://github.com/gentoo-monero/gentoo-monero',
|
5 | 'name': 'monero',
|
6 | 'owner': [{'email': 'matt@offtopica.uk',
|
7 | 'name': 'Matt Smith',
|
8 | 'type': 'person'}],
|
9 | 'quality': 'experimental',
|
10 | 'source': [{'type': 'git',
|
11 | 'uri': 'https://github.com/gentoo-monero/gentoo-monero.git'},
|
12 | {'type': 'git',
|
13 | 'uri': 'git+ssh://git@github.com/gentoo-monero/gentoo-monero.git'}],
|
14 | 'status': 'unofficial'}
|
15 | $ pmaint sync monero
|
16 | warning: Pulling without specifying how to reconcile divergent branches is
|
17 | discouraged. You can squelch this message by running one of the following
|
18 | commands sometime before your next pull:
|
19 |
|
20 | git config pull.rebase false # merge (the default strategy)
|
21 | git config pull.rebase true # rebase
|
22 | git config pull.ff only # fast-forward only
|
23 |
|
24 | You can replace "git config" with "git config --global" to set a default
|
25 | preference for all repositories. You can also pass --rebase, --no-rebase,
|
26 | or --ff-only on the command line to override the configured default per
|
27 | invocation.
|
28 |
|
29 | From https://github.com/gentoo-monero/gentoo-monero
|
30 | cd49bd0..59e5232 master -> origin/master
|
31 | Updating cd49bd0..59e5232
|
32 | Fast-forward
|
33 | acct-group/monero/metadata.xml | 8 ++
|
34 | acct-group/monero/monero-0.ebuild | 8 ++
|
35 | acct-user/monero/metadata.xml | 8 ++
|
36 | acct-user/monero/monero-0.ebuild | 11 +++
|
37 | net-p2p/monero/files/monerod-0.16.0.3-r1.confd | 6 ++
|
38 | net-p2p/monero/files/monerod-0.16.0.3-r1.initd | 21 ++++++
|
39 | .../monero/files/monerod-0.16.0.3-r1.monerod.conf | 8 ++
|
40 | net-p2p/monero/monero-0.16.0.3-r1.ebuild | 86 ++++++++++++++++++++++
|
41 | 8 files changed, 156 insertions(+)
|
42 | create mode 100644 acct-group/monero/metadata.xml
|
43 | create mode 100644 acct-group/monero/monero-0.ebuild
|
44 | create mode 100644 acct-user/monero/metadata.xml
|
45 | create mode 100644 acct-user/monero/monero-0.ebuild
|
46 | create mode 100644 net-p2p/monero/files/monerod-0.16.0.3-r1.confd
|
47 | create mode 100644 net-p2p/monero/files/monerod-0.16.0.3-r1.initd
|
48 | create mode 100644 net-p2p/monero/files/monerod-0.16.0.3-r1.monerod.conf
|
49 | create mode 100644 net-p2p/monero/monero-0.16.0.3-r1.ebuild
|
50 | *** syncing monero
|
51 | *** synced monero
|
52 | * Sync succeeded
|
53 | $ git log --format=%ci -1
|
54 | $ git show -q --pretty=format:%G? HEAD
|
55 | $ pmaint regen --use-local-desc --pkg-desc-index -t 1 monero
|
56 | * Cache regenerated successfully
|