summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild')
-rw-r--r--net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild b/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild
new file mode 100644
index 000000000000..bdd23f511c3b
--- /dev/null
+++ b/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="qmail-qsanity checks your queue data structures for internal consistency"
+HOMEPAGE="http://www.qmail.org/"
+SRC_URI="mirror://qmail/${P}"
+
+LICENSE="qmail-nelson"
+SLOT="0"
+# Should run on all platforms without issue
+KEYWORDS="x86 ~ppc ~hppa"
+IUSE=""
+
+DEPEND=""
+RDEPEND="virtual/qmail dev-lang/perl"
+
+S=${WORKDIR}
+
+src_unpack() {
+ cp "${DISTDIR}"/${P} ${PN}
+}
+
+src_compile() {
+ einfo "Nothing to compile"
+}
+
+src_install() {
+ dobin ${PN}
+}