summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-11-30 09:53:29 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-11-30 09:54:22 +0200
commitcf69d21bf7eac90374f7ed0c58055dec8d853097 (patch)
tree0265d6a554b2d642e76402962b5c790c42dd5378
parentwww-apps/gitea: bump to 1.15.6 (diff)
downloadgentoo-cf69d21b.tar.gz
gentoo-cf69d21b.tar.bz2
gentoo-cf69d21b.zip
www-apps/gitea: update HOMEPAGE, update dep list on 1.15.6
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--www-apps/gitea/gitea-1.15.6.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/www-apps/gitea/gitea-1.15.6.ebuild b/www-apps/gitea/gitea-1.15.6.ebuild
index a5eec77f6034..4da3155a2589 100644
--- a/www-apps/gitea/gitea-1.15.6.ebuild
+++ b/www-apps/gitea/gitea-1.15.6.ebuild
@@ -2,11 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit fcaps go-module tmpfiles systemd
MY_PV="${PV/_rc/-rc}"
DESCRIPTION="A painless self-hosted Git service"
-HOMEPAGE="https://gitea.io"
+HOMEPAGE="https://gitea.io https://github.com/go-gitea/gitea"
if [[ ${PV} != 9999* ]] ; then
SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${MY_PV}/gitea-src-${MY_PV}.tar.gz -> ${P}.tar.gz"
@@ -22,13 +23,12 @@ LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
SLOT="0"
IUSE="+acct pam sqlite"
-COMMON_DEPEND="
+DEPEND="
acct? (
acct-group/git
acct-user/git[gitea] )
pam? ( sys-libs/pam )"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
dev-vcs/git"
DOCS=(