summaryrefslogtreecommitdiff
path: root/net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild')
-rw-r--r--net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild b/net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild
deleted file mode 100644
index 976cf819ee0b..000000000000
--- a/net-mail/qmhandle/qmhandle-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="Qmail message queue tool"
-HOMEPAGE="http://qmhandle.sourceforge.net/"
-SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="
- virtual/qmail
- dev-lang/perl
- sys-process/psmisc
-"
-DEPEND=""
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/qmHandle-gentoo-svc.patch
-}
-
-src_install() {
- dodoc README HISTORY
- dobin qmHandle || die "dobin failed"
-}