summaryrefslogtreecommitdiff
path: root/net-mail/qmail-lint
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/qmail-lint')
-rw-r--r--net-mail/qmail-lint/Manifest3
-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, 44 deletions
diff --git a/net-mail/qmail-lint/Manifest b/net-mail/qmail-lint/Manifest
deleted file mode 100644
index 14b249225b1b..000000000000
--- a/net-mail/qmail-lint/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST qmail-lint-0.55 13531 BLAKE2B 53257224dbf87d6537d9e0377d1bbb3f268db464c1291ed159fed82aec69b3f167b6f680ba914367bfe04c6e3763f680848b3523edb87a5c2ccec9e36bc05133 SHA512 d9f81df52f5587c1f4083789ec55795c1b9cfd896583f4bd910ec7fc542daa9da0a6cbe368d261071224981c5e731aa26560ef645a2c9ce64ae8563e9b6b28ec
-EBUILD qmail-lint-0.55.ebuild 563 BLAKE2B b51a3b3d685d0c2d4ae106391dee078c8ec3901a089f5b485e26d68e2933cd5000d85b45a6954e371e91797f7b742a48a160f9035a0def2ec19c9e1b372c5b57 SHA512 066cfa714148a3150a8b8c56544995253235314dba430e78cc9acc5c603404f674ce9f48f4842a48f66bd671ac85b7b838c7366fe8a23d99597f774af42cf7a3
-MISC metadata.xml 397 BLAKE2B 3f8244d0b47b10f0bcb588fb3f7d0636f40c95dbd95ca2361fdfbdf10b368467ac14a2fabff33795a03e334abefc15fcd182f7b793f290fea3933e8f5a4af48f SHA512 c2b97a33cf013b2353821b86a5e533ee1b6e0e2b2bf3494d4b7ef7a7301c0151985d53f17b342697744534f034929a479d8f1bc63a4ed14d999ce8b17f08abc7
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}
-}