Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/
Date: Tue, 30 Nov 2021 07:54:33
Message-Id: 1638258862.cf69d21bf7eac90374f7ed0c58055dec8d853097.juippis@gentoo
1 commit: cf69d21bf7eac90374f7ed0c58055dec8d853097
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 30 07:53:29 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 30 07:54:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf69d21b
7
8 www-apps/gitea: update HOMEPAGE, update dep list on 1.15.6
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 www-apps/gitea/gitea-1.15.6.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/www-apps/gitea/gitea-1.15.6.ebuild b/www-apps/gitea/gitea-1.15.6.ebuild
16 index a5eec77f6034..4da3155a2589 100644
17 --- a/www-apps/gitea/gitea-1.15.6.ebuild
18 +++ b/www-apps/gitea/gitea-1.15.6.ebuild
19 @@ -2,11 +2,12 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 +
24 inherit fcaps go-module tmpfiles systemd
25 MY_PV="${PV/_rc/-rc}"
26
27 DESCRIPTION="A painless self-hosted Git service"
28 -HOMEPAGE="https://gitea.io"
29 +HOMEPAGE="https://gitea.io https://github.com/go-gitea/gitea"
30
31 if [[ ${PV} != 9999* ]] ; then
32 SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${MY_PV}/gitea-src-${MY_PV}.tar.gz -> ${P}.tar.gz"
33 @@ -22,13 +23,12 @@ LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
34 SLOT="0"
35 IUSE="+acct pam sqlite"
36
37 -COMMON_DEPEND="
38 +DEPEND="
39 acct? (
40 acct-group/git
41 acct-user/git[gitea] )
42 pam? ( sys-libs/pam )"
43 -DEPEND="${COMMON_DEPEND}"
44 -RDEPEND="${COMMON_DEPEND}
45 +RDEPEND="${DEPEND}
46 dev-vcs/git"
47
48 DOCS=(