summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-10 14:20:42 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-10 14:20:42 +0200
commit51181faec278d3b1a1644384c06feb6e83f7b8bb (patch)
tree820e038a76e5992fa8633d1fedcd14e1bc3cc4bd /net-mail
parentnet-mail/fastforward: Remove last-rited pkg (diff)
downloadgentoo-51181faec278d3b1a1644384c06feb6e83f7b8bb.tar.gz
gentoo-51181faec278d3b1a1644384c06feb6e83f7b8bb.tar.bz2
gentoo-51181faec278d3b1a1644384c06feb6e83f7b8bb.zip
net-mail/qmail-qsanity: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693866 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/qmail-qsanity/Manifest1
-rw-r--r--net-mail/qmail-qsanity/metadata.xml12
-rw-r--r--net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild31
3 files changed, 0 insertions, 44 deletions
diff --git a/net-mail/qmail-qsanity/Manifest b/net-mail/qmail-qsanity/Manifest
deleted file mode 100644
index d32e57485bb1..000000000000
--- a/net-mail/qmail-qsanity/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qmail-qsanity-0.52 3888 BLAKE2B 41ef561890d16bc3ef828a05bb0273bd7a6183dc2d72c3b88ece1ed218a8dc3962791d4d7d8c2c16d97a5f01820ccba93ce0e999fc01a8d3434c9f33c42f3825 SHA512 fa0b9f9efc3138ab700d03fab4214b1f1e07eb03a812f0c74435c545ddb64d0a2e9b47bb3c063c16259c6f2e23ed2157d6316d6cabc820ad7f00dbf22ae4c0bb
diff --git a/net-mail/qmail-qsanity/metadata.xml b/net-mail/qmail-qsanity/metadata.xml
deleted file mode 100644
index e611051e05a3..000000000000
--- a/net-mail/qmail-qsanity/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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>
diff --git a/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild b/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild
deleted file mode 100644
index fca9a037994b..000000000000
--- a/net-mail/qmail-qsanity/qmail-qsanity-0.52.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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}
-}