mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
*/*: Remove EGIT_MIN_CLONE_TYPE on https://hacktivis.me/git/ repos
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -9,7 +9,6 @@ if [[ "${PV}" = "9999" ]]
|
||||
then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://hacktivis.me/git/cve-client.git"
|
||||
EGIT_MIN_CLONE_TYPE="single+tags"
|
||||
else
|
||||
SRC_URI="https://hacktivis.me/releases/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
@@ -9,7 +9,6 @@ if [[ "${PV}" = "9999" ]]
|
||||
then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://hacktivis.me/git/cve-client.git"
|
||||
EGIT_MIN_CLONE_TYPE="single+tags"
|
||||
else
|
||||
SRC_URI="https://hacktivis.me/releases/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
@@ -10,8 +10,6 @@ HOMEPAGE="https://pleroma.social/"
|
||||
if [[ "${PV}" == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.pleroma.social/pleroma/pleroma"
|
||||
# git-r3 doesn't allows make.conf override of MIN_CLONE_TYPE, so done here for my self-hosted branch
|
||||
EGIT_MIN_CLONE_TYPE="single+tags"
|
||||
KEYWORDS=""
|
||||
else
|
||||
SRC_URI="https://git.pleroma.social/pleroma/pleroma/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
|
||||
|
||||
@@ -10,8 +10,6 @@ HOMEPAGE="https://pleroma.social/"
|
||||
if [[ "${PV}" == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.pleroma.social/pleroma/pleroma"
|
||||
# git-r3 doesn't allows make.conf override of MIN_CLONE_TYPE, so done here for my self-hosted branch
|
||||
EGIT_MIN_CLONE_TYPE="single+tags"
|
||||
KEYWORDS=""
|
||||
else
|
||||
SRC_URI="https://git.pleroma.social/pleroma/pleroma/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
|
||||
|
||||
@@ -8,7 +8,6 @@ inherit xdg
|
||||
if [[ "${PV}" == "9999" ]]
|
||||
then
|
||||
EGIT_REPO_URI="https://hacktivis.me/git/badwolf.git"
|
||||
EGIT_MIN_CLONE_TYPE="single+tags"
|
||||
inherit git-r3
|
||||
else
|
||||
MY_P="${PN}-$(ver_rs 3 - 4 .)"
|
||||
|
||||
@@ -8,7 +8,6 @@ inherit xdg
|
||||
if [[ "${PV}" == "9999" ]]
|
||||
then
|
||||
EGIT_REPO_URI="https://hacktivis.me/git/badwolf.git"
|
||||
EGIT_MIN_CLONE_TYPE="single+tags"
|
||||
inherit git-r3
|
||||
else
|
||||
MY_P="${PN}-$(ver_rs 3 - 4 .)"
|
||||
|
||||
Reference in New Issue
Block a user