commit:     8a03252d776c454d0cc0feb85f54830bfdd6e178
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 22:07:28 2018 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 22:16:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a03252d

net-mail/rss2email: 3.10_pre20171001

Closes: https://bugs.gentoo.org/485662
Closes: https://bugs.gentoo.org/475458
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-mail/rss2email/Manifest                        |  1 +
 .../rss2email/rss2email-3.10_pre20171001.ebuild    | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/net-mail/rss2email/Manifest b/net-mail/rss2email/Manifest
index 6cf04071ea5..56217ba2b9c 100644
--- a/net-mail/rss2email/Manifest
+++ b/net-mail/rss2email/Manifest
@@ -1,2 +1,3 @@
 DIST rss2email-2.71.tar.gz 63268 BLAKE2B 
56c4e2b59611ffcb0e7a9ff3558e6ed4da3f5ba186d5c2f84b715b8b63bf4729a57c1986f910a46d81813f3e756e07a35959e3000f1bf65839a5da830c50377f
 SHA512 
242a4f2e4fe64f42e3348f8c159d91f79121224beec4faf542393c8323bdcba85510a28fc967ec59702f08205de1d40c2a26235f9d5590751f392880a7211c60
+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_pre20171001.ebuild 
b/net-mail/rss2email/rss2email-3.10_pre20171001.ebuild
new file mode 100644
index 00000000000..a37eba22f8a
--- /dev/null
+++ b/net-mail/rss2email/rss2email-3.10_pre20171001.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DEBIAN_PV=${PV/_*/}-4
+
+MY_COMMIT=e21e803a158a90ed784ee61ce7226e5c3a593a28
+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/${MY_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="dev-util/patchutils"
+RDEPEND="${PYTHON_DEPS}
+       >=dev-python/feedparser-5.0.1
+       >=dev-python/html2text-3.01"
+
+S="${WORKDIR}"/${PN}-${MY_COMMIT}
+
+src_install() {
+       distutils-r1_src_install
+       doman r2e.1
+}

Reply via email to