summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-10 14:21:01 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-10 14:21:01 +0200
commit3ad8152649af480a95587794edce212561fc53f6 (patch)
tree487d2dfb2f7653d8161cd288b8f0cb5bb6844624 /net-mail
parentnet-mail/qmail-qsanity: Remove last-rited pkg (diff)
downloadgentoo-3ad8152649af480a95587794edce212561fc53f6.tar.gz
gentoo-3ad8152649af480a95587794edce212561fc53f6.tar.bz2
gentoo-3ad8152649af480a95587794edce212561fc53f6.zip
net-mail/qmail-lint: 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-lint/Manifest1
-rw-r--r--net-mail/qmail-lint/metadata.xml10
-rw-r--r--net-mail/qmail-lint/qmail-lint-0.55.ebuild31
3 files changed, 0 insertions, 42 deletions
diff --git a/net-mail/qmail-lint/Manifest b/net-mail/qmail-lint/Manifest
deleted file mode 100644
index f084180c18d8..000000000000
--- a/net-mail/qmail-lint/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qmail-lint-0.55 13531 BLAKE2B 53257224dbf87d6537d9e0377d1bbb3f268db464c1291ed159fed82aec69b3f167b6f680ba914367bfe04c6e3763f680848b3523edb87a5c2ccec9e36bc05133 SHA512 d9f81df52f5587c1f4083789ec55795c1b9cfd896583f4bd910ec7fc542daa9da0a6cbe368d261071224981c5e731aa26560ef645a2c9ce64ae8563e9b6b28ec
diff --git a/net-mail/qmail-lint/metadata.xml b/net-mail/qmail-lint/metadata.xml
deleted file mode 100644
index b57523ef337c..000000000000
--- a/net-mail/qmail-lint/metadata.xml
+++ /dev/null
@@ -1,10 +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-lint checks your qmail configuration for common
- problems. Prints warning or error messages to stdout. </longdescription>
-</pkgmetadata>
diff --git a/net-mail/qmail-lint/qmail-lint-0.55.ebuild b/net-mail/qmail-lint/qmail-lint-0.55.ebuild
deleted file mode 100644
index 604dbc77c935..000000000000
--- a/net-mail/qmail-lint/qmail-lint-0.55.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="qmail-lint checks your qmail configuration for common problems"
-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 ~sparc ~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}
-}