From: "Amadeusz Piotr Żołnowski" <aidecoe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/
Date: Fri, 4 Aug 2017 21:35:06 +0000 (UTC) [thread overview]
Message-ID: <1501882452.09d0f75ba1cf9b8195b0d34739f943da692666e8.aidecoe@gentoo> (raw)
commit: 09d0f75ba1cf9b8195b0d34739f943da692666e8
Author: Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 3 22:20:27 2017 +0000
Commit: Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Fri Aug 4 21:34:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d0f75b
mail-filter/afew: Add new package
Gentoo-Bug: 404077
Package-Manager: Portage-2.3.6, Repoman-2.3.3
mail-filter/afew/Manifest | 1 +
mail-filter/afew/afew-1.1.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
mail-filter/afew/metadata.xml | 22 ++++++++++++++++++++++
3 files changed, 60 insertions(+)
diff --git a/mail-filter/afew/Manifest b/mail-filter/afew/Manifest
new file mode 100644
index 00000000000..c5c0c489951
--- /dev/null
+++ b/mail-filter/afew/Manifest
@@ -0,0 +1 @@
+DIST afew-1.1.0.tar.gz 31119 SHA256 07bffe3263b97acc862bc75e43d0bbc80982de5f6139be91610f0ef2996977b8 SHA512 4f3c7234b15184b03264763cd271503cc8e49d9698169744718f17d6c4af9674bb50e592b23875991f9b1671b40dbea960a0e6153fa731aee92d4d1bd5c4548f WHIRLPOOL 6359122490c81607432a36a8475ce919f66c9201962e4706f592683f97d1562910092e55417c0cfdafb8ae2a9b61da32ba6d11a70cc931b052cae433c8ae4c4e
diff --git a/mail-filter/afew/afew-1.1.0.ebuild b/mail-filter/afew/afew-1.1.0.ebuild
new file mode 100644
index 00000000000..056d2071a9b
--- /dev/null
+++ b/mail-filter/afew/afew-1.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Initial tagging script for Notmuch"
+HOMEPAGE="https://github.com/afewmail/afew"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
+ net-mail/notmuch[python,${PYTHON_USEDEP}]"
+
+DOCS=( "README.rst" )
+
+src_prepare() {
+ sed -r \
+ -e "s/^([[:space:]]+)use_scm_version=.*,$/\1version='${PV}',/" \
+ -e "/^([[:space:]]+)setup_requires=.*,$/d" \
+ -i setup.py || die
+ distutils-r1_src_prepare
+}
+
+src_install() {
+ distutils-r1_src_install
+ dodoc afew/defaults/afew.config
+}
diff --git a/mail-filter/afew/metadata.xml b/mail-filter/afew/metadata.xml
new file mode 100644
index 00000000000..cf80ebdd8a7
--- /dev/null
+++ b/mail-filter/afew/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>aidecoe@gentoo.org</email>
+ <name>Amadeusz Żołnowski</name>
+ </maintainer>
+ <longdescription lang="en">
+ afew is an initial tagging script for Notmuch. Its basic task is to
+ provide automatic tagging each time new mail is registered with Notmuch.
+
+ In addition to more elementary features such as adding tags based on
+ e-mail headers or maildir folders, handling killed threads and spam, it
+ can do some heavy magic in order to learn how to initially tag your
+ mails based on their content.
+
+ In move mode, afew will move mails between maildir folders according to
+ configurable rules that can contain arbitrary notmuch queries to match
+ against any searchable attributes.
+ </longdescription>
+</pkgmetadata>
+
next reply other threads:[~2017-08-04 21:35 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-04 21:35 Amadeusz Piotr Żołnowski [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-09-10 14:32 [gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/ Amadeusz Piotr Żołnowski
2018-02-15 14:27 Patrice Clement
2019-11-16 22:26 Amadeusz Piotr Żołnowski
2019-11-16 22:26 Amadeusz Piotr Żołnowski
2020-03-18 22:22 Amadeusz Piotr Żołnowski
2020-03-18 22:22 Amadeusz Piotr Żołnowski
2020-03-18 22:22 Amadeusz Piotr Żołnowski
2020-05-11 21:23 Amadeusz Piotr Żołnowski
2020-08-30 17:14 Thomas Deutschmann
2020-09-05 0:48 Sam James
2020-09-14 1:46 Sam James
2020-09-14 1:46 Sam James
2020-09-14 1:52 Sam James
2020-12-02 16:32 Mikle Kolyada
2021-02-27 20:57 Sam James
2021-02-27 20:57 Sam James
2021-05-31 20:53 Michał Górny
2023-03-16 18:52 Michał Górny
2023-04-09 16:03 Michał Górny
2024-05-08 21:18 Sam James
2024-05-08 21:18 Sam James
2024-05-08 21:26 Sam James
2024-05-08 21:29 Sam James
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=1501882452.09d0f75ba1cf9b8195b0d34739f943da692666e8.aidecoe@gentoo \
--to=aidecoe@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