From d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 15 Jun 2021 14:57:03 +0100 Subject: gentoo resync : 15.06.2021 --- mail-client/alot/Manifest | 2 -- mail-client/alot/alot-0.9.ebuild | 68 ---------------------------------------- 2 files changed, 70 deletions(-) delete mode 100644 mail-client/alot/alot-0.9.ebuild (limited to 'mail-client/alot') diff --git a/mail-client/alot/Manifest b/mail-client/alot/Manifest index 90904758f3e1..ad7aabf0062a 100644 --- a/mail-client/alot/Manifest +++ b/mail-client/alot/Manifest @@ -2,8 +2,6 @@ AUX 0.9-0001-remove-non-working-test.patch 1017 BLAKE2B bfcecf9261084694a30191ea AUX 0.9-0002-update-reference-to-envelope-body.patch 1056 BLAKE2B cbd4f33b356bccc0744fd6481e3b442685c5e7eb26fcde235a9e06f741223ef1219a8e164b887907750783d0af6db95c71ac1888a632472c35dccf712645fd86 SHA512 d239ba092e73f4841c5659c2c0efb1b0d6fd4d99974d10fa720237666ccdf43a953a82e97d3177bfc4db7db644725895b21bf3eec2783487d14d6a5251d4f20c AUX 9999-0001-remove-non-working-test.patch 1017 BLAKE2B 4a12441ff229af7fa0cb58e0e68775bb418afcd621487b46eaa1ce2411eaaa388df26ac04db8dc7c5b5c7342a75f1df70ee8241e60e1da5c28a89a741455250a SHA512 1aa122c884ce7899ad0fe5a99c5acb298fbb20b1ad5df8d264bb133c8f8c439c26cdb0694aa4d61b1b37de72bbe7ef2951d09a11283dbdeeaad103015e48e354 DIST alot-0.9.1.tar.gz 228645 BLAKE2B 7a44542513bc6d90df43cb21daf2ba103cbbae4dd81b44eaf935d764ba11d6c5640774e72728725eca83a777dcf3583bebaa57c9061191499f74ed89d4c11b4f SHA512 ac65c742d5bfb4827482c881ec2eb95b9215e9a5c49d7001421d62ffb1f38c7792dbbf94c0f16578da70b5ce15ba7a28cea0c1bbd34080f8132c80f4a0a2199b -DIST alot-0.9.tar.gz 224932 BLAKE2B 6063b9974ec54b51521ec52db41519bd9f16cc8da611b1a2da7de3f7581a924962a79ca8193ad0bb36633141182c047f32c5ab58132c78e1ec036e4da684181c SHA512 e630ea18702c570630deb10347c52e03aecb297bc1f76ce60318eeb8725274b12eb408cbceb69c8035b1ec9ea778f19a035f48070606bc6540b68a4bc5591860 EBUILD alot-0.9.1.ebuild 1451 BLAKE2B fef418ed84105d42e9c584d519bf5e51df206e45d8395a55c5abea4ed33fa51f45076b3ce36c177cde8621671039dd6e53c6e50de7df132dbde60b2473c407a1 SHA512 e784edc5d94d2befa333de761f420baf8e41d8dbd4af8cab575af227dc4672134330c2112346e2c82c7fe80deb0c3afe2eb59a8cd2d22abcece2ae0cab32b4a3 -EBUILD alot-0.9.ebuild 1559 BLAKE2B 629d83b7486801e1a944cee11dd93018059e394251f01e26559f4aa823e51e8336081f7836130d8adad09924e79f6cf4234477b376e28085380d1a74483d8a4b SHA512 cf5e0ca63ed15240d58ddf3e1a4689988ce3d78b0fa7cb6f997ed752e8b7bea9284f0c84ce8c6903804e15cc08d28e9c99bb9dfade96c71e690ebe493dd45541 EBUILD alot-9999.ebuild 1657 BLAKE2B 1f31a842b9ef2f7ea905841056fee3832f308a37b670f94498a4d3e784be4e1fcca9f9e74a5d186431e51097ccb6f7d1914d63c9e89bddd73b48209759fff42d SHA512 4a38225e769f1992d17f33814abf8c0a5f7a3a5d07c5acaa8732ed1b23f4497de0a0679a7d5e87840a9b626281f4edd17c25eacb9270ce448e27269b969f8354 MISC metadata.xml 743 BLAKE2B d0caf88144f753ea9db7357916d368592c01ac70e4d8e353e900abcf8b12080db1101007d11494c814274bdcc4f72c1c0e0e346e6e9db90c8276f08b8f8a7269 SHA512 23483422ed361b501d520230378a9ede436235b81199ea80eb1d7f1c73a4e31c205b497f8746a289cdd99d4811f60af72446a393c13e3d6b5a0dd3de90129685 diff --git a/mail-client/alot/alot-0.9.ebuild b/mail-client/alot/alot-0.9.ebuild deleted file mode 100644 index 4f029a062b9e..000000000000 --- a/mail-client/alot/alot-0.9.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -DESCRIPTION="Experimental terminal UI for net-mail/notmuch written in Python" -HOMEPAGE="https://github.com/pazz/alot" -SRC_URI="https://github.com/pazz/alot/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" -RESTRICT="!test? ( test )" - -RDEPEND=" - app-crypt/gpgme[python,${PYTHON_USEDEP}] - dev-python/configobj[${PYTHON_USEDEP}] - dev-python/python-magic[${PYTHON_USEDEP}] - dev-python/urwid[${PYTHON_USEDEP}] - dev-python/urwidtrees[${PYTHON_USEDEP}] - >=dev-python/twisted-18.4[${PYTHON_USEDEP}] - net-mail/mailbase - net-mail/notmuch[crypt,python] - " -DEPEND=" - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( - ${RDEPEND} - dev-python/mock[${PYTHON_USEDEP}] - ) - " - -PATCHES=( - "${FILESDIR}/${PV}-0001-remove-non-working-test.patch" - "${FILESDIR}/${PV}-0002-update-reference-to-envelope-body.patch" - ) - -distutils_enable_tests setup.py - -python_compile_all() { - emake -C docs man - use doc && emake -C docs html -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/build/html/. ) - doman docs/build/man/* - distutils-r1_python_install_all - - insinto /usr/share/alot - doins -r extra -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "" - elog "If you are new to Alot you may want to take a look at" - elog "the user manual:" - elog " https://alot.readthedocs.io/en/latest/" - elog "" - fi -} -- cgit v1.2.3