aboutsummaryrefslogtreecommitdiffstats
path: root/net-mail/mblaze/mblaze-0.5.1.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-04-09 22:25:08 +0200
committerWynn Wolf Arbor2020-04-09 22:25:08 +0200
commit9819fe4cf4429e1d28bf3d1798fceac9902fefaf (patch)
tree951608e34b621b24818b55ae9589a4695dfeb58d /net-mail/mblaze/mblaze-0.5.1.ebuild
parentca97a2f4f5a3441c6b00362e629249fd1d2820ce (diff)
downloadpramantha-9819fe4cf4429e1d28bf3d1798fceac9902fefaf.tar.gz
net-mail/mblaze: Bump to 0.6
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Diffstat (limited to 'net-mail/mblaze/mblaze-0.5.1.ebuild')
-rw-r--r--net-mail/mblaze/mblaze-0.5.1.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-mail/mblaze/mblaze-0.5.1.ebuild b/net-mail/mblaze/mblaze-0.5.1.ebuild
deleted file mode 100644
index ec80e0a..0000000
--- a/net-mail/mblaze/mblaze-0.5.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-
-RESTRICT="mirror"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-src_install() {
- emake PREFIX="${D}/usr" install
-}