mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-vcs/gitolite: Switch to git-r3 and simplify
Closes: https://github.com/gentoo/gentoo/pull/17751 Signed-off-by: Jonathan Davies <jpds@protonmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
committed by
Matt Turner
parent
4abc446d0f
commit
55653c0a13
@@ -3,19 +3,17 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
[[ ${PV} == *9999 ]] && SCM="git-2"
|
||||
EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git"
|
||||
EGIT_MASTER=master
|
||||
|
||||
inherit perl-module ${SCM}
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Highly flexible server for git directory version tracker"
|
||||
HOMEPAGE="https://github.com/sitaramc/gitolite"
|
||||
if [[ ${PV} != *9999 ]]; then
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
else
|
||||
SRC_URI=""
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
Reference in New Issue
Block a user