aboutsummaryrefslogtreecommitdiffstats
path: root/net-mail/mblaze/mblaze-9999.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2022-07-30 13:53:49 +0200
committerWolfgang Müller2022-07-30 13:53:49 +0200
commitdf8d6182caabb0f81448ac7c77279f1cde50e5ec (patch)
tree286508a5bfe4536d49b23c74b13b3e92e849a521 /net-mail/mblaze/mblaze-9999.ebuild
parentbc7af97879ee73204921db9fe27376b5f6d78dc2 (diff)
downloadpramantha-df8d6182caabb0f81448ac7c77279f1cde50e5ec.tar.gz
net-mail/mblaze: Drop
Diffstat (limited to '')
-rw-r--r--net-mail/mblaze/mblaze-9999.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-mail/mblaze/mblaze-9999.ebuild b/net-mail/mblaze/mblaze-9999.ebuild
deleted file mode 100644
index 0396d7f..0000000
--- a/net-mail/mblaze/mblaze-9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Unix utilities to deal with Maildir"
-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"
- KEYWORDS="amd64 x86"
-fi
-
-RESTRICT="mirror"
-
-LICENSE="public-domain"
-SLOT="0"
-
-src_install() {
- emake PREFIX="${D}/usr" install
-}