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:
Maciej Barć 2020-10-24 09:28:31 +02:00
parent d578f81703
commit 7098973ebc
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 16 additions and 4 deletions

View File

@ -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

View File

@ -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