diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-28 23:48:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-29 20:39:09 +0200 |
commit | 915e8fcf589e59c216115382ca0b99a884015bc7 (patch) | |
tree | 8b6b7a203d92f999f5b30b315bdb08bf030c7fa2 /media-plugins/vdr-vompserver | |
parent | media-plugins/vdr-fritzbox: drop 1.5.3-r2, EAPI-6-- (diff) | |
download | gentoo-915e8fcf589e59c216115382ca0b99a884015bc7.tar.gz gentoo-915e8fcf589e59c216115382ca0b99a884015bc7.tar.bz2 gentoo-915e8fcf589e59c216115382ca0b99a884015bc7.zip |
media-plugins/vdr-vompserver: drop 0.4.1, 0.4.1-r1, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-vompserver')
4 files changed, 0 insertions, 92 deletions
diff --git a/media-plugins/vdr-vompserver/Manifest b/media-plugins/vdr-vompserver/Manifest index 24383473dc5d..4fc8ac159881 100644 --- a/media-plugins/vdr-vompserver/Manifest +++ b/media-plugins/vdr-vompserver/Manifest @@ -1,2 +1 @@ -DIST vdr-vompserver-0.4.1.tgz 87056 BLAKE2B a2106bc88407a198a218a003bb7973af8e96e5d367f7c6a86b95e802adfc9135dc2ede2534594284428acec418f22604ad49fe4ac245b37c0f51c5889a689cfe SHA512 79fbc311b48a752206842f21ec8d864df67aa7614f092b4e6a6623d732d4e053c2e35af7981aaed7d392f6510ebaac59f60640acae540e13c4f38cce04ddd1bd DIST vdr-vompserver-0.5.1.tgz 97156 BLAKE2B a4c122cd83eb9f228ec2acb53b3e4ca0774effdda85516d8af131d9d93b791d92e78373fc79c9260d6dc7961039acc452789b37e8a5f873bfb8293dc1123e40e SHA512 24c5c67c25889a62735ad473143246a99df72cc972ffa68989821214765cc16eb49e4057fd7e1987e7602afe631f07c6e3554499c768cfc45e3a030db105ce45 diff --git a/media-plugins/vdr-vompserver/files/vdr-vompserver-0.4.1_c++11.patch b/media-plugins/vdr-vompserver/files/vdr-vompserver-0.4.1_c++11.patch deleted file mode 100644 index 7571f9457b7e..000000000000 --- a/media-plugins/vdr-vompserver/files/vdr-vompserver-0.4.1_c++11.patch +++ /dev/null @@ -1,15 +0,0 @@ -compile fix gcc-6 -https://bugs.gentoo.org/show_bug.cgi?id=593854 -Signed-of-by: Joerg Bornkessel <hd_brummy@gentoo.org> (2016/Oct/16) -diff -Naur vompserver-0.4.1.orig/Makefile vompserver-0.4.1/Makefile ---- vompserver-0.4.1.orig/Makefile 2016-10-16 23:48:36.100111158 +0200 -+++ vompserver-0.4.1/Makefile 2016-10-16 23:49:05.226111158 +0200 -@@ -53,7 +53,7 @@ - - INCLUDES += - --DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -+DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D__STL_CONFIG_H - - # VOMP-INSERT - DEFINES += -DVOMPSERVER diff --git a/media-plugins/vdr-vompserver/vdr-vompserver-0.4.1-r1.ebuild b/media-plugins/vdr-vompserver/vdr-vompserver-0.4.1-r1.ebuild deleted file mode 100644 index 5619624e7512..000000000000 --- a/media-plugins/vdr-vompserver/vdr-vompserver-0.4.1-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vdr-plugin-2 - -DESCRIPTION="VDR Plugin: server part for MediaMVP device" -HOMEPAGE="https://www.loggytronic.com/vomp.php" -SRC_URI="https://www.loggytronic.com/dl/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-video/vdr-1.7.36-r1" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}_c++11.patch" ) - -KEEP_I18NOBJECT="yes" - -src_install() { - vdr-plugin-2_src_install - - insinto /etc/vdr/plugins/vompserver - newins vomp.conf.sample vomp.conf - newins vomp-00-00-00-00-00-00.conf.sample vomp-00-00-00-00-00-00.conf -} - -pkg_postinst() { - vdr-plugin-2_pkg_postinst - - elog "\nHave a look to the VOMP sample files in /etc/vdr/plugins.\n" - - elog "You have to download the dongle file (i.e. firmware) and adapt" - elog "the vomp configuration files accordingly." -} diff --git a/media-plugins/vdr-vompserver/vdr-vompserver-0.4.1.ebuild b/media-plugins/vdr-vompserver/vdr-vompserver-0.4.1.ebuild deleted file mode 100644 index d8ef5d36284f..000000000000 --- a/media-plugins/vdr-vompserver/vdr-vompserver-0.4.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vdr-plugin-2 - -DESCRIPTION="VDR Plugin: server part for MediaMVP device" -HOMEPAGE="https://www.loggytronic.com/vomp.php" -SRC_URI="https://www.loggytronic.com/dl/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=">=media-video/vdr-1.7.36-r1" -RDEPEND="${DEPEND}" - -KEEP_I18NOBJECT="yes" - -src_install() { - vdr-plugin-2_src_install - - insinto /etc/vdr/plugins/vompserver - newins vomp.conf.sample vomp.conf - newins vomp-00-00-00-00-00-00.conf.sample vomp-00-00-00-00-00-00.conf -} - -pkg_postinst() { - vdr-plugin-2_pkg_postinst - - elog "\nHave a look to the VOMP sample files in /etc/vdr/plugins.\n" - - elog "You have to download the dongle file (i.e. firmware) and adapt" - elog "the vomp configuration files accordingly." -} |