public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/rss2email/
Date: Mon, 21 Oct 2019 13:03:31 +0000 (UTC)	[thread overview]
Message-ID: <1571663002.627360b61870b0dc40eaccd74b98fb6b633aeda5.sping@gentoo> (raw)

commit:     627360b61870b0dc40eaccd74b98fb6b633aeda5
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 13:00:49 2019 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 13:03:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627360b6

net-mail/rss2email: 3.10 + EAPI 7

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

 net-mail/rss2email/Manifest              |  1 +
 net-mail/rss2email/rss2email-3.10.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/net-mail/rss2email/Manifest b/net-mail/rss2email/Manifest
index 56217ba2b9c..fd75a9684c1 100644
--- a/net-mail/rss2email/Manifest
+++ b/net-mail/rss2email/Manifest
@@ -1,3 +1,4 @@
 DIST rss2email-2.71.tar.gz 63268 BLAKE2B 56c4e2b59611ffcb0e7a9ff3558e6ed4da3f5ba186d5c2f84b715b8b63bf4729a57c1986f910a46d81813f3e756e07a35959e3000f1bf65839a5da830c50377f SHA512 242a4f2e4fe64f42e3348f8c159d91f79121224beec4faf542393c8323bdcba85510a28fc967ec59702f08205de1d40c2a26235f9d5590751f392880a7211c60
+DIST rss2email-3.10.tar.gz 64230 BLAKE2B 1f41b47c9d48be0c8eff9c4223b1bddcee739566c5414f23abe33c2860c10c34fcab9b149666400897c264ff59fbc692fd4f93963b4084cfa15ae435257fe288 SHA512 655f20bfa01ca6923d6b10c5dbed59706e15ae697f3e5f0be8e963301cd9c6d9c5612b82d38bdf5b2cec3a5c495501fd3e4572da5057430fd1de69317b674160
 DIST rss2email-3.10_pre20171001.tar.gz 162385 BLAKE2B 91ae17c43cca616750139b6d559fcfff50be682f70a932ae3e1e281c2a1ae0c31419d37ce7d8887b72873359f0ce29dfb03a1a7c19cfdc2fc945902110b6a3a1 SHA512 d0174489b1d5be9f18e720351f994a87ac0d6131fd23914deb1305223a022e3a741cf279c68c533e8dfe99112af334223354dcd145b38c09e32e16e1a80898ff
 DIST rss2email_2.65-1.diff.gz 8626 BLAKE2B 25b497e099d6093d94a29bf79d89b53d51cff0ed71c926e709b17d8a5a066d13a64c75e162ab02fa34756c49891595f43d1031f4549bf5603238d76bf8e1ac3d SHA512 cb0ca7f6c02f342305c6c19f03973f91343ca530a6a858427bfd6a57948e6123e02d64b1285efed10cda9541f3237f666d8e1a7954a3c2b57866a68dd43b8d8d

diff --git a/net-mail/rss2email/rss2email-3.10.ebuild b/net-mail/rss2email/rss2email-3.10.ebuild
new file mode 100644
index 00000000000..cf9d0319a4a
--- /dev/null
+++ b/net-mail/rss2email/rss2email-3.10.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Support for 3.4 and 3.5 is broken upstream, see https://github.com/rss2email/rss2email/issues/80
+# Support for 3.7 needs support from dependencies, first
+PYTHON_COMPAT=( python3_6 )
+
+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=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND=">=dev-python/feedparser-5.0.1[${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	other threads:[~2019-10-21 13:03 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-21 13:03 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-28 20:49 [gentoo-commits] repo/gentoo:master commit in: net-mail/rss2email/ Sam James
2023-11-05 21:40 Sebastian Pipping
2023-11-05 21:40 Sebastian Pipping
2023-05-01  0:09 Sam James
2022-11-29  1:18 Sebastian Pipping
2022-11-27  0:45 Sebastian Pipping
2022-09-22  2:24 Georgy Yakovlev
2021-11-11  9:24 Arthur Zamarin
2021-10-19  5:53 Agostino Sarubbo
2021-09-17 19:38 Arthur Zamarin
2021-05-17 11:51 Sebastian Pipping
2021-04-03 16:17 Sebastian Pipping
2021-03-19  2:20 Sebastian Pipping
2021-01-31 22:50 Sebastian Pipping
2020-12-15 17:49 Sebastian Pipping
2020-12-15  6:34 Sam James
2020-12-15  6:31 Sam James
2020-12-13 21:45 Thomas Deutschmann
2020-12-08 20:17 Sebastian Pipping
2020-12-08 20:17 Sebastian Pipping
2020-08-31 18:09 Sebastian Pipping
2020-08-02 18:45 Sebastian Pipping
2020-08-02 14:10 Sebastian Pipping
2020-07-09 17:50 Sebastian Pipping
2020-05-10 15:23 Mikle Kolyada
2020-05-10 15:23 Mikle Kolyada
2020-04-20  7:29 Sebastian Pipping
2020-03-30 12:27 Mikle Kolyada
2020-03-27 16:31 Agostino Sarubbo
2020-03-03 19:24 Sebastian Pipping
2020-03-03 19:24 Sebastian Pipping
2019-11-02 21:33 Sebastian Pipping
2019-08-29 10:05 Michał Górny
2018-01-15 22:17 Sebastian Pipping
2017-04-23 21:01 David Seifert
2015-11-16 16:53 Agostino Sarubbo
2015-09-28 21:36 Sebastian Pipping

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=1571663002.627360b61870b0dc40eaccd74b98fb6b633aeda5.sping@gentoo \
    --to=sping@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