commit:     e8207b870dbe9cfcf6833b08999de470ff77bc63
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  2 14:06:41 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Aug  2 14:09:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8207b87

net-mail/rss2email: 3.12

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.0, Repoman-2.3.23

 net-mail/rss2email/Manifest              |  1 +
 net-mail/rss2email/rss2email-3.12.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/net-mail/rss2email/Manifest b/net-mail/rss2email/Manifest
index fe4ad53ee4a..4a20ae4252f 100644
--- a/net-mail/rss2email/Manifest
+++ b/net-mail/rss2email/Manifest
@@ -1 +1,2 @@
 DIST rss2email-3.11.tar.gz 66441 BLAKE2B 
24be7c4d280e337869833f9fa492186a9f4cc208e9f6152c1d4012edb016993a37cddd991d6211888d6aa7654d66bc79d9d70f1508dae20fa39d79fffeeef55b
 SHA512 
2efdef703a4b4774d85926f500a37689aea3a324f63a13a686a2322c9f69ac7b940c5b953f417d9259e1493b3dafde4c2e1ddb3433d085fb2400cd06001141bb
+DIST rss2email-3.12.tar.gz 73830 BLAKE2B 
b9a891e9fbe1a252e15cf5534e2ec5c19da69f14d7af7dbbc5665c87747882370f23bebed01755d6c96c1446ea61ee287c5cd175459c75cc8a74ad3995e9edf2
 SHA512 
0523c26f13b147ad4fff9c3a9831bc0b6c2475e7f3a4c010641d2b5110aa6ccfbf00077d70c03805437ba148cdb3593a67c32ef42423af0a71d1380c0c48c917

diff --git a/net-mail/rss2email/rss2email-3.12.ebuild 
b/net-mail/rss2email/rss2email-3.12.ebuild
new file mode 100644
index 00000000000..0d679cf6d54
--- /dev/null
+++ b/net-mail/rss2email/rss2email-3.12.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python script that converts RSS/Atom newsfeeds to email"
+HOMEPAGE="https://github.com/rss2email/rss2email";
+SRC_URI="https://github.com/rss2email/rss2email/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="<dev-python/feedparser-6[${PYTHON_USEDEP}]
+       >=dev-python/html2text-3.01[${PYTHON_USEDEP}]
+       dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+src_install() {
+       distutils-r1_src_install
+       doman r2e.1
+}

Reply via email to