diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-11-10 13:21:36 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-11-10 13:21:36 +0000 |
commit | 77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch) | |
tree | 5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /net-mail/hotwayd | |
parent | bd4aeefe33e63f613512604e47bfca7b2187697d (diff) |
gentoo resync : 10.11.2019
Diffstat (limited to 'net-mail/hotwayd')
-rw-r--r-- | net-mail/hotwayd/Manifest | 4 | ||||
-rw-r--r-- | net-mail/hotwayd/files/hotwayd.xinetd | 25 | ||||
-rw-r--r-- | net-mail/hotwayd/hotwayd-0.8.4.ebuild | 75 | ||||
-rw-r--r-- | net-mail/hotwayd/metadata.xml | 11 |
4 files changed, 0 insertions, 115 deletions
diff --git a/net-mail/hotwayd/Manifest b/net-mail/hotwayd/Manifest deleted file mode 100644 index 4b3a0523e616..000000000000 --- a/net-mail/hotwayd/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX hotwayd.xinetd 787 BLAKE2B d2fc421cfc38281b81e8df0f93c474e27c7af8081b6997f02bf90492e987f1ee4b4070eaa3641ca8cb6f0de8e21a7a2b2530bd6756c5b7b506952b3358ae0b08 SHA512 04122ea44e1dc2eafae42b6203664085b8c2068cea7afdbff44478e4ed415a69a1490cd2679961fa477c1cb1d9ab639469bc5bb71673b1d500ffbd27cb6bd6bb -DIST hotwayd-0.8.4.tar.bz2 161274 BLAKE2B 213b029a4b49332e748c8ec94e7a6860592c282c82e452e5bed285d568b38387cfca2bd305762934343a0b3140da14d98782d49e7715d1a388e8e0736d02e4ca SHA512 df965964c8186e51bd2b09f4a99919443efe1ee2e828d0bdd905383813069a45e4b6b321ace969b3071a0d83ad21a1b4f76cd4ba57f89e13a6569d8b65bd8efc -EBUILD hotwayd-0.8.4.ebuild 2029 BLAKE2B 13f55bb5114e0c7506f2d531d30d927babd8a9f8809e324b7d22a49ce723d47cfc47e56a7738030c9172035940acac6124de5519855ab8bff5a6f43190f6ee15 SHA512 e7ad4ecac55678234cdf500b861aa29fcfd8133ec6af2c84619e823be9e13c49db52f0019df2d48f9ebe4cecd82d90837b5314e7434faa72e68887b76c802899 -MISC metadata.xml 323 BLAKE2B 810b75fca91bd4075cb42cee5f4aa6096f0ec393781c6311227a8ea8d0e46289662b73f9fa63208b34e5a96b781fb7fbd680be0b9f4843a1153ea75f460180b0 SHA512 bea2b376842ee5ef92d5b4ed58cf7566e3e4e41886e4e34431a7ad8240158e65567381703af0c64856bee960736b7fbfe6903fd14cb08da8616a6b463e1cd5ae diff --git a/net-mail/hotwayd/files/hotwayd.xinetd b/net-mail/hotwayd/files/hotwayd.xinetd deleted file mode 100644 index 65947585fa77..000000000000 --- a/net-mail/hotwayd/files/hotwayd.xinetd +++ /dev/null @@ -1,25 +0,0 @@ -# default: off -# description: hotway daemon -# - By default it listens to port 1100, so please adjust settings in your -# clients -# - By default it only allows access from localhost. -# - Also all xinetd entries do not start by default. -# One should manually enable the entries that one wants by -# changing the value of "disable = yes" to "disable = no". -# - Restart xinetd after changing anything in this file: -# # /etc/init.d/xinetd restart - -service hotwayd -{ - only_from = localhost - socket_type = stream - wait = no - user = nobody - port = 1100 - server = /usr/sbin/hotwayd - #server_args = -p http://proxy:8080 -u proxy_user -q proxy_password - log_on_success += USERID - log_on_failure += USERID - disable = yes - type = unlisted -} diff --git a/net-mail/hotwayd/hotwayd-0.8.4.ebuild b/net-mail/hotwayd/hotwayd-0.8.4.ebuild deleted file mode 100644 index 8775da3e0b53..000000000000 --- a/net-mail/hotwayd/hotwayd-0.8.4.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils - -DESCRIPTION="Hotmail to pop3 daemon" -HOMEPAGE="http://hotwayd.sourceforge.net/" -SRC_URI="mirror://sourceforge/hotwayd/${P}.tar.bz2" -RESTRICT="mirror" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" - -IUSE="smtp" - -DEPEND="virtual/inetd - dev-libs/libxml2 - smtp? ( >=dev-libs/cyrus-sasl-2 )" - -hotmail_greed_warning() { - echo - ewarn "WARNING:" - ewarn "Since Hotmail started to charge for WebDAV access, you need a Hotmail Plus" - ewarn "(or equivalent MSN) account to keep using hotwayd. More info:" - ewarn "http://www.boolean.ca/hotpop/" - ewarn "https://sourceforge.net/forum/forum.php?thread_id=1277989&forum_id=80217" - echo - ebeep 3 - epause 10 -} - -pkg_setup() { - hotmail_greed_warning -} - -src_install () { - # The original make install is broken, since it also tries to install - # the libghttp files. This is not needed, since this library is statically - # linked into the executable. - # Lets just copy the (one) file manually... - dosbin hotwayd - if use smtp; then - dosbin hotsmtpd/hotsmtpd - insinto /etc/xinetd.d - sed -i -e 's:^disable = no:disable = yes:' hotsmtpd/hotsmtpd.xinetd - newins hotsmtpd/hotsmtpd.xinetd hotsmtpd - fi - - dodoc AUTHORS NEWS README - - insinto /etc/xinetd.d - newins ${FILESDIR}/${PN}.xinetd ${PN} -} - -pkg_postinst () { - hotmail_greed_warning - echo - elog " By default daemons that use xinetd are not started automatically in gentoo" - elog " To activate do the following steps: " - elog " - Edit the file /etc/xinetd.d/hotwayd and change disable " - elog " from yes to no " - elog " - Restart xinetd with \`/etc/init.d/xinetd restart\` " - elog - if use smtp; then - elog "You chose to install hotsmtpd, a SMTP proxy for hotmail. Please" - elog "Configure /etc/xinetd.d/hotsmtpd and restart xinetd to start using it." - elog - fi - elog "Set your e-mail applications to use port 1100 for receiving email." - if use smtp; then - elog "Use port 2500 for sending email." - fi -} diff --git a/net-mail/hotwayd/metadata.xml b/net-mail/hotwayd/metadata.xml deleted file mode 100644 index 7ed5da265af3..000000000000 --- a/net-mail/hotwayd/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <use> - <flag name="smtp">Build SMTP proxy (hotsmtpd)</flag> - </use> - <upstream> - <remote-id type="sourceforge">hotwayd</remote-id> - </upstream> -</pkgmetadata> |