*/*: 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:
Haelwenn (lanodan) Monnier
2023-07-02 15:50:58 +02:00
parent bc86a19c5b
commit 31bbaac835
6 changed files with 0 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -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 .)"

View File

@@ -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 .)"