Diff energi3-3.0.8 with a energi3-3.1.0
/usr/portage/net-p2p/energi3/energi3-3.1.0.ebuild 2024-12-25 14:59:52.663270180 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
8 | 8 |
DESCRIPTION="Official golang implementation of the Energi Core" |
9 | 9 |
HOMEPAGE="https://www.energi.world/" |
10 | 10 | |
11 |
PATCHES=( |
|
12 |
"${FILESDIR}/${PV}-tidy.patch" |
|
13 |
) |
|
14 | ||
11 | 15 |
if [[ ${PV} == *9999 ]] ; then |
12 | 16 |
EGIT_REPO_URI="https://github.com/energicryptocurrency/${PN}.git" |
13 | 17 |
EGIT_SUBMODULES=() |
... | ... | |
19 | 23 | |
20 | 24 |
LICENSE="GPL-3 LGPL-3" |
21 | 25 |
SLOT="0" |
22 |
IUSE="" |
|
26 | ||
23 | 27 |
RDEPEND="acct-user/energi3" |
24 | 28 | |
25 | 29 |
# Does all kinds of wonky stuff like connecting to Docker daemon, network activity, ... |