From 2771f79232c273bc2a57d23bf335dd81ccf6af28 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Dec 2021 02:47:11 +0000 Subject: gentoo resync : 05.12.2021 --- net-mail/courierpassd/Manifest | 4 ++-- net-mail/courierpassd/courierpassd-1.1.2-r1.ebuild | 28 ---------------------- net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild | 27 +++++++++++++++++++++ net-mail/courierpassd/files/courierpassd | 15 ------------ net-mail/courierpassd/files/courierpassd.xinetd | 15 ++++++++++++ 5 files changed, 44 insertions(+), 45 deletions(-) delete mode 100644 net-mail/courierpassd/courierpassd-1.1.2-r1.ebuild create mode 100644 net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild delete mode 100644 net-mail/courierpassd/files/courierpassd create mode 100644 net-mail/courierpassd/files/courierpassd.xinetd (limited to 'net-mail/courierpassd') diff --git a/net-mail/courierpassd/Manifest b/net-mail/courierpassd/Manifest index beb190bc5c48..1e40e1461e10 100644 --- a/net-mail/courierpassd/Manifest +++ b/net-mail/courierpassd/Manifest @@ -1,4 +1,4 @@ -AUX courierpassd 232 BLAKE2B b85e16144a2609524e4c4ad8dcf161c763f0bff16af9fca4d326bc8ab1e10cfd676ff85de8ea01d4258a7244bd19ad9aa9fa22a2fd973e84037ad9796bd51623 SHA512 c9251f6137f3fe6f58cad0fb5159359293e1e74dafcdd04d96da05f29b62fb5d5326f21fad358e98757df0808e5452246bcf4f732bb62cdf2214b9d209deb0f4 +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-r1.ebuild 614 BLAKE2B b7b5daf1cdd8a15aaf131825b4389a58ff36ce62ba37d6b81b40c4c7fef8017823f8bebb04ca5e8944ada61f66c652a28d114eeb870d805a2c52a88eb99c3bc8 SHA512 61093737ef69e4f35921c38fe44ab1c95da825c25d04361d59ac2ec1bf938b652439f6d384a992a5ca74abd4c695e4b87672a1c9afe60651db0e975c7a66d4c4 +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-r1.ebuild b/net-mail/courierpassd/courierpassd-1.1.2-r1.ebuild deleted file mode 100644 index 0c4a813b8eef..000000000000 --- a/net-mail/courierpassd/courierpassd-1.1.2-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -inherit eutils - -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 - doins "${FILESDIR}/courierpassd" - fi -} diff --git a/net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild b/net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild new file mode 100644 index 000000000000..2e1822bfc4c5 --- /dev/null +++ b/net-mail/courierpassd/courierpassd-1.1.2-r2.ebuild @@ -0,0 +1,27 @@ +# 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 b/net-mail/courierpassd/files/courierpassd deleted file mode 100644 index 238702905aba..000000000000 --- a/net-mail/courierpassd/files/courierpassd +++ /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/files/courierpassd.xinetd b/net-mail/courierpassd/files/courierpassd.xinetd new file mode 100644 index 000000000000..238702905aba --- /dev/null +++ b/net-mail/courierpassd/files/courierpassd.xinetd @@ -0,0 +1,15 @@ +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 +} + -- cgit v1.2.3