public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-rssreader/
Date: Thu, 24 Sep 2020 01:06:11 +0000 (UTC)	[thread overview]
Message-ID: <1600909558.db3b072822bde0b7786261cffda841cfc696f0f1.bman@gentoo> (raw)

commit:     db3b072822bde0b7786261cffda841cfc696f0f1
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 00:46:11 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 01:05:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3b0728

media-plugins/vdr-rssreader: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-plugins/vdr-rssreader/Manifest               |  3 ---
 .../vdr-rssreader/vdr-rssreader-2.0.0.ebuild       | 30 ----------------------
 .../vdr-rssreader/vdr-rssreader-2.0.1.ebuild       | 30 ----------------------
 .../vdr-rssreader/vdr-rssreader-2.2.0.ebuild       | 30 ----------------------
 .../vdr-rssreader/vdr-rssreader-2.2.1.ebuild       | 30 ----------------------
 5 files changed, 123 deletions(-)

diff --git a/media-plugins/vdr-rssreader/Manifest b/media-plugins/vdr-rssreader/Manifest
index 3271c180161..eb28ed607d0 100644
--- a/media-plugins/vdr-rssreader/Manifest
+++ b/media-plugins/vdr-rssreader/Manifest
@@ -1,4 +1 @@
-DIST vdr-rssreader-2.0.0.tgz 25348 BLAKE2B 6d85d0803fede2ed153ce5ffd73f0a78fcf12f634e5ed8499574f889f2cc4bb49d96df8f93161d9805e7eea215ba1b61eda85c28c8d7e4e7c259eff059cd1dc9 SHA512 8b99ae9712198bfce09e33541eb02d5737af3d64cfda8933f05b306a7bf99c14cd15404f26c792e1a4740c1afcceafa9db578999089b0059d945c0cda5f8ea33
-DIST vdr-rssreader-2.0.1.tgz 25385 BLAKE2B 257da53465bf822f5f56df78572324365feb20b2c57d48beeace100eb07af14a62a670977c1af3aff10a7fb51551d9d4796432ebd04442acf3f73caabe5e6160 SHA512 44d6e66f9350c0460b15c7148efcca84008f1030ad58223a734d60080015d488b08af2d094066a9623e5056537d9d2b970177f740a296c48bc0fe7cba62447c0
-DIST vdr-rssreader-2.2.0.tgz 24854 BLAKE2B d880c6d907aca5b828f4eaa144196f365d633e5193be8e1d39591b554b7051f5d0070c014b1f83c56e38eeec571c1d62beac54f05a1f9154aef81fd5c945cc4c SHA512 0073843b432d2698a6ca289761123a80346e82e45b5d3d2946b59988bc047111dde26af6f67b536bb9f1b2d1c9fd1c387961cc54d497ff09bbbd2a5de0a6d53f
 DIST vdr-rssreader-2.2.1.tgz 26518 BLAKE2B d8d96317fd9d7c1b0d6d554b319a9d57dd62479b61e467e1dab39d064aad17c3b9b7d7e9184c4b58e41e2f48778b420b942ced8d66d352c7ef490b69e0eb34bb SHA512 e272acf4b547223b8acc378edfa96196273a6baef68e03dcf123701b1fc915425712ad8a0f1ecb690f921b5d65c327bc21f87c4f5efb8d955416c2334f136b71

diff --git a/media-plugins/vdr-rssreader/vdr-rssreader-2.0.0.ebuild b/media-plugins/vdr-rssreader/vdr-rssreader-2.0.0.ebuild
deleted file mode 100644
index c988006308c..00000000000
--- a/media-plugins/vdr-rssreader/vdr-rssreader-2.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: RSS reader"
-HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/"
-SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/files/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2.0.0
-		>=dev-libs/expat-1.95.8
-		>=net-misc/curl-7.15.1-r1"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=("${FILESDIR}/${P}-gentoo.diff")
-
-src_install() {
-	vdr-plugin-2_src_install
-
-	insinto /etc/vdr/plugins/rssreader
-	doins "${S}/rssreader/rssreader.conf"
-}

diff --git a/media-plugins/vdr-rssreader/vdr-rssreader-2.0.1.ebuild b/media-plugins/vdr-rssreader/vdr-rssreader-2.0.1.ebuild
deleted file mode 100644
index d8fb702dd0d..00000000000
--- a/media-plugins/vdr-rssreader/vdr-rssreader-2.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: RSS reader"
-HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/"
-SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/files/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2.0.0
-		>=dev-libs/expat-1.95.8
-		>=net-misc/curl-7.15.1-r1"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=("${FILESDIR}/${PN}-2.0.0-gentoo.diff")
-
-src_install() {
-	vdr-plugin-2_src_install
-
-	insinto /etc/vdr/plugins/rssreader
-	doins "${S}/rssreader/rssreader.conf"
-}

diff --git a/media-plugins/vdr-rssreader/vdr-rssreader-2.2.0.ebuild b/media-plugins/vdr-rssreader/vdr-rssreader-2.2.0.ebuild
deleted file mode 100644
index aeb62d32f58..00000000000
--- a/media-plugins/vdr-rssreader/vdr-rssreader-2.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: RSS reader"
-HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/"
-SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/files/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2.2.0
-		>=dev-libs/expat-1.95.8
-		>=net-misc/curl-7.15.1-r1"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=("${FILESDIR}/${PN}-2.0.0-gentoo.diff")
-
-src_install() {
-	vdr-plugin-2_src_install
-
-	insinto /etc/vdr/plugins/rssreader
-	doins "${S}/rssreader/rssreader.conf"
-}

diff --git a/media-plugins/vdr-rssreader/vdr-rssreader-2.2.1.ebuild b/media-plugins/vdr-rssreader/vdr-rssreader-2.2.1.ebuild
deleted file mode 100644
index aeb62d32f58..00000000000
--- a/media-plugins/vdr-rssreader/vdr-rssreader-2.2.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: RSS reader"
-HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/"
-SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/rssreader/files/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2.2.0
-		>=dev-libs/expat-1.95.8
-		>=net-misc/curl-7.15.1-r1"
-
-RDEPEND="${DEPEND}"
-
-PATCHES=("${FILESDIR}/${PN}-2.0.0-gentoo.diff")
-
-src_install() {
-	vdr-plugin-2_src_install
-
-	insinto /etc/vdr/plugins/rssreader
-	doins "${S}/rssreader/rssreader.conf"
-}


             reply	other threads:[~2020-09-24  1:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-24  1:06 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-22  8:22 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-rssreader/ Jakov Smolić
2021-08-11  6:43 Agostino Sarubbo
2021-08-08  7:45 Agostino Sarubbo
2021-07-17 14:09 Mikle Kolyada
2021-07-17 14:07 Mikle Kolyada
2021-06-22 18:29 Sam James
2021-06-22 18:29 Sam James
2021-03-21 16:54 Jörg Bornkessel
2017-10-31 16:29 Andreas Hüttel
2017-10-26 20:30 Thomas Deutschmann
2015-09-27 12:04 Joerg Bornkessel

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=1600909558.db3b072822bde0b7786261cffda841cfc696f0f1.bman@gentoo \
    --to=bman@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