aboutsummaryrefslogtreecommitdiffstats
path: root/net-mail/mblaze/mblaze-1.0.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2021-01-14 16:53:41 +0100
committerWynn Wolf Arbor2021-01-14 16:53:41 +0100
commita85bdff92db5e38e0b112fae4bd9ca1c92dce38c (patch)
treeefc6239acbed67fb17bd141817d6618a4e6fe2a8 /net-mail/mblaze/mblaze-1.0.ebuild
parent8486d8cc498064117287b2502722708982eb2dea (diff)
downloadpramantha-a85bdff92db5e38e0b112fae4bd9ca1c92dce38c.tar.gz
net-mail/mblaze: Bump to 1.1
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Diffstat (limited to 'net-mail/mblaze/mblaze-1.0.ebuild')
-rw-r--r--net-mail/mblaze/mblaze-1.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-mail/mblaze/mblaze-1.0.ebuild b/net-mail/mblaze/mblaze-1.0.ebuild
deleted file mode 100644
index d57a80e..0000000
--- a/net-mail/mblaze/mblaze-1.0.ebuild
+++ /dev/null
@@ -1,25 +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"
- KEYWORDS="~amd64 ~x86"
-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
-}