From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-systeminfo/
Date: Thu, 24 Sep 2020 01:06:11 +0000 (UTC) [thread overview]
Message-ID: <1600909559.2a0dafa91344eb0e2fa1ec678f4916d92671f702.bman@gentoo> (raw)
commit: 2a0dafa91344eb0e2fa1ec678f4916d92671f702
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 00:47:31 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 01:05:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0dafa9
media-plugins/vdr-systeminfo: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-plugins/vdr-systeminfo/Manifest | 2 --
.../vdr-systeminfo/vdr-systeminfo-0.1.1.ebuild | 28 ----------------
.../vdr-systeminfo/vdr-systeminfo-0.1.3.ebuild | 39 ----------------------
3 files changed, 69 deletions(-)
diff --git a/media-plugins/vdr-systeminfo/Manifest b/media-plugins/vdr-systeminfo/Manifest
index 2d1ab5cf970..f2eeeb6cb07 100644
--- a/media-plugins/vdr-systeminfo/Manifest
+++ b/media-plugins/vdr-systeminfo/Manifest
@@ -1,3 +1 @@
-DIST vdr-systeminfo-0.1.1.tar.bz2 16816 BLAKE2B 737564274c83dce409a0694110ec03c5dc18843c35a3c521f801d639b763080b7199831ed1bb139b5766bb6a5a1f891f08395d06d5a325d70d90e677d3a1ad90 SHA512 9f107ebbf79e5ded9ee6a991c5c00236dabbce42d7588eb21b814dbaaf249ee7e681f979d7570031fd6eb1bd286afe3943ae4463dc930b7814f739fef3623e54
-DIST vdr-systeminfo-0.1.3.tar.bz2 17234 BLAKE2B 7503102dcd918d2da52edb7df10d140e8fc6838b3813028ca7bb9d40b151f5bb05703ca1ecc9325ca33796205b89355ec3a78596734fae1a63dba9546fa50954 SHA512 9dd2c32632558dd6061e1aa9b76757bf76e0e781405412791343dd7249348fdf0b65c71d8054f55f8f763a75aa17d39bed96a86e4b06a4475642eab4624954fd
DIST vdr-systeminfo-0.1.4.tar.bz2 18064 BLAKE2B ab3e81d19882131dbed7fd96b876592395fa07d370158b4e1a9b5ea7a06a3d388bc0cbf099eebee992fcb1eaa6810943cb7577ee21f72b4c1b47896cc9f53f90 SHA512 16b53b0a9b4b4e101bbddf8b02546f04f7cdc27697cc66d0e1051fd8b57c9281e728f5aa552d8d900185e190f922f2e2ac2042ad0fe9c3b01800400bec3856ba
diff --git a/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.1.ebuild b/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.1.ebuild
deleted file mode 100644
index 1932274f9e3..00000000000
--- a/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: systeminfo"
-HOMEPAGE="http://firefly.vdr-developer.org/systeminfo/"
-SRC_URI="http://firefly.vdr-developer.org/systeminfo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.4.7"
-
-RDEPEND="sys-apps/lm-sensors
- app-admin/hddtemp"
-
-src_install() {
- vdr-plugin-2_src_install
-
- insinto /usr/share/vdr/systeminfo/
- insopts -m0755
- doins "${FILESDIR}"/systeminfo.sh
-}
diff --git a/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.3.ebuild b/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.3.ebuild
deleted file mode 100644
index 1380ceb1300..00000000000
--- a/media-plugins/vdr-systeminfo/vdr-systeminfo-0.1.3.ebuild
+++ /dev/null
@@ -1,39 +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: systeminfo"
-HOMEPAGE="http://firefly.vdr-developer.org/systeminfo/"
-SRC_URI="http://firefly.vdr-developer.org/systeminfo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.4.7"
-
-RDEPEND="sys-apps/lm-sensors
- app-admin/hddtemp"
-
-src_prepare() {
- vdr-plugin-2_src_prepare
-
- if has_version ">=media-video/vdr-2.3.1"; then
- epatch "${FILESDIR}/${P}_vdr-2.3.1.patch"
- fi
-
- # Makefile correction, .eclass fails in some Makefiles
- sed -e "s:(VDRINCDIR):(VDRDIR)/include:" -i Makefile
-}
-
-src_install() {
- vdr-plugin-2_src_install
-
- insinto /usr/share/vdr/systeminfo/
- insopts -m0755
- doins "${FILESDIR}"/systeminfo.sh
-}
next reply other threads:[~2020-09-24 1:06 UTC|newest]
Thread overview: 3+ 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 --
2019-09-12 14:28 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-systeminfo/ Michał Górny
2016-10-03 14:48 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=1600909559.2a0dafa91344eb0e2fa1ec678f4916d92671f702.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