public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/rss2email/
Date: Thu, 11 Nov 2021 09:24:14 +0000 (UTC)	[thread overview]
Message-ID: <1636622638.2fca5df1aa5b438839d90848af358dc77c0999d8.arthurzam@gentoo> (raw)

commit:     2fca5df1aa5b438839d90848af358dc77c0999d8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 09:20:57 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 09:23:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fca5df1

net-mail/rss2email: drop 3.12.2-r1, 3.12.3, 3.13

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-mail/rss2email/Manifest                   |  3 ---
 net-mail/rss2email/rss2email-3.12.2-r1.ebuild | 29 ---------------------
 net-mail/rss2email/rss2email-3.12.3.ebuild    | 29 ---------------------
 net-mail/rss2email/rss2email-3.13.ebuild      | 36 ---------------------------
 4 files changed, 97 deletions(-)

diff --git a/net-mail/rss2email/Manifest b/net-mail/rss2email/Manifest
index 442ace6a38d..59104800a91 100644
--- a/net-mail/rss2email/Manifest
+++ b/net-mail/rss2email/Manifest
@@ -1,4 +1 @@
-DIST rss2email-3.12.2.tar.gz 74096 BLAKE2B 5b7d6808d5741795de805e49bb955694a39a087e1dd64820303243227bf4b12ff9ee9354008c4f6cce415a8a8f84266266f8a677d6fed4eefa69713e5f664de9 SHA512 4df498cebd74bb25ffa2caa5aa851ccb106b0fa1b98113c5643cdd3ed8f9a73d266a649df521b8237740ea491ba086a65df0ba60c28a60a3d63360b8280a3888
-DIST rss2email-3.12.3.tar.gz 74151 BLAKE2B 5bbd796d204e6fbb7720de3c23df19c28374faea757907f69d6cd38cc560503bdc7229e7dc71aaaa89b8303942369a800d3bf9c5ac2d1d0def2b27d795352bc8 SHA512 189f6d81020a582a6a0d142cd31cf2dd200382037f4e87444a4d3df58d9feeb3b5503a689ea91c5ad88d70cfc6a7f9767314cbaa0dad0f20cb525a8251df3026
 DIST rss2email-3.13.1.tar.gz 159108 BLAKE2B 4651765d97f4b5c35559511765e7f1697f9fde461f69cf2e42a8b94232e287c915f8727e7709666a3bf7644664e93ef0bae88e9a41e6acb93aacd1a2ae5ca839 SHA512 fbfd47c3512fc86a4db692245f7765281515b733cfd9bb13e8f7d225c8fe20a816469be2f1f9e71e925216686e6f470349c16573ab9c662d8e2b4e9d1b6debe6
-DIST rss2email-3.13.tar.gz 157303 BLAKE2B 907d8f11af6c547287fcaf3fa6063850a98b560db112a047a1c860f82d818b08d4eebc174da8d83ed73673cf5c0105ab7fb7b8fd13c27280535de13f85d843f8 SHA512 548919d11762e751c2ae7ab84135aa8571104a616f0e516faf8bd9c340777972273e6642a91180387d0125300c89d6212a9da7b901f15b430f7b58284d896e98

diff --git a/net-mail/rss2email/rss2email-3.12.2-r1.ebuild b/net-mail/rss2email/rss2email-3.12.2-r1.ebuild
deleted file mode 100644
index 2a8f05b6bb4..00000000000
--- a/net-mail/rss2email/rss2email-3.12.2-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Support for Python >=3.9 currently broken by feedparser <6
-# (see bug https://bugs.gentoo.org/768120)
-PYTHON_COMPAT=( python3_{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
-}

diff --git a/net-mail/rss2email/rss2email-3.12.3.ebuild b/net-mail/rss2email/rss2email-3.12.3.ebuild
deleted file mode 100644
index d77199fe53f..00000000000
--- a/net-mail/rss2email/rss2email-3.12.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Support for Python >=3.9 currently broken by feedparser <6
-# (see bug https://bugs.gentoo.org/768120)
-PYTHON_COMPAT=( python3_{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}]
-	"
-DEPEND="${RDEPEND}"
-
-src_install() {
-	distutils-r1_src_install
-	doman r2e.1
-}

diff --git a/net-mail/rss2email/rss2email-3.13.ebuild b/net-mail/rss2email/rss2email-3.13.ebuild
deleted file mode 100644
index 4efe89638d7..00000000000
--- a/net-mail/rss2email/rss2email-3.13.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Tests are broken for Python >=3.9
-# (see upstream issue https://github.com/rss2email/rss2email/issues/178)
-PYTHON_COMPAT=( python3_{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-2020.1.16[${PYTHON_USEDEP}]
-	"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest
-
-src_install() {
-	distutils-r1_src_install
-	doman r2e.1
-}
-
-python_test() {
-	cd test/ || die  # or the tests won't find their data
-	distutils-r1_python_test
-}


             reply	other threads:[~2021-11-11  9:24 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-11  9:24 Arthur Zamarin [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-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-10-21 13:03 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=1636622638.2fca5df1aa5b438839d90848af358dc77c0999d8.arthurzam@gentoo \
    --to=arthurzam@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