summaryrefslogtreecommitdiff
path: root/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild
reinit the tree, so we can have metadata
Diffstat (limited to 'net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild')
-rw-r--r--net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild29
1 files changed, 29 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..16a155e587d5
--- /dev/null
+++ b/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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}
+}