diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-01-31 17:48:50 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-01-31 17:48:50 +0000 |
commit | 88e6368ac393fb69b358b60fcedf125f4724172f (patch) | |
tree | f2511a593c9c60c29d08b5d8f9684d2666bc20b4 /net-mail/courierpassd | |
parent | 0c7c7c833ab740636f5a76d53ebe5bb6e0e793a8 (diff) |
gentoo auto-resync : 31:01:2024 - 17:48:49
Diffstat (limited to 'net-mail/courierpassd')
-rw-r--r-- | net-mail/courierpassd/Manifest | 4 | ||||
-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, 51 deletions
diff --git a/net-mail/courierpassd/Manifest b/net-mail/courierpassd/Manifest deleted file mode 100644 index 1e40e1461e10..000000000000 --- a/net-mail/courierpassd/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX courierpassd.xinetd 232 BLAKE2B b85e16144a2609524e4c4ad8dcf161c763f0bff16af9fca4d326bc8ab1e10cfd676ff85de8ea01d4258a7244bd19ad9aa9fa22a2fd973e84037ad9796bd51623 SHA512 c9251f6137f3fe6f58cad0fb5159359293e1e74dafcdd04d96da05f29b62fb5d5326f21fad358e98757df0808e5452246bcf4f732bb62cdf2214b9d209deb0f4 -DIST courierpassd-1.1.2.tar.gz 286929 BLAKE2B 04fa599f9cc09e288c0474393d3130f59f8502eb607eb6f394caaabf760fd04a936b773392969fa5e57643acfd8774d0b94c823861420d91179e0087691c3ee2 SHA512 0cca32b19f9ebded8e388fbb5571dced4c2b9b9d47ab8e40d6b4351d77e31157bd7b97b58766bf673c38766e833206572526e27fdf6ca2d6a40f0961ef8bc7dd -EBUILD courierpassd-1.1.2-r2.ebuild 601 BLAKE2B 8817a0bc312008ddca35e21e8f7a7b1481d9326873997463fd8b70a7984e46e9f2cdb3c83d3a2f58354eee5149267c843dd43a4842d088539bc09bb23464f34b SHA512 aadefa806bf4448744f8d43b8a38a4d751813d44dcb0ddd4a1686b7501e8d0d8da538cc8e25a5c38833d81fa93ba97298c32a98226067d5b9e2b9cfbf5a67586 -MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a 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> |