+++ /dev/null
-DIST qmail-qsanity-0.52 3888 BLAKE2B 41ef561890d16bc3ef828a05bb0273bd7a6183dc2d72c3b88ece1ed218a8dc3962791d4d7d8c2c16d97a5f01820ccba93ce0e999fc01a8d3434c9f33c42f3825 SHA512 fa0b9f9efc3138ab700d03fab4214b1f1e07eb03a812f0c74435c545ddb64d0a2e9b47bb3c063c16259c6f2e23ed2157d6316d6cabc820ad7f00dbf22ae4c0bb
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>robbat2@gentoo.org</email>
- <name>Robin H. Johnson</name>
-</maintainer>
-<longdescription>qmail-qsanity checks your queue data structures for internal
- consistency. If it finds any problems, it prints a warning to stderr. Plans
- are to change it to generate shell commands which will correct the
- problems.</longdescription>
-</pkgmetadata>
+++ /dev/null
-# 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}
-}
# No amd64 keywords.
# Removal in 30 days. Bug #693866.
net-mail/qmail-lint
-net-mail/qmail-qsanity
# Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
# Unofficial build. Superseded by official 2.49.5 release.