commit: 2a718926c0f65fc2ccd4bf11f11077ca58a6fdd1 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Wed Jan 31 12:51:34 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Wed Jan 31 16:00:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a718926
net-mail/courierpassd: treeclean Closes: https://bugs.gentoo.org/906645 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> net-mail/courierpassd/Manifest | 1 - net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild | 27 ---------------------- net-mail/courierpassd/files/courierpassd.xinetd | 15 ------------ net-mail/courierpassd/metadata.xml | 5 ---- profiles/package.mask | 7 ------ 5 files changed, 55 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> diff --git a/profiles/package.mask b/profiles/package.mask index 981a34dc06a1..99f86d76e759 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -170,13 +170,6 @@ x11-libs/snorenotify # remove in 30 days net-mail/courier-makedat -# Petr Vaněk <[email protected]> (2024-01-01) -# Mirror restricted package, but the source code is no longer available. -# Homepage gone. Moreover, there is multiple issues reported with modern -# compilers. -# Removal: 2024-01-31. Bug #906645. -net-mail/courierpassd - # Michał Górny <[email protected]> (2023-12-31) # Unmaintained. A number of serious bugs reported. Homepage gone. # No release since at least 2010.
