diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2005-12-21 10:15:58 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2005-12-21 10:15:58 +0000 |
commit | 0b152fa2db3abf862b48074f97fbeaddd5ab7f5e (patch) | |
tree | 03c3ea9d76882cf766724e01136beb62e02072ee /media-tv | |
parent | stable on alpha as per bug #112937 (diff) | |
download | gentoo-2-0b152fa2db3abf862b48074f97fbeaddd5ab7f5e.tar.gz gentoo-2-0b152fa2db3abf862b48074f97fbeaddd5ab7f5e.tar.bz2 gentoo-2-0b152fa2db3abf862b48074f97fbeaddd5ab7f5e.zip |
Version bumped. Creation of vdr user. New version has i.e. utf8-workaround, some reorganizations, ...
(Portage version: 2.1_pre1)
Diffstat (limited to 'media-tv')
4 files changed, 68 insertions, 1 deletions
diff --git a/media-tv/gentoo-vdr-scripts/ChangeLog b/media-tv/gentoo-vdr-scripts/ChangeLog index 508f448e93bf..5c5b8059255e 100644 --- a/media-tv/gentoo-vdr-scripts/ChangeLog +++ b/media-tv/gentoo-vdr-scripts/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-tv/gentoo-vdr-scripts # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 1.22 2005/12/15 17:06:49 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 1.23 2005/12/21 10:15:58 zzam Exp $ + +*gentoo-vdr-scripts-0.2_alpha4 (21 Dec 2005) + + 21 Dec 2005; Matthias Schwarzott <zzam@gentoo.org> + +gentoo-vdr-scripts-0.2_alpha4.ebuild: + Version bumped. Creation of vdr user. New version has i.e. utf8-workaround, + some reorganizations, ... 15 Dec 2005; Matthias Schwarzott <zzam@gentoo.org> gentoo-vdr-scripts-0.2_alpha3.ebuild: diff --git a/media-tv/gentoo-vdr-scripts/Manifest b/media-tv/gentoo-vdr-scripts/Manifest index 92faa9e4e726..071320a95c48 100644 --- a/media-tv/gentoo-vdr-scripts/Manifest +++ b/media-tv/gentoo-vdr-scripts/Manifest @@ -3,10 +3,12 @@ MD5 d9485415ec9d1edf7e68020efec2c8e7 files/digest-gentoo-vdr-scripts-0.1 70 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 +MD5 81aaf3eb90adb616b0cc1f056e53f22f files/digest-gentoo-vdr-scripts-0.2_alpha4 77 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 9b26fe688d53684c58bdcb9c05aa43e8 gentoo-vdr-scripts-0.2_alpha1.ebuild 1424 MD5 f2f6c43b296eb16399778ee7857b6d81 gentoo-vdr-scripts-0.2_alpha2.ebuild 1424 MD5 8daf118a9439f993f781876b1ba712e7 gentoo-vdr-scripts-0.2_alpha3.ebuild 1428 +MD5 6f7dbf4008050855c659a659d8957207 gentoo-vdr-scripts-0.2_alpha4.ebuild 1541 MD5 a973dfa1638779880ca99f1c1435cac7 metadata.xml 259 diff --git a/media-tv/gentoo-vdr-scripts/files/digest-gentoo-vdr-scripts-0.2_alpha4 b/media-tv/gentoo-vdr-scripts/files/digest-gentoo-vdr-scripts-0.2_alpha4 new file mode 100644 index 000000000000..6e52e9840624 --- /dev/null +++ b/media-tv/gentoo-vdr-scripts/files/digest-gentoo-vdr-scripts-0.2_alpha4 @@ -0,0 +1 @@ +MD5 c6b77c7f1d594f8b8798f2ea890cc492 gentoo-vdr-scripts-0.2_alpha4.tgz 16672 diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.2_alpha4.ebuild b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.2_alpha4.ebuild new file mode 100644 index 000000000000..4748ce5f774f --- /dev/null +++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.2_alpha4.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2005 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_alpha4.ebuild,v 1.1 2005/12/21 10:15:58 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" + +DEPEND="nvram? ( x86? ( sys-power/nvram-wakeup ) )" + +VDR_HOME=/var/vdr + +pkg_setup() { + enewgroup vdr + enewuser vdr -1 /bin/bash ${VDR_HOME} vdr,video,audio,cdrom +} + +src_install() { + make install DESTDIR="${D}" || die "make install failed" + dodoc README TODO ChangeLog + + cd ${S}/usr/lib/vdr/shutdown + insinto /usr/lib/vdr/shutdown + doins wakeup-acpi.sh + if use nvram; then + if use x86; then + doins wakeup-nvram.sh + else + ewarn "nvram-wakeup is not available on this architecture." + fi + fi +} + +pkg_postinst() { + einfo "This release has included" + einfo "shutdown/wakeup-functions." + einfo + einfo "Please add this line to your /etc/sudoers-file" + einfo " vdr ALL=NOPASSWD:/usr/lib/vdr/bin/vdrshutdown-really.sh" + 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 +} |