# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit golang-vcs-snapshot tmpfiles systemd EGO_PN="code.gitea.io/gitea" DESCRIPTION="A painless self-hosted Git service" HOMEPAGE="https://gitea.io" SRC_URI="https://github.com/go-gitea/gitea/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64" IUSE="+acct pam sqlite" BDEPEND="