mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-p2p/arti: improve metadata in ebuild
- remove crust from DESCRIPTION - add not-remote-id-like HOMEPAGE - explicitly state dual licensing Bug: https://bugs.gentoo.org/957172 Signed-off-by: Filip Kobierski <fkobi@pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42460 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
0cef5e7caf
commit
9b60fee1e8
@@ -6,8 +6,8 @@ EAPI=8
|
|||||||
CRATES=""
|
CRATES=""
|
||||||
inherit cargo
|
inherit cargo
|
||||||
|
|
||||||
DESCRIPTION="An implementation of Tor, in Rust."
|
DESCRIPTION="Implementation of Tor in Rust"
|
||||||
HOMEPAGE="https://gitlab.torproject.org/tpo/core/arti/"
|
HOMEPAGE="https://tpo.pages.torproject.net/core/arti/ https://gitlab.torproject.org/tpo/core/arti/"
|
||||||
|
|
||||||
if [[ "${PV}" == *9999 ]]; then
|
if [[ "${PV}" == *9999 ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
@@ -19,7 +19,7 @@ else
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LICENSE="MIT Apache-2.0"
|
LICENSE="|| ( Apache-2.0 MIT )"
|
||||||
# Dependent crate licenses
|
# Dependent crate licenses
|
||||||
LICENSE+="
|
LICENSE+="
|
||||||
Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 openssl Unicode-3.0
|
Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 openssl Unicode-3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user