public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: www-client/badwolf/, www-apps/pleroma/, net-misc/cve-client/
@ 2023-07-02 13:51 Haelwenn Monnier
  0 siblings, 0 replies; only message in thread
From: Haelwenn Monnier @ 2023-07-02 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     31bbaac8357642ff3c451af57c7dccf40d14feb9
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun Jul  2 13:50:58 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Jul  2 13:51:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31bbaac8

*/*: Remove EGIT_MIN_CLONE_TYPE on https://hacktivis.me/git/ repos

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 net-misc/cve-client/cve-client-1.0.4.ebuild | 1 -
 net-misc/cve-client/cve-client-9999.ebuild  | 1 -
 www-apps/pleroma/pleroma-2.5.2.ebuild       | 2 --
 www-apps/pleroma/pleroma-9999.ebuild        | 2 --
 www-client/badwolf/badwolf-1.2.2.ebuild     | 1 -
 www-client/badwolf/badwolf-9999.ebuild      | 1 -
 6 files changed, 8 deletions(-)

diff --git a/net-misc/cve-client/cve-client-1.0.4.ebuild b/net-misc/cve-client/cve-client-1.0.4.ebuild
index e9814ee41..c4d224207 100644
--- a/net-misc/cve-client/cve-client-1.0.4.ebuild
+++ b/net-misc/cve-client/cve-client-1.0.4.ebuild
@@ -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"

diff --git a/net-misc/cve-client/cve-client-9999.ebuild b/net-misc/cve-client/cve-client-9999.ebuild
index e9814ee41..c4d224207 100644
--- a/net-misc/cve-client/cve-client-9999.ebuild
+++ b/net-misc/cve-client/cve-client-9999.ebuild
@@ -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"

diff --git a/www-apps/pleroma/pleroma-2.5.2.ebuild b/www-apps/pleroma/pleroma-2.5.2.ebuild
index 5afe20eb8..2b6751573 100644
--- a/www-apps/pleroma/pleroma-2.5.2.ebuild
+++ b/www-apps/pleroma/pleroma-2.5.2.ebuild
@@ -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"

diff --git a/www-apps/pleroma/pleroma-9999.ebuild b/www-apps/pleroma/pleroma-9999.ebuild
index 4449ba417..35901999c 100644
--- a/www-apps/pleroma/pleroma-9999.ebuild
+++ b/www-apps/pleroma/pleroma-9999.ebuild
@@ -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"

diff --git a/www-client/badwolf/badwolf-1.2.2.ebuild b/www-client/badwolf/badwolf-1.2.2.ebuild
index 2b8f91e49..76ce085ee 100644
--- a/www-client/badwolf/badwolf-1.2.2.ebuild
+++ b/www-client/badwolf/badwolf-1.2.2.ebuild
@@ -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 .)"

diff --git a/www-client/badwolf/badwolf-9999.ebuild b/www-client/badwolf/badwolf-9999.ebuild
index 64ec61659..dbb42ae89 100644
--- a/www-client/badwolf/badwolf-9999.ebuild
+++ b/www-client/badwolf/badwolf-9999.ebuild
@@ -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 .)"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-02 13:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-02 13:51 [gentoo-commits] repo/proj/guru:dev commit in: www-client/badwolf/, www-apps/pleroma/, net-misc/cve-client/ Haelwenn Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox