[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2024-02-04 Thread Bernard Cafarelli
commit: a70e79661f834a836a9476218427d6507172f6d6
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Feb  4 19:28:03 2024 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Feb  4 19:28:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70e7966

net-mail/fetchmail: add 6.4.38

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|  1 +
 net-mail/fetchmail/fetchmail-6.4.38.ebuild | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 2d76b253b809..25c3e5d211d9 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1 +1,2 @@
 DIST fetchmail-6.4.37.tar.xz 1202860 BLAKE2B 
4dc7d116e9dc32c2ff070f669306d9f2c0f93d5638b748d7362d6c9ab8684ae7ed8e26278ecf63bf23e2fff27916f83f7287aff891bd90bad82793bb84775c40
 SHA512 
99a620380d9bd0713d76495f587adbcc95fc16e5fcb048dc528f3039ebd8fcfbb1e2f44e10fc25f70e50940ce89922ff39f1f3d724d1f47a8d4918a37c07d8d0
+DIST fetchmail-6.4.38.tar.xz 1220892 BLAKE2B 
6bb743b0e1f47143f69e3790ba2ad8849d2ec216c5fd7cc427a737e00183f2e3a65007df9dc5ffdebd991bd13e079a501519b271d02b1fd75151032d74e84dd2
 SHA512 
f58ab1275ceab2d11df590d32f5f59a8eb656ddab13bc47ffee8962aed53ce0509aa2cc100d5d67e59dac76c2d8159655a702e0c3f454d218b070129f785be59

diff --git a/net-mail/fetchmail/fetchmail-6.4.38.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.38.ebuild
new file mode 100644
index ..5090653a89cd
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.38.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+IUSE="ssl nls kerberos tk selinux socks"
+
+RDEPEND="acct-user/fetchmail
+   ssl? ( >=dev-libs/openssl-3.0.9:= )
+   kerberos? ( virtual/krb5 )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-fs/e2fsprogs )
+   socks? ( net-proxy/dante )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   app-alternatives/lex
+   nls? ( sys-devel/gettext )"
+RDEPEND+=" selinux? ( sec-policy/selinux-fetchmail )"
+
+REQUIRED_USE="kerberos? ( ssl )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   dotmpfiles "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+}
+
+pkg_postinst() {
+   tmpfiles_process ${PN}.conf
+
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+   elog "the polling delay used by the fetchmail init script."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2024-02-02 Thread Sam James
commit: 0f1419bfe24ee1019b3bd080d06ed2745b794421
Author: Eli Schwartz  gmail  com>
AuthorDate: Fri Feb  2 20:25:08 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  2 20:29:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1419bf

net-mail/fetchmail: drop old

Drops remaining dev-python/future revdep from the tree.

Bug: https://bugs.gentoo.org/888295
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 net-mail/fetchmail/Manifest|   1 -
 net-mail/fetchmail/fetchmail-6.4.27.ebuild | 107 -
 2 files changed, 108 deletions(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index f12f97eb18d1..2d76b253b809 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,2 +1 @@
-DIST fetchmail-6.4.27.tar.xz 1326668 BLAKE2B 
fb349f8e4b17929d8ab5ec144e2d6e4227b56143112eb3745830c339f8dfdaa80fb47060ad3671258563198ed1283a903fcd5a82564b7320a829ceb4c5826642
 SHA512 
75650c2a8bcfa6f4364dacd6964f00848a23e1bc96eed10f7fcfd9c8c6f6b6fe60eee2730c57c8a5263c11f01b3031cbef7d6b2bffa730de63e7ec262448af2f
 DIST fetchmail-6.4.37.tar.xz 1202860 BLAKE2B 
4dc7d116e9dc32c2ff070f669306d9f2c0f93d5638b748d7362d6c9ab8684ae7ed8e26278ecf63bf23e2fff27916f83f7287aff891bd90bad82793bb84775c40
 SHA512 
99a620380d9bd0713d76495f587adbcc95fc16e5fcb048dc528f3039ebd8fcfbb1e2f44e10fc25f70e50940ce89922ff39f1f3d724d1f47a8d4918a37c07d8d0

diff --git a/net-mail/fetchmail/fetchmail-6.4.27.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
deleted file mode 100644
index 5e9b59cdefa6..
--- a/net-mail/fetchmail/fetchmail-6.4.27.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-PYTHON_REQ_USE="tk"
-
-inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="https://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
-IUSE="ssl nls kerberos tk socks"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="acct-user/fetchmail
-   ssl? (
-   >=dev-libs/openssl-1.1.1:=
-   )
-   kerberos? (
-   virtual/krb5
-   >=dev-libs/openssl-1.0.2:=
-   )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-fs/e2fsprogs )
-   socks? ( net-proxy/dante )
-   tk? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/future[${PYTHON_USEDEP}]
-   ')
-   )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   app-alternatives/lex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-HTML_DOCS="*.html"
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
-)
-S=${WORKDIR}/${P/_/.}
-
-pkg_setup() {
-   use tk && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # don't compile during src_install
-   use tk && : > "${S}"/py-compile
-   eautoreconf
-}
-
-src_configure() {
-   use tk || export PYTHON=:
-
-   econf \
-   --enable-RPA \
-   --enable-NTLM \
-   --enable-SDPS \
-   $(use_enable nls) \
-   $(use_with ssl ssl "${EPREFIX}/usr") \
-   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
-   $(use_with kerberos gssapi) \
-   $(use_with kerberos kerberos5) \
-   --without-hesiod \
-   $(use_with socks)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
-   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
-
-   systemd_dounit  "${FILESDIR}"/${PN}.service
-   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
-   dotmpfiles "${FILESDIR}"/${PN}.conf
-
-   docinto contrib
-   local f
-   for f in contrib/* ; do
-   [ -f "${f}" ] && dodoc "${f}"
-   done
-
-   use tk && python_optimize
-}
-
-pkg_postinst() {
-   tmpfiles_process ${PN}.conf
-
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
-   elog "the polling delay used by the fetchmail init script."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2024-02-02 Thread Arthur Zamarin
commit: c53a0bec5f35de10c8f8cb74a23a994d18ae0c30
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  2 20:06:57 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  2 20:06:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53a0bec

net-mail/fetchmail: Stabilize 6.4.37 arm, #923568

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.37.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
index bb111a8bcea5..1d2797a64700 100644
--- a/net-mail/fetchmail/fetchmail-6.4.37.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl nls kerberos tk selinux socks"
 
 RDEPEND="acct-user/fetchmail



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2024-02-02 Thread Jakov Smolić
commit: 90ef676f3a52d10c1d8db68022e13d3985dc840e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Feb  2 18:44:43 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Feb  2 18:44:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ef676f

net-mail/fetchmail: stabilize 6.4.37 for amd64

Signed-off-by: Jakov Smolić  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.37.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
index c33ed0719db4..bb111a8bcea5 100644
--- a/net-mail/fetchmail/fetchmail-6.4.37.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl nls kerberos tk selinux socks"
 
 RDEPEND="acct-user/fetchmail



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2024-02-02 Thread Jakov Smolić
commit: 78b9c4c44c456adacbf2e91495e70c3638852e09
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Feb  2 18:41:57 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Feb  2 18:43:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b9c4c4

net-mail/fetchmail: Stabilize 6.4.37 ppc, #923568

Signed-off-by: Jakov Smolić  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.37.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
index 82d2e74122be..c33ed0719db4 100644
--- a/net-mail/fetchmail/fetchmail-6.4.37.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl nls kerberos tk selinux socks"
 
 RDEPEND="acct-user/fetchmail



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2024-02-02 Thread Arthur Zamarin
commit: 7aa0ffbbe534829a8b425003d7e1cdb1f32e30f2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  2 17:51:30 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  2 17:51:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa0ffbb

net-mail/fetchmail: Stabilize 6.4.37 amd64, #923568

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.37.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
index a43a2de43777..82d2e74122be 100644
--- a/net-mail/fetchmail/fetchmail-6.4.37.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl nls kerberos tk selinux socks"
 
 RDEPEND="acct-user/fetchmail



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2024-02-02 Thread Arthur Zamarin
commit: 31a527fd3d22016adf459ba26b32a25f47f15418
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  2 15:23:42 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  2 15:23:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a527fd

net-mail/fetchmail: Stabilize 6.4.37 ppc64, #923568

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.37.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
index 9a19ab9091fc..a43a2de43777 100644
--- a/net-mail/fetchmail/fetchmail-6.4.37.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl nls kerberos tk selinux socks"
 
 RDEPEND="acct-user/fetchmail



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2024-02-02 Thread Arthur Zamarin
commit: 30d38b77556a1b6952d3719580be409559b305ca
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  2 13:34:39 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  2 13:34:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d38b77

net-mail/fetchmail: Stabilize 6.4.37 x86, #923568

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.37.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
index a7530c665384..9a19ab9091fc 100644
--- a/net-mail/fetchmail/fetchmail-6.4.37.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl nls kerberos tk selinux socks"
 
 RDEPEND="acct-user/fetchmail



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2024-02-02 Thread Arthur Zamarin
commit: aa1ea6f79a3d4cc85dfb5dbae9cab4b5940c44a8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  2 12:38:24 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  2 12:38:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1ea6f7

net-mail/fetchmail: Stabilize 6.4.37 sparc, #923568

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.37.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
index 22fc91a15082..a7530c665384 100644
--- a/net-mail/fetchmail/fetchmail-6.4.37.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="ssl nls kerberos tk selinux socks"
 
 RDEPEND="acct-user/fetchmail



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2023-12-27 Thread Sam James
commit: fc2f300cbf7d1adb71ea0c7d974b87cf73ab4068
Author: Eli Schwartz  gmail  com>
AuthorDate: Mon Dec 25 00:11:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 28 05:03:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2f300c

net-mail/fetchmail: drop old

Drops unstable versions that block treecleaning dev-python/future.

Bug: https://bugs.gentoo.org/888295
Signed-off-by: Eli Schwartz  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34464
Signed-off-by: Sam James  gentoo.org>

 net-mail/fetchmail/Manifest|   3 -
 net-mail/fetchmail/fetchmail-6.4.33.ebuild | 107 -
 net-mail/fetchmail/fetchmail-6.4.34.ebuild | 107 -
 net-mail/fetchmail/fetchmail-6.4.36.ebuild |  89 
 4 files changed, 306 deletions(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 37e00b700a77..f12f97eb18d1 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,5 +1,2 @@
 DIST fetchmail-6.4.27.tar.xz 1326668 BLAKE2B 
fb349f8e4b17929d8ab5ec144e2d6e4227b56143112eb3745830c339f8dfdaa80fb47060ad3671258563198ed1283a903fcd5a82564b7320a829ceb4c5826642
 SHA512 
75650c2a8bcfa6f4364dacd6964f00848a23e1bc96eed10f7fcfd9c8c6f6b6fe60eee2730c57c8a5263c11f01b3031cbef7d6b2bffa730de63e7ec262448af2f
-DIST fetchmail-6.4.33.tar.xz 1330708 BLAKE2B 
ca76a4315c47013edc27859f4e6a16eec2564718a04bc82e5df72520b1dfabd3c746cabc5eb01c24f1fb552a0a9ea55eb8d659c9b4f6c313c8d993baa88635e6
 SHA512 
b95b89eaecdc98a92e1542f1bbdc6e1e51d38d392b564462413b602b3d5ebb004e4f4354694e369e6aceb6724753db55957e31a290e231fded74f1f523af41ac
-DIST fetchmail-6.4.34.tar.xz 1331428 BLAKE2B 
796972391a0ac2c71382d3d75fd5c10ddcc58807f6c7ef9940907779e0ec0a8403e077b24afd50e1a7df0646e852cba02ba314e99ea423904e9f8288df01
 SHA512 
5ebb11dad48736647c879a81826a57719978029833254b67df6bd571842bcfe552589d49161e55b22a565728902558ace6fec9d9783392383da1a3150fb677b6
-DIST fetchmail-6.4.36.tar.xz 1203448 BLAKE2B 
eb2f68d8e9254bd1cabb20aa8058326ee1c1e6819fc2ce011943708018b455d4259a2cf21d6eec0a4898ee1768c14f32d3617302ad418ccfbf6746c75c92c1fa
 SHA512 
c9658f7b79de5e4f1dcaee4eee9b3a0039295e9dff8be1fb6c4ad0c3513b9c2bd14dce58e9cbca974716dd805621c83948168659345c7c190f3cb6f06b544b5d
 DIST fetchmail-6.4.37.tar.xz 1202860 BLAKE2B 
4dc7d116e9dc32c2ff070f669306d9f2c0f93d5638b748d7362d6c9ab8684ae7ed8e26278ecf63bf23e2fff27916f83f7287aff891bd90bad82793bb84775c40
 SHA512 
99a620380d9bd0713d76495f587adbcc95fc16e5fcb048dc528f3039ebd8fcfbb1e2f44e10fc25f70e50940ce89922ff39f1f3d724d1f47a8d4918a37c07d8d0

diff --git a/net-mail/fetchmail/fetchmail-6.4.33.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.33.ebuild
deleted file mode 100644
index bfbea938c056..
--- a/net-mail/fetchmail/fetchmail-6.4.33.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="tk"
-
-inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="https://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
-IUSE="ssl nls kerberos tk socks"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="acct-user/fetchmail
-   ssl? (
-   >=dev-libs/openssl-1.1.1:=
-   )
-   kerberos? (
-   virtual/krb5
-   >=dev-libs/openssl-1.0.2:=
-   )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-fs/e2fsprogs )
-   socks? ( net-proxy/dante )
-   tk? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/future[${PYTHON_USEDEP}]
-   ')
-   )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/flex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-HTML_DOCS="*.html"
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
-)
-S=${WORKDIR}/${P/_/.}
-
-pkg_setup() {
-   use tk && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # don't compile during src_install
-   use tk && : > "${S}"/py-compile
-   eautoreconf
-}
-
-src_configure() {
-   use tk || export PYTHON=:
-
-   econf \
-   --enable-RPA \
-   --enable-NTLM \
-   --enable-SDPS \
-   $(use_enable nls) \
-   $(use_with ssl ssl "${EPREFIX}/usr") \
-   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
-   $(use_with kerberos gssapi) \
-   $(use_with kerberos kerberos5) \
-   

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2023-06-28 Thread Sam James
commit: 4348784977fbe5d7a20de2b979cc4212113ac6e6
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 28 07:30:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 28 07:36:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43487849

net-mail/fetchmail: add missing selinux policy dep

Signed-off-by: Sam James  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.37.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.37.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
index dde853d803e1..fcfe5be8e090 100644
--- a/net-mail/fetchmail/fetchmail-6.4.37.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 LICENSE="GPL-2 public-domain"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
-IUSE="ssl nls kerberos tk socks"
+IUSE="ssl nls kerberos tk selinux socks"
 
 RDEPEND="acct-user/fetchmail
ssl? (
@@ -29,6 +29,7 @@ DEPEND="${RDEPEND}
app-arch/xz-utils
sys-devel/flex
nls? ( sys-devel/gettext )"
+RDEPEND+=" selinux? ( sec-policy/selinux-fetchmail )"
 
 DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
 HTML_DOCS="*.html"



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2023-03-04 Thread Bernard Cafarelli
commit: 44af12ec13d340e12bced09a7c0520fe23db20f3
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sat Mar  4 11:20:16 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sat Mar  4 20:38:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44af12ec

net-mail/fetchmail: add 6.4.37

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|  1 +
 net-mail/fetchmail/fetchmail-6.4.37.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 1638f11b87c9..37e00b700a77 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -2,3 +2,4 @@ DIST fetchmail-6.4.27.tar.xz 1326668 BLAKE2B 
fb349f8e4b17929d8ab5ec144e2d6e4227b
 DIST fetchmail-6.4.33.tar.xz 1330708 BLAKE2B 
ca76a4315c47013edc27859f4e6a16eec2564718a04bc82e5df72520b1dfabd3c746cabc5eb01c24f1fb552a0a9ea55eb8d659c9b4f6c313c8d993baa88635e6
 SHA512 
b95b89eaecdc98a92e1542f1bbdc6e1e51d38d392b564462413b602b3d5ebb004e4f4354694e369e6aceb6724753db55957e31a290e231fded74f1f523af41ac
 DIST fetchmail-6.4.34.tar.xz 1331428 BLAKE2B 
796972391a0ac2c71382d3d75fd5c10ddcc58807f6c7ef9940907779e0ec0a8403e077b24afd50e1a7df0646e852cba02ba314e99ea423904e9f8288df01
 SHA512 
5ebb11dad48736647c879a81826a57719978029833254b67df6bd571842bcfe552589d49161e55b22a565728902558ace6fec9d9783392383da1a3150fb677b6
 DIST fetchmail-6.4.36.tar.xz 1203448 BLAKE2B 
eb2f68d8e9254bd1cabb20aa8058326ee1c1e6819fc2ce011943708018b455d4259a2cf21d6eec0a4898ee1768c14f32d3617302ad418ccfbf6746c75c92c1fa
 SHA512 
c9658f7b79de5e4f1dcaee4eee9b3a0039295e9dff8be1fb6c4ad0c3513b9c2bd14dce58e9cbca974716dd805621c83948168659345c7c190f3cb6f06b544b5d
+DIST fetchmail-6.4.37.tar.xz 1202860 BLAKE2B 
4dc7d116e9dc32c2ff070f669306d9f2c0f93d5638b748d7362d6c9ab8684ae7ed8e26278ecf63bf23e2fff27916f83f7287aff891bd90bad82793bb84775c40
 SHA512 
99a620380d9bd0713d76495f587adbcc95fc16e5fcb048dc528f3039ebd8fcfbb1e2f44e10fc25f70e50940ce89922ff39f1f3d724d1f47a8d4918a37c07d8d0

diff --git a/net-mail/fetchmail/fetchmail-6.4.37.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
new file mode 100644
index ..524c47fe5b3b
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.37.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   >=dev-libs/openssl-1.1.1:=
+   )
+   kerberos? (
+   virtual/krb5
+   >=dev-libs/openssl-1.0.2:=
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-fs/e2fsprogs )
+   socks? ( net-proxy/dante )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   dotmpfiles "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+}
+
+pkg_postinst() {
+   tmpfiles_process ${PN}.conf
+
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+   elog "the polling delay used by the fetchmail init script."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2023-01-31 Thread Bernard Cafarelli
commit: 201befbad99ea42353dd8e72f1464239eddc8cdf
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Jan 31 17:52:30 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Jan 31 17:53:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201befba

net-mail/fetchmail: add 6.4.36

This drops fetchmailconf tool (and USE=tk)

Closes: https://bugs.gentoo.org/888295
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|  1 +
 net-mail/fetchmail/fetchmail-6.4.36.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index ecaa61c06576..1638f11b87c9 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,3 +1,4 @@
 DIST fetchmail-6.4.27.tar.xz 1326668 BLAKE2B 
fb349f8e4b17929d8ab5ec144e2d6e4227b56143112eb3745830c339f8dfdaa80fb47060ad3671258563198ed1283a903fcd5a82564b7320a829ceb4c5826642
 SHA512 
75650c2a8bcfa6f4364dacd6964f00848a23e1bc96eed10f7fcfd9c8c6f6b6fe60eee2730c57c8a5263c11f01b3031cbef7d6b2bffa730de63e7ec262448af2f
 DIST fetchmail-6.4.33.tar.xz 1330708 BLAKE2B 
ca76a4315c47013edc27859f4e6a16eec2564718a04bc82e5df72520b1dfabd3c746cabc5eb01c24f1fb552a0a9ea55eb8d659c9b4f6c313c8d993baa88635e6
 SHA512 
b95b89eaecdc98a92e1542f1bbdc6e1e51d38d392b564462413b602b3d5ebb004e4f4354694e369e6aceb6724753db55957e31a290e231fded74f1f523af41ac
 DIST fetchmail-6.4.34.tar.xz 1331428 BLAKE2B 
796972391a0ac2c71382d3d75fd5c10ddcc58807f6c7ef9940907779e0ec0a8403e077b24afd50e1a7df0646e852cba02ba314e99ea423904e9f8288df01
 SHA512 
5ebb11dad48736647c879a81826a57719978029833254b67df6bd571842bcfe552589d49161e55b22a565728902558ace6fec9d9783392383da1a3150fb677b6
+DIST fetchmail-6.4.36.tar.xz 1203448 BLAKE2B 
eb2f68d8e9254bd1cabb20aa8058326ee1c1e6819fc2ce011943708018b455d4259a2cf21d6eec0a4898ee1768c14f32d3617302ad418ccfbf6746c75c92c1fa
 SHA512 
c9658f7b79de5e4f1dcaee4eee9b3a0039295e9dff8be1fb6c4ad0c3513b9c2bd14dce58e9cbca974716dd805621c83948168659345c7c190f3cb6f06b544b5d

diff --git a/net-mail/fetchmail/fetchmail-6.4.36.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.36.ebuild
new file mode 100644
index ..524c47fe5b3b
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.36.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   >=dev-libs/openssl-1.1.1:=
+   )
+   kerberos? (
+   virtual/krb5
+   >=dev-libs/openssl-1.0.2:=
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-fs/e2fsprogs )
+   socks? ( net-proxy/dante )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   dotmpfiles "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+}
+
+pkg_postinst() {
+   tmpfiles_process ${PN}.conf
+
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+   elog "the polling delay used by the fetchmail init script."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2022-11-03 Thread Bernard Cafarelli
commit: 11edd1bf009848a5388bc4efe8d4c83c695e6ac7
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Nov  3 18:06:01 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Nov  3 22:23:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11edd1bf

net-mail/fetchmail: add 6.4.34

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 +
 net-mail/fetchmail/fetchmail-6.4.34.ebuild | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 3a6ecc82e8c9..381f76901aa4 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -2,3 +2,4 @@ DIST fetchmail-6.4.27.tar.xz 1326668 BLAKE2B 
fb349f8e4b17929d8ab5ec144e2d6e4227b
 DIST fetchmail-6.4.30.tar.xz 1333524 BLAKE2B 
67e6aff00b1678ad68a4539c40147c79fbb22970248a97fd16340dbc64e90339a476ea322afde7345858b7041a00364e181af37dc96a09dcdca2e096f62922ea
 SHA512 
0ec540c4102267e6e72fefa5e76aa76f45d25a0e68ec40f1fd834719f2a4b5f3f78c587b050fc33d97dd8fc6f674950949e5c23f960ebcd3046d5cc2e06db1d0
 DIST fetchmail-6.4.31.tar.xz 1332264 BLAKE2B 
b92e098b6799b9af480f00a99eb229c584230adaea1c6c86c5a4c4ef333403f4892087fbcc4c79e4835bed0ab63912656cb544c58c47bb9e3ebc3b406b4d58f6
 SHA512 
08aa8dc2c09d59aad5815479e3b6d449a0e65a1d3e8f62fe0cc30d15d9ac94d780b8e88074f43941a7e442b536808260794ac39d6257e24dea4f16ac0627d539
 DIST fetchmail-6.4.33.tar.xz 1330708 BLAKE2B 
ca76a4315c47013edc27859f4e6a16eec2564718a04bc82e5df72520b1dfabd3c746cabc5eb01c24f1fb552a0a9ea55eb8d659c9b4f6c313c8d993baa88635e6
 SHA512 
b95b89eaecdc98a92e1542f1bbdc6e1e51d38d392b564462413b602b3d5ebb004e4f4354694e369e6aceb6724753db55957e31a290e231fded74f1f523af41ac
+DIST fetchmail-6.4.34.tar.xz 1331428 BLAKE2B 
796972391a0ac2c71382d3d75fd5c10ddcc58807f6c7ef9940907779e0ec0a8403e077b24afd50e1a7df0646e852cba02ba314e99ea423904e9f8288df01
 SHA512 
5ebb11dad48736647c879a81826a57719978029833254b67df6bd571842bcfe552589d49161e55b22a565728902558ace6fec9d9783392383da1a3150fb677b6

diff --git a/net-mail/fetchmail/fetchmail-6.4.34.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.34.ebuild
new file mode 100644
index ..0dcbee8a098d
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.34.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE="tk"
+
+inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   >=dev-libs/openssl-1.1.1:=
+   )
+   kerberos? (
+   virtual/krb5
+   >=dev-libs/openssl-1.0.2:=
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-fs/e2fsprogs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   dotmpfiles "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc 

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2022-11-03 Thread Bernard Cafarelli
commit: 5a332554ef2d63273277b24f90122d6590e33520
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Nov  3 18:06:18 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Nov  3 22:23:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a332554

net-mail/fetchmail: drop 6.4.30, 6.4.31

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   2 -
 net-mail/fetchmail/fetchmail-6.4.30.ebuild | 107 -
 net-mail/fetchmail/fetchmail-6.4.31.ebuild | 107 -
 3 files changed, 216 deletions(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 381f76901aa4..ecaa61c06576 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,5 +1,3 @@
 DIST fetchmail-6.4.27.tar.xz 1326668 BLAKE2B 
fb349f8e4b17929d8ab5ec144e2d6e4227b56143112eb3745830c339f8dfdaa80fb47060ad3671258563198ed1283a903fcd5a82564b7320a829ceb4c5826642
 SHA512 
75650c2a8bcfa6f4364dacd6964f00848a23e1bc96eed10f7fcfd9c8c6f6b6fe60eee2730c57c8a5263c11f01b3031cbef7d6b2bffa730de63e7ec262448af2f
-DIST fetchmail-6.4.30.tar.xz 1333524 BLAKE2B 
67e6aff00b1678ad68a4539c40147c79fbb22970248a97fd16340dbc64e90339a476ea322afde7345858b7041a00364e181af37dc96a09dcdca2e096f62922ea
 SHA512 
0ec540c4102267e6e72fefa5e76aa76f45d25a0e68ec40f1fd834719f2a4b5f3f78c587b050fc33d97dd8fc6f674950949e5c23f960ebcd3046d5cc2e06db1d0
-DIST fetchmail-6.4.31.tar.xz 1332264 BLAKE2B 
b92e098b6799b9af480f00a99eb229c584230adaea1c6c86c5a4c4ef333403f4892087fbcc4c79e4835bed0ab63912656cb544c58c47bb9e3ebc3b406b4d58f6
 SHA512 
08aa8dc2c09d59aad5815479e3b6d449a0e65a1d3e8f62fe0cc30d15d9ac94d780b8e88074f43941a7e442b536808260794ac39d6257e24dea4f16ac0627d539
 DIST fetchmail-6.4.33.tar.xz 1330708 BLAKE2B 
ca76a4315c47013edc27859f4e6a16eec2564718a04bc82e5df72520b1dfabd3c746cabc5eb01c24f1fb552a0a9ea55eb8d659c9b4f6c313c8d993baa88635e6
 SHA512 
b95b89eaecdc98a92e1542f1bbdc6e1e51d38d392b564462413b602b3d5ebb004e4f4354694e369e6aceb6724753db55957e31a290e231fded74f1f523af41ac
 DIST fetchmail-6.4.34.tar.xz 1331428 BLAKE2B 
796972391a0ac2c71382d3d75fd5c10ddcc58807f6c7ef9940907779e0ec0a8403e077b24afd50e1a7df0646e852cba02ba314e99ea423904e9f8288df01
 SHA512 
5ebb11dad48736647c879a81826a57719978029833254b67df6bd571842bcfe552589d49161e55b22a565728902558ace6fec9d9783392383da1a3150fb677b6

diff --git a/net-mail/fetchmail/fetchmail-6.4.30.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.30.ebuild
deleted file mode 100644
index 98b1ae2dae89..
--- a/net-mail/fetchmail/fetchmail-6.4.30.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="tk"
-
-inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="https://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="ssl nls kerberos tk socks"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="acct-user/fetchmail
-   ssl? (
-   >=dev-libs/openssl-1.1.1:=
-   )
-   kerberos? (
-   virtual/krb5
-   >=dev-libs/openssl-1.0.2:=
-   )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-fs/e2fsprogs )
-   socks? ( net-proxy/dante )
-   tk? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/future[${PYTHON_USEDEP}]
-   ')
-   )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/flex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-HTML_DOCS="*.html"
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
-)
-S=${WORKDIR}/${P/_/.}
-
-pkg_setup() {
-   use tk && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # don't compile during src_install
-   use tk && : > "${S}"/py-compile
-   eautoreconf
-}
-
-src_configure() {
-   use tk || export PYTHON=:
-
-   econf \
-   --enable-RPA \
-   --enable-NTLM \
-   --enable-SDPS \
-   $(use_enable nls) \
-   $(use_with ssl ssl "${EPREFIX}/usr") \
-   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
-   $(use_with kerberos gssapi) \
-   $(use_with kerberos kerberos5) \
-   --without-hesiod \
-   $(use_with socks)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
-   newconfd 

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2022-09-19 Thread Bernard Cafarelli
commit: c981dc14e17b037f9c9311054663e234834ea9f9
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Sep 19 14:07:09 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Sep 19 14:07:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c981dc14

net-mail/fetchmail: add 6.4.33

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 +
 net-mail/fetchmail/fetchmail-6.4.33.ebuild | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index ccc5ffc692f6..3a6ecc82e8c9 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,3 +1,4 @@
 DIST fetchmail-6.4.27.tar.xz 1326668 BLAKE2B 
fb349f8e4b17929d8ab5ec144e2d6e4227b56143112eb3745830c339f8dfdaa80fb47060ad3671258563198ed1283a903fcd5a82564b7320a829ceb4c5826642
 SHA512 
75650c2a8bcfa6f4364dacd6964f00848a23e1bc96eed10f7fcfd9c8c6f6b6fe60eee2730c57c8a5263c11f01b3031cbef7d6b2bffa730de63e7ec262448af2f
 DIST fetchmail-6.4.30.tar.xz 1333524 BLAKE2B 
67e6aff00b1678ad68a4539c40147c79fbb22970248a97fd16340dbc64e90339a476ea322afde7345858b7041a00364e181af37dc96a09dcdca2e096f62922ea
 SHA512 
0ec540c4102267e6e72fefa5e76aa76f45d25a0e68ec40f1fd834719f2a4b5f3f78c587b050fc33d97dd8fc6f674950949e5c23f960ebcd3046d5cc2e06db1d0
 DIST fetchmail-6.4.31.tar.xz 1332264 BLAKE2B 
b92e098b6799b9af480f00a99eb229c584230adaea1c6c86c5a4c4ef333403f4892087fbcc4c79e4835bed0ab63912656cb544c58c47bb9e3ebc3b406b4d58f6
 SHA512 
08aa8dc2c09d59aad5815479e3b6d449a0e65a1d3e8f62fe0cc30d15d9ac94d780b8e88074f43941a7e442b536808260794ac39d6257e24dea4f16ac0627d539
+DIST fetchmail-6.4.33.tar.xz 1330708 BLAKE2B 
ca76a4315c47013edc27859f4e6a16eec2564718a04bc82e5df72520b1dfabd3c746cabc5eb01c24f1fb552a0a9ea55eb8d659c9b4f6c313c8d993baa88635e6
 SHA512 
b95b89eaecdc98a92e1542f1bbdc6e1e51d38d392b564462413b602b3d5ebb004e4f4354694e369e6aceb6724753db55957e31a290e231fded74f1f523af41ac

diff --git a/net-mail/fetchmail/fetchmail-6.4.33.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.33.ebuild
new file mode 100644
index ..0dcbee8a098d
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.33.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE="tk"
+
+inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   >=dev-libs/openssl-1.1.1:=
+   )
+   kerberos? (
+   virtual/krb5
+   >=dev-libs/openssl-1.0.2:=
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-fs/e2fsprogs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   dotmpfiles "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+
+   use tk && python_optimize
+}
+
+pkg_postinst() {
+   

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2022-07-24 Thread Bernard Cafarelli
commit: 27c656cd76b96b3644cd797c94972e926d3fd1f3
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jul 24 19:20:27 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jul 24 19:20:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c656cd

net-mail/fetchmail: add 6.4.31

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 +
 net-mail/fetchmail/fetchmail-6.4.31.ebuild | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 1cf54b1eb36c..ccc5ffc692f6 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,2 +1,3 @@
 DIST fetchmail-6.4.27.tar.xz 1326668 BLAKE2B 
fb349f8e4b17929d8ab5ec144e2d6e4227b56143112eb3745830c339f8dfdaa80fb47060ad3671258563198ed1283a903fcd5a82564b7320a829ceb4c5826642
 SHA512 
75650c2a8bcfa6f4364dacd6964f00848a23e1bc96eed10f7fcfd9c8c6f6b6fe60eee2730c57c8a5263c11f01b3031cbef7d6b2bffa730de63e7ec262448af2f
 DIST fetchmail-6.4.30.tar.xz 1333524 BLAKE2B 
67e6aff00b1678ad68a4539c40147c79fbb22970248a97fd16340dbc64e90339a476ea322afde7345858b7041a00364e181af37dc96a09dcdca2e096f62922ea
 SHA512 
0ec540c4102267e6e72fefa5e76aa76f45d25a0e68ec40f1fd834719f2a4b5f3f78c587b050fc33d97dd8fc6f674950949e5c23f960ebcd3046d5cc2e06db1d0
+DIST fetchmail-6.4.31.tar.xz 1332264 BLAKE2B 
b92e098b6799b9af480f00a99eb229c584230adaea1c6c86c5a4c4ef333403f4892087fbcc4c79e4835bed0ab63912656cb544c58c47bb9e3ebc3b406b4d58f6
 SHA512 
08aa8dc2c09d59aad5815479e3b6d449a0e65a1d3e8f62fe0cc30d15d9ac94d780b8e88074f43941a7e442b536808260794ac39d6257e24dea4f16ac0627d539

diff --git a/net-mail/fetchmail/fetchmail-6.4.31.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.31.ebuild
new file mode 100644
index ..98b1ae2dae89
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.31.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="tk"
+
+inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   >=dev-libs/openssl-1.1.1:=
+   )
+   kerberos? (
+   virtual/krb5
+   >=dev-libs/openssl-1.0.2:=
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-fs/e2fsprogs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   dotmpfiles "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+
+   use tk && python_optimize
+}
+
+pkg_postinst() {
+   tmpfiles_process ${PN}.conf
+
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+   elog "the polling delay used by the fetchmail init script."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2022-06-11 Thread Bernard Cafarelli
commit: f3980940ebf92f2806e469bf4acefcfe3a97d64a
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sat Jun 11 21:14:27 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sat Jun 11 21:14:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3980940

net-mail/fetchmail: drop 6.4.21-r1, 6.4.22

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest   |   2 -
 net-mail/fetchmail/fetchmail-6.4.21-r1.ebuild | 107 --
 net-mail/fetchmail/fetchmail-6.4.22.ebuild| 107 --
 3 files changed, 216 deletions(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 7b14d1c5cfe4..1cf54b1eb36c 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,4 +1,2 @@
-DIST fetchmail-6.4.21.tar.xz 1318996 BLAKE2B 
4c2befad2b7dfa6957889e029572c259be7a20e4b54b864e2cca827540d745a57ad227f8e1fce1336e8f3a1005c780d8fa7c1b10b9ee05ce68dbcfac75afa179
 SHA512 
c9300f63c0e4073f199a9a7d9061774a7f88aad496b696cad96c0ee85107cae506461f0cd083903c60104b1e7654461213f3f759c1cdaffaf1c85fb1956faa67
-DIST fetchmail-6.4.22.tar.xz 1330176 BLAKE2B 
7086f8a3df263f68ae2034321f63c40fcf4759517f46c67ba4b5d3b33ba07d3bb4f512d749a67a2d76991b46847b6dd9df0795a7a28e8166842454001497cfc9
 SHA512 
ff6db2705b6e3806e22c326da8a0f6bdc0909965cd283b50f9d55bd3a18a52fc4b2f4b4afece1e81aa25b6f1037450cb2b579c4d2cfe4705d34b31d4c1a47e00
 DIST fetchmail-6.4.27.tar.xz 1326668 BLAKE2B 
fb349f8e4b17929d8ab5ec144e2d6e4227b56143112eb3745830c339f8dfdaa80fb47060ad3671258563198ed1283a903fcd5a82564b7320a829ceb4c5826642
 SHA512 
75650c2a8bcfa6f4364dacd6964f00848a23e1bc96eed10f7fcfd9c8c6f6b6fe60eee2730c57c8a5263c11f01b3031cbef7d6b2bffa730de63e7ec262448af2f
 DIST fetchmail-6.4.30.tar.xz 1333524 BLAKE2B 
67e6aff00b1678ad68a4539c40147c79fbb22970248a97fd16340dbc64e90339a476ea322afde7345858b7041a00364e181af37dc96a09dcdca2e096f62922ea
 SHA512 
0ec540c4102267e6e72fefa5e76aa76f45d25a0e68ec40f1fd834719f2a4b5f3f78c587b050fc33d97dd8fc6f674950949e5c23f960ebcd3046d5cc2e06db1d0

diff --git a/net-mail/fetchmail/fetchmail-6.4.21-r1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.21-r1.ebuild
deleted file mode 100644
index ee54777b53af..
--- a/net-mail/fetchmail/fetchmail-6.4.21-r1.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-PYTHON_REQ_USE="tk"
-
-inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="https://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="ssl nls kerberos tk socks"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="acct-user/fetchmail
-   ssl? (
-   >=dev-libs/openssl-1.1.1:=
-   )
-   kerberos? (
-   virtual/krb5
-   >=dev-libs/openssl-1.0.2:=
-   )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-fs/e2fsprogs )
-   socks? ( net-proxy/dante )
-   tk? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/future[${PYTHON_USEDEP}]
-   ')
-   )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/flex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-HTML_DOCS="*.html"
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
-)
-S=${WORKDIR}/${P/_/.}
-
-pkg_setup() {
-   use tk && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # don't compile during src_install
-   use tk && : > "${S}"/py-compile
-   eautoreconf
-}
-
-src_configure() {
-   use tk || export PYTHON=:
-
-   econf \
-   --enable-RPA \
-   --enable-NTLM \
-   --enable-SDPS \
-   $(use_enable nls) \
-   $(use_with ssl ssl "${EPREFIX}/usr") \
-   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
-   $(use_with kerberos gssapi) \
-   $(use_with kerberos kerberos5) \
-   --without-hesiod \
-   $(use_with socks)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
-   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
-
-   systemd_dounit  "${FILESDIR}"/${PN}.service
-   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
-   dotmpfiles "${FILESDIR}"/${PN}.conf
-
-   docinto contrib
-   local f
-   for f in contrib/* ; do
-   [ -f "${f}" ] && 

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2022-05-21 Thread Agostino Sarubbo
commit: d8c19da1a19cf576a6d9843b5ed752f191d34b38
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat May 21 08:26:51 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat May 21 08:26:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c19da1

net-mail/fetchmail: sparc stable wrt bug #846143

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.27.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
index c8e929ea8758..55d1c2aeeed7 100644
--- a/net-mail/fetchmail/fetchmail-6.4.27.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2022-05-20 Thread Sam James
commit: 1693fd9d11f4934a560e92ea075852dc7b73c75b
Author: Sam James  gentoo  org>
AuthorDate: Fri May 20 21:37:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 20 21:37:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1693fd9d

net-mail/fetchmail: Stabilize 6.4.27 ppc64, #846143

Signed-off-by: Sam James  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.27.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
index b7bffa1cc354..c8e929ea8758 100644
--- a/net-mail/fetchmail/fetchmail-6.4.27.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2022-05-20 Thread Jakov Smolić
commit: 0c700339f83548449ec32f1fb89f6712ecabeb3d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 20 20:07:35 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 20 20:07:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c700339

net-mail/fetchmail: Stabilize 6.4.27 arm, #846143

Signed-off-by: Jakov Smolić  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.27.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
index 20a5078c0f6d..b7bffa1cc354 100644
--- a/net-mail/fetchmail/fetchmail-6.4.27.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2022-05-20 Thread Jakov Smolić
commit: 3637325f3f434bb111a7013d61e79a613749fd4b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 20 20:00:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 20 20:00:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3637325f

net-mail/fetchmail: Stabilize 6.4.27 ppc, #846143

Signed-off-by: Jakov Smolić  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.27.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
index 540cf5012934..20a5078c0f6d 100644
--- a/net-mail/fetchmail/fetchmail-6.4.27.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2022-05-20 Thread Jakov Smolić
commit: 11a567dd627e8f9d57aaab6479614b5e026f67a6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 20 18:41:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 20 18:41:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a567dd

net-mail/fetchmail: Stabilize 6.4.27 x86, #846143

Signed-off-by: Jakov Smolić  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.27.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
index 98b1ae2dae89..60e837f0e8ce 100644
--- a/net-mail/fetchmail/fetchmail-6.4.27.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2022-05-20 Thread Jakov Smolić
commit: 2c6b4dff1037c62533e9ab91762bfb86899fb227
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 20 18:41:58 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 20 18:41:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6b4dff

net-mail/fetchmail: Stabilize 6.4.27 amd64, #846143

Signed-off-by: Jakov Smolić  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.27.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
index 60e837f0e8ce..540cf5012934 100644
--- a/net-mail/fetchmail/fetchmail-6.4.27.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2022-05-20 Thread Bernard Cafarelli
commit: fd62598230039b7ecc721e72f2af6c91588a54a0
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri May 20 12:31:02 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri May 20 12:31:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd625982

net-mail/fetchmail: add 6.4.30

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 +
 net-mail/fetchmail/fetchmail-6.4.30.ebuild | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 85c305cee130..7b14d1c5cfe4 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,3 +1,4 @@
 DIST fetchmail-6.4.21.tar.xz 1318996 BLAKE2B 
4c2befad2b7dfa6957889e029572c259be7a20e4b54b864e2cca827540d745a57ad227f8e1fce1336e8f3a1005c780d8fa7c1b10b9ee05ce68dbcfac75afa179
 SHA512 
c9300f63c0e4073f199a9a7d9061774a7f88aad496b696cad96c0ee85107cae506461f0cd083903c60104b1e7654461213f3f759c1cdaffaf1c85fb1956faa67
 DIST fetchmail-6.4.22.tar.xz 1330176 BLAKE2B 
7086f8a3df263f68ae2034321f63c40fcf4759517f46c67ba4b5d3b33ba07d3bb4f512d749a67a2d76991b46847b6dd9df0795a7a28e8166842454001497cfc9
 SHA512 
ff6db2705b6e3806e22c326da8a0f6bdc0909965cd283b50f9d55bd3a18a52fc4b2f4b4afece1e81aa25b6f1037450cb2b579c4d2cfe4705d34b31d4c1a47e00
 DIST fetchmail-6.4.27.tar.xz 1326668 BLAKE2B 
fb349f8e4b17929d8ab5ec144e2d6e4227b56143112eb3745830c339f8dfdaa80fb47060ad3671258563198ed1283a903fcd5a82564b7320a829ceb4c5826642
 SHA512 
75650c2a8bcfa6f4364dacd6964f00848a23e1bc96eed10f7fcfd9c8c6f6b6fe60eee2730c57c8a5263c11f01b3031cbef7d6b2bffa730de63e7ec262448af2f
+DIST fetchmail-6.4.30.tar.xz 1333524 BLAKE2B 
67e6aff00b1678ad68a4539c40147c79fbb22970248a97fd16340dbc64e90339a476ea322afde7345858b7041a00364e181af37dc96a09dcdca2e096f62922ea
 SHA512 
0ec540c4102267e6e72fefa5e76aa76f45d25a0e68ec40f1fd834719f2a4b5f3f78c587b050fc33d97dd8fc6f674950949e5c23f960ebcd3046d5cc2e06db1d0

diff --git a/net-mail/fetchmail/fetchmail-6.4.30.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.30.ebuild
new file mode 100644
index ..98b1ae2dae89
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.30.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="tk"
+
+inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   >=dev-libs/openssl-1.1.1:=
+   )
+   kerberos? (
+   virtual/krb5
+   >=dev-libs/openssl-1.0.2:=
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-fs/e2fsprogs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   dotmpfiles "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+
+   use tk && python_optimize
+}
+
+pkg_postinst() {
+   

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2022-05-20 Thread Bernard Cafarelli
commit: 6da96a5bef0ef02071afca047129d3ee8f02b684
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri May 20 12:16:04 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri May 20 12:16:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da96a5b

net-mail/fetchmail: drop 7.0.0_alpha9-r1

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 -
 .../fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild | 110 -
 2 files changed, 111 deletions(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 2be02c24607c..85c305cee130 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,4 +1,3 @@
 DIST fetchmail-6.4.21.tar.xz 1318996 BLAKE2B 
4c2befad2b7dfa6957889e029572c259be7a20e4b54b864e2cca827540d745a57ad227f8e1fce1336e8f3a1005c780d8fa7c1b10b9ee05ce68dbcfac75afa179
 SHA512 
c9300f63c0e4073f199a9a7d9061774a7f88aad496b696cad96c0ee85107cae506461f0cd083903c60104b1e7654461213f3f759c1cdaffaf1c85fb1956faa67
 DIST fetchmail-6.4.22.tar.xz 1330176 BLAKE2B 
7086f8a3df263f68ae2034321f63c40fcf4759517f46c67ba4b5d3b33ba07d3bb4f512d749a67a2d76991b46847b6dd9df0795a7a28e8166842454001497cfc9
 SHA512 
ff6db2705b6e3806e22c326da8a0f6bdc0909965cd283b50f9d55bd3a18a52fc4b2f4b4afece1e81aa25b6f1037450cb2b579c4d2cfe4705d34b31d4c1a47e00
 DIST fetchmail-6.4.27.tar.xz 1326668 BLAKE2B 
fb349f8e4b17929d8ab5ec144e2d6e4227b56143112eb3745830c339f8dfdaa80fb47060ad3671258563198ed1283a903fcd5a82564b7320a829ceb4c5826642
 SHA512 
75650c2a8bcfa6f4364dacd6964f00848a23e1bc96eed10f7fcfd9c8c6f6b6fe60eee2730c57c8a5263c11f01b3031cbef7d6b2bffa730de63e7ec262448af2f
-DIST fetchmail-7.0.0-alpha9.tar.xz 1213244 BLAKE2B 
895fe178993cc34500e276bef5ebe9a4fd81fea522d39fd271433320afc46faa9657d8b85b2d28cd5dbc6d3dbbb233d5eb27d3e26205f5406de9f750c50d7f1b
 SHA512 
7ac1c26edfd2a0d69ba3c1e9f47d96aa48f1cdc10060ff928f952e43141651896f5c5190c41064075fb5c5837516f63d6ff3e7fb0cdc7d389c44b6e39db01d8f

diff --git a/net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild 
b/net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild
deleted file mode 100644
index c0b4ff885c7c..
--- a/net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-PYTHON_REQ_USE="tk?"
-
-inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="https://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="kerberos nls +python socks +ssl tk"
-REQUIRED_USE="tk? ( python )
-   python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="acct-user/fetchmail
-   ssl? (
-   >=dev-libs/openssl-1.1.1:=
-   )
-   kerberos? (
-   virtual/krb5
-   >=dev-libs/openssl-1.0.2:=
-   )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-fs/e2fsprogs )
-   socks? ( net-proxy/dante )
-   python? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/future[${PYTHON_USEDEP}]
-   ')
-   )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/flex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-HTML_DOCS="*.html"
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
-)
-
-S=${WORKDIR}/${P/_/-}
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # don't compile during src_install
-   use python && : > "${S}"/py-compile
-   eautoreconf
-}
-
-src_configure() {
-   use python || export PYTHON=:
-
-   econf \
-   --enable-RPA \
-   --enable-NTLM \
-   --enable-SDPS \
-   $(use_enable nls) \
-   $(use_with ssl ssl "${EPREFIX}/usr") \
-   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
-   $(use_with kerberos gssapi) \
-   $(use_with kerberos kerberos5) \
-   --without-hesiod \
-   $(use_with socks)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   default
-   use python && python_doscript contrib/fetchmail-oauth2.py
-
-   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
-   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
-
-   systemd_dounit  "${FILESDIR}"/${PN}.service
-   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
-   dotmpfiles "${FILESDIR}"/${PN}.conf
-
-   docinto 

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2022-03-03 Thread Yixun Lan
commit: ad91ff79d271a2132196b36f9650e7fbe84d121b
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Mar  3 13:50:14 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Mar  3 15:13:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad91ff79

net-mail/fetchmail: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.27.ebuild  | 2 +-
 net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.27.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
index 6ade24bb6f82..98b1ae2dae89 100644
--- a/net-mail/fetchmail/fetchmail-6.4.27.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 

diff --git a/net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild 
b/net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild
index 183128624bae..c0b4ff885c7c 100644
--- a/net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild
+++ b/net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="kerberos nls +python socks +ssl tk"
 REQUIRED_USE="tk? ( python )
python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2022-01-28 Thread Bernard Cafarelli
commit: 0104ff3845b81e976fa11ec53b8e6db85689748d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Jan 28 22:49:13 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Jan 28 22:49:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0104ff38

net-mail/fetchmail: 6.4.27 bump

EAPI bump and update python versions

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 +
 net-mail/fetchmail/fetchmail-6.4.27.ebuild | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 048cc82e3b88..2be02c24607c 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,3 +1,4 @@
 DIST fetchmail-6.4.21.tar.xz 1318996 BLAKE2B 
4c2befad2b7dfa6957889e029572c259be7a20e4b54b864e2cca827540d745a57ad227f8e1fce1336e8f3a1005c780d8fa7c1b10b9ee05ce68dbcfac75afa179
 SHA512 
c9300f63c0e4073f199a9a7d9061774a7f88aad496b696cad96c0ee85107cae506461f0cd083903c60104b1e7654461213f3f759c1cdaffaf1c85fb1956faa67
 DIST fetchmail-6.4.22.tar.xz 1330176 BLAKE2B 
7086f8a3df263f68ae2034321f63c40fcf4759517f46c67ba4b5d3b33ba07d3bb4f512d749a67a2d76991b46847b6dd9df0795a7a28e8166842454001497cfc9
 SHA512 
ff6db2705b6e3806e22c326da8a0f6bdc0909965cd283b50f9d55bd3a18a52fc4b2f4b4afece1e81aa25b6f1037450cb2b579c4d2cfe4705d34b31d4c1a47e00
+DIST fetchmail-6.4.27.tar.xz 1326668 BLAKE2B 
fb349f8e4b17929d8ab5ec144e2d6e4227b56143112eb3745830c339f8dfdaa80fb47060ad3671258563198ed1283a903fcd5a82564b7320a829ceb4c5826642
 SHA512 
75650c2a8bcfa6f4364dacd6964f00848a23e1bc96eed10f7fcfd9c8c6f6b6fe60eee2730c57c8a5263c11f01b3031cbef7d6b2bffa730de63e7ec262448af2f
 DIST fetchmail-7.0.0-alpha9.tar.xz 1213244 BLAKE2B 
895fe178993cc34500e276bef5ebe9a4fd81fea522d39fd271433320afc46faa9657d8b85b2d28cd5dbc6d3dbbb233d5eb27d3e26205f5406de9f750c50d7f1b
 SHA512 
7ac1c26edfd2a0d69ba3c1e9f47d96aa48f1cdc10060ff928f952e43141651896f5c5190c41064075fb5c5837516f63d6ff3e7fb0cdc7d389c44b6e39db01d8f

diff --git a/net-mail/fetchmail/fetchmail-6.4.27.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
new file mode 100644
index ..6ade24bb6f82
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.27.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="tk"
+
+inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   >=dev-libs/openssl-1.1.1:=
+   )
+   kerberos? (
+   virtual/krb5
+   >=dev-libs/openssl-1.0.2:=
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-fs/e2fsprogs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   dotmpfiles "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc 

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-09-15 Thread Bernard Cafarelli
commit: 3fb83568b8a4afa8a665ce16b57c45086d70157a
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Sep 15 10:24:11 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Sep 15 10:35:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb83568

net-mail/fetchmail: 6.4.22 bump

Bug: https://bugs.gentoo.org/810676
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 +
 net-mail/fetchmail/fetchmail-6.4.22.ebuild | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 9afaec82dc0..048cc82e3b8 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,2 +1,3 @@
 DIST fetchmail-6.4.21.tar.xz 1318996 BLAKE2B 
4c2befad2b7dfa6957889e029572c259be7a20e4b54b864e2cca827540d745a57ad227f8e1fce1336e8f3a1005c780d8fa7c1b10b9ee05ce68dbcfac75afa179
 SHA512 
c9300f63c0e4073f199a9a7d9061774a7f88aad496b696cad96c0ee85107cae506461f0cd083903c60104b1e7654461213f3f759c1cdaffaf1c85fb1956faa67
+DIST fetchmail-6.4.22.tar.xz 1330176 BLAKE2B 
7086f8a3df263f68ae2034321f63c40fcf4759517f46c67ba4b5d3b33ba07d3bb4f512d749a67a2d76991b46847b6dd9df0795a7a28e8166842454001497cfc9
 SHA512 
ff6db2705b6e3806e22c326da8a0f6bdc0909965cd283b50f9d55bd3a18a52fc4b2f4b4afece1e81aa25b6f1037450cb2b579c4d2cfe4705d34b31d4c1a47e00
 DIST fetchmail-7.0.0-alpha9.tar.xz 1213244 BLAKE2B 
895fe178993cc34500e276bef5ebe9a4fd81fea522d39fd271433320afc46faa9657d8b85b2d28cd5dbc6d3dbbb233d5eb27d3e26205f5406de9f750c50d7f1b
 SHA512 
7ac1c26edfd2a0d69ba3c1e9f47d96aa48f1cdc10060ff928f952e43141651896f5c5190c41064075fb5c5837516f63d6ff3e7fb0cdc7d389c44b6e39db01d8f

diff --git a/net-mail/fetchmail/fetchmail-6.4.22.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.22.ebuild
new file mode 100644
index 000..9d676c85c58
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.22.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_REQ_USE="tk"
+
+inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   >=dev-libs/openssl-1.1.1:=
+   )
+   kerberos? (
+   virtual/krb5
+   >=dev-libs/openssl-1.0.2:=
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-fs/e2fsprogs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   dotmpfiles "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+
+   use tk && python_optimize
+}
+
+pkg_postinst() {
+   tmpfiles_process ${PN}.conf
+
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+   elog "the polling delay used by the fetchmail init script."
+ 

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-09-13 Thread David Seifert
commit: af02bce3c67cda4c86a35a69a0fcae4280c330d9
Author: David Seifert  gentoo  org>
AuthorDate: Mon Sep 13 20:30:18 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep 13 20:30:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af02bce3

net-mail/fetchmail: e2fsprogs-libs → e2fsprogs

Bug: https://bugs.gentoo.org/806875
Signed-off-by: David Seifert  gentoo.org>

 .../fetchmail/{fetchmail-6.4.21.ebuild => fetchmail-6.4.21-r1.ebuild}   | 2 +-
 .../{fetchmail-7.0.0_alpha9.ebuild => fetchmail-7.0.0_alpha9-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.21.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.21-r1.ebuild
similarity index 98%
rename from net-mail/fetchmail/fetchmail-6.4.21.ebuild
rename to net-mail/fetchmail/fetchmail-6.4.21-r1.ebuild
index e2ab38dd186..ee54777b53a 100644
--- a/net-mail/fetchmail/fetchmail-6.4.21.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.21-r1.ebuild
@@ -27,7 +27,7 @@ RDEPEND="acct-user/fetchmail
>=dev-libs/openssl-1.0.2:=
)
nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   !elibc_glibc? ( sys-fs/e2fsprogs )
socks? ( net-proxy/dante )
tk? (
${PYTHON_DEPS}

diff --git a/net-mail/fetchmail/fetchmail-7.0.0_alpha9.ebuild 
b/net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild
similarity index 98%
rename from net-mail/fetchmail/fetchmail-7.0.0_alpha9.ebuild
rename to net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild
index 80f96706c30..183128624ba 100644
--- a/net-mail/fetchmail/fetchmail-7.0.0_alpha9.ebuild
+++ b/net-mail/fetchmail/fetchmail-7.0.0_alpha9-r1.ebuild
@@ -28,7 +28,7 @@ RDEPEND="acct-user/fetchmail
>=dev-libs/openssl-1.0.2:=
)
nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   !elibc_glibc? ( sys-fs/e2fsprogs )
socks? ( net-proxy/dante )
python? (
${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-08-21 Thread Bernard Cafarelli
commit: dfcd4678edd09ba6315f6d4fd358455772e2f957
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sat Aug 21 16:07:08 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sat Aug 21 16:07:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcd4678

net-mail/fetchmail: 6.4.21 direct stable bump

This is a regression fix on security stable 6.4.20, see upstream README

Bug: https://bugs.gentoo.org/804921
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest | 2 +-
 net-mail/fetchmail/{fetchmail-6.4.20.ebuild => fetchmail-6.4.21.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 5ad88e72b6a..9afaec82dc0 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,2 +1,2 @@
-DIST fetchmail-6.4.20.tar.xz 1317204 BLAKE2B 
85137bdae2fda05cba6e9bee9056bb9a1ef09b96199dc5f991da9aa5c2073f1c8cbf3fae43999a79de338a95e9d28e474035200758b65ffa9fa18b5a905c1279
 SHA512 
5b170f51a74b6596020282f5cbb34bf0a9ea8c5b089fd8c6c72df6c7742e16bcd5931d62181d56265779f9c3431c4ddf795a03deee09c5552a3aa0601282bd17
+DIST fetchmail-6.4.21.tar.xz 1318996 BLAKE2B 
4c2befad2b7dfa6957889e029572c259be7a20e4b54b864e2cca827540d745a57ad227f8e1fce1336e8f3a1005c780d8fa7c1b10b9ee05ce68dbcfac75afa179
 SHA512 
c9300f63c0e4073f199a9a7d9061774a7f88aad496b696cad96c0ee85107cae506461f0cd083903c60104b1e7654461213f3f759c1cdaffaf1c85fb1956faa67
 DIST fetchmail-7.0.0-alpha9.tar.xz 1213244 BLAKE2B 
895fe178993cc34500e276bef5ebe9a4fd81fea522d39fd271433320afc46faa9657d8b85b2d28cd5dbc6d3dbbb233d5eb27d3e26205f5406de9f750c50d7f1b
 SHA512 
7ac1c26edfd2a0d69ba3c1e9f47d96aa48f1cdc10060ff928f952e43141651896f5c5190c41064075fb5c5837516f63d6ff3e7fb0cdc7d389c44b6e39db01d8f

diff --git a/net-mail/fetchmail/fetchmail-6.4.20.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.21.ebuild
similarity index 100%
rename from net-mail/fetchmail/fetchmail-6.4.20.ebuild
rename to net-mail/fetchmail/fetchmail-6.4.21.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-08-04 Thread Bernard Cafarelli
commit: b257e965a8cb3cfe1660753711bf644ddcf438c4
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Aug  4 07:48:12 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Aug  4 07:49:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b257e965

net-mail/fetchmail: bump masked 7.0.0-alpha9

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest | 2 +-
 .../{fetchmail-7.0.0_alpha8.ebuild => fetchmail-7.0.0_alpha9.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 31f32d86331..5ad88e72b6a 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,2 +1,2 @@
 DIST fetchmail-6.4.20.tar.xz 1317204 BLAKE2B 
85137bdae2fda05cba6e9bee9056bb9a1ef09b96199dc5f991da9aa5c2073f1c8cbf3fae43999a79de338a95e9d28e474035200758b65ffa9fa18b5a905c1279
 SHA512 
5b170f51a74b6596020282f5cbb34bf0a9ea8c5b089fd8c6c72df6c7742e16bcd5931d62181d56265779f9c3431c4ddf795a03deee09c5552a3aa0601282bd17
-DIST fetchmail-7.0.0-alpha8.tar.xz 1212256 BLAKE2B 
1b123921a696e60b9c42ea30a379bc6cf46bb66dd630f50e1f10ceac5066932da9538295954be451c4665e1186b7281523bbae83fb4cdb7ad2d1b7b408a3a38f
 SHA512 
fdb20b6a4723f718958e8c800d5a996ff0bb8d9ffe485e8f8429f28953a5a691fd8439c29cb4fbbae338d64c1e9cd1f5f9ed6d89261d0ca582f6345cacb696fe
+DIST fetchmail-7.0.0-alpha9.tar.xz 1213244 BLAKE2B 
895fe178993cc34500e276bef5ebe9a4fd81fea522d39fd271433320afc46faa9657d8b85b2d28cd5dbc6d3dbbb233d5eb27d3e26205f5406de9f750c50d7f1b
 SHA512 
7ac1c26edfd2a0d69ba3c1e9f47d96aa48f1cdc10060ff928f952e43141651896f5c5190c41064075fb5c5837516f63d6ff3e7fb0cdc7d389c44b6e39db01d8f

diff --git a/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild 
b/net-mail/fetchmail/fetchmail-7.0.0_alpha9.ebuild
similarity index 100%
rename from net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild
rename to net-mail/fetchmail/fetchmail-7.0.0_alpha9.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-08-03 Thread Bernard Cafarelli
commit: 1f190d1fd7da098624e5f9bed8f534c53b07d91c
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Aug  3 19:58:27 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Aug  3 19:58:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f190d1f

net-mail/fetchmail: drop vulnerable version

Bug: https://bugs.gentoo.org/804921
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 -
 net-mail/fetchmail/fetchmail-6.4.19.ebuild | 107 -
 2 files changed, 108 deletions(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 75539071b65..31f32d86331 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,3 +1,2 @@
-DIST fetchmail-6.4.19.tar.xz 1316672 BLAKE2B 
679d2c49698dd368d32439a8276412e3f32c0a0f6f0e7607bc323c0294c987307469451b4b085fe521f2d5dd4869d59b4841762b6a57b3c654b992e9de8ba87c
 SHA512 
b10f0ac5b3b22f8b1d86367990fc96ea5c49dc21c873890c732c254c34503bd6ab9348c5ef88b99ba0f83f065fa9f9aead55de9721b0f296efa14eac0311daaf
 DIST fetchmail-6.4.20.tar.xz 1317204 BLAKE2B 
85137bdae2fda05cba6e9bee9056bb9a1ef09b96199dc5f991da9aa5c2073f1c8cbf3fae43999a79de338a95e9d28e474035200758b65ffa9fa18b5a905c1279
 SHA512 
5b170f51a74b6596020282f5cbb34bf0a9ea8c5b089fd8c6c72df6c7742e16bcd5931d62181d56265779f9c3431c4ddf795a03deee09c5552a3aa0601282bd17
 DIST fetchmail-7.0.0-alpha8.tar.xz 1212256 BLAKE2B 
1b123921a696e60b9c42ea30a379bc6cf46bb66dd630f50e1f10ceac5066932da9538295954be451c4665e1186b7281523bbae83fb4cdb7ad2d1b7b408a3a38f
 SHA512 
fdb20b6a4723f718958e8c800d5a996ff0bb8d9ffe485e8f8429f28953a5a691fd8439c29cb4fbbae338d64c1e9cd1f5f9ed6d89261d0ca582f6345cacb696fe

diff --git a/net-mail/fetchmail/fetchmail-6.4.19.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
deleted file mode 100644
index e2ab38dd186..000
--- a/net-mail/fetchmail/fetchmail-6.4.19.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-PYTHON_REQ_USE="tk"
-
-inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="https://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="ssl nls kerberos tk socks"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="acct-user/fetchmail
-   ssl? (
-   >=dev-libs/openssl-1.1.1:=
-   )
-   kerberos? (
-   virtual/krb5
-   >=dev-libs/openssl-1.0.2:=
-   )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
-   socks? ( net-proxy/dante )
-   tk? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/future[${PYTHON_USEDEP}]
-   ')
-   )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/flex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-HTML_DOCS="*.html"
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
-)
-S=${WORKDIR}/${P/_/.}
-
-pkg_setup() {
-   use tk && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # don't compile during src_install
-   use tk && : > "${S}"/py-compile
-   eautoreconf
-}
-
-src_configure() {
-   use tk || export PYTHON=:
-
-   econf \
-   --enable-RPA \
-   --enable-NTLM \
-   --enable-SDPS \
-   $(use_enable nls) \
-   $(use_with ssl ssl "${EPREFIX}/usr") \
-   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
-   $(use_with kerberos gssapi) \
-   $(use_with kerberos kerberos5) \
-   --without-hesiod \
-   $(use_with socks)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
-   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
-
-   systemd_dounit  "${FILESDIR}"/${PN}.service
-   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
-   dotmpfiles "${FILESDIR}"/${PN}.conf
-
-   docinto contrib
-   local f
-   for f in contrib/* ; do
-   [ -f "${f}" ] && dodoc "${f}"
-   done
-
-   use tk && python_optimize
-}
-
-pkg_postinst() {
-   tmpfiles_process ${PN}.conf
-
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
-   elog "the polling delay used by the fetchmail init 

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-07-30 Thread Sam James
commit: cab8b8ad1f2311720531d54a545ded7d6edde4de
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 04:13:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 04:13:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab8b8ad

net-mail/fetchmail: Stabilize 6.4.20 ppc, #804921

Signed-off-by: Sam James  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.20.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
index c98c3182338..e2ab38dd186 100644
--- a/net-mail/fetchmail/fetchmail-6.4.20.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-07-30 Thread Sam James
commit: 5cbedce371aba62cbec7299854d6577689714407
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 04:13:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 04:13:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cbedce3

net-mail/fetchmail: Stabilize 6.4.20 ppc64, #804921

Signed-off-by: Sam James  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.20.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
index 3da9426438a..c98c3182338 100644
--- a/net-mail/fetchmail/fetchmail-6.4.20.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-07-30 Thread Sam James
commit: bbf4c7e032ea50a9ed3257fa3743abf2679c8485
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 30 23:14:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 30 23:30:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf4c7e0

net-mail/fetchmail: [QA] call tmpfiles_process in pkg_postinst

This is needed to actually apply the tmpfiles configuration
we've installed in the ebuild. See tmpfiles.eclass documentation.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.19.ebuild   | 2 ++
 net-mail/fetchmail/fetchmail-6.4.20.ebuild   | 2 ++
 net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/net-mail/fetchmail/fetchmail-6.4.19.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
index dfd0275cfb0..e2ab38dd186 100644
--- a/net-mail/fetchmail/fetchmail-6.4.19.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
@@ -98,6 +98,8 @@ src_install() {
 }
 
 pkg_postinst() {
+   tmpfiles_process ${PN}.conf
+
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "Please see /etc/conf.d/fetchmail if you want to adjust"
elog "the polling delay used by the fetchmail init script."

diff --git a/net-mail/fetchmail/fetchmail-6.4.20.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
index 14870c0aa04..3da9426438a 100644
--- a/net-mail/fetchmail/fetchmail-6.4.20.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
@@ -98,6 +98,8 @@ src_install() {
 }
 
 pkg_postinst() {
+   tmpfiles_process ${PN}.conf
+
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "Please see /etc/conf.d/fetchmail if you want to adjust"
elog "the polling delay used by the fetchmail init script."

diff --git a/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild 
b/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild
index 2a9b14181a0..80f96706c30 100644
--- a/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild
+++ b/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild
@@ -101,6 +101,8 @@ src_install() {
 }
 
 pkg_postinst() {
+   tmpfiles_process ${PN}.conf
+
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "Please see /etc/conf.d/fetchmail if you want to adjust"
elog "the polling delay used by the fetchmail init script."



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-07-30 Thread Sam James
commit: 6847d1830d89732c0d3d90c9443e006ad4914ae2
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 30 22:34:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 30 22:34:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6847d183

net-mail/fetchmail: Stabilize 6.4.20 arm, #804921

Signed-off-by: Sam James  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.20.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
index 9885f8030a2..14870c0aa04 100644
--- a/net-mail/fetchmail/fetchmail-6.4.20.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-07-30 Thread Sam James
commit: 7257690fbbce19f65448075dbec36145c55cd145
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 30 22:34:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 30 22:34:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7257690f

net-mail/fetchmail: Stabilize 6.4.20 amd64, #804921

Signed-off-by: Sam James  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.20.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
index 24d3716..9885f8030a2 100644
--- a/net-mail/fetchmail/fetchmail-6.4.20.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-07-30 Thread Agostino Sarubbo
commit: c0086f27ce76ac2f338625193866ddd76c9569ed
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul 30 15:18:33 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul 30 15:18:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0086f27

net-mail/fetchmail: sparc stable wrt bug #804921

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.20.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
index 71aa41836a0..24d3716 100644
--- a/net-mail/fetchmail/fetchmail-6.4.20.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-07-30 Thread Sam James
commit: 501b436b01a51531fe837c39cad4938e0e735685
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 30 06:12:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 30 06:12:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501b436b

net-mail/fetchmail: Stabilize 6.4.20 x86, #804921

Signed-off-by: Sam James  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.20.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
index 9a15f59666e..71aa41836a0 100644
--- a/net-mail/fetchmail/fetchmail-6.4.20.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-07-29 Thread Bernard Cafarelli
commit: f1988832b0a344dc1075c94829e643a849da9b61
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Jul 29 19:07:43 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Jul 29 19:08:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1988832

net-mail/fetchmail: drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   2 -
 net-mail/fetchmail/fetchmail-6.4.16.ebuild | 105 -
 net-mail/fetchmail/fetchmail-6.4.8.ebuild  | 105 -
 3 files changed, 212 deletions(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 4554531add3..f7e70bd4bcf 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,4 +1,2 @@
-DIST fetchmail-6.4.16.tar.xz 1316660 BLAKE2B 
fbe592327c52e9299cb09da9dafbf49e6cbbb2d998929aa30222b879a6c035a653dacda033cf4dec5e31cd90f3ebe4f388b1fd9155e65d29259260f30e658af0
 SHA512 
5e0d87739d73991c56111222cd84d6e16913b205c4d427feeb9b03d7f330442851f48769e168883ad75afc0a9db9b5267d1ad30e2ca0efe14263befd625dccf0
 DIST fetchmail-6.4.19.tar.xz 1316672 BLAKE2B 
679d2c49698dd368d32439a8276412e3f32c0a0f6f0e7607bc323c0294c987307469451b4b085fe521f2d5dd4869d59b4841762b6a57b3c654b992e9de8ba87c
 SHA512 
b10f0ac5b3b22f8b1d86367990fc96ea5c49dc21c873890c732c254c34503bd6ab9348c5ef88b99ba0f83f065fa9f9aead55de9721b0f296efa14eac0311daaf
-DIST fetchmail-6.4.8.tar.xz 1282300 BLAKE2B 
31b7f9fa31edff534210a2a0764cc6dec461968071a8aa29b1d1e9915ff6b8d2949b128f97d72fafe6d431b06d4e5c6b38d4a3cdba06736bdf8ec1879a991798
 SHA512 
c1052389baafa3a48186733133130bf69b87c8dda8faa00e82f5947037845b95d3271c8183df729728a351888175174ca11eb18f9adb8b3515860cba95ab8987
 DIST fetchmail-7.0.0-alpha8.tar.xz 1212256 BLAKE2B 
1b123921a696e60b9c42ea30a379bc6cf46bb66dd630f50e1f10ceac5066932da9538295954be451c4665e1186b7281523bbae83fb4cdb7ad2d1b7b408a3a38f
 SHA512 
fdb20b6a4723f718958e8c800d5a996ff0bb8d9ffe485e8f8429f28953a5a691fd8439c29cb4fbbae338d64c1e9cd1f5f9ed6d89261d0ca582f6345cacb696fe

diff --git a/net-mail/fetchmail/fetchmail-6.4.16.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.16.ebuild
deleted file mode 100644
index 9a15f59666e..000
--- a/net-mail/fetchmail/fetchmail-6.4.16.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-PYTHON_REQ_USE="tk"
-
-inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="https://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="ssl nls kerberos tk socks"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="acct-user/fetchmail
-   ssl? (
-   >=dev-libs/openssl-1.1.1:=
-   )
-   kerberos? (
-   virtual/krb5
-   >=dev-libs/openssl-1.0.2:=
-   )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
-   socks? ( net-proxy/dante )
-   tk? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/future[${PYTHON_USEDEP}]
-   ')
-   )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/flex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-HTML_DOCS="*.html"
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
-)
-S=${WORKDIR}/${P/_/.}
-
-pkg_setup() {
-   use tk && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # don't compile during src_install
-   use tk && : > "${S}"/py-compile
-   eautoreconf
-}
-
-src_configure() {
-   use tk || export PYTHON=:
-
-   econf \
-   --enable-RPA \
-   --enable-NTLM \
-   --enable-SDPS \
-   $(use_enable nls) \
-   $(use_with ssl ssl "${EPREFIX}/usr") \
-   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
-   $(use_with kerberos gssapi) \
-   $(use_with kerberos kerberos5) \
-   --without-hesiod \
-   $(use_with socks)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
-   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
-
-   systemd_dounit  "${FILESDIR}"/${PN}.service
-   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
-   dotmpfiles "${FILESDIR}"/${PN}.conf
-
-   docinto contrib
-   local f
-   for f in contrib/* ; do

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-07-29 Thread Bernard Cafarelli
commit: 538fc55735dfc94cd16108b7600b6683f9cad84b
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Jul 29 19:08:15 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Jul 29 19:08:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538fc557

net-mail/fetchmail: 6.4.20 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 +
 net-mail/fetchmail/fetchmail-6.4.20.ebuild | 105 +
 2 files changed, 106 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index f7e70bd4bcf..75539071b65 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,2 +1,3 @@
 DIST fetchmail-6.4.19.tar.xz 1316672 BLAKE2B 
679d2c49698dd368d32439a8276412e3f32c0a0f6f0e7607bc323c0294c987307469451b4b085fe521f2d5dd4869d59b4841762b6a57b3c654b992e9de8ba87c
 SHA512 
b10f0ac5b3b22f8b1d86367990fc96ea5c49dc21c873890c732c254c34503bd6ab9348c5ef88b99ba0f83f065fa9f9aead55de9721b0f296efa14eac0311daaf
+DIST fetchmail-6.4.20.tar.xz 1317204 BLAKE2B 
85137bdae2fda05cba6e9bee9056bb9a1ef09b96199dc5f991da9aa5c2073f1c8cbf3fae43999a79de338a95e9d28e474035200758b65ffa9fa18b5a905c1279
 SHA512 
5b170f51a74b6596020282f5cbb34bf0a9ea8c5b089fd8c6c72df6c7742e16bcd5931d62181d56265779f9c3431c4ddf795a03deee09c5552a3aa0601282bd17
 DIST fetchmail-7.0.0-alpha8.tar.xz 1212256 BLAKE2B 
1b123921a696e60b9c42ea30a379bc6cf46bb66dd630f50e1f10ceac5066932da9538295954be451c4665e1186b7281523bbae83fb4cdb7ad2d1b7b408a3a38f
 SHA512 
fdb20b6a4723f718958e8c800d5a996ff0bb8d9ffe485e8f8429f28953a5a691fd8439c29cb4fbbae338d64c1e9cd1f5f9ed6d89261d0ca582f6345cacb696fe

diff --git a/net-mail/fetchmail/fetchmail-6.4.20.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
new file mode 100644
index 000..9a15f59666e
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_REQ_USE="tk"
+
+inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   >=dev-libs/openssl-1.1.1:=
+   )
+   kerberos? (
+   virtual/krb5
+   >=dev-libs/openssl-1.0.2:=
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   dotmpfiles "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+
+   use tk && python_optimize
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+   elog "the polling delay used by the fetchmail init script."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-06-04 Thread Bernard Cafarelli
commit: 162154b7176361da187986653c605d99904ff78f
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Jun  4 14:42:49 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Jun  4 14:44:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162154b7

net-mail/fetchmail: add 7.0.0 alpha ebuild (masked)

This adds support for OAUTH2 with helper script, installed with
USE=python

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest  |   1 +
 net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild | 108 +++
 2 files changed, 109 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 9a5ec3ab56a..4554531add3 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,3 +1,4 @@
 DIST fetchmail-6.4.16.tar.xz 1316660 BLAKE2B 
fbe592327c52e9299cb09da9dafbf49e6cbbb2d998929aa30222b879a6c035a653dacda033cf4dec5e31cd90f3ebe4f388b1fd9155e65d29259260f30e658af0
 SHA512 
5e0d87739d73991c56111222cd84d6e16913b205c4d427feeb9b03d7f330442851f48769e168883ad75afc0a9db9b5267d1ad30e2ca0efe14263befd625dccf0
 DIST fetchmail-6.4.19.tar.xz 1316672 BLAKE2B 
679d2c49698dd368d32439a8276412e3f32c0a0f6f0e7607bc323c0294c987307469451b4b085fe521f2d5dd4869d59b4841762b6a57b3c654b992e9de8ba87c
 SHA512 
b10f0ac5b3b22f8b1d86367990fc96ea5c49dc21c873890c732c254c34503bd6ab9348c5ef88b99ba0f83f065fa9f9aead55de9721b0f296efa14eac0311daaf
 DIST fetchmail-6.4.8.tar.xz 1282300 BLAKE2B 
31b7f9fa31edff534210a2a0764cc6dec461968071a8aa29b1d1e9915ff6b8d2949b128f97d72fafe6d431b06d4e5c6b38d4a3cdba06736bdf8ec1879a991798
 SHA512 
c1052389baafa3a48186733133130bf69b87c8dda8faa00e82f5947037845b95d3271c8183df729728a351888175174ca11eb18f9adb8b3515860cba95ab8987
+DIST fetchmail-7.0.0-alpha8.tar.xz 1212256 BLAKE2B 
1b123921a696e60b9c42ea30a379bc6cf46bb66dd630f50e1f10ceac5066932da9538295954be451c4665e1186b7281523bbae83fb4cdb7ad2d1b7b408a3a38f
 SHA512 
fdb20b6a4723f718958e8c800d5a996ff0bb8d9ffe485e8f8429f28953a5a691fd8439c29cb4fbbae338d64c1e9cd1f5f9ed6d89261d0ca582f6345cacb696fe

diff --git a/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild 
b/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild
new file mode 100644
index 000..73e3f2376e4
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_REQ_USE="tk?"
+
+inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="kerberos nls +python socks +ssl tk"
+REQUIRED_USE="tk? ( python )
+   python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   >=dev-libs/openssl-1.1.1:=
+   )
+   kerberos? (
+   virtual/krb5
+   >=dev-libs/openssl-1.0.2:=
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   python? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_MULTI_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+
+S=${WORKDIR}/${P/_/-}
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use python && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use python || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+   use python && python_doscript contrib/fetchmail-oauth2.py
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-06-01 Thread Agostino Sarubbo
commit: b25ef7f2932a0648029f2ffe86aec8b9ec774c8e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  1 06:59:15 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  1 06:59:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25ef7f2

net-mail/fetchmail: x86 stable wrt bug #793353

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.19.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
index 7790122a06c..a15a16e3d01 100644
--- a/net-mail/fetchmail/fetchmail-6.4.19.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-06-01 Thread Agostino Sarubbo
commit: 0f8c4d98048a7fc75daaa7335ab43cdcde3163dd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  1 06:35:12 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  1 06:35:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8c4d98

net-mail/fetchmail: ppc64 stable wrt bug #793353

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.19.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
index 93ab222b6c8..7790122a06c 100644
--- a/net-mail/fetchmail/fetchmail-6.4.19.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-06-01 Thread Agostino Sarubbo
commit: 593994f23e4eef263a19e71eecddcfaf2b6796d8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun  1 06:30:25 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun  1 06:30:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593994f2

net-mail/fetchmail: amd64 stable wrt bug #793353

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.19.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
index 15062bde485..93ab222b6c8 100644
--- a/net-mail/fetchmail/fetchmail-6.4.19.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-05-31 Thread Sam James
commit: 8245fcd37ce70ff1d2b52833db800d564c76340b
Author: Sam James  gentoo  org>
AuthorDate: Mon May 31 23:51:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 31 23:51:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8245fcd3

net-mail/fetchmail: Stabilize 6.4.19 sparc, #793353

Signed-off-by: Sam James  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.19.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
index c4fd5e0cf49..15062bde485 100644
--- a/net-mail/fetchmail/fetchmail-6.4.19.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-05-31 Thread Sam James
commit: 3db23750b681031e1ec0022f11fc9f42a338a162
Author: Sam James  gentoo  org>
AuthorDate: Mon May 31 23:51:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 31 23:51:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db23750

net-mail/fetchmail: Stabilize 6.4.19 arm, #793353

Signed-off-by: Sam James  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.19.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
index f39826489a8..c4fd5e0cf49 100644
--- a/net-mail/fetchmail/fetchmail-6.4.19.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-05-29 Thread Bernard Cafarelli
commit: 73db5101703a63738e8348b1216460a090d0c861
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sat May 29 10:04:11 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sat May 29 10:05:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73db5101

net-mail/fetchmail: drop old ~arch versions

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   2 -
 net-mail/fetchmail/fetchmail-6.4.14.ebuild | 105 -
 net-mail/fetchmail/fetchmail-6.4.15.ebuild | 105 -
 3 files changed, 212 deletions(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 2b1bc1b06aa..0d4fd6cbdcb 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,4 +1,2 @@
-DIST fetchmail-6.4.14.tar.xz 1309352 BLAKE2B 
d763f4a2fc036ef9c611829fbe5ec9eeed730429c746738203f852d8812609ad91fe179f8c43db1ad819a5430d3bc0a3c9348ab97cef312889cafb05b76a7d5b
 SHA512 
a0295094462abfd6ddeef32772c591f1ec87765f76e116e0bb17af1215c61be965bf1e9f10864fed53b4c072b240a40d43fe51f4287f0ed138795a630be2a276
-DIST fetchmail-6.4.15.tar.xz 1309584 BLAKE2B 
8348c345679ae482dfee414863836d5cb4212a09935e7febec7e4f74b9e651eadd298d7cc3b2671429649c777bfebb15d3bd023ee51c369faa7dd6a60193cffe
 SHA512 
9b87aab65c3f102df07df52508bd18ae97ec51e106e238675e3f58c9460050c54fea72550fe33c727aeae723494370f6ea6438a96231ae0eacdbe437552d76e2
 DIST fetchmail-6.4.16.tar.xz 1316660 BLAKE2B 
fbe592327c52e9299cb09da9dafbf49e6cbbb2d998929aa30222b879a6c035a653dacda033cf4dec5e31cd90f3ebe4f388b1fd9155e65d29259260f30e658af0
 SHA512 
5e0d87739d73991c56111222cd84d6e16913b205c4d427feeb9b03d7f330442851f48769e168883ad75afc0a9db9b5267d1ad30e2ca0efe14263befd625dccf0
 DIST fetchmail-6.4.8.tar.xz 1282300 BLAKE2B 
31b7f9fa31edff534210a2a0764cc6dec461968071a8aa29b1d1e9915ff6b8d2949b128f97d72fafe6d431b06d4e5c6b38d4a3cdba06736bdf8ec1879a991798
 SHA512 
c1052389baafa3a48186733133130bf69b87c8dda8faa00e82f5947037845b95d3271c8183df729728a351888175174ca11eb18f9adb8b3515860cba95ab8987

diff --git a/net-mail/fetchmail/fetchmail-6.4.14.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.14.ebuild
deleted file mode 100644
index f39826489a8..000
--- a/net-mail/fetchmail/fetchmail-6.4.14.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-PYTHON_REQ_USE="tk"
-
-inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="https://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="ssl nls kerberos tk socks"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="acct-user/fetchmail
-   ssl? (
-   >=dev-libs/openssl-1.1.1:=
-   )
-   kerberos? (
-   virtual/krb5
-   >=dev-libs/openssl-1.0.2:=
-   )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
-   socks? ( net-proxy/dante )
-   tk? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/future[${PYTHON_MULTI_USEDEP}]
-   ')
-   )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/flex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-HTML_DOCS="*.html"
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
-)
-S=${WORKDIR}/${P/_/.}
-
-pkg_setup() {
-   use tk && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # don't compile during src_install
-   use tk && : > "${S}"/py-compile
-   eautoreconf
-}
-
-src_configure() {
-   use tk || export PYTHON=:
-
-   econf \
-   --enable-RPA \
-   --enable-NTLM \
-   --enable-SDPS \
-   $(use_enable nls) \
-   $(use_with ssl ssl "${EPREFIX}/usr") \
-   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
-   $(use_with kerberos gssapi) \
-   $(use_with kerberos kerberos5) \
-   --without-hesiod \
-   $(use_with socks)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   default
-
-   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
-   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
-
-   systemd_dounit  "${FILESDIR}"/${PN}.service
-   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
-   dotmpfiles "${FILESDIR}"/${PN}.conf
-
-   docinto contrib
-   local f
-   for f 

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-05-29 Thread Bernard Cafarelli
commit: c7cdbaad8fac8f1e7fc523c16239d82f9e234c66
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sat May 29 10:05:18 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sat May 29 10:05:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7cdbaad

net-mail/fetchmail: 6.4.19 bump

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 +
 net-mail/fetchmail/fetchmail-6.4.19.ebuild | 105 +
 2 files changed, 106 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 0d4fd6cbdcb..9a5ec3ab56a 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,2 +1,3 @@
 DIST fetchmail-6.4.16.tar.xz 1316660 BLAKE2B 
fbe592327c52e9299cb09da9dafbf49e6cbbb2d998929aa30222b879a6c035a653dacda033cf4dec5e31cd90f3ebe4f388b1fd9155e65d29259260f30e658af0
 SHA512 
5e0d87739d73991c56111222cd84d6e16913b205c4d427feeb9b03d7f330442851f48769e168883ad75afc0a9db9b5267d1ad30e2ca0efe14263befd625dccf0
+DIST fetchmail-6.4.19.tar.xz 1316672 BLAKE2B 
679d2c49698dd368d32439a8276412e3f32c0a0f6f0e7607bc323c0294c987307469451b4b085fe521f2d5dd4869d59b4841762b6a57b3c654b992e9de8ba87c
 SHA512 
b10f0ac5b3b22f8b1d86367990fc96ea5c49dc21c873890c732c254c34503bd6ab9348c5ef88b99ba0f83f065fa9f9aead55de9721b0f296efa14eac0311daaf
 DIST fetchmail-6.4.8.tar.xz 1282300 BLAKE2B 
31b7f9fa31edff534210a2a0764cc6dec461968071a8aa29b1d1e9915ff6b8d2949b128f97d72fafe6d431b06d4e5c6b38d4a3cdba06736bdf8ec1879a991798
 SHA512 
c1052389baafa3a48186733133130bf69b87c8dda8faa00e82f5947037845b95d3271c8183df729728a351888175174ca11eb18f9adb8b3515860cba95ab8987

diff --git a/net-mail/fetchmail/fetchmail-6.4.19.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
new file mode 100644
index 000..f39826489a8
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_REQ_USE="tk"
+
+inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   >=dev-libs/openssl-1.1.1:=
+   )
+   kerberos? (
+   virtual/krb5
+   >=dev-libs/openssl-1.0.2:=
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_MULTI_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   dotmpfiles "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+
+   use tk && python_optimize
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+   elog "the polling delay used by the fetchmail init script."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-05-02 Thread Mikle Kolyada
commit: 53cae531f4093c55d3ae9cd839815521c193e7c6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  2 14:47:12 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  2 14:51:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53cae531

net-mail/fetchmail: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.14.ebuild | 8 +++-
 net-mail/fetchmail/fetchmail-6.4.15.ebuild | 8 +++-
 net-mail/fetchmail/fetchmail-6.4.16.ebuild | 8 +++-
 net-mail/fetchmail/fetchmail-6.4.8.ebuild  | 8 +++-
 4 files changed, 12 insertions(+), 20 deletions(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.14.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.14.ebuild
index 6c2e6a41f1b..f39826489a8 100644
--- a/net-mail/fetchmail/fetchmail-6.4.14.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.14.ebuild
@@ -15,18 +15,16 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 LICENSE="GPL-2 public-domain"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="ssl nls kerberos tk socks libressl"
+IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="acct-user/fetchmail
ssl? (
-   !libressl? ( >=dev-libs/openssl-1.1.1:= )
-   libressl?  ( dev-libs/libressl:= )
+   >=dev-libs/openssl-1.1.1:=
)
kerberos? (
virtual/krb5
-   !libressl? ( >=dev-libs/openssl-1.0.2:= )
-   libressl?  ( dev-libs/libressl:= )
+   >=dev-libs/openssl-1.0.2:=
)
nls? ( virtual/libintl )
!elibc_glibc? ( sys-libs/e2fsprogs-libs )

diff --git a/net-mail/fetchmail/fetchmail-6.4.15.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.15.ebuild
index 6c2e6a41f1b..f39826489a8 100644
--- a/net-mail/fetchmail/fetchmail-6.4.15.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.15.ebuild
@@ -15,18 +15,16 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 LICENSE="GPL-2 public-domain"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="ssl nls kerberos tk socks libressl"
+IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="acct-user/fetchmail
ssl? (
-   !libressl? ( >=dev-libs/openssl-1.1.1:= )
-   libressl?  ( dev-libs/libressl:= )
+   >=dev-libs/openssl-1.1.1:=
)
kerberos? (
virtual/krb5
-   !libressl? ( >=dev-libs/openssl-1.0.2:= )
-   libressl?  ( dev-libs/libressl:= )
+   >=dev-libs/openssl-1.0.2:=
)
nls? ( virtual/libintl )
!elibc_glibc? ( sys-libs/e2fsprogs-libs )

diff --git a/net-mail/fetchmail/fetchmail-6.4.16.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.16.ebuild
index 6c2e6a41f1b..f39826489a8 100644
--- a/net-mail/fetchmail/fetchmail-6.4.16.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.16.ebuild
@@ -15,18 +15,16 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 LICENSE="GPL-2 public-domain"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="ssl nls kerberos tk socks libressl"
+IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="acct-user/fetchmail
ssl? (
-   !libressl? ( >=dev-libs/openssl-1.1.1:= )
-   libressl?  ( dev-libs/libressl:= )
+   >=dev-libs/openssl-1.1.1:=
)
kerberos? (
virtual/krb5
-   !libressl? ( >=dev-libs/openssl-1.0.2:= )
-   libressl?  ( dev-libs/libressl:= )
+   >=dev-libs/openssl-1.0.2:=
)
nls? ( virtual/libintl )
!elibc_glibc? ( sys-libs/e2fsprogs-libs )

diff --git a/net-mail/fetchmail/fetchmail-6.4.8.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
index 4dfbc9b83b5..8f61c9ee07e 100644
--- a/net-mail/fetchmail/fetchmail-6.4.8.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
@@ -15,18 +15,16 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 LICENSE="GPL-2 public-domain"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="ssl nls kerberos tk socks libressl"
+IUSE="ssl nls kerberos tk socks"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="acct-user/fetchmail
ssl? (
-   !libressl? ( >=dev-libs/openssl-1.1.1:= )
-   libressl?  ( dev-libs/libressl:= )
+   >=dev-libs/openssl-1.1.1:=
)
kerberos? (
   

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-03-07 Thread David Seifert
commit: 1b831e5f52e126691560394595af01c39a4fc951
Author: Theo Anderson  posteo  de>
AuthorDate: Sun Mar  7 11:57:14 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Mar  7 11:57:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b831e5f

net-mail/fetchmail: migrate to tmpfiles.eclass

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson  posteo.de>
Signed-off-by: David Seifert  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.8.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
index 9c20c407b40..603849b9aa6 100644
--- a/net-mail/fetchmail/fetchmail-6.4.8.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{7,8} )
 PYTHON_REQ_USE="tk"
 
-inherit python-single-r1 systemd toolchain-funcs autotools
+inherit python-single-r1 systemd toolchain-funcs autotools tmpfiles
 
 DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
 HOMEPAGE="https://www.fetchmail.info/;
@@ -88,7 +88,7 @@ src_install() {
 
systemd_dounit  "${FILESDIR}"/${PN}.service
systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
-   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
+   dotmpfiles "${FILESDIR}"/${PN}.conf
 
docinto contrib
local f



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-02-24 Thread Bernard Cafarelli
commit: d85ffe221eb91456df262d5bf1850e82d0e844d0
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Feb 24 19:51:49 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Feb 24 20:23:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85ffe22

net-mail/fetchmail: 6.4.16 bump

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 +
 net-mail/fetchmail/fetchmail-6.4.16.ebuild | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index ef0b0e68957..2b1bc1b06aa 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,3 +1,4 @@
 DIST fetchmail-6.4.14.tar.xz 1309352 BLAKE2B 
d763f4a2fc036ef9c611829fbe5ec9eeed730429c746738203f852d8812609ad91fe179f8c43db1ad819a5430d3bc0a3c9348ab97cef312889cafb05b76a7d5b
 SHA512 
a0295094462abfd6ddeef32772c591f1ec87765f76e116e0bb17af1215c61be965bf1e9f10864fed53b4c072b240a40d43fe51f4287f0ed138795a630be2a276
 DIST fetchmail-6.4.15.tar.xz 1309584 BLAKE2B 
8348c345679ae482dfee414863836d5cb4212a09935e7febec7e4f74b9e651eadd298d7cc3b2671429649c777bfebb15d3bd023ee51c369faa7dd6a60193cffe
 SHA512 
9b87aab65c3f102df07df52508bd18ae97ec51e106e238675e3f58c9460050c54fea72550fe33c727aeae723494370f6ea6438a96231ae0eacdbe437552d76e2
+DIST fetchmail-6.4.16.tar.xz 1316660 BLAKE2B 
fbe592327c52e9299cb09da9dafbf49e6cbbb2d998929aa30222b879a6c035a653dacda033cf4dec5e31cd90f3ebe4f388b1fd9155e65d29259260f30e658af0
 SHA512 
5e0d87739d73991c56111222cd84d6e16913b205c4d427feeb9b03d7f330442851f48769e168883ad75afc0a9db9b5267d1ad30e2ca0efe14263befd625dccf0
 DIST fetchmail-6.4.8.tar.xz 1282300 BLAKE2B 
31b7f9fa31edff534210a2a0764cc6dec461968071a8aa29b1d1e9915ff6b8d2949b128f97d72fafe6d431b06d4e5c6b38d4a3cdba06736bdf8ec1879a991798
 SHA512 
c1052389baafa3a48186733133130bf69b87c8dda8faa00e82f5947037845b95d3271c8183df729728a351888175174ca11eb18f9adb8b3515860cba95ab8987

diff --git a/net-mail/fetchmail/fetchmail-6.4.16.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.16.ebuild
new file mode 100644
index 000..6c2e6a41f1b
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.16.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_REQ_USE="tk"
+
+inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks libressl"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-1.1.1:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   kerberos? (
+   virtual/krb5
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_MULTI_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   dotmpfiles "${FILESDIR}"/${PN}.conf
+
+   

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-01-06 Thread Fabian Groffen
commit: ab0500c52bfc508f5e1c350bd44d2cda2fc79ece
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 14:46:01 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 15:06:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0500c5

net-mail/fetchmail: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.14.ebuild | 4 ++--
 net-mail/fetchmail/fetchmail-6.4.15.ebuild | 2 +-
 net-mail/fetchmail/fetchmail-6.4.8.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.14.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.14.ebuild
index 157b8118f72..1a8bae797ef 100644
--- a/net-mail/fetchmail/fetchmail-6.4.14.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 

diff --git a/net-mail/fetchmail/fetchmail-6.4.15.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.15.ebuild
index e1935657ae9..1a8bae797ef 100644
--- a/net-mail/fetchmail/fetchmail-6.4.15.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.15.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 

diff --git a/net-mail/fetchmail/fetchmail-6.4.8.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
index 00ecb9e9013..124e3b8c36c 100644
--- a/net-mail/fetchmail/fetchmail-6.4.8.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-01-04 Thread Bernard Cafarelli
commit: 23af74835e70a8f366d2c82482d9916e00b95f7e
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Jan  4 12:27:49 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Jan  4 12:28:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23af7483

net-mail/fetchmail: drop some ~arch versions

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest   |   3 -
 net-mail/fetchmail/fetchmail-6.4.11.ebuild| 107 --
 net-mail/fetchmail/fetchmail-6.4.12-r1.ebuild | 107 --
 net-mail/fetchmail/fetchmail-6.4.12.ebuild| 107 --
 net-mail/fetchmail/fetchmail-6.4.13.ebuild| 107 --
 5 files changed, 431 deletions(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 37e15b1c040..ef0b0e68957 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,6 +1,3 @@
-DIST fetchmail-6.4.11.tar.xz 1302708 BLAKE2B 
660f05c54ea9772de2dd3e584d0d2ff9addfdb7927396330a829f85995a7a2cd818c37762f704030ab73aba6750b62862dc79ad4617d45e948e8a96474fe8258
 SHA512 
aa7961490e34bb571bbc67eccec4bdef046da0a959cb2522e511074c275dbf4d797f9d8d019d7f464baae7ca19194cafeef65b5bc258dbf970d58f2dfd16
-DIST fetchmail-6.4.12.tar.xz 1303532 BLAKE2B 
d37c020b07b342ef4ba95a4b7f017217515e26ec06512350fea2bd58aa4d848a4865d98b1f9440ead544d9c377221f31f97f02499b7799ffa56c1e7dae7b73cf
 SHA512 
277c324bab528a036f2896909b63baaa68d986b79baa24e2ee5cd8ca1d86082d4cd41ca371114fc8ae150eb0f97af50fd5238e88485ad5c701699b69964fe256
-DIST fetchmail-6.4.13.tar.xz 1308248 BLAKE2B 
5efe641d3fc19ed5232fbf959dd09e049e6c5b7419b4bf6fbacb2a24e29916d5dd6209cc7e792e733f59482b4c4aa2983a6d5abe6176dc5a82152b0660042cf4
 SHA512 
fd55a2a199ec83a863780934481df5ec562f0184adef738d37798aaad7b4eb15dfe0075436907784cc1b87f5c89bdf36a9a4df20f60786f6a185d04ab78ee9a4
 DIST fetchmail-6.4.14.tar.xz 1309352 BLAKE2B 
d763f4a2fc036ef9c611829fbe5ec9eeed730429c746738203f852d8812609ad91fe179f8c43db1ad819a5430d3bc0a3c9348ab97cef312889cafb05b76a7d5b
 SHA512 
a0295094462abfd6ddeef32772c591f1ec87765f76e116e0bb17af1215c61be965bf1e9f10864fed53b4c072b240a40d43fe51f4287f0ed138795a630be2a276
 DIST fetchmail-6.4.15.tar.xz 1309584 BLAKE2B 
8348c345679ae482dfee414863836d5cb4212a09935e7febec7e4f74b9e651eadd298d7cc3b2671429649c777bfebb15d3bd023ee51c369faa7dd6a60193cffe
 SHA512 
9b87aab65c3f102df07df52508bd18ae97ec51e106e238675e3f58c9460050c54fea72550fe33c727aeae723494370f6ea6438a96231ae0eacdbe437552d76e2
 DIST fetchmail-6.4.8.tar.xz 1282300 BLAKE2B 
31b7f9fa31edff534210a2a0764cc6dec461968071a8aa29b1d1e9915ff6b8d2949b128f97d72fafe6d431b06d4e5c6b38d4a3cdba06736bdf8ec1879a991798
 SHA512 
c1052389baafa3a48186733133130bf69b87c8dda8faa00e82f5947037845b95d3271c8183df729728a351888175174ca11eb18f9adb8b3515860cba95ab8987

diff --git a/net-mail/fetchmail/fetchmail-6.4.11.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.11.ebuild
deleted file mode 100644
index 9b96312d1c6..000
--- a/net-mail/fetchmail/fetchmail-6.4.11.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE="tk"
-
-inherit python-single-r1 systemd toolchain-funcs autotools
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="https://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="ssl nls kerberos tk socks libressl"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="acct-user/fetchmail
-   ssl? (
-   !libressl? ( >=dev-libs/openssl-1.1.1:= )
-   libressl?  ( dev-libs/libressl:= )
-   )
-   kerberos? (
-   virtual/krb5
-   !libressl? ( >=dev-libs/openssl-1.0.2:= )
-   libressl?  ( dev-libs/libressl:= )
-   )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
-   socks? ( net-proxy/dante )
-   tk? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/future[${PYTHON_MULTI_USEDEP}]
-   ')
-   )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/flex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-HTML_DOCS="*.html"
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
-)
-S=${WORKDIR}/${P/_/.}
-
-pkg_setup() {
-   use tk && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # don't compile during src_install
-   use tk && : > "${S}"/py-compile
-   

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2021-01-04 Thread Bernard Cafarelli
commit: d0d1363e8e9485c990cd612defc005ffa315d1ef
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Jan  4 12:24:55 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Jan  4 12:27:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d1363e

net-mail/fetchmail: 6.4.15 bump

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 +
 net-mail/fetchmail/fetchmail-6.4.15.ebuild | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 291ee150fc2..37e15b1c040 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -2,4 +2,5 @@ DIST fetchmail-6.4.11.tar.xz 1302708 BLAKE2B 
660f05c54ea9772de2dd3e584d0d2ff9add
 DIST fetchmail-6.4.12.tar.xz 1303532 BLAKE2B 
d37c020b07b342ef4ba95a4b7f017217515e26ec06512350fea2bd58aa4d848a4865d98b1f9440ead544d9c377221f31f97f02499b7799ffa56c1e7dae7b73cf
 SHA512 
277c324bab528a036f2896909b63baaa68d986b79baa24e2ee5cd8ca1d86082d4cd41ca371114fc8ae150eb0f97af50fd5238e88485ad5c701699b69964fe256
 DIST fetchmail-6.4.13.tar.xz 1308248 BLAKE2B 
5efe641d3fc19ed5232fbf959dd09e049e6c5b7419b4bf6fbacb2a24e29916d5dd6209cc7e792e733f59482b4c4aa2983a6d5abe6176dc5a82152b0660042cf4
 SHA512 
fd55a2a199ec83a863780934481df5ec562f0184adef738d37798aaad7b4eb15dfe0075436907784cc1b87f5c89bdf36a9a4df20f60786f6a185d04ab78ee9a4
 DIST fetchmail-6.4.14.tar.xz 1309352 BLAKE2B 
d763f4a2fc036ef9c611829fbe5ec9eeed730429c746738203f852d8812609ad91fe179f8c43db1ad819a5430d3bc0a3c9348ab97cef312889cafb05b76a7d5b
 SHA512 
a0295094462abfd6ddeef32772c591f1ec87765f76e116e0bb17af1215c61be965bf1e9f10864fed53b4c072b240a40d43fe51f4287f0ed138795a630be2a276
+DIST fetchmail-6.4.15.tar.xz 1309584 BLAKE2B 
8348c345679ae482dfee414863836d5cb4212a09935e7febec7e4f74b9e651eadd298d7cc3b2671429649c777bfebb15d3bd023ee51c369faa7dd6a60193cffe
 SHA512 
9b87aab65c3f102df07df52508bd18ae97ec51e106e238675e3f58c9460050c54fea72550fe33c727aeae723494370f6ea6438a96231ae0eacdbe437552d76e2
 DIST fetchmail-6.4.8.tar.xz 1282300 BLAKE2B 
31b7f9fa31edff534210a2a0764cc6dec461968071a8aa29b1d1e9915ff6b8d2949b128f97d72fafe6d431b06d4e5c6b38d4a3cdba06736bdf8ec1879a991798
 SHA512 
c1052389baafa3a48186733133130bf69b87c8dda8faa00e82f5947037845b95d3271c8183df729728a351888175174ca11eb18f9adb8b3515860cba95ab8987

diff --git a/net-mail/fetchmail/fetchmail-6.4.15.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.15.ebuild
new file mode 100644
index 000..e1935657ae9
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.15.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_REQ_USE="tk"
+
+inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks libressl"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-1.1.1:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   kerberos? (
+   virtual/krb5
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_MULTI_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-12-04 Thread Bernard Cafarelli
commit: a469d15f62bfb9b996c7da21a78bdd7a43d85b7b
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Dec  4 16:32:30 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Dec  4 16:32:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a469d15f

net-mail/fetchmail: 6.4.14 bump

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 +
 net-mail/fetchmail/fetchmail-6.4.14.ebuild | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index a674f474360..291ee150fc2 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,4 +1,5 @@
 DIST fetchmail-6.4.11.tar.xz 1302708 BLAKE2B 
660f05c54ea9772de2dd3e584d0d2ff9addfdb7927396330a829f85995a7a2cd818c37762f704030ab73aba6750b62862dc79ad4617d45e948e8a96474fe8258
 SHA512 
aa7961490e34bb571bbc67eccec4bdef046da0a959cb2522e511074c275dbf4d797f9d8d019d7f464baae7ca19194cafeef65b5bc258dbf970d58f2dfd16
 DIST fetchmail-6.4.12.tar.xz 1303532 BLAKE2B 
d37c020b07b342ef4ba95a4b7f017217515e26ec06512350fea2bd58aa4d848a4865d98b1f9440ead544d9c377221f31f97f02499b7799ffa56c1e7dae7b73cf
 SHA512 
277c324bab528a036f2896909b63baaa68d986b79baa24e2ee5cd8ca1d86082d4cd41ca371114fc8ae150eb0f97af50fd5238e88485ad5c701699b69964fe256
 DIST fetchmail-6.4.13.tar.xz 1308248 BLAKE2B 
5efe641d3fc19ed5232fbf959dd09e049e6c5b7419b4bf6fbacb2a24e29916d5dd6209cc7e792e733f59482b4c4aa2983a6d5abe6176dc5a82152b0660042cf4
 SHA512 
fd55a2a199ec83a863780934481df5ec562f0184adef738d37798aaad7b4eb15dfe0075436907784cc1b87f5c89bdf36a9a4df20f60786f6a185d04ab78ee9a4
+DIST fetchmail-6.4.14.tar.xz 1309352 BLAKE2B 
d763f4a2fc036ef9c611829fbe5ec9eeed730429c746738203f852d8812609ad91fe179f8c43db1ad819a5430d3bc0a3c9348ab97cef312889cafb05b76a7d5b
 SHA512 
a0295094462abfd6ddeef32772c591f1ec87765f76e116e0bb17af1215c61be965bf1e9f10864fed53b4c072b240a40d43fe51f4287f0ed138795a630be2a276
 DIST fetchmail-6.4.8.tar.xz 1282300 BLAKE2B 
31b7f9fa31edff534210a2a0764cc6dec461968071a8aa29b1d1e9915ff6b8d2949b128f97d72fafe6d431b06d4e5c6b38d4a3cdba06736bdf8ec1879a991798
 SHA512 
c1052389baafa3a48186733133130bf69b87c8dda8faa00e82f5947037845b95d3271c8183df729728a351888175174ca11eb18f9adb8b3515860cba95ab8987

diff --git a/net-mail/fetchmail/fetchmail-6.4.14.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.14.ebuild
new file mode 100644
index 000..157b8118f72
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.14.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_REQ_USE="tk"
+
+inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks libressl"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-1.1.1:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   kerberos? (
+   virtual/krb5
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_MULTI_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-11-08 Thread Bernard Cafarelli
commit: e934af16309141d48ca8daf7276000c9bf143aa8
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Nov  8 15:12:39 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Nov  8 15:30:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e934af16

net-mail/fetchmail: 6.4.13 bump

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 +
 net-mail/fetchmail/fetchmail-6.4.13.ebuild | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 36ce8a3fb73..a674f474360 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,3 +1,4 @@
 DIST fetchmail-6.4.11.tar.xz 1302708 BLAKE2B 
660f05c54ea9772de2dd3e584d0d2ff9addfdb7927396330a829f85995a7a2cd818c37762f704030ab73aba6750b62862dc79ad4617d45e948e8a96474fe8258
 SHA512 
aa7961490e34bb571bbc67eccec4bdef046da0a959cb2522e511074c275dbf4d797f9d8d019d7f464baae7ca19194cafeef65b5bc258dbf970d58f2dfd16
 DIST fetchmail-6.4.12.tar.xz 1303532 BLAKE2B 
d37c020b07b342ef4ba95a4b7f017217515e26ec06512350fea2bd58aa4d848a4865d98b1f9440ead544d9c377221f31f97f02499b7799ffa56c1e7dae7b73cf
 SHA512 
277c324bab528a036f2896909b63baaa68d986b79baa24e2ee5cd8ca1d86082d4cd41ca371114fc8ae150eb0f97af50fd5238e88485ad5c701699b69964fe256
+DIST fetchmail-6.4.13.tar.xz 1308248 BLAKE2B 
5efe641d3fc19ed5232fbf959dd09e049e6c5b7419b4bf6fbacb2a24e29916d5dd6209cc7e792e733f59482b4c4aa2983a6d5abe6176dc5a82152b0660042cf4
 SHA512 
fd55a2a199ec83a863780934481df5ec562f0184adef738d37798aaad7b4eb15dfe0075436907784cc1b87f5c89bdf36a9a4df20f60786f6a185d04ab78ee9a4
 DIST fetchmail-6.4.8.tar.xz 1282300 BLAKE2B 
31b7f9fa31edff534210a2a0764cc6dec461968071a8aa29b1d1e9915ff6b8d2949b128f97d72fafe6d431b06d4e5c6b38d4a3cdba06736bdf8ec1879a991798
 SHA512 
c1052389baafa3a48186733133130bf69b87c8dda8faa00e82f5947037845b95d3271c8183df729728a351888175174ca11eb18f9adb8b3515860cba95ab8987

diff --git a/net-mail/fetchmail/fetchmail-6.4.13.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.13.ebuild
new file mode 100644
index 000..157b8118f72
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.13.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_REQ_USE="tk"
+
+inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks libressl"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-1.1.1:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   kerberos? (
+   virtual/krb5
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_MULTI_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   dotmpfiles 

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-09-28 Thread Bernard Cafarelli
commit: b37f4d4b0a4a244478e13f6909faf7d8c7583524
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Sep 28 09:26:15 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Sep 28 09:26:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37f4d4b

net-mail/fetchmail: switch to tmpfiles eclass

Also update python dependency

Closes: https://bugs.gentoo.org/740598
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.12-r1.ebuild | 107 ++
 1 file changed, 107 insertions(+)

diff --git a/net-mail/fetchmail/fetchmail-6.4.12-r1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.12-r1.ebuild
new file mode 100644
index 000..157b8118f72
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.12-r1.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_REQ_USE="tk"
+
+inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks libressl"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-1.1.1:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   kerberos? (
+   virtual/krb5
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_MULTI_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   dotmpfiles "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+
+   use tk && python_optimize
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+   elog "the polling delay used by the fetchmail init script."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-09-15 Thread Bernard Cafarelli
commit: 61e472a97bf13f64c6bd6753a8a54da27fc5568b
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Sep 15 16:32:33 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Sep 15 22:22:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e472a9

net-mail/fetchmail: 6.4.12 bump

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 +
 net-mail/fetchmail/fetchmail-6.4.12.ebuild | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index f81bfaf5df1..36ce8a3fb73 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,2 +1,3 @@
 DIST fetchmail-6.4.11.tar.xz 1302708 BLAKE2B 
660f05c54ea9772de2dd3e584d0d2ff9addfdb7927396330a829f85995a7a2cd818c37762f704030ab73aba6750b62862dc79ad4617d45e948e8a96474fe8258
 SHA512 
aa7961490e34bb571bbc67eccec4bdef046da0a959cb2522e511074c275dbf4d797f9d8d019d7f464baae7ca19194cafeef65b5bc258dbf970d58f2dfd16
+DIST fetchmail-6.4.12.tar.xz 1303532 BLAKE2B 
d37c020b07b342ef4ba95a4b7f017217515e26ec06512350fea2bd58aa4d848a4865d98b1f9440ead544d9c377221f31f97f02499b7799ffa56c1e7dae7b73cf
 SHA512 
277c324bab528a036f2896909b63baaa68d986b79baa24e2ee5cd8ca1d86082d4cd41ca371114fc8ae150eb0f97af50fd5238e88485ad5c701699b69964fe256
 DIST fetchmail-6.4.8.tar.xz 1282300 BLAKE2B 
31b7f9fa31edff534210a2a0764cc6dec461968071a8aa29b1d1e9915ff6b8d2949b128f97d72fafe6d431b06d4e5c6b38d4a3cdba06736bdf8ec1879a991798
 SHA512 
c1052389baafa3a48186733133130bf69b87c8dda8faa00e82f5947037845b95d3271c8183df729728a351888175174ca11eb18f9adb8b3515860cba95ab8987

diff --git a/net-mail/fetchmail/fetchmail-6.4.12.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.12.ebuild
new file mode 100644
index 000..9b96312d1c6
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.12.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="tk"
+
+inherit python-single-r1 systemd toolchain-funcs autotools
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks libressl"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-1.1.1:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   kerberos? (
+   virtual/krb5
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_MULTI_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+
+   use tk && python_optimize
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please see /etc/conf.d/fetchmail if you want to 

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-09-02 Thread Bernard Cafarelli
commit: cb86da5550e0b6cd7ca91d79042a91d5af93856d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Sep  2 20:54:26 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Sep  2 20:56:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb86da55

net-mail/fetchmail: 6.4.11 bump

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 +
 net-mail/fetchmail/fetchmail-6.4.11.ebuild | 107 +
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 5fe97745e7a..f81bfaf5df1 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1 +1,2 @@
+DIST fetchmail-6.4.11.tar.xz 1302708 BLAKE2B 
660f05c54ea9772de2dd3e584d0d2ff9addfdb7927396330a829f85995a7a2cd818c37762f704030ab73aba6750b62862dc79ad4617d45e948e8a96474fe8258
 SHA512 
aa7961490e34bb571bbc67eccec4bdef046da0a959cb2522e511074c275dbf4d797f9d8d019d7f464baae7ca19194cafeef65b5bc258dbf970d58f2dfd16
 DIST fetchmail-6.4.8.tar.xz 1282300 BLAKE2B 
31b7f9fa31edff534210a2a0764cc6dec461968071a8aa29b1d1e9915ff6b8d2949b128f97d72fafe6d431b06d4e5c6b38d4a3cdba06736bdf8ec1879a991798
 SHA512 
c1052389baafa3a48186733133130bf69b87c8dda8faa00e82f5947037845b95d3271c8183df729728a351888175174ca11eb18f9adb8b3515860cba95ab8987

diff --git a/net-mail/fetchmail/fetchmail-6.4.11.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.11.ebuild
new file mode 100644
index 000..9b96312d1c6
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.11.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="tk"
+
+inherit python-single-r1 systemd toolchain-funcs autotools
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="https://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks libressl"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-1.1.1:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   kerberos? (
+   virtual/krb5
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_MULTI_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+
+   use tk && python_optimize
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+   elog "the polling delay used by the fetchmail init script."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-08-29 Thread Sam James
commit: 79c8007c1fb95fb50216465bfa2e2aac985c47d1
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 29 20:29:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 29 20:29:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c8007c

net-mail/fetchmail: Keyword 6.4.8 arm64, #739496

Signed-off-by: Sam James  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.8.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
index fe2a41ee0af..aacadaf2ec8 100644
--- a/net-mail/fetchmail/fetchmail-6.4.8.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-08-18 Thread Bernard Cafarelli
commit: ca3cc8b133a0985d875961e988ca1a2b4e40de61
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Aug 18 09:13:57 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Aug 18 10:01:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3cc8b1

net-mail/fetchmail: drop old

Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest   |   2 -
 net-mail/fetchmail/fetchmail-6.4.1.ebuild | 108 --
 net-mail/fetchmail/fetchmail-6.4.6.ebuild | 107 -
 3 files changed, 217 deletions(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 20dc89517c5..5fe97745e7a 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,3 +1 @@
-DIST fetchmail-6.4.1.tar.xz 1257488 BLAKE2B 
101a7c2da7374eb180a4afd576bd436e074241b2071107676330e1773a33035a20f406e3dd1e0f1a280887b4556f68fc6c87be1eabf9b7e3003dff4cc740eebb
 SHA512 
940b8df52f963f71537962ebe2b2cb88298fd2b54ca79932e5c974abe850f0b59cdc4919d606ee4f210e82d1e0a6f090ea87f1d3bdea18b531d4fbb36f7f9ea0
-DIST fetchmail-6.4.6.tar.xz 1262256 BLAKE2B 
c5abb5b8b80f2cd61fd3c6c38956c753bb74597c585974d5529c8c7665ef13483b4292c1247df43f8702f8bd3b055b8f77bdfc2ae620bea170e8bd457fec9a49
 SHA512 
0101c79039c754b55e94181fb6c51f07782e581123e25ac72a99c2abe8f3ac4af3e97b12bab50813fb9300179b921c80d0bc60f528ad73c914ad266e29fb6513
 DIST fetchmail-6.4.8.tar.xz 1282300 BLAKE2B 
31b7f9fa31edff534210a2a0764cc6dec461968071a8aa29b1d1e9915ff6b8d2949b128f97d72fafe6d431b06d4e5c6b38d4a3cdba06736bdf8ec1879a991798
 SHA512 
c1052389baafa3a48186733133130bf69b87c8dda8faa00e82f5947037845b95d3271c8183df729728a351888175174ca11eb18f9adb8b3515860cba95ab8987

diff --git a/net-mail/fetchmail/fetchmail-6.4.1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
deleted file mode 100644
index 26040d1b23e..000
--- a/net-mail/fetchmail/fetchmail-6.4.1.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk"
-
-inherit python-single-r1 user systemd toolchain-funcs autotools
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="https://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="ssl nls kerberos tk socks libressl"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="ssl? (
-   !libressl? ( >=dev-libs/openssl-1.0.2:= )
-   libressl?  ( dev-libs/libressl:= )
-   )
-   kerberos? (
-   virtual/krb5
-   !libressl? ( >=dev-libs/openssl-1.0.2:= )
-   libressl?  ( dev-libs/libressl:= )
-   )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
-   socks? ( net-proxy/dante )
-   tk? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/flex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-HTML_DOCS="*.html"
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
-)
-S=${WORKDIR}/${P/_/.}
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-
-   use tk && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # don't compile during src_install
-   use tk && : > "${S}"/py-compile
-   eautoreconf
-}
-
-src_configure() {
-   use tk || export PYTHON=:
-
-   econf \
-   --enable-RPA \
-   --enable-NTLM \
-   --enable-SDPS \
-   $(use_enable nls) \
-   $(use_with ssl ssl "${EPREFIX}/usr") \
-   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
-   $(use_with kerberos gssapi) \
-   $(use_with kerberos kerberos5) \
-   --without-hesiod \
-   $(use_with socks)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   # fetchmail's homedir (holds fetchmail's .fetchids)
-   keepdir /var/lib/${PN}
-   fowners ${PN}:${PN} /var/lib/${PN}
-   fperms 700 /var/lib/${PN}
-
-   default
-
-   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
-   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
-
-   systemd_dounit  "${FILESDIR}"/${PN}.service
-   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
-   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
-
-   docinto contrib
-   local f
-   for f in contrib/* ; do
-   [ -f "${f}" ] && dodoc "${f}"
-   done
-
-   use tk && python_optimize
-}
-
-pkg_postinst() {

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-08-09 Thread Sergei Trofimovich
commit: c665a93710822c38a8b45449416c0ef3cf36444b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Aug  9 12:15:36 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug  9 12:31:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c665a937

net-mail/fetchmail: stable 6.4.8 for hppa, bug #735422

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.8.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
index 10dacbe51a8..fe2a41ee0af 100644
--- a/net-mail/fetchmail/fetchmail-6.4.8.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-08-06 Thread Agostino Sarubbo
commit: 729073bb7dbe9b204a99e7bd5f4c5a9aa0dc0b61
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Aug  6 11:50:06 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Aug  6 11:50:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729073bb

net-mail/fetchmail: s390 stable wrt bug #735422

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.8.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
index f5f6468b01e..eaf61f5b2d7 100644
--- a/net-mail/fetchmail/fetchmail-6.4.8.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-08-06 Thread Agostino Sarubbo
commit: 7c3e6f432889ffef1b22924be3bc5dacf10c5772
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Aug  6 11:49:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Aug  6 11:49:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3e6f43

net-mail/fetchmail: ppc64 stable wrt bug #735422

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.8.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
index f20f741d8a4..f5f6468b01e 100644
--- a/net-mail/fetchmail/fetchmail-6.4.8.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-08-06 Thread Agostino Sarubbo
commit: 99e41aa9f985769d7588e5da64e4098cf755993f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Aug  6 11:48:50 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Aug  6 11:48:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e41aa9

net-mail/fetchmail: ppc stable wrt bug #735422

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.8.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
index f67ca26a878..f20f741d8a4 100644
--- a/net-mail/fetchmail/fetchmail-6.4.8.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-08-04 Thread Sam James
commit: 36f2e31acf857cfdc67ffa558a38693b665d9ff9
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 02:42:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 02:43:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f2e31a

net-mail/fetchmail: Stabilize 6.4.8 sparc, #735422

Signed-off-by: Sam James  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.8.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
index e6873810905..94e4d6d14ef 100644
--- a/net-mail/fetchmail/fetchmail-6.4.8.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-08-04 Thread Sam James
commit: f1e05a8a95ec4807b491f9d4905482b8e1109fca
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 01:08:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 01:09:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e05a8a

net-mail/fetchmail: arm stable (bug #735422)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.8.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
index 657ffb71fe6..e6873810905 100644
--- a/net-mail/fetchmail/fetchmail-6.4.8.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-06-16 Thread Bernard Cafarelli
commit: 09b0d822a491acb702378ca44320bbc94a620ad2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Jun 16 15:40:33 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Jun 16 15:40:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b0d822

net-mail/fetchmail: 6.4.8 bump

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest   |   1 +
 net-mail/fetchmail/fetchmail-6.4.8.ebuild | 107 ++
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 5141434835e..20dc89517c5 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,2 +1,3 @@
 DIST fetchmail-6.4.1.tar.xz 1257488 BLAKE2B 
101a7c2da7374eb180a4afd576bd436e074241b2071107676330e1773a33035a20f406e3dd1e0f1a280887b4556f68fc6c87be1eabf9b7e3003dff4cc740eebb
 SHA512 
940b8df52f963f71537962ebe2b2cb88298fd2b54ca79932e5c974abe850f0b59cdc4919d606ee4f210e82d1e0a6f090ea87f1d3bdea18b531d4fbb36f7f9ea0
 DIST fetchmail-6.4.6.tar.xz 1262256 BLAKE2B 
c5abb5b8b80f2cd61fd3c6c38956c753bb74597c585974d5529c8c7665ef13483b4292c1247df43f8702f8bd3b055b8f77bdfc2ae620bea170e8bd457fec9a49
 SHA512 
0101c79039c754b55e94181fb6c51f07782e581123e25ac72a99c2abe8f3ac4af3e97b12bab50813fb9300179b921c80d0bc60f528ad73c914ad266e29fb6513
+DIST fetchmail-6.4.8.tar.xz 1282300 BLAKE2B 
31b7f9fa31edff534210a2a0764cc6dec461968071a8aa29b1d1e9915ff6b8d2949b128f97d72fafe6d431b06d4e5c6b38d4a3cdba06736bdf8ec1879a991798
 SHA512 
c1052389baafa3a48186733133130bf69b87c8dda8faa00e82f5947037845b95d3271c8183df729728a351888175174ca11eb18f9adb8b3515860cba95ab8987

diff --git a/net-mail/fetchmail/fetchmail-6.4.8.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
new file mode 100644
index 000..0688fb62856
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.8.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="tk"
+
+inherit python-single-r1 systemd toolchain-funcs autotools
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="http://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks libressl"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-1.1.1:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   kerberos? (
+   virtual/krb5
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_MULTI_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+
+   use tk && python_optimize
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-06-16 Thread Bernard Cafarelli
commit: f7e5ebd6fb1fd0c644d21d6470fc16e5e807a054
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Jun 16 15:36:08 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Jun 16 15:36:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e5ebd6

net-mail/fetchmail: drop old ~arch versions

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest  |   3 -
 net-mail/fetchmail/fetchmail-6.4.1-r3.ebuild | 101 -
 net-mail/fetchmail/fetchmail-6.4.2.ebuild| 107 ---
 net-mail/fetchmail/fetchmail-6.4.3.ebuild| 107 ---
 net-mail/fetchmail/fetchmail-6.4.4.ebuild| 107 ---
 5 files changed, 425 deletions(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 0aea9b3017d..5141434835e 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,5 +1,2 @@
 DIST fetchmail-6.4.1.tar.xz 1257488 BLAKE2B 
101a7c2da7374eb180a4afd576bd436e074241b2071107676330e1773a33035a20f406e3dd1e0f1a280887b4556f68fc6c87be1eabf9b7e3003dff4cc740eebb
 SHA512 
940b8df52f963f71537962ebe2b2cb88298fd2b54ca79932e5c974abe850f0b59cdc4919d606ee4f210e82d1e0a6f090ea87f1d3bdea18b531d4fbb36f7f9ea0
-DIST fetchmail-6.4.2.tar.xz 1261472 BLAKE2B 
11d00eeef39ceda6374a66909e2f8815c2f22ac7321ccd47eff8387e71056a8094c616f903ac0502a0a0a18929c11d4102d116229f6f875f413e026735040190
 SHA512 
8ec62a5df81b9b8c5e5479d35a10aded22aca74f671cded339dc7ae1c78d8a8638dfe4f04be35334184b5b27f3fb857402dc5b587cca8ede3f5b9b268b37edc1
-DIST fetchmail-6.4.3.tar.xz 1261452 BLAKE2B 
a52adb55153e8b9765cde8fe232a34cdea005d69105337336282e5d16fdd87eb44dde166f3c0a3ac869bce5e53eff2b49db38e80be66bc8bddad9d50ea456df6
 SHA512 
090647f4c6102048a882ce48d4fd57fe2a02f43ab2cbef9ef6a8874c3e075295f0dc01493deab37e2d47d98f337560c465a37397fd6d9002fa280d88d57564a7
-DIST fetchmail-6.4.4.tar.xz 1259576 BLAKE2B 
8943e3f8d8d2ca853c1e5540c12894d8b932aa1d8866898093f7ad1c5605b8a695c54d6626c91f312d24729c9477f21907dc18ffcc527159a0fac62e5f5edccf
 SHA512 
ea2492ec86974c3d4c7c5f8707e0e12becaa3fe906b618620f129df96e403b8312390e55db8fd8b8a942708154fb90bf936e8d47e6c4d08e3e0dc95c80e8c1ff
 DIST fetchmail-6.4.6.tar.xz 1262256 BLAKE2B 
c5abb5b8b80f2cd61fd3c6c38956c753bb74597c585974d5529c8c7665ef13483b4292c1247df43f8702f8bd3b055b8f77bdfc2ae620bea170e8bd457fec9a49
 SHA512 
0101c79039c754b55e94181fb6c51f07782e581123e25ac72a99c2abe8f3ac4af3e97b12bab50813fb9300179b921c80d0bc60f528ad73c914ad266e29fb6513

diff --git a/net-mail/fetchmail/fetchmail-6.4.1-r3.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1-r3.ebuild
deleted file mode 100644
index 34ca2b998be..000
--- a/net-mail/fetchmail/fetchmail-6.4.1-r3.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk"
-
-inherit python-single-r1 systemd toolchain-funcs autotools
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="http://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="ssl nls kerberos tk socks libressl"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="acct-user/fetchmail
-   ssl? (
-   !libressl? ( >=dev-libs/openssl-1.0.2:= )
-   libressl?  ( dev-libs/libressl:= )
-   )
-   kerberos? (
-   virtual/krb5
-   !libressl? ( >=dev-libs/openssl-1.0.2:= )
-   libressl?  ( dev-libs/libressl:= )
-   )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
-   socks? ( net-proxy/dante )
-   tk? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/flex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-HTML_DOCS="*.html"
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
-)
-S=${WORKDIR}/${P/_/.}
-
-pkg_setup() {
-   use tk && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # don't compile during src_install
-   use tk && : > "${S}"/py-compile
-   eautoreconf
-}
-
-src_configure() {
-   use tk || export PYTHON=:
-
-   econf \
-   --enable-RPA \
-   --enable-NTLM \
-   --enable-SDPS \
-   $(use_enable nls) \
-   $(use_with ssl ssl "${EPREFIX}/usr") \
-   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
-   $(use_with kerberos gssapi) \
-   $(use_with kerberos kerberos5) \
-   --without-hesiod \
-   

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-05-30 Thread Bernard Cafarelli
commit: 41ee99357cf905d160d239f0e74bfc1dcf0defc0
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sat May 30 14:23:26 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sat May 30 22:31:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ee9935

net-mail/fetchmail: 6.4.6 bump

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest   |   1 +
 net-mail/fetchmail/fetchmail-6.4.6.ebuild | 107 ++
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index e7689acfcf5..0aea9b3017d 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -2,3 +2,4 @@ DIST fetchmail-6.4.1.tar.xz 1257488 BLAKE2B 
101a7c2da7374eb180a4afd576bd436e0742
 DIST fetchmail-6.4.2.tar.xz 1261472 BLAKE2B 
11d00eeef39ceda6374a66909e2f8815c2f22ac7321ccd47eff8387e71056a8094c616f903ac0502a0a0a18929c11d4102d116229f6f875f413e026735040190
 SHA512 
8ec62a5df81b9b8c5e5479d35a10aded22aca74f671cded339dc7ae1c78d8a8638dfe4f04be35334184b5b27f3fb857402dc5b587cca8ede3f5b9b268b37edc1
 DIST fetchmail-6.4.3.tar.xz 1261452 BLAKE2B 
a52adb55153e8b9765cde8fe232a34cdea005d69105337336282e5d16fdd87eb44dde166f3c0a3ac869bce5e53eff2b49db38e80be66bc8bddad9d50ea456df6
 SHA512 
090647f4c6102048a882ce48d4fd57fe2a02f43ab2cbef9ef6a8874c3e075295f0dc01493deab37e2d47d98f337560c465a37397fd6d9002fa280d88d57564a7
 DIST fetchmail-6.4.4.tar.xz 1259576 BLAKE2B 
8943e3f8d8d2ca853c1e5540c12894d8b932aa1d8866898093f7ad1c5605b8a695c54d6626c91f312d24729c9477f21907dc18ffcc527159a0fac62e5f5edccf
 SHA512 
ea2492ec86974c3d4c7c5f8707e0e12becaa3fe906b618620f129df96e403b8312390e55db8fd8b8a942708154fb90bf936e8d47e6c4d08e3e0dc95c80e8c1ff
+DIST fetchmail-6.4.6.tar.xz 1262256 BLAKE2B 
c5abb5b8b80f2cd61fd3c6c38956c753bb74597c585974d5529c8c7665ef13483b4292c1247df43f8702f8bd3b055b8f77bdfc2ae620bea170e8bd457fec9a49
 SHA512 
0101c79039c754b55e94181fb6c51f07782e581123e25ac72a99c2abe8f3ac4af3e97b12bab50813fb9300179b921c80d0bc60f528ad73c914ad266e29fb6513

diff --git a/net-mail/fetchmail/fetchmail-6.4.6.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.6.ebuild
new file mode 100644
index 000..0688fb62856
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.6.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="tk"
+
+inherit python-single-r1 systemd toolchain-funcs autotools
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="http://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks libressl"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-1.1.1:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   kerberos? (
+   virtual/krb5
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_MULTI_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service 

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-05-07 Thread Michał Górny
commit: 98835e87945dca0abf62f5e2bc9a8ea8dbbed8fe
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 15:11:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 15:11:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98835e87

net-mail/fetchmail: Remove py2.7

Signed-off-by: Michał Górny  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.2.ebuild | 2 +-
 net-mail/fetchmail/fetchmail-6.4.3.ebuild | 2 +-
 net-mail/fetchmail/fetchmail-6.4.4.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.2.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.2.ebuild
index 68cdd9ef3de..fc325721ef2 100644
--- a/net-mail/fetchmail/fetchmail-6.4.2.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="tk"
 
 inherit python-single-r1 systemd toolchain-funcs autotools

diff --git a/net-mail/fetchmail/fetchmail-6.4.3.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.3.ebuild
index 93531029a5b..0688fb62856 100644
--- a/net-mail/fetchmail/fetchmail-6.4.3.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="tk"
 
 inherit python-single-r1 systemd toolchain-funcs autotools

diff --git a/net-mail/fetchmail/fetchmail-6.4.4.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.4.ebuild
index 93531029a5b..0688fb62856 100644
--- a/net-mail/fetchmail/fetchmail-6.4.4.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="tk"
 
 inherit python-single-r1 systemd toolchain-funcs autotools



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-05-03 Thread Bernard Cafarelli
commit: 2604619f662b9f5b947b2684775e199a928b0907
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun May  3 12:10:35 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun May  3 12:10:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2604619f

net-mail/fetchmail: 6.4.4 bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest   |   1 +
 net-mail/fetchmail/fetchmail-6.4.4.ebuild | 107 ++
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 204b8885d0b..e7689acfcf5 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,3 +1,4 @@
 DIST fetchmail-6.4.1.tar.xz 1257488 BLAKE2B 
101a7c2da7374eb180a4afd576bd436e074241b2071107676330e1773a33035a20f406e3dd1e0f1a280887b4556f68fc6c87be1eabf9b7e3003dff4cc740eebb
 SHA512 
940b8df52f963f71537962ebe2b2cb88298fd2b54ca79932e5c974abe850f0b59cdc4919d606ee4f210e82d1e0a6f090ea87f1d3bdea18b531d4fbb36f7f9ea0
 DIST fetchmail-6.4.2.tar.xz 1261472 BLAKE2B 
11d00eeef39ceda6374a66909e2f8815c2f22ac7321ccd47eff8387e71056a8094c616f903ac0502a0a0a18929c11d4102d116229f6f875f413e026735040190
 SHA512 
8ec62a5df81b9b8c5e5479d35a10aded22aca74f671cded339dc7ae1c78d8a8638dfe4f04be35334184b5b27f3fb857402dc5b587cca8ede3f5b9b268b37edc1
 DIST fetchmail-6.4.3.tar.xz 1261452 BLAKE2B 
a52adb55153e8b9765cde8fe232a34cdea005d69105337336282e5d16fdd87eb44dde166f3c0a3ac869bce5e53eff2b49db38e80be66bc8bddad9d50ea456df6
 SHA512 
090647f4c6102048a882ce48d4fd57fe2a02f43ab2cbef9ef6a8874c3e075295f0dc01493deab37e2d47d98f337560c465a37397fd6d9002fa280d88d57564a7
+DIST fetchmail-6.4.4.tar.xz 1259576 BLAKE2B 
8943e3f8d8d2ca853c1e5540c12894d8b932aa1d8866898093f7ad1c5605b8a695c54d6626c91f312d24729c9477f21907dc18ffcc527159a0fac62e5f5edccf
 SHA512 
ea2492ec86974c3d4c7c5f8707e0e12becaa3fe906b618620f129df96e403b8312390e55db8fd8b8a942708154fb90bf936e8d47e6c4d08e3e0dc95c80e8c1ff

diff --git a/net-mail/fetchmail/fetchmail-6.4.4.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.4.ebuild
new file mode 100644
index 000..93531029a5b
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.4.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_REQ_USE="tk"
+
+inherit python-single-r1 systemd toolchain-funcs autotools
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="http://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks libressl"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-1.1.1:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   kerberos? (
+   virtual/krb5
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_MULTI_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
+
+  

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-04-07 Thread Bernard Cafarelli
commit: e4daeee8a489160ff934cc5eae72565e9a4118d6
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Apr  7 12:39:16 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Apr  7 12:39:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4daeee8

net-mail/fetchmail: 6.4.3 bump

Now requires OpenSSL 1.1.1 (or other compatible lib with TLS v1.3)

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest   |   1 +
 net-mail/fetchmail/fetchmail-6.4.3.ebuild | 107 ++
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 3e2fbd21e1b..204b8885d0b 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,2 +1,3 @@
 DIST fetchmail-6.4.1.tar.xz 1257488 BLAKE2B 
101a7c2da7374eb180a4afd576bd436e074241b2071107676330e1773a33035a20f406e3dd1e0f1a280887b4556f68fc6c87be1eabf9b7e3003dff4cc740eebb
 SHA512 
940b8df52f963f71537962ebe2b2cb88298fd2b54ca79932e5c974abe850f0b59cdc4919d606ee4f210e82d1e0a6f090ea87f1d3bdea18b531d4fbb36f7f9ea0
 DIST fetchmail-6.4.2.tar.xz 1261472 BLAKE2B 
11d00eeef39ceda6374a66909e2f8815c2f22ac7321ccd47eff8387e71056a8094c616f903ac0502a0a0a18929c11d4102d116229f6f875f413e026735040190
 SHA512 
8ec62a5df81b9b8c5e5479d35a10aded22aca74f671cded339dc7ae1c78d8a8638dfe4f04be35334184b5b27f3fb857402dc5b587cca8ede3f5b9b268b37edc1
+DIST fetchmail-6.4.3.tar.xz 1261452 BLAKE2B 
a52adb55153e8b9765cde8fe232a34cdea005d69105337336282e5d16fdd87eb44dde166f3c0a3ac869bce5e53eff2b49db38e80be66bc8bddad9d50ea456df6
 SHA512 
090647f4c6102048a882ce48d4fd57fe2a02f43ab2cbef9ef6a8874c3e075295f0dc01493deab37e2d47d98f337560c465a37397fd6d9002fa280d88d57564a7

diff --git a/net-mail/fetchmail/fetchmail-6.4.3.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.3.ebuild
new file mode 100644
index 000..93531029a5b
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.3.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_REQ_USE="tk"
+
+inherit python-single-r1 systemd toolchain-funcs autotools
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="http://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks libressl"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-1.1.1:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   kerberos? (
+   virtual/krb5
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_MULTI_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+
+   use tk && python_optimize
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+ 

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-03-15 Thread Mikle Kolyada
commit: 70df54bcc1afd6056ebc7cb7d2afa728b43c4e8f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar 15 12:45:17 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar 15 12:45:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70df54bc

net-mail/fetchmail: sh stable wrt bug #701938

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sh"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
index 3514d377f46..455ed8f51fe 100644
--- a/net-mail/fetchmail/fetchmail-6.4.1.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-02-20 Thread Bernard Cafarelli
commit: 08d3dac827c429906852d71a43ef8493f0438731
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Feb 20 21:07:32 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Feb 20 21:07:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d3dac8

net-mail/fetchmail: 6.4.2 bump

fetchmailconf now supports python 3

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest   |   1 +
 net-mail/fetchmail/fetchmail-6.4.2.ebuild | 107 ++
 2 files changed, 108 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index b0c0236ecdf..3e2fbd21e1b 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1 +1,2 @@
 DIST fetchmail-6.4.1.tar.xz 1257488 BLAKE2B 
101a7c2da7374eb180a4afd576bd436e074241b2071107676330e1773a33035a20f406e3dd1e0f1a280887b4556f68fc6c87be1eabf9b7e3003dff4cc740eebb
 SHA512 
940b8df52f963f71537962ebe2b2cb88298fd2b54ca79932e5c974abe850f0b59cdc4919d606ee4f210e82d1e0a6f090ea87f1d3bdea18b531d4fbb36f7f9ea0
+DIST fetchmail-6.4.2.tar.xz 1261472 BLAKE2B 
11d00eeef39ceda6374a66909e2f8815c2f22ac7321ccd47eff8387e71056a8094c616f903ac0502a0a0a18929c11d4102d116229f6f875f413e026735040190
 SHA512 
8ec62a5df81b9b8c5e5479d35a10aded22aca74f671cded339dc7ae1c78d8a8638dfe4f04be35334184b5b27f3fb857402dc5b587cca8ede3f5b9b268b37edc1

diff --git a/net-mail/fetchmail/fetchmail-6.4.2.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.2.ebuild
new file mode 100644
index 000..109bd30c3ec
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.2.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_REQ_USE="tk"
+
+inherit python-single-r1 systemd toolchain-funcs autotools
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="http://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks libressl"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acct-user/fetchmail
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   kerberos? (
+   virtual/krb5
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_MULTI_USEDEP}]
+   ')
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+
+   use tk && python_optimize
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+   elog "the polling delay used by the fetchmail init script."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/files/, net-mail/fetchmail/

2020-02-20 Thread Bernard Cafarelli
commit: 794eb8adb225c819c6021e29b8316745974c2fd4
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Feb 20 20:34:09 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Feb 20 20:34:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794eb8ad

net-mail/fetchmail: drop old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest|   1 -
 net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild  | 109 ---
 .../files/fetchmail-6.3.26-libressl.patch  | 117 -
 .../fetchmail/files/fetchmail-6.3.26-tests.patch   |  11 --
 4 files changed, 238 deletions(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 5084e92cada..b0c0236ecdf 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,2 +1 @@
-DIST fetchmail-6.3.26.tar.xz 1283816 BLAKE2B 
dd98d7470b8cb65de90cb1d798a2ed3e6aa723bc8e47bcd4d79ca489bdc439fd7204ffb11fea671e292c06616e5a0ccfd9f2689a4f21a1bbbd70677b0f04133e
 SHA512 
8e0a2484e60eaf6c0231e2599e10fec6d207fa1c0fa02ec99b3ef9aea00b6d87275434e79470a25f06e358cdd4a293f9c46a82dd128fe733a99c85144e6caa63
 DIST fetchmail-6.4.1.tar.xz 1257488 BLAKE2B 
101a7c2da7374eb180a4afd576bd436e074241b2071107676330e1773a33035a20f406e3dd1e0f1a280887b4556f68fc6c87be1eabf9b7e3003dff4cc740eebb
 SHA512 
940b8df52f963f71537962ebe2b2cb88298fd2b54ca79932e5c974abe850f0b59cdc4919d606ee4f210e82d1e0a6f090ea87f1d3bdea18b531d4fbb36f7f9ea0

diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild 
b/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild
deleted file mode 100644
index 29bd0e833e5..000
--- a/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk"
-
-inherit python-single-r1 user systemd toolchain-funcs autotools
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="http://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="ssl nls kerberos tk socks libressl"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="ssl? (
-   !libressl? ( >=dev-libs/openssl-0.9.6:= )
-   libressl?  ( dev-libs/libressl:= )
-   )
-   kerberos? (
-   virtual/krb5
-   !libressl? ( >=dev-libs/openssl-0.9.6:= )
-   libressl?  ( dev-libs/libressl:= )
-   )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
-   socks? ( net-proxy/dante )
-   tk? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/flex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-HTML_DOCS="*.html"
-PATCHES=(
-   "${FILESDIR}"/${P}-python-optional.patch
-   "${FILESDIR}"/${P}-tests.patch
-   "${FILESDIR}"/${P}-libressl.patch
-)
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-
-   use tk && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # don't compile during src_install
-   use tk && : > "${S}"/py-compile
-   eautoreconf
-}
-
-src_configure() {
-   use tk || export PYTHON=:
-
-   econf \
-   --enable-RPA \
-   --enable-NTLM \
-   --enable-SDPS \
-   $(use_enable nls) \
-   $(use_with ssl ssl "${EPREFIX}/usr") \
-   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
-   $(use_with kerberos gssapi) \
-   $(use_with kerberos kerberos5) \
-   --without-hesiod \
-   $(use_with socks)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   # fetchmail's homedir (holds fetchmail's .fetchids)
-   keepdir /var/lib/${PN}
-   fowners ${PN}:${PN} /var/lib/${PN}
-   fperms 700 /var/lib/${PN}
-
-   default
-
-   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
-   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
-
-   systemd_dounit  "${FILESDIR}"/${PN}.service
-   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
-   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
-
-   docinto contrib
-   local f
-   for f in contrib/* ; do
-   [ -f "${f}" ] && dodoc "${f}"
-   done
-
-   use tk && python_optimize
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
-   elog "the polling delay used by the 

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-01-05 Thread Bernard Cafarelli
commit: 12fb4227c33c6f39f99c838b2c36c6f44c3d7138
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jan  5 23:10:01 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jan  5 23:10:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fb4227

net-mail/fetchmail: actually add acct-user/fetchmail RDEP

Closes: https://bugs.gentoo.org/704828
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli  gentoo.org>

 .../fetchmail/{fetchmail-6.4.1-r2.ebuild => fetchmail-6.4.1-r3.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.1-r2.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1-r3.ebuild
similarity index 98%
rename from net-mail/fetchmail/fetchmail-6.4.1-r2.ebuild
rename to net-mail/fetchmail/fetchmail-6.4.1-r3.ebuild
index dbdc7c7bfd5..f45d07587a6 100644
--- a/net-mail/fetchmail/fetchmail-6.4.1-r2.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.1-r3.ebuild
@@ -17,7 +17,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 
-RDEPEND="ssl? (
+RDEPEND="acct-user/fetchmail
+   ssl? (
!libressl? ( >=dev-libs/openssl-1.0.2:= )
libressl?  ( dev-libs/libressl:= )
)



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-01-01 Thread Bernard Cafarelli
commit: 8711fe8a313c13d402eba51eecf4fdc710dadae7
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Jan  1 18:25:02 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jan  1 18:25:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8711fe8a

net-mail/fetchmail: clean remnants from user creation

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli  gentoo.org>

 .../{fetchmail-6.4.1-r1.ebuild => fetchmail-6.4.1-r2.ebuild} | 5 -
 1 file changed, 5 deletions(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.1-r1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1-r2.ebuild
similarity index 94%
rename from net-mail/fetchmail/fetchmail-6.4.1-r1.ebuild
rename to net-mail/fetchmail/fetchmail-6.4.1-r2.ebuild
index 823874d7d02..dbdc7c7bfd5 100644
--- a/net-mail/fetchmail/fetchmail-6.4.1-r1.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.1-r2.ebuild
@@ -74,11 +74,6 @@ src_compile() {
 }
 
 src_install() {
-   # fetchmail's homedir (holds fetchmail's .fetchids)
-   keepdir /var/lib/${PN}
-   fowners ${PN}:${PN} /var/lib/${PN}
-   fperms 700 /var/lib/${PN}
-
default
 
newinitd "${FILESDIR}"/fetchmail.initd fetchmail



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2020-01-01 Thread Bernard Cafarelli
commit: cd5f5c9431cc0e47848ac7594bf50bea348904e4
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Jan  1 18:16:03 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jan  1 18:19:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5f5c94

net-mail/fetchmail: move to GLEP 81 users

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.1-r1.ebuild | 105 +++
 1 file changed, 105 insertions(+)

diff --git a/net-mail/fetchmail/fetchmail-6.4.1-r1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1-r1.ebuild
new file mode 100644
index 000..823874d7d02
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.1-r1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="tk"
+
+inherit python-single-r1 systemd toolchain-funcs autotools
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="http://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks libressl"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="ssl? (
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   kerberos? (
+   virtual/krb5
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   # fetchmail's homedir (holds fetchmail's .fetchids)
+   keepdir /var/lib/${PN}
+   fowners ${PN}:${PN} /var/lib/${PN}
+   fperms 700 /var/lib/${PN}
+
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+
+   use tk && python_optimize
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+   elog "the polling delay used by the fetchmail init script."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-12-24 Thread Mikle Kolyada
commit: 667f8aca785b3789a02e06ff4c3a6763ed52a270
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Dec 24 15:17:54 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Dec 24 15:17:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667f8aca

net-mail/fetchmail: arm stable wrt bug #701938

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
index 1a737af6ba7..3514d377f46 100644
--- a/net-mail/fetchmail/fetchmail-6.4.1.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-12-10 Thread Agostino Sarubbo
commit: 96245eac8b2a7bb898a3b91c968a3815d71a5074
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 10 10:54:05 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 10 10:54:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96245eac

net-mail/fetchmail: ppc stable wrt bug #701938

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
index e59d3a09742..1a737af6ba7 100644
--- a/net-mail/fetchmail/fetchmail-6.4.1.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-12-09 Thread Sergei Trofimovich
commit: aa8c1707d0ccf1d54adbc1cc43eb83c03c558ea8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Dec  9 18:22:34 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Dec  9 18:22:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8c1707

net-mail/fetchmail: stable 6.4.1 for ia64, bug #701938

Package-Manager: Portage-2.3.81, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
index d1749638b2f..e59d3a09742 100644
--- a/net-mail/fetchmail/fetchmail-6.4.1.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-12-09 Thread Agostino Sarubbo
commit: 81272a6754938c824a52970e2344cc56118e38af
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec  9 12:09:49 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec  9 12:09:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81272a67

net-mail/fetchmail: ppc64 stable wrt bug #701938

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
index 11bdf4b6bf6..d1749638b2f 100644
--- a/net-mail/fetchmail/fetchmail-6.4.1.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-12-09 Thread Agostino Sarubbo
commit: 76b9ac53b6a8b3ade25ff3a70cc8d3ae88df7fad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec  9 08:48:25 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec  9 08:48:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b9ac53

net-mail/fetchmail: x86 stable wrt bug #701938

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
index d48f38aa8c4..11bdf4b6bf6 100644
--- a/net-mail/fetchmail/fetchmail-6.4.1.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-12-08 Thread Agostino Sarubbo
commit: 908657ea59123c226214d1210562b0195214d98d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec  9 07:49:22 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec  9 07:49:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908657ea

net-mail/fetchmail: s390 stable wrt bug #701938

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
index 50dfc10678d..d48f38aa8c4 100644
--- a/net-mail/fetchmail/fetchmail-6.4.1.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-12-06 Thread Sergei Trofimovich
commit: ebdc084a68594b09bb74bc2110289628ead13511
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec  6 15:31:31 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec  6 18:09:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdc084a

net-mail/fetchmail: stable 6.4.1 for hppa, bug #701938

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
index 3cd44feb753..50dfc10678d 100644
--- a/net-mail/fetchmail/fetchmail-6.4.1.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-12-05 Thread Sergei Trofimovich
commit: e90a4a904960afcd5f1bf12072023062e06ca393
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec  5 21:32:07 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec  5 22:14:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90a4a90

net-mail/fetchmail: stable 6.4.1 for sparc, bug #701938

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
index 07fcab99f54..3cd44feb753 100644
--- a/net-mail/fetchmail/fetchmail-6.4.1.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-12-04 Thread Agostino Sarubbo
commit: dfa6b3038cac694065ded1787b6d7b9a2fcbcfe6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Dec  4 13:05:31 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Dec  4 13:05:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa6b303

net-mail/fetchmail: amd64 stable wrt bug #701938

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/fetchmail/fetchmail-6.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.4.1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
index 99acf72a14c..07fcab99f54 100644
--- a/net-mail/fetchmail/fetchmail-6.4.1.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-10-29 Thread Bernard Cafarelli
commit: e4e529d43b5cef1a5d73e01307d4cbbd7a906615
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Oct 29 20:25:26 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Oct 29 20:25:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e529d4

net-mail/fetchmail: drop rc ebuild

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest   |   1 -
 net-mail/fetchmail/fetchmail-6.4.0_rc4.ebuild | 108 --
 2 files changed, 109 deletions(-)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 341da676fb8..5084e92cada 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,3 +1,2 @@
 DIST fetchmail-6.3.26.tar.xz 1283816 BLAKE2B 
dd98d7470b8cb65de90cb1d798a2ed3e6aa723bc8e47bcd4d79ca489bdc439fd7204ffb11fea671e292c06616e5a0ccfd9f2689a4f21a1bbbd70677b0f04133e
 SHA512 
8e0a2484e60eaf6c0231e2599e10fec6d207fa1c0fa02ec99b3ef9aea00b6d87275434e79470a25f06e358cdd4a293f9c46a82dd128fe733a99c85144e6caa63
-DIST fetchmail-6.4.0.rc4.tar.xz 1254560 BLAKE2B 
9f80cd0f1aa4ecc215e370154069f9b5fab04c84b1a6c196e5911a1481732568d7e391e2098437217c893ee00900e8980a7e59328dacd4e3faaadcdd242a71b4
 SHA512 
1085668464534f39c7939fdbe845397ca7f9c709bb0f816655643cb5a7d4adcb63e32a534f10303c5366d786bd7fd4650fd960c21f0346a10e78860e11bbd6fd
 DIST fetchmail-6.4.1.tar.xz 1257488 BLAKE2B 
101a7c2da7374eb180a4afd576bd436e074241b2071107676330e1773a33035a20f406e3dd1e0f1a280887b4556f68fc6c87be1eabf9b7e3003dff4cc740eebb
 SHA512 
940b8df52f963f71537962ebe2b2cb88298fd2b54ca79932e5c974abe850f0b59cdc4919d606ee4f210e82d1e0a6f090ea87f1d3bdea18b531d4fbb36f7f9ea0

diff --git a/net-mail/fetchmail/fetchmail-6.4.0_rc4.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.0_rc4.ebuild
deleted file mode 100644
index c88f69b5201..000
--- a/net-mail/fetchmail/fetchmail-6.4.0_rc4.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk"
-
-inherit python-single-r1 user systemd toolchain-funcs autotools
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="http://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P/_/.}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="ssl nls kerberos tk socks libressl"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="ssl? (
-   !libressl? ( >=dev-libs/openssl-0.9.6:= )
-   libressl?  ( dev-libs/libressl:= )
-   )
-   kerberos? (
-   virtual/krb5
-   !libressl? ( >=dev-libs/openssl-0.9.6:= )
-   libressl?  ( dev-libs/libressl:= )
-   )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
-   socks? ( net-proxy/dante )
-   tk? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/flex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-HTML_DOCS="*.html"
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
-)
-S=${WORKDIR}/${P/_/.}
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-
-   use tk && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   # don't compile during src_install
-   use tk && : > "${S}"/py-compile
-   eautoreconf
-}
-
-src_configure() {
-   use tk || export PYTHON=:
-
-   econf \
-   --enable-RPA \
-   --enable-NTLM \
-   --enable-SDPS \
-   $(use_enable nls) \
-   $(use_with ssl ssl "${EPREFIX}/usr") \
-   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
-   $(use_with kerberos gssapi) \
-   $(use_with kerberos kerberos5) \
-   --without-hesiod \
-   $(use_with socks)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   # fetchmail's homedir (holds fetchmail's .fetchids)
-   keepdir /var/lib/${PN}
-   fowners ${PN}:${PN} /var/lib/${PN}
-   fperms 700 /var/lib/${PN}
-
-   default
-
-   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
-   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
-
-   systemd_dounit  "${FILESDIR}"/${PN}.service
-   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
-   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
-
-   docinto contrib
-   local f
-   for f in contrib/* ; do
-   [ -f "${f}" ] && dodoc "${f}"
-   done
-
-   use tk && python_optimize
-}
-
-pkg_postinst() {
-   if [[ -z 

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-10-27 Thread Bernard Cafarelli
commit: 007a2aaf7a9ddc876bc374305c498c270e2727cd
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Oct 27 08:58:28 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Oct 27 08:58:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007a2aaf

net-mail/fetchmail: 6.4.1 bump

6.4 release is available and is recommended update upstream
GLEP 81 conversion will be done later, this has minimal changes so it
can be stabilized quickly

Closes: https://bugs.gentoo.org/697030
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/Manifest   |   1 +
 net-mail/fetchmail/fetchmail-6.4.1.ebuild | 108 ++
 2 files changed, 109 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 04e98d92475..341da676fb8 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1,2 +1,3 @@
 DIST fetchmail-6.3.26.tar.xz 1283816 BLAKE2B 
dd98d7470b8cb65de90cb1d798a2ed3e6aa723bc8e47bcd4d79ca489bdc439fd7204ffb11fea671e292c06616e5a0ccfd9f2689a4f21a1bbbd70677b0f04133e
 SHA512 
8e0a2484e60eaf6c0231e2599e10fec6d207fa1c0fa02ec99b3ef9aea00b6d87275434e79470a25f06e358cdd4a293f9c46a82dd128fe733a99c85144e6caa63
 DIST fetchmail-6.4.0.rc4.tar.xz 1254560 BLAKE2B 
9f80cd0f1aa4ecc215e370154069f9b5fab04c84b1a6c196e5911a1481732568d7e391e2098437217c893ee00900e8980a7e59328dacd4e3faaadcdd242a71b4
 SHA512 
1085668464534f39c7939fdbe845397ca7f9c709bb0f816655643cb5a7d4adcb63e32a534f10303c5366d786bd7fd4650fd960c21f0346a10e78860e11bbd6fd
+DIST fetchmail-6.4.1.tar.xz 1257488 BLAKE2B 
101a7c2da7374eb180a4afd576bd436e074241b2071107676330e1773a33035a20f406e3dd1e0f1a280887b4556f68fc6c87be1eabf9b7e3003dff4cc740eebb
 SHA512 
940b8df52f963f71537962ebe2b2cb88298fd2b54ca79932e5c974abe850f0b59cdc4919d606ee4f210e82d1e0a6f090ea87f1d3bdea18b531d4fbb36f7f9ea0

diff --git a/net-mail/fetchmail/fetchmail-6.4.1.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
new file mode 100644
index 000..99acf72a14c
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.1.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="tk"
+
+inherit python-single-r1 user systemd toolchain-funcs autotools
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="http://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="ssl nls kerberos tk socks libressl"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="ssl? (
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   kerberos? (
+   virtual/krb5
+   !libressl? ( >=dev-libs/openssl-1.0.2:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   # fetchmail's homedir (holds fetchmail's .fetchids)
+   keepdir /var/lib/${PN}
+   fowners ${PN}:${PN} /var/lib/${PN}
+   fperms 700 /var/lib/${PN}
+
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f 

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-10-27 Thread Bernard Cafarelli
commit: 8139546047d7ab898d1ec7ca53e1768f07114e1d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Oct 27 08:53:41 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Oct 27 08:58:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81395460

net-mail/fetchmail: add myself as maintainer

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-mail/fetchmail/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/metadata.xml b/net-mail/fetchmail/metadata.xml
index 09694714ee2..24a2e8a4d50 100644
--- a/net-mail/fetchmail/metadata.xml
+++ b/net-mail/fetchmail/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
+voyag...@gentoo.org
+Bernard Cafarelli
+  
   
 Enable support for Tk GUI toolkit, in particular it 
installs fetchmailconf
 Enable support for socks proxy



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/files/

2019-09-14 Thread Jeroen Roovers
commit: d5e841d00e764eaefde32970e39f558760fe64e2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 14 10:34:02 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 14 10:50:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e841d0

net-mail/fetchmail: Clean up patches

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-mail/fetchmail/files/fetchmail-6.3.26-python-optional.patch | 4 ++--
 net-mail/fetchmail/files/fetchmail-6.3.26-tests.patch   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-mail/fetchmail/files/fetchmail-6.3.26-python-optional.patch 
b/net-mail/fetchmail/files/fetchmail-6.3.26-python-optional.patch
index 2eafe4dcbb2..087fd6a5759 100644
--- a/net-mail/fetchmail/files/fetchmail-6.3.26-python-optional.patch
+++ b/net-mail/fetchmail/files/fetchmail-6.3.26-python-optional.patch
@@ -1,5 +1,5 @@
 fetchmail-6.3.26/Makefile.am
-+++ fetchmail-6.3.26/Makefile.am
+--- a/Makefile.am
 b/Makefile.am
 @@ -16,9 +16,11 @@
  pys=  fetchmailconf.py
  pym=  fetchmailconf.man

diff --git a/net-mail/fetchmail/files/fetchmail-6.3.26-tests.patch 
b/net-mail/fetchmail/files/fetchmail-6.3.26-tests.patch
index a0b3e8b5dfb..691f34814ea 100644
--- a/net-mail/fetchmail/files/fetchmail-6.3.26-tests.patch
+++ b/net-mail/fetchmail/files/fetchmail-6.3.26-tests.patch
@@ -1,5 +1,5 @@
 fetchmail-6.3.26/Makefile.am
-+++ fetchmail-6.3.26/Makefile.am
+--- a/Makefile.am
 b/Makefile.am
 @@ -45,7 +47,7 @@
  check_PROGRAMS=
  



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-09-14 Thread Jeroen Roovers
commit: d8d92ef337d829cd5c08c1e1432a34ba1a58aaa3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 14 10:50:31 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 14 10:50:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d92ef3

net-mail/fetchmail: Version 6.4.0_rc4

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-mail/fetchmail/Manifest   |   1 +
 net-mail/fetchmail/fetchmail-6.4.0_rc4.ebuild | 108 ++
 2 files changed, 109 insertions(+)

diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
index 142c72d52e4..04e98d92475 100644
--- a/net-mail/fetchmail/Manifest
+++ b/net-mail/fetchmail/Manifest
@@ -1 +1,2 @@
 DIST fetchmail-6.3.26.tar.xz 1283816 BLAKE2B 
dd98d7470b8cb65de90cb1d798a2ed3e6aa723bc8e47bcd4d79ca489bdc439fd7204ffb11fea671e292c06616e5a0ccfd9f2689a4f21a1bbbd70677b0f04133e
 SHA512 
8e0a2484e60eaf6c0231e2599e10fec6d207fa1c0fa02ec99b3ef9aea00b6d87275434e79470a25f06e358cdd4a293f9c46a82dd128fe733a99c85144e6caa63
+DIST fetchmail-6.4.0.rc4.tar.xz 1254560 BLAKE2B 
9f80cd0f1aa4ecc215e370154069f9b5fab04c84b1a6c196e5911a1481732568d7e391e2098437217c893ee00900e8980a7e59328dacd4e3faaadcdd242a71b4
 SHA512 
1085668464534f39c7939fdbe845397ca7f9c709bb0f816655643cb5a7d4adcb63e32a534f10303c5366d786bd7fd4650fd960c21f0346a10e78860e11bbd6fd

diff --git a/net-mail/fetchmail/fetchmail-6.4.0_rc4.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.0_rc4.ebuild
new file mode 100644
index 000..c7094062242
--- /dev/null
+++ b/net-mail/fetchmail/fetchmail-6.4.0_rc4.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="tk"
+
+inherit python-single-r1 user systemd toolchain-funcs autotools
+
+DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
+HOMEPAGE="http://www.fetchmail.info/;
+SRC_URI="mirror://sourceforge/${PN}/${P/_/.}.tar.xz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+IUSE="ssl nls kerberos tk socks libressl"
+REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.6:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   kerberos? (
+   virtual/krb5
+   !libressl? ( >=dev-libs/openssl-0.9.6:= )
+   libressl?  ( dev-libs/libressl:= )
+   )
+   nls? ( virtual/libintl )
+   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
+   socks? ( net-proxy/dante )
+   tk? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   sys-devel/flex
+   nls? ( sys-devel/gettext )"
+
+DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
+HTML_DOCS="*.html"
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.3.26-python-optional.patch
+)
+S=${WORKDIR}/${P/_/.}
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+
+   use tk && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # don't compile during src_install
+   use tk && : > "${S}"/py-compile
+   eautoreconf
+}
+
+src_configure() {
+   use tk || export PYTHON=:
+
+   econf \
+   --enable-RPA \
+   --enable-NTLM \
+   --enable-SDPS \
+   $(use_enable nls) \
+   $(use_with ssl ssl "${EPREFIX}/usr") \
+   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
+   $(use_with kerberos gssapi) \
+   $(use_with kerberos kerberos5) \
+   --without-hesiod \
+   $(use_with socks)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   # fetchmail's homedir (holds fetchmail's .fetchids)
+   keepdir /var/lib/${PN}
+   fowners ${PN}:${PN} /var/lib/${PN}
+   fperms 700 /var/lib/${PN}
+
+   default
+
+   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
+   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
+
+   systemd_dounit  "${FILESDIR}"/${PN}.service
+   systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
+   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
+
+   docinto contrib
+   local f
+   for f in contrib/* ; do
+   [ -f "${f}" ] && dodoc "${f}"
+   done
+
+   use tk && python_optimize
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
+   elog "the polling delay used by the fetchmail init script."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-05-15 Thread Andreas Sturmlechner
commit: d06d11eb0c2311b917453eb1b5c2b946f4fbb0dc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 15 15:26:25 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 15 18:38:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06d11eb

net-mail/fetchmail: Drop old

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild |  98 -
 net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild | 100 --
 2 files changed, 198 deletions(-)

diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild 
b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
deleted file mode 100644
index 03a7c8379d1..000
--- a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk"
-
-inherit python-single-r1 user systemd toolchain-funcs autotools eutils
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="http://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-IUSE="ssl nls kerberos tk socks"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6 )
-   kerberos? ( virtual/krb5 >=dev-libs/openssl-0.9.6 )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
-   socks? ( net-proxy/dante )
-   tk? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/flex
-   nls? ( sys-devel/gettext )"
-
-DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-
-   use tk && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # don't compile during src_install
-   use tk && : > "${S}"/py-compile
-
-   epatch "${FILESDIR}"/${P}-python-optional.patch
-   epatch "${FILESDIR}"/${P}-tests.patch
-   eautoreconf
-}
-
-src_configure() {
-   use tk || export PYTHON=:
-
-   econf \
-   --enable-RPA \
-   --enable-NTLM \
-   --enable-SDPS \
-   $(use_enable nls) \
-   $(use_with ssl ssl "${EPREFIX}/usr") \
-   $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
-   $(use_with kerberos gssapi) \
-   $(use_with kerberos kerberos5) \
-   --without-hesiod \
-   $(use_with socks)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   # fetchmail's homedir (holds fetchmail's .fetchids)
-   keepdir /var/lib/${PN}
-   fowners ${PN}:${PN} /var/lib/${PN}
-   fperms 700 /var/lib/${PN}
-
-   default
-
-   dohtml *.html
-
-   newinitd "${FILESDIR}"/fetchmail.initd fetchmail
-   newconfd "${FILESDIR}"/fetchmail.confd fetchmail
-   systemd_dounit "${FILESDIR}"/${PN}.service
-   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
-
-   docinto contrib
-   local f
-   for f in contrib/* ; do
-   [ -f "${f}" ] && dodoc "${f}"
-   done
-
-   use tk && python_optimize
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "Please see /etc/conf.d/fetchmail if you want to adjust"
-   elog "the polling delay used by the fetchmail init script."
-   fi
-}

diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild 
b/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild
deleted file mode 100644
index f5210c26d37..000
--- a/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk"
-
-inherit python-single-r1 user systemd toolchain-funcs autotools eutils
-
-DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
-HOMEPAGE="http://www.fetchmail.info/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-IUSE="ssl nls kerberos tk socks"
-REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6 )
-   kerberos? ( virtual/krb5 >=dev-libs/openssl-0.9.6 )
-   nls? ( virtual/libintl )
-   !elibc_glibc? ( sys-libs/e2fsprogs-libs )
-   socks? ( net-proxy/dante )
-   tk? ( ${PYTHON_DEPS} )"

[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-05-15 Thread Mikle Kolyada
commit: 86d12bd7e196d4b469f011a79221fc0e20ef9c95
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 15 15:15:22 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 15 15:15:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d12bd7

net-mail/fetchmail: sh stable wrt bug #684658

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sh"

 net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild 
b/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild
index 140a4ff9238..2c4f7209dbd 100644
--- a/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-05-15 Thread Mikle Kolyada
commit: ea81c734688b12398403302ee7b905c8865173e0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 15 15:15:05 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 15 15:15:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea81c734

net-mail/fetchmail: s390 stable wrt bug #684658

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild 
b/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild
index 6b737f76116..140a4ff9238 100644
--- a/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-05-15 Thread Mikle Kolyada
commit: 3919400299ca6bb9904d288ecd1dc9f2ae8e39dc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 15 15:14:49 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 15 15:14:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39194002

net-mail/fetchmail: arm stable wrt bug #684658

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild 
b/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild
index 9965858aaef..6b737f76116 100644
--- a/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/

2019-05-12 Thread Thomas Deutschmann
commit: 1a8533fe8fed24e541d84a2b25ac22d46c4e1c86
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun May 12 20:26:23 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun May 12 20:56:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8533fe

net-mail/fetchmail: x86 stable (bug #684658)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild 
b/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild
index bbf79806183..9965858aaef 100644
--- a/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.3.26-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2 public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="ssl nls kerberos tk socks libressl"
 REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
 



  1   2   >