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
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')
-rw-r--r--media-plugins/vdr-beep/ChangeLog10
-rw-r--r--media-plugins/vdr-beep/vdr-beep-0.0.6.ebuild6
-rw-r--r--media-plugins/vdr-beep/vdr-beep-0.1.0.ebuild16
3 files changed, 27 insertions, 5 deletions
diff --git a/media-plugins/vdr-beep/ChangeLog b/media-plugins/vdr-beep/ChangeLog
index b3a7ed396309..3bbfc77093f4 100644
--- a/media-plugins/vdr-beep/ChangeLog
+++ b/media-plugins/vdr-beep/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/vdr-beep
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-beep/ChangeLog,v 1.2 2006/08/15 10:38:23 zzam Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-beep/ChangeLog,v 1.3 2008/03/27 21:23:32 hd_brummy Exp $
+
+*vdr-beep-0.1.0 (27 Mar 2008)
+
+ 27 Mar 2008; Joerg Bornkessel <hd_brummy@gentoo.org>
+ vdr-beep-0.0.6.ebuild, +vdr-beep-0.1.0.ebuild:
+ keyword ~amd64; beep-0.0.6 stable on x86 ; version bump
15 Aug 2006; Matthias Schwarzott <zzam@gentoo.org> metadata.xml:
Assigned to Gentoo VDR Project.
diff --git a/media-plugins/vdr-beep/vdr-beep-0.0.6.ebuild b/media-plugins/vdr-beep/vdr-beep-0.0.6.ebuild
index b2d77cb35b89..5f499b2341e1 100644
--- a/media-plugins/vdr-beep/vdr-beep-0.0.6.ebuild
+++ b/media-plugins/vdr-beep/vdr-beep-0.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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.0.6.ebuild,v 1.2 2007/07/10 23:09:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-beep/vdr-beep-0.0.6.ebuild,v 1.3 2008/03/27 21:23:32 hd_brummy Exp $
inherit vdr-plugin
@@ -10,7 +10,7 @@ SRC_URI="http://deltab.de/vdr/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86 ~amd64"
IUSE=""
DEPEND=">=media-video/vdr-1.3.36"
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"