Diff prosody-modules-0_pre20230221 with a prosody-modules-9999
/usr/portage/net-im/prosody-modules/prosody-modules-9999.ebuild 2023-10-09 14:52:34.448368475 +0300 | ||
---|---|---|
1 |
# Copyright 2020-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit savedconfig |
|
6 |
inherit mercurial savedconfig |
|
7 | ||
8 |
EHG_REPO_URI="https://hg.prosody.im/${PN}/" |
|
7 | 9 | |
8 | 10 |
DESCRIPTION="A collection of community-maintained modules for Prosody" |
9 | 11 |
HOMEPAGE="https://modules.prosody.im" |
10 |
SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${P}.tar.xz" |
|
11 |
S="${WORKDIR}/${PN}" |
|
12 | 12 | |
13 | 13 |
LICENSE="MIT" |
14 | 14 |
SLOT="0" |
15 |
KEYWORDS="~amd64 ~arm ~arm64 ~x86" |
|
15 |
KEYWORDS="" |
|
16 | 16 | |
17 | 17 |
RDEPEND="net-im/prosody" |
18 | 18 |