media-plugins/vdr-systeminfo: drop old

Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Aaron Bauman
2020-09-23 20:47:31 -04:00
parent 0fa21e4991
commit 2a0dafa913
3 changed files with 0 additions and 69 deletions

View File

@@ -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

View File

@@ -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
}

View File

@@ -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
}