From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/alot/
Date: Mon, 31 May 2021 20:53:35 +0000 (UTC) [thread overview]
Message-ID: <1622494402.2835ec641fba77020b1c33e8bcb1208ec6e210e4.mgorny@gentoo> (raw)
commit: 2835ec641fba77020b1c33e8bcb1208ec6e210e4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 20:44:17 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 31 20:53:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2835ec64
mail-client/alot: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
mail-client/alot/Manifest | 1 -
mail-client/alot/alot-0.9.ebuild | 68 ----------------------------------------
2 files changed, 69 deletions(-)
diff --git a/mail-client/alot/Manifest b/mail-client/alot/Manifest
index d32104566bf..7e7d59a08da 100644
--- a/mail-client/alot/Manifest
+++ b/mail-client/alot/Manifest
@@ -1,2 +1 @@
DIST alot-0.9.1.tar.gz 228645 BLAKE2B 7a44542513bc6d90df43cb21daf2ba103cbbae4dd81b44eaf935d764ba11d6c5640774e72728725eca83a777dcf3583bebaa57c9061191499f74ed89d4c11b4f SHA512 ac65c742d5bfb4827482c881ec2eb95b9215e9a5c49d7001421d62ffb1f38c7792dbbf94c0f16578da70b5ce15ba7a28cea0c1bbd34080f8132c80f4a0a2199b
-DIST alot-0.9.tar.gz 224932 BLAKE2B 6063b9974ec54b51521ec52db41519bd9f16cc8da611b1a2da7de3f7581a924962a79ca8193ad0bb36633141182c047f32c5ab58132c78e1ec036e4da684181c SHA512 e630ea18702c570630deb10347c52e03aecb297bc1f76ce60318eeb8725274b12eb408cbceb69c8035b1ec9ea778f19a035f48070606bc6540b68a4bc5591860
diff --git a/mail-client/alot/alot-0.9.ebuild b/mail-client/alot/alot-0.9.ebuild
deleted file mode 100644
index 4f029a062b9..00000000000
--- 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
-}
next reply other threads:[~2021-05-31 20:53 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-31 20:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-05 4:20 [gentoo-commits] repo/gentoo:master commit in: mail-client/alot/ Michał Górny
2023-04-14 15:58 Michał Górny
2023-01-21 4:54 Sam James
2022-03-22 0:27 Sam James
2021-02-27 20:57 Sam James
2020-12-03 8:12 Sam James
2020-08-09 7:14 Joonas Niilola
2020-08-09 7:14 Joonas Niilola
2020-08-09 7:14 Joonas Niilola
2020-08-09 7:14 Joonas Niilola
2020-03-05 12:21 Joonas Niilola
2020-01-08 17:54 Joonas Niilola
2019-07-05 10:47 Michał Górny
2019-07-05 10:47 Michał Górny
2018-07-21 21:59 Patrice Clement
2018-02-23 19:50 Patrice Clement
2017-12-03 12:55 Patrice Clement
2017-12-03 12:55 Patrice Clement
2017-05-29 11:50 Amadeusz Piotr Żołnowski
2016-01-03 21:16 Amadeusz Piotr Żołnowski
2016-01-03 15:52 Amadeusz Piotr Żołnowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1622494402.2835ec641fba77020b1c33e8bcb1208ec6e210e4.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox