diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-27 22:33:32 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-27 22:33:32 -0400 |
commit | f63396228c129fdbac0b2b6bf90ca0dbe64bfb08 (patch) | |
tree | 7f870e5b96903f3fd9ebe72e4da5188f7092f94d /net-mail | |
parent | app-misc/OpenRGB-0.3-r1: Revbump, add udev USE flag to install udev rules (diff) | |
download | gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.gz gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.bz2 gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.zip |
*/*: Drop last-rited Py2 only pkgs
Bug: https://bugs.gentoo.org/616064
Closes: https://bugs.gentoo.org/721904
Closes: https://bugs.gentoo.org/609686
Closes: https://bugs.gentoo.org/695016
Closes: https://bugs.gentoo.org/722616
Closes: https://bugs.gentoo.org/684098
Closes: https://bugs.gentoo.org/672164
Closes: https://bugs.gentoo.org/699136
Closes: https://bugs.gentoo.org/690776
Closes: https://bugs.gentoo.org/695912
Closes: https://bugs.gentoo.org/697004
Closes: https://bugs.gentoo.org/711026
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/archivemail/Manifest | 1 | ||||
-rw-r--r-- | net-mail/archivemail/archivemail-0.9.0-r1.ebuild | 40 | ||||
-rw-r--r-- | net-mail/archivemail/metadata.xml | 8 | ||||
-rw-r--r-- | net-mail/getmail/Manifest | 1 | ||||
-rw-r--r-- | net-mail/getmail/getmail-5.14.ebuild | 24 | ||||
-rw-r--r-- | net-mail/getmail/metadata.xml | 5 |
6 files changed, 0 insertions, 79 deletions
diff --git a/net-mail/archivemail/Manifest b/net-mail/archivemail/Manifest deleted file mode 100644 index 155f7fd5e1e0..000000000000 --- a/net-mail/archivemail/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST archivemail-0.9.0.tar.gz 63482 BLAKE2B 46f497efde7ec906694c8ca1327853ef39d497ceecbac4346450aea4fb58a457633c05f1f14e058822949a13fdea4d97e25b5d74ef66aac422c10308388cbe96 SHA512 7c36108919be22f8cf71aea91435084495ceef54c251ede0aca9d981bb9c01119925d334c1d84eb2c53657170ac6bf0897fccd1f9df05c59fc46e1177194dfb2 diff --git a/net-mail/archivemail/archivemail-0.9.0-r1.ebuild b/net-mail/archivemail/archivemail-0.9.0-r1.ebuild deleted file mode 100644 index ab850606ed47..000000000000 --- a/net-mail/archivemail/archivemail-0.9.0-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Tool written archiving old email in mailboxes" -HOMEPAGE="http://archivemail.sourceforge.net/" -SRC_URI="mirror://sourceforge/archivemail/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 sparc x86" -IUSE="" - -python_prepare_all() { - # Fix tests for python-2.7 - sed -i -e 's:\(fp_archive = \)FixedGzipFile:\1gzip.GzipFile:' \ - test_archivemail || die "sed failed" - - distutils-r1_python_prepare_all -} - -python_test() { - "${S}"/test_archivemail || die "test_archivemail failed" -} - -python_install() { - distutils-r1_python_install --install-data=/usr/share -} - -python_install_all() { - distutils-r1_python_install_all - dodoc examples/* FAQ - - mv "${D}/usr/share/share/man" "${D}/usr/share/" || die - rm -rf "${D}/usr/share/share" || die -} diff --git a/net-mail/archivemail/metadata.xml b/net-mail/archivemail/metadata.xml deleted file mode 100644 index c1b730cb088f..000000000000 --- a/net-mail/archivemail/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">archivemail</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest deleted file mode 100644 index 6f4c57e890fb..000000000000 --- a/net-mail/getmail/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST getmail-5.14.tar.gz 199501 BLAKE2B 54bb79cd37303f423b70bae0f3072d338a8c66b25d59f8b982029d5faebb65a3f7ea979ec35d0dab61d376754dc15e206d443cd0cb128a3c438a09dfb8107f69 SHA512 0646864af56fc044525d38088164c2c026a8f29b231c25c9cfe9aa922b1e5170cf49c63874da9bd593b49be6ed822bd4da7ea4ebfbb59cfa6e1658e2b565c184 diff --git a/net-mail/getmail/getmail-5.14.ebuild b/net-mail/getmail/getmail-5.14.ebuild deleted file mode 100644 index 577087573948..000000000000 --- a/net-mail/getmail/getmail-5.14.ebuild +++ /dev/null @@ -1,24 +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="ssl?" - -inherit distutils-r1 - -DESCRIPTION="A mail retriever with reliable Maildir and mbox delivery" -HOMEPAGE="http://pyropus.ca/software/getmail/" -SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos ~x64-solaris" -IUSE="ssl" - -python_prepare_all() { - sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \ - -e "/docs\/COPYING/d" "${S}"/setup.py || die - - distutils-r1_python_prepare_all -} diff --git a/net-mail/getmail/metadata.xml b/net-mail/getmail/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-mail/getmail/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> |