summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-17 09:42:43 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-17 09:50:17 -0500
commitff99aa2dd844e6f478597752496a2f0dbdc7d891 (patch)
tree3642ab031b8b066dfe7cd3354752c7382d5508ee /www-misc/vdradmin-am
parentnet-print/hplip: Remove old. (diff)
downloadgentoo-ff99aa2dd844e6f478597752496a2f0dbdc7d891.tar.gz
gentoo-ff99aa2dd844e6f478597752496a2f0dbdc7d891.tar.bz2
gentoo-ff99aa2dd844e6f478597752496a2f0dbdc7d891.zip
www-misc/vdradmin-am: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'www-misc/vdradmin-am')
-rw-r--r--www-misc/vdradmin-am/Manifest1
-rw-r--r--www-misc/vdradmin-am/metadata.xml6
-rw-r--r--www-misc/vdradmin-am/vdradmin-am-3.6.10.ebuild180
-rw-r--r--www-misc/vdradmin-am/vdradmin-am-3.6.9-r3.ebuild177
-rw-r--r--www-misc/vdradmin-am/vdradmin-am-3.6.9.ebuild160
5 files changed, 0 insertions, 524 deletions
diff --git a/www-misc/vdradmin-am/Manifest b/www-misc/vdradmin-am/Manifest
index 98aaf276839b..3bdcee76687a 100644
--- a/www-misc/vdradmin-am/Manifest
+++ b/www-misc/vdradmin-am/Manifest
@@ -1,2 +1 @@
DIST vdradmin-am-3.6.10.tar.bz2 606665 BLAKE2B c475b36c840548b6e0d50b2095ce3278b0b526af856c891a25d28bb2f0cb9f950aa9979533a6b6425a2a36a594dc5d6a075fca7713eb1f59071fec854582cf5b SHA512 f7546f79b786ca383c0846656e74bd69dc9faf57fe5794ffd68776123497ec2a96c2f131801e3d5d19247ac36eaa896801e1ac9cd11291418abb518ba208e597
-DIST vdradmin-am-3.6.9.tar.bz2 562006 BLAKE2B d04d7c0c3254942a388fe0f7b9832fb83f5b6c36af8e9021da8b1e5480d0a507c14da3b55590ea3ba4f58e58c7de9f36cc2a3c5f94168be605477244f62da987 SHA512 1c84ce56da238db6ab2a2fc3d59582945440436e174b3998c21b6bcb5b99c914a195728aa24fef7de8841c3be09b6e9976497acd873e768aab5fdaacddd473d5
diff --git a/www-misc/vdradmin-am/metadata.xml b/www-misc/vdradmin-am/metadata.xml
index 692eb1a3b640..984a01fab265 100644
--- a/www-misc/vdradmin-am/metadata.xml
+++ b/www-misc/vdradmin-am/metadata.xml
@@ -5,10 +5,4 @@
<email>vdr@gentoo.org</email>
<name>Gentoo VDR Project</name>
</maintainer>
- <use>
- <flag name="vdr">
- Support for media-video/vdr.
- Disable this if the VDR you want to control runs at a remote machine.
- </flag>
- </use>
</pkgmetadata>
diff --git a/www-misc/vdradmin-am/vdradmin-am-3.6.10.ebuild b/www-misc/vdradmin-am/vdradmin-am-3.6.10.ebuild
deleted file mode 100644
index 4bc211d37054..000000000000
--- a/www-misc/vdradmin-am/vdradmin-am-3.6.10.ebuild
+++ /dev/null
@@ -1,180 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit ssl-cert systemd user
-
-DESCRIPTION="WWW Admin for the Video Disk Recorder"
-HOMEPAGE="http://andreas.vdr-developer.org/vdradmin-am/index.html"
-SRC_URI="http://andreas.vdr-developer.org/vdradmin-am/download/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ipv6 ssl"
-
-DEPEND="dev-lang/perl
- dev-perl/Template-Toolkit
- dev-perl/libwww-perl
- dev-perl/URI
- dev-perl/CGI
- dev-perl/Locale-gettext
- virtual/perl-IO-Compress
- ipv6? ( dev-perl/IO-Socket-INET6 )
- ssl? ( dev-perl/IO-Socket-SSL )
- virtual/perl-libnet
- dev-perl/Authen-SASL
- dev-perl/Digest-HMAC"
-RDEPEND="${DEPEND}"
-
-ETC_DIR=/etc/vdradmin
-CERTS_DIR=/etc/vdradmin/certs
-LIB_DIR=/usr/share/vdradmin
-CACHE_DIR=/var/cache/vdradmin
-VDRADMIN_USER=vdradmin
-VDRADMIN_GROUP=vdradmin
-
-create_ssl_cert() {
- # The ssl-cert eclass is not flexible enough, so do some steps manually
- SSL_ORGANIZATION="${SSL_ORGANIZATION:-vdradmin-am}"
- SSL_COMMONNAME="${SSL_COMMONNAME:-`hostname -f`}"
-
- gen_cnf || return 1
-
- gen_key 1 || return 1
- gen_csr 1 || return 1
- gen_crt 1 || return 1
-}
-
-pkg_setup() {
- enewgroup ${VDRADMIN_GROUP}
- enewuser ${VDRADMIN_USER} -1 /bin/bash ${CACHE_DIR} ${VDRADMIN_GROUP}
-}
-
-src_unpack() {
- unpack ${A}
- cp "${FILESDIR}"/vdradmind.service "${WORKDIR}"/vdradmind.service
-}
-
-src_prepare() {
- default
-
- sed -i vdradmind.pl \
- -e "s-FILES_IN_SYSTEM = 0;-FILES_IN_SYSTEM = 1;-g" || die
-
- if use ipv6; then
- sed -e "s:/usr/bin/vdradmind:/usr/bin/vdradmind --ipv6:" \
- -i "${WORKDIR}"/vdradmind.service || die
- fi
-
- if use ssl; then
- sed -e "s:/usr/bin/vdradmind:/usr/bin/vdradmind --ssl:" \
- -i "${WORKDIR}"/vdradmind.service || die
- fi
-}
-
-src_install() {
- newinitd "${FILESDIR}"/vdradmin-3.6.7.init vdradmin
- newconfd "${FILESDIR}"/vdradmin-3.6.6.conf vdradmin
-
- systemd_dounit "${WORKDIR}"/vdradmind.service
- systemd_dotmpfilesd "${FILESDIR}"/vdradmind.conf
-
- insinto /etc/logrotate.d
- newins "${FILESDIR}"/vdradmin-3.6.6.logrotate vdradmin
-
- newbin vdradmind.pl vdradmind
-
- insinto ${LIB_DIR}/template
- doins -r "${S}"/template/*
-
- insinto ${LIB_DIR}/lib/Template/Plugin
- doins -r "${S}"/lib/Template/Plugin/JavaScript.pm
-
- insinto /usr/share/locale/
- doins -r "${S}"/locale/*
-
- newman vdradmind.pl.1 vdradmind.8
-
- dodoc CREDITS ChangeLog FAQ HISTORY INSTALL README* REQUIREMENTS
- docinto contrib
- dodoc "${S}"/contrib/*
-
- diropts "-m755 -o ${VDRADMIN_USER} -g ${VDRADMIN_GROUP}"
- keepdir ${ETC_DIR}
- use ssl && keepdir ${CERTS_DIR}
-}
-
-pkg_preinst() {
- install -m 0644 -o ${VDRADMIN_USER} -g ${VDRADMIN_GROUP} /dev/null \
- "${ED}"${ETC_DIR}/vdradmind.conf || die
-
- if [[ -f "${EROOT}"${ETC_DIR}/vdradmind.conf ]]; then
- cp "${EROOT}"${ETC_DIR}/vdradmind.conf \
- "${ED}"${ETC_DIR}/vdradmind.conf || die
- else
- elog
- elog "Creating a new config-file."
- echo
-
- cat <<-EOF > "${ED}"${ETC_DIR}/vdradmind.conf
- VDRCONFDIR = "${EROOT}"/etc/vdr
- VIDEODIR = "${EROOT}"/var/vdr/video
- EPG_FILENAME = "${EROOT}"/var/vdr/video/epg.data
- EPGIMAGES = "${EROOT}"/var/vdr/video/epgimages
- PASSWORD = gentoo-vdr
- USERNAME = gentoo-vdr
- EOF
- # Feed it with newlines
- yes "" \
- | "${ED}"/usr/bin/vdradmind --cfgdir "${ED}"${ETC_DIR} --config \
- |sed -e 's/: /: \n/g'
-
- [[ ${PIPESTATUS[1]} == "0" ]] \
- || die "Failed to create initial configuration."
-
- elog
- elog "Created default user/password: gentoo-vdr/gentoo-vdr"
- elog
- elog "You can run \"emerge --config ${PN}\" if the default-values"
- elog "do not match your installation or change them in the Setup-Menu"
- elog "of the Web-Interface."
- fi
-}
-
-pkg_postinst() {
- if use ipv6; then
- elog
- elog "To make use of the ipv6 protocol"
- elog "you need to enable it in ${EROOT}/etc/conf.d/vdradmin"
- fi
-
- if use ssl; then
- elog
- elog "To use ssl connection to your vdr"
- elog "you need to enable it in ${EROOT}/etc/conf.d/vdradmin"
-
- if [[ ! -f "${EROOT}"${CERTS_DIR}/server-cert.pem || \
- ! -f "${EROOT}"${CERTS_DIR}/server-key.pem ]]; then
- create_ssl_cert
- local base=$(get_base 1)
- install -D -m 0400 -o ${VDRADMIN_USER} -g ${VDRADMIN_GROUP} \
- "${base}".key "${EROOT}"${CERTS_DIR}/server-key.pem || die
- install -D -m 0444 -o ${VDRADMIN_USER} -g ${VDRADMIN_GROUP} \
- "${base}".crt "${EROOT}"${CERTS_DIR}/server-cert.pem || die
- fi
- fi
-
- elog
- elog "To extend ${PN} you can emerge"
- elog ">=media-plugins/vdr-epgsearch-0.9.25 to search the EPG,"
- elog "media-plugins/vdr-streamdev for livetv streaming and/or"
- elog "media-video/vdr with USE=\"liemikuutio/vasarajanauloja/none\" "
- elog "(depend on your vdr version) to rename recordings"
- elog "on the machine running the VDR you connect to with ${PN}."
-}
-
-pkg_config() {
- "${EROOT}"/usr/bin/vdradmind -c
-}
diff --git a/www-misc/vdradmin-am/vdradmin-am-3.6.9-r3.ebuild b/www-misc/vdradmin-am/vdradmin-am-3.6.9-r3.ebuild
deleted file mode 100644
index 64aadf4d8c1d..000000000000
--- a/www-misc/vdradmin-am/vdradmin-am-3.6.9-r3.ebuild
+++ /dev/null
@@ -1,177 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils ssl-cert systemd user
-
-DESCRIPTION="WWW Admin for the Video Disk Recorder"
-HOMEPAGE="http://andreas.vdr-developer.org/vdradmin-am/index.html"
-SRC_URI="http://andreas.vdr-developer.org/vdradmin-am/download/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ipv6 ssl"
-
-DEPEND="dev-lang/perl
- dev-perl/Template-Toolkit
- dev-perl/libwww-perl
- dev-perl/URI
- dev-perl/Locale-gettext
- virtual/perl-IO-Compress
- ipv6? ( dev-perl/IO-Socket-INET6 )
- ssl? ( dev-perl/IO-Socket-SSL )
- virtual/perl-libnet
- dev-perl/Authen-SASL
- dev-perl/Digest-HMAC"
-RDEPEND="${DEPEND}"
-
-ETC_DIR=/etc/vdradmin
-CERTS_DIR=/etc/vdradmin/certs
-LIB_DIR=/usr/share/vdradmin
-CACHE_DIR=/var/cache/vdradmin
-VDRADMIN_USER=vdradmin
-VDRADMIN_GROUP=vdradmin
-
-create_ssl_cert() {
- # The ssl-cert eclass is not flexible enough so do some steps manually
- SSL_ORGANIZATION="${SSL_ORGANIZATION:-vdradmin-am}"
- SSL_COMMONNAME="${SSL_COMMONNAME:-`hostname -f`}"
-
- gen_cnf || return 1
-
- gen_key 1 || return 1
- gen_csr 1 || return 1
- gen_crt 1 || return 1
-}
-
-pkg_setup() {
- enewgroup ${VDRADMIN_GROUP}
- enewuser ${VDRADMIN_USER} -1 /bin/bash ${CACHE_DIR} ${VDRADMIN_GROUP}
-}
-
-src_unpack() {
- unpack ${A}
- cp "${FILESDIR}"/vdradmind.service "${WORKDIR}"/vdradmind.service
-}
-
-src_prepare() {
- sed -i vdradmind.pl \
- -e "s-FILES_IN_SYSTEM = 0;-FILES_IN_SYSTEM = 1;-g" || die
-
- if use ipv6; then
- sed -e "s:/usr/bin/vdradmind:/usr/bin/vdradmind --ipv6:" \
- -i "${WORKDIR}"/vdradmind.service
- fi
-
- if use ssl; then
- sed -e "s:/usr/bin/vdradmind:/usr/bin/vdradmind --ssl:" \
- -i "${WORKDIR}"/vdradmind.service
- fi
-}
-
-src_install() {
- newinitd "${FILESDIR}"/vdradmin-3.6.7.init vdradmin
- newconfd "${FILESDIR}"/vdradmin-3.6.6.conf vdradmin
-
- systemd_dounit "${WORKDIR}"/vdradmind.service
- systemd_dotmpfilesd "${FILESDIR}"/vdradmind.conf
-
- insinto /etc/logrotate.d
- newins "${FILESDIR}"/vdradmin-3.6.6.logrotate vdradmin
-
- newbin vdradmind.pl vdradmind
-
- insinto ${LIB_DIR}/template
- doins -r "${S}"/template/*
-
- insinto ${LIB_DIR}/lib/Template/Plugin
- doins -r "${S}"/lib/Template/Plugin/JavaScript.pm
-
- insinto /usr/share/locale/
- doins -r "${S}"/locale/*
-
- newman vdradmind.pl.1 vdradmind.8
-
- dodoc CREDITS ChangeLog FAQ HISTORY INSTALL README* REQUIREMENTS
- docinto contrib
- dodoc "${S}"/contrib/*
-
- diropts "-m755 -o ${VDRADMIN_USER} -g ${VDRADMIN_GROUP}"
- keepdir ${ETC_DIR}
- use ssl && keepdir ${CERTS_DIR}
-}
-
-pkg_preinst() {
- install -m 0644 -o ${VDRADMIN_USER} -g ${VDRADMIN_GROUP} /dev/null \
- "${D}"${ETC_DIR}/vdradmind.conf || die
-
- if [[ -f "${ROOT}"${ETC_DIR}/vdradmind.conf ]]; then
- cp "${ROOT}"${ETC_DIR}/vdradmind.conf \
- "${D}"${ETC_DIR}/vdradmind.conf || die
- else
- elog
- elog "Creating a new config-file."
- echo
-
- cat <<-EOF > "${D}"${ETC_DIR}/vdradmind.conf
- VDRCONFDIR = "${ROOT%/}"/etc/vdr
- VIDEODIR = "${ROOT%/}"/var/vdr/video
- EPG_FILENAME = "${ROOT%/}"/var/vdr/video/epg.data
- EPGIMAGES = "${ROOT%/}"/var/vdr/video/epgimages
- PASSWORD = gentoo-vdr
- USERNAME = gentoo-vdr
- EOF
- # Feed it with newlines
- yes "" \
- | "${D}"/usr/bin/vdradmind --cfgdir "${D}"${ETC_DIR} --config \
- |sed -e 's/: /: \n/g'
-
- [[ ${PIPESTATUS[1]} == "0" ]] \
- || die "Failed to create initial configuration."
-
- elog
- elog "Created default user/password: gentoo-vdr/gentoo-vdr"
- elog
- elog "You can run \"emerge --config ${PN}\" if the default-values"
- elog "do not match your installation or change them in the Setup-Menu"
- elog "of the Web-Interface."
- fi
-}
-
-pkg_postinst() {
- if use ipv6; then
- elog
- elog "To make use of the ipv6 protocol"
- elog "you need to enable it in ${ROOT%/}/etc/conf.d/vdradmin"
- fi
-
- if use ssl; then
- elog
- elog "To use ssl connection to your vdr"
- elog "you need to enable it in ${ROOT%/}/etc/conf.d/vdradmin"
-
- if [[ ! -f "${ROOT}"${CERTS_DIR}/server-cert.pem || \
- ! -f "${ROOT}"${CERTS_DIR}/server-key.pem ]]; then
- create_ssl_cert
- local base=$(get_base 1)
- install -D -m 0400 -o ${VDRADMIN_USER} -g ${VDRADMIN_GROUP} \
- "${base}".key "${ROOT}"${CERTS_DIR}/server-key.pem || die
- install -D -m 0444 -o ${VDRADMIN_USER} -g ${VDRADMIN_GROUP} \
- "${base}".crt "${ROOT}"${CERTS_DIR}/server-cert.pem || die
- fi
- fi
-
- elog
- elog "To extend ${PN} you can emerge"
- elog ">=media-plugins/vdr-epgsearch-0.9.25 to search the EPG,"
- elog "media-plugins/vdr-streamdev for livetv streaming and/or"
- elog "media-video/vdr with USE=\"liemikuutio/vasarajanauloja/none\" "
- elog "(depend on your vdr version) to rename recordings"
- elog "on the machine running the VDR you connect to with ${PN}."
-}
-
-pkg_config() {
- "${ROOT}"/usr/bin/vdradmind -c
-}
diff --git a/www-misc/vdradmin-am/vdradmin-am-3.6.9.ebuild b/www-misc/vdradmin-am/vdradmin-am-3.6.9.ebuild
deleted file mode 100644
index 5809bec4db56..000000000000
--- a/www-misc/vdradmin-am/vdradmin-am-3.6.9.ebuild
+++ /dev/null
@@ -1,160 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils ssl-cert user
-
-DESCRIPTION="WWW Admin for the Video Disk Recorder"
-HOMEPAGE="http://andreas.vdr-developer.org/vdradmin-am/index.html"
-SRC_URI="http://andreas.vdr-developer.org/vdradmin-am/download/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="ipv6 ssl +vdr"
-
-DEPEND="dev-lang/perl
- dev-perl/Template-Toolkit
- dev-perl/libwww-perl
- dev-perl/URI
- dev-perl/Locale-gettext
- virtual/perl-IO-Compress
- ipv6? ( dev-perl/IO-Socket-INET6 )
- ssl? ( dev-perl/IO-Socket-SSL )
- vdr? ( media-video/vdr )
- virtual/perl-libnet
- dev-perl/Authen-SASL
- dev-perl/Digest-HMAC"
-RDEPEND="${DEPEND}"
-
-ETC_DIR=/etc/vdradmin
-CERTS_DIR=/etc/vdradmin/certs
-LIB_DIR=/usr/share/vdradmin
-CACHE_DIR=/var/cache/vdradmin
-VDRADMIN_USER=vdradmin
-VDRADMIN_GROUP=vdradmin
-
-create_ssl_cert() {
- # The ssl-cert eclass is not flexible enough so do some steps manually
- SSL_ORGANIZATION="${SSL_ORGANIZATION:-vdradmin-am}"
- SSL_COMMONNAME="${SSL_COMMONNAME:-`hostname -f`}"
-
- gen_cnf || return 1
-
- gen_key 1 || return 1
- gen_csr 1 || return 1
- gen_crt 1 || return 1
-}
-
-pkg_setup() {
- enewgroup ${VDRADMIN_GROUP}
- enewuser ${VDRADMIN_USER} -1 /bin/bash ${CACHE_DIR} ${VDRADMIN_GROUP}
-}
-
-src_prepare() {
- sed -i vdradmind.pl \
- -e "s-FILES_IN_SYSTEM = 0;-FILES_IN_SYSTEM = 1;-g" || die
-}
-
-src_install() {
- newinitd "${FILESDIR}"/vdradmin-3.6.7.init vdradmin
- newconfd "${FILESDIR}"/vdradmin-3.6.6.conf vdradmin
-
- insinto /etc/logrotate.d
- newins "${FILESDIR}"/vdradmin-3.6.6.logrotate vdradmin
-
- newbin vdradmind.pl vdradmind
-
- insinto ${LIB_DIR}/template
- doins -r "${S}"/template/*
-
- insinto ${LIB_DIR}/lib/Template/Plugin
- doins -r "${S}"/lib/Template/Plugin/JavaScript.pm
-
- insinto /usr/share/locale/
- doins -r "${S}"/locale/*
-
- newman vdradmind.pl.1 vdradmind.8
-
- dodoc CREDITS ChangeLog FAQ HISTORY INSTALL README* REQUIREMENTS
- docinto contrib
- dodoc "${S}"/contrib/*
-
- diropts "-m755 -o ${VDRADMIN_USER} -g ${VDRADMIN_GROUP}"
- keepdir ${ETC_DIR}
- use ssl && keepdir ${CERTS_DIR}
-}
-
-pkg_preinst() {
- install -m 0644 -o ${VDRADMIN_USER} -g ${VDRADMIN_GROUP} /dev/null \
- "${D}"${ETC_DIR}/vdradmind.conf || die
-
- if [[ -f "${ROOT}"${ETC_DIR}/vdradmind.conf ]]; then
- cp "${ROOT}"${ETC_DIR}/vdradmind.conf \
- "${D}"${ETC_DIR}/vdradmind.conf || die
- else
- elog
- elog "Creating a new config-file."
- echo
-
- cat <<-EOF > "${D}"${ETC_DIR}/vdradmind.conf
- VDRCONFDIR = "${ROOT%/}"/etc/vdr
- VIDEODIR = "${ROOT%/}"/var/vdr/video
- EPG_FILENAME = "${ROOT%/}"/var/vdr/video/epg.data
- EPGIMAGES = "${ROOT%/}"/var/vdr/video/epgimages
- PASSWORD = gentoo-vdr
- USERNAME = gentoo-vdr
- EOF
- # Feed it with newlines
- yes "" \
- | "${D}"/usr/bin/vdradmind --cfgdir "${D}"${ETC_DIR} --config \
- |sed -e 's/: /: \n/g'
-
- [[ ${PIPESTATUS[1]} == "0" ]] \
- || die "Failed to create initial configuration."
-
- elog
- elog "Created default user/password: gentoo-vdr/gentoo-vdr"
- elog
- elog "You can run \"emerge --config ${PN}\" if the default-values"
- elog "do not match your installation or change them in the Setup-Menu"
- elog "of the Web-Interface."
- fi
-}
-
-pkg_postinst() {
- if use ipv6; then
- elog
- elog "To make use of the ipv6 protocol"
- elog "you need to enable it in ${ROOT%/}/etc/conf.d/vdradmin"
- fi
-
- if use ssl; then
- elog
- elog "To use ssl connection to your vdr"
- elog "you need to enable it in ${ROOT%/}/etc/conf.d/vdradmin"
-
- if [[ ! -f "${ROOT}"${CERTS_DIR}/server-cert.pem || \
- ! -f "${ROOT}"${CERTS_DIR}/server-key.pem ]]; then
- create_ssl_cert
- local base=$(get_base 1)
- install -D -m 0400 -o ${VDRADMIN_USER} -g ${VDRADMIN_GROUP} \
- "${base}".key "${ROOT}"${CERTS_DIR}/server-key.pem || die
- install -D -m 0444 -o ${VDRADMIN_USER} -g ${VDRADMIN_GROUP} \
- "${base}".crt "${ROOT}"${CERTS_DIR}/server-cert.pem || die
- fi
- fi
-
- elog
- elog "To extend ${PN} you can emerge"
- elog ">=media-plugins/vdr-epgsearch-0.9.25 to search the EPG,"
- elog "media-plugins/vdr-streamdev for livetv streaming and/or"
- elog "media-video/vdr with USE=\"liemikuutio/vasarajanauloja/none\" "
- elog "(depend on your vdr version) to rename recordings"
- elog "on the machine running the VDR you connect to with ${PN}."
-}
-
-pkg_config() {
- "${ROOT}"/usr/bin/vdradmind -c
-}