summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-12-31 19:04:19 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-12-31 19:04:19 +0100
commitb8e9a2b5cba210eb3dbf1fdc256c35830a361bdc (patch)
tree509fdedd55b8b93e72bb15211a1739e32168468f /net-mail
parentapp-containers/docker-gc: last-rite (diff)
downloadgentoo-b8e9a2b5cba210eb3dbf1fdc256c35830a361bdc.tar.gz
gentoo-b8e9a2b5cba210eb3dbf1fdc256c35830a361bdc.tar.bz2
gentoo-b8e9a2b5cba210eb3dbf1fdc256c35830a361bdc.zip
net-mail/vchkuser: treeclean
Closes: https://bugs.gentoo.org/881249 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/vchkuser/Manifest1
-rw-r--r--net-mail/vchkuser/metadata.xml11
-rw-r--r--net-mail/vchkuser/vchkuser-0.4-r1.ebuild48
3 files changed, 0 insertions, 60 deletions
diff --git a/net-mail/vchkuser/Manifest b/net-mail/vchkuser/Manifest
deleted file mode 100644
index 59e0a1820c90..000000000000
--- a/net-mail/vchkuser/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vchkuser-0.4.tar.gz 5890 BLAKE2B 2b48f085fdc6acd86cce3c1e12ad2e445ef1059e6f1446719cbfb3649cfe67df36255cc220ef063fbd699d7f26bb1cefde20a0759cc45e0e92ea93c6711f1015 SHA512 3c33a1c26abeaf45ca90ac1f1c9cf7b1ae6eba3f6e5a8d0d8d0d12dce98fbada4209cd916af7af69d7682c174d88741b1140e5c758a08e0d196e73f2b6145699
diff --git a/net-mail/vchkuser/metadata.xml b/net-mail/vchkuser/metadata.xml
deleted file mode 100644
index fcc1a7eab8a0..000000000000
--- a/net-mail/vchkuser/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <use>
- <flag name="debug">Enables debug messages to syslog</flag>
- </use>
- <upstream>
- <remote-id type="github">hollow/vchkuser</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-mail/vchkuser/vchkuser-0.4-r1.ebuild b/net-mail/vchkuser/vchkuser-0.4-r1.ebuild
deleted file mode 100644
index b7a64c31e963..000000000000
--- a/net-mail/vchkuser/vchkuser-0.4-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools qmail
-
-DESCRIPTION="qmail-spp plugin to check recipient existance with vpopmail"
-HOMEPAGE="https://github.com/hollow/vchkuser"
-SRC_URI="https://github.com/hollow/vchkuser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="
- dev-libs/libpcre
- net-mail/vpopmail
- virtual/libcrypt:=
- || (
- mail-mta/netqmail[qmail-spp]
- mail-mta/qmail-ldap[qmail-spp]
- )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/hollow-${PN}-8a048f7"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable debug) \
- --with-vpopuser=vpopmail \
- --with-qmailgroup=nofiles \
- --with-vpopmaildir="${EPREFIX}"/var/vpopmail \
- --with-qmaildir=${QMAIL_HOME}
-}
-
-src_install() {
- default
-
- fowners vpopmail:nofiles "${QMAIL_HOME}"/plugins/vchkuser
- fperms 4750 "${QMAIL_HOME}"/plugins/vchkuser
-}