diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-01-06 13:46:00 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-01-06 13:46:00 +0000 |
commit | 95768f417f6a19aff868e601709e6cf71c0dc125 (patch) | |
tree | c722215d4e16dc7b021c259609f28a046403928a /media-tv | |
parent | stable amd64 (diff) | |
download | gentoo-2-95768f417f6a19aff868e601709e6cf71c0dc125.tar.gz gentoo-2-95768f417f6a19aff868e601709e6cf71c0dc125.tar.bz2 gentoo-2-95768f417f6a19aff868e601709e6cf71c0dc125.zip |
Version bumped. Corrected new feature periodic-shutdown-thread.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-tv')
4 files changed, 118 insertions, 1 deletions
diff --git a/media-tv/gentoo-vdr-scripts/ChangeLog b/media-tv/gentoo-vdr-scripts/ChangeLog index 92e33619d880..6c1e53023abd 100644 --- a/media-tv/gentoo-vdr-scripts/ChangeLog +++ b/media-tv/gentoo-vdr-scripts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-tv/gentoo-vdr-scripts # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 1.30 2006/01/06 01:50:14 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 1.31 2006/01/06 13:46:00 zzam Exp $ + +*gentoo-vdr-scripts-0.2.1 (06 Jan 2006) + + 06 Jan 2006; Matthias Schwarzott <zzam@gentoo.org> + +gentoo-vdr-scripts-0.2.1.ebuild: + Version bumped. Corrected new feature periodic-shutdown-thread. 06 Jan 2006; Matthias Schwarzott <zzam@gentoo.org> gentoo-vdr-scripts-0.2.ebuild: diff --git a/media-tv/gentoo-vdr-scripts/Manifest b/media-tv/gentoo-vdr-scripts/Manifest index 7e352bf58044..9b2f1712e8cc 100644 --- a/media-tv/gentoo-vdr-scripts/Manifest +++ b/media-tv/gentoo-vdr-scripts/Manifest @@ -1,6 +1,7 @@ MD5 8d5118c72c6a70204dcf9e35fdf8042d ChangeLog 5842 MD5 d9485415ec9d1edf7e68020efec2c8e7 files/digest-gentoo-vdr-scripts-0.1 70 MD5 f138047c23306296259dd46c6a272ef3 files/digest-gentoo-vdr-scripts-0.2 70 +MD5 e4a3058940d9d891326a79470f2fabc7 files/digest-gentoo-vdr-scripts-0.2.1 72 MD5 c1da33589e98866a75625412f61f5e32 files/digest-gentoo-vdr-scripts-0.2_alpha1 77 MD5 87543e99ee549abb36309f30152b50e1 files/digest-gentoo-vdr-scripts-0.2_alpha2 77 MD5 2ecb98838292de6b7446a53a432753b7 files/digest-gentoo-vdr-scripts-0.2_alpha3 77 @@ -12,6 +13,7 @@ MD5 bde30677e04bd8097a9092e79cece55e files/digest-gentoo-vdr-scripts-0.2_alpha6- MD5 cc3806f7a39109c105d0603dc651edb4 files/gentoo-vdr-scripts-0.1_alpha1-merge-commands.diff 1785 MD5 87da33b96f1f2cd1a018545f67f8d0e6 files/gentoo-vdr-scripts-0.1_alpha4-video-parameter.diff 1275 MD5 8161a3669aa97752b6b3d22cd80934ff gentoo-vdr-scripts-0.1.ebuild 1536 +MD5 94668723b838c0bb38c91d655e1d2fce gentoo-vdr-scripts-0.2.1.ebuild 2660 MD5 a04097c3e8907a90c666d8ea89e5c50b gentoo-vdr-scripts-0.2.ebuild 2625 MD5 9b26fe688d53684c58bdcb9c05aa43e8 gentoo-vdr-scripts-0.2_alpha1.ebuild 1424 MD5 f2f6c43b296eb16399778ee7857b6d81 gentoo-vdr-scripts-0.2_alpha2.ebuild 1424 diff --git a/media-tv/gentoo-vdr-scripts/files/digest-gentoo-vdr-scripts-0.2.1 b/media-tv/gentoo-vdr-scripts/files/digest-gentoo-vdr-scripts-0.2.1 new file mode 100644 index 000000000000..417ca4e4ec11 --- /dev/null +++ b/media-tv/gentoo-vdr-scripts/files/digest-gentoo-vdr-scripts-0.2.1 @@ -0,0 +1 @@ +MD5 3a8e8d5954dc878ea6141596902a5f21 gentoo-vdr-scripts-0.2.1.tgz 19375 diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.2.1.ebuild b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.2.1.ebuild new file mode 100644 index 000000000000..bbfdf83c2d58 --- /dev/null +++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.2.1.ebuild @@ -0,0 +1,108 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.2.1.ebuild,v 1.1 2006/01/06 13:46:00 zzam Exp $ + +inherit eutils + +IUSE="nvram" + +SRC_URI="http://dev.gentoo.org/~zzam/distfiles/${P}.tgz" +DESCRIPTION="scripts necessary for use of vdr as a set-top-box" +HOMEPAGE="http://www.gentoo.org/" +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND="nvram? ( x86? ( sys-power/nvram-wakeup ) ) + app-admin/sudo" + +VDR_HOME=/var/vdr + +pkg_setup() { + enewgroup vdr + if getent passwd vdr >/dev/null 2>&1; then + einfo "Modifying user vdr" + usermod -g vdr -s /bin/bash vdr + local grp + for grp in video audio cdrom; do + gpasswd -a vdr ${grp} >/dev/null + done + else + enewuser vdr -1 /bin/bash ${VDR_HOME} vdr,video,audio,cdrom + fi +} + +src_install() { + make install DESTDIR="${D}" || die "make install failed" + dodoc README TODO ChangeLog + + if use nvram; then + if use x86; then + make install-nvram DESTDIR="${D}" || die "make install-nvram failed" + else + ewarn "nvram-wakeup is not available on this architecture." + fi + fi + + keepdir /var/vdr/shutdown-data + keepdir /var/vdr/merged-config-files + keepdir /var/vdr/video/dvd-images + chown vdr:vdr -R ${D}/var/vdr +} + +pkg_preinst() { + local owner + local d + for d in /etc/vdr /var/vdr; do + if [[ -d ${d} ]]; then + owner=$(stat ${d} -c "%U") + if [[ ${owner} != vdr ]]; then + einfo "Changing ownership of ${d}" + chown -R vdr:vdr ${d} + fi + fi + done +} + +VDRSUDOENTRY="vdr ALL=NOPASSWD:/usr/lib/vdr/bin/vdrshutdown-really.sh" + +pkg_postinst() { + einfo + einfo "To make shutdown work add this line to /etc/sudoers" + einfo " $VDRSUDOENTRY" + einfo + einfo "or execute this command:" + einfo " emerge --config gentoo-vdr-scripts" + einfo + ewarn "The default video directory was moved to /var/vdr/video" + ewarn "If you have your video directory anywhere else, then" + ewarn "change the setting VIDEO in the file /etc/conf.d/vdr." + ewarn + if use x86 && use !nvram; then + ewarn "nvram wakeup is now optional." + ewarn "To make use of it enable the use flag nvram." + fi +} + +pkg_config() { + if grep -q /usr/lib/vdr/bin/vdrshutdown-really.sh ${ROOT}/etc/sudoers; then + einfo "sudoers-entry for vdr already in place." + else + einfo "Adding this line to /etc/sudoers:" + einfo "+ ${VDRSUDOENTRY}" + + cd ${T} + cat >sudoedit-vdr.sh <<-SUDOEDITOR + #!/bin/bash + echo "" >> \${1} + echo "${VDRSUDOENTRY}" >> \${1} + SUDOEDITOR + chmod a+x sudoedit-vdr.sh + + VISUAL=${T}/sudoedit-vdr.sh visudo -f ${ROOT}/etc/sudoers || die "visudo failed" + + einfo "Edited /etc/sudoers" + fi +} + |