commit:     f7e5ebd6fb1fd0c644d21d6470fc16e5e807a054
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 16 15:36:08 2020 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Jun 16 15:36:08 2020 +0000
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 <voyageur <AT> 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..00000000000
--- 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 \
-               $(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
-}

diff --git a/net-mail/fetchmail/fetchmail-6.4.2.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.2.ebuild
deleted file mode 100644
index fc325721ef2..00000000000
--- a/net-mail/fetchmail/fetchmail-6.4.2.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="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}
-               $(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
-}

diff --git a/net-mail/fetchmail/fetchmail-6.4.3.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.3.ebuild
deleted file mode 100644
index 0688fb62856..00000000000
--- a/net-mail/fetchmail/fetchmail-6.4.3.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="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"
-               elog "the polling delay used by the fetchmail init script."
-       fi
-}

diff --git a/net-mail/fetchmail/fetchmail-6.4.4.ebuild 
b/net-mail/fetchmail/fetchmail-6.4.4.ebuild
deleted file mode 100644
index 0688fb62856..00000000000
--- a/net-mail/fetchmail/fetchmail-6.4.4.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="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"
-               elog "the polling delay used by the fetchmail init script."
-       fi
-}

Reply via email to