mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
dev-vcs/git-mediawiki: fix 9999-only status
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
@@ -5,9 +5,19 @@ EAPI=8
|
||||
|
||||
DESCRIPTION=" Gate between Git and Mediawiki "
|
||||
HOMEPAGE="https://github.com/Git-Mediawiki/Git-Mediawiki"
|
||||
EGIT_REPO_URI="https://github.com/Git-Mediawiki/Git-Mediawiki.git"
|
||||
|
||||
inherit git-r3 perl-functions
|
||||
inherit perl-functions
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/Git-Mediawiki/Git-Mediawiki.git"
|
||||
else
|
||||
GIT_COMMIT=c493d54bb1504d2efc02372e37b2e66c3c6e5530
|
||||
MY_PN="Git-Mediawiki"
|
||||
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/"${MY_PN}-${GIT_COMMIT}"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user