aboutsummaryrefslogtreecommitdiffstats
path: root/net-mail/mblaze/mblaze-0.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/mblaze/mblaze-0.6.ebuild')
-rw-r--r--net-mail/mblaze/mblaze-0.6.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/net-mail/mblaze/mblaze-0.6.ebuild b/net-mail/mblaze/mblaze-0.6.ebuild
index a108686..2830e27 100644
--- a/net-mail/mblaze/mblaze-0.6.ebuild
+++ b/net-mail/mblaze/mblaze-0.6.ebuild
@@ -4,8 +4,14 @@
EAPI=7
DESCRIPTION="Unix utilities to deal with Maildir"
-HOMEPAGE="https://github.com/leahneukirchen/mblaze"
-SRC_URI="https://github.com/leahneukirchen/mblaze/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://git.vuxu.org/mblaze/"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://git.vuxu.org/mblaze"
+else
+ SRC_URI="https://git.vuxu.org/mblaze/snapshot/${P}.tar.gz"
+fi
RESTRICT="mirror"