app-portage/euscan-ng: add github.com/xgqt�mirror
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
d578f81703
commit
7098973ebc
@ -12,9 +12,15 @@ HOMEPAGE="https://gitlab.com/src_prepare/euscan-ng"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/src_prepare/${PN}.git"
|
||||
EGIT_REPO_URI="
|
||||
https://gitlab.com/src_prepare/${PN}.git
|
||||
https://github.com/xgqt/${PN}.git
|
||||
"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/src_prepare/${PN}/-/archive/${PV}/${PN}-${PV}.tar.gz"
|
||||
SRC_URI="
|
||||
https://gitlab.com/src_prepare/${PN}/-/archive/${PV}/${PN}-${PV}.tar.gz
|
||||
https://github.com/xgqt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
|
@ -12,9 +12,15 @@ HOMEPAGE="https://gitlab.com/src_prepare/euscan-ng"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/src_prepare/${PN}.git"
|
||||
EGIT_REPO_URI="
|
||||
https://gitlab.com/src_prepare/${PN}.git
|
||||
https://github.com/xgqt/${PN}.git
|
||||
"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/src_prepare/${PN}/-/archive/${PV}/${PN}-${PV}.tar.gz"
|
||||
SRC_URI="
|
||||
https://gitlab.com/src_prepare/${PN}/-/archive/${PV}/${PN}-${PV}.tar.gz
|
||||
https://github.com/xgqt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user