diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-28 23:47:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-29 20:39:09 +0200 |
commit | da1ec30617792ac301ae0da390a8d464de0c3c82 (patch) | |
tree | cd0863d27fb2deb26536ae45f10702be7dba8895 /media-plugins/vdr-fritzbox | |
parent | media-plugins/vdr-dvbapi: drop 2.2.4, EAPI-6-- (diff) | |
download | gentoo-da1ec30617792ac301ae0da390a8d464de0c3c82.tar.gz gentoo-da1ec30617792ac301ae0da390a8d464de0c3c82.tar.bz2 gentoo-da1ec30617792ac301ae0da390a8d464de0c3c82.zip |
media-plugins/vdr-fritzbox: drop 1.5.3-r2, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-fritzbox')
-rw-r--r-- | media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild deleted file mode 100644 index 566439ba3e3a..000000000000 --- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vdr-plugin-2 - -DESCRIPTION="VDR Plugin: Inform about incoming phone-calls and use the fritz!box phonebook" -HOMEPAGE="https://github.com/jowi24/vdr-fritz" -SRC_URI="https://github.com/jowi24/vdr-fritz/releases/download/${PV}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-libs/libgcrypt:= - dev-libs/boost:=[threads(+)] - >=media-video/vdr-1.7.34 -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}-boost-1.67.patch" ) - -pkg_postinst() { - elog "It is recommend to update your firmware release to the latest." - elog - elog "The integrated call monitor (available in Fritz!Box official" - elog "firmware releases >= *.04.29) has to be enabled in order to" - elog "have the vdr-fritzbox plugin display anything on your tv. To" - elog "enable it call #96*5* from your telephone. If that doesn't" - elog "work for you, read the documentation for further instructions." -} |