diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-01-31 13:51:34 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-01-31 17:00:39 +0100 |
commit | 2a718926c0f65fc2ccd4bf11f11077ca58a6fdd1 (patch) | |
tree | 7c23361f218d5305145f5e45fe85c6cea506dd48 /net-mail | |
parent | net-im/synapse: add 1.100.0 (diff) | |
download | gentoo-2a718926c0f65fc2ccd4bf11f11077ca58a6fdd1.tar.gz gentoo-2a718926c0f65fc2ccd4bf11f11077ca58a6fdd1.tar.bz2 gentoo-2a718926c0f65fc2ccd4bf11f11077ca58a6fdd1.zip |
net-mail/courierpassd: treeclean
Closes: https://bugs.gentoo.org/906645
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/courierpassd/Manifest | 1 | ||||
-rw-r--r-- | net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild | 27 | ||||
-rw-r--r-- | net-mail/courierpassd/files/courierpassd.xinetd | 15 | ||||
-rw-r--r-- | net-mail/courierpassd/metadata.xml | 5 |
4 files changed, 0 insertions, 48 deletions
diff --git a/net-mail/courierpassd/Manifest b/net-mail/courierpassd/Manifest deleted file mode 100644 index be5624f85350..000000000000 --- a/net-mail/courierpassd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST courierpassd-1.1.2.tar.gz 286929 BLAKE2B 04fa599f9cc09e288c0474393d3130f59f8502eb607eb6f394caaabf760fd04a936b773392969fa5e57643acfd8774d0b94c823861420d91179e0087691c3ee2 SHA512 0cca32b19f9ebded8e388fbb5571dced4c2b9b9d47ab8e40d6b4351d77e31157bd7b97b58766bf673c38766e833206572526e27fdf6ca2d6a40f0961ef8bc7dd diff --git a/net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild b/net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild deleted file mode 100644 index 2e1822bfc4c5..000000000000 --- a/net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Courierpassd is a utility for changing a user's password from across a network" -HOMEPAGE="http://www.arda.homeunix.net/" -SRC_URI="http://www.arda.homeunix.net/?ddownload=375 -> ${P}.tar.gz" -RESTRICT="mirror" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="xinetd" - -DEPEND="net-libs/courier-authlib - xinetd? ( sys-apps/xinetd )" -RDEPEND="${DEPEND}" - -src_install() { - default - - if use xinetd; then - insinto /etc/xinetd.d - newins "${FILESDIR}"/${PN}.xinetd ${PN} - fi -} diff --git a/net-mail/courierpassd/files/courierpassd.xinetd b/net-mail/courierpassd/files/courierpassd.xinetd deleted file mode 100644 index 238702905aba..000000000000 --- a/net-mail/courierpassd/files/courierpassd.xinetd +++ /dev/null @@ -1,15 +0,0 @@ -service courierpassd -{ -# This is for quick on or off of the service - disable = yes - - port = 106 - socket_type = stream - protocol = tcp - user = root - server = /usr/sbin/courierpassd - server_args = -s imap - wait = no - instances = 4 -} - diff --git a/net-mail/courierpassd/metadata.xml b/net-mail/courierpassd/metadata.xml deleted file mode 100644 index 85e4ed814fa2..000000000000 --- a/net-mail/courierpassd/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> |