From 2929788def9a92c1eb237eed93fbdb0c02838bbf Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Oct 2019 22:11:03 +0100 Subject: Revert "gentoo resync : 13.10.2019" This reverts commit ab499d7cfb9ad23e83cf7a4f5052bdf1b4c42030. --- net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild | 31 ++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild (limited to 'net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild') 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..fca9a037994b --- /dev/null +++ b/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=0 + +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="~hppa ~ppc x86" +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} +} -- cgit v1.2.3