summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2008-03-27 21:23:32 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2008-03-27 21:23:32 +0000
commit7d9a0e30118b3f456c7bea02e5182dcbc1dff0b1 (patch)
tree5984bf8f6fcd787d8aa5ba05e790cbfc2e062ab0 /media-plugins/vdr-beep/vdr-beep-0.1.0.ebuild
parentx86 stable, bug #214870 (diff)
downloadgentoo-2-7d9a0e30118b3f456c7bea02e5182dcbc1dff0b1.tar.gz
gentoo-2-7d9a0e30118b3f456c7bea02e5182dcbc1dff0b1.tar.bz2
gentoo-2-7d9a0e30118b3f456c7bea02e5182dcbc1dff0b1.zip
keyword ~amd64; beep-0.0.6 stable on x86 ; version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins/vdr-beep/vdr-beep-0.1.0.ebuild')
-rw-r--r--media-plugins/vdr-beep/vdr-beep-0.1.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/media-plugins/vdr-beep/vdr-beep-0.1.0.ebuild b/media-plugins/vdr-beep/vdr-beep-0.1.0.ebuild
new file mode 100644
index 000000000000..efb2c77bd050
--- /dev/null
+++ b/media-plugins/vdr-beep/vdr-beep-0.1.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-beep/vdr-beep-0.1.0.ebuild,v 1.1 2008/03/27 21:23:32 hd_brummy Exp $
+
+inherit vdr-plugin
+
+DESCRIPTION="VDR plugin: Use the PC speaker to signalize some events (shutdown, cut done etc.)"
+HOMEPAGE="http://deltab.de/vdr/beep.html"
+SRC_URI="mirror://vdrfiles/${PN}/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.6.0"