summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2013-03-31 16:08:53 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2013-03-31 16:08:53 +0000
commitd790edf4fb0adbbda703cc9e36313d85a142b152 (patch)
tree434a31ebc310e6ee92440759a4f065fc0f9c99b6 /media-plugins
parentStable for amd64, wrt bug #462890 (diff)
downloadgentoo-2-d790edf4fb0adbbda703cc9e36313d85a142b152.tar.gz
gentoo-2-d790edf4fb0adbbda703cc9e36313d85a142b152.tar.bz2
gentoo-2-d790edf4fb0adbbda703cc9e36313d85a142b152.zip
bump
(Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-remote/ChangeLog10
-rw-r--r--media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild19
2 files changed, 27 insertions, 2 deletions
diff --git a/media-plugins/vdr-remote/ChangeLog b/media-plugins/vdr-remote/ChangeLog
index b2592ea61841..b3e1b3a29f2a 100644
--- a/media-plugins/vdr-remote/ChangeLog
+++ b/media-plugins/vdr-remote/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/vdr-remote
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/ChangeLog,v 1.25 2012/05/06 19:31:39 hd_brummy Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/ChangeLog,v 1.26 2013/03/31 16:08:53 hd_brummy Exp $
+
+*vdr-remote-0.5.0 (31 Mar 2013)
+
+ 31 Mar 2013; Joerg Bornkessel <hd_brummy@gentoo.org>
+ +vdr-remote-0.5.0.ebuild:
+ bump
06 May 2012; Joerg Bornkessel <hd_brummy@gentoo.org>
vdr-remote-0.4.0-r2.ebuild:
diff --git a/media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild b/media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild
new file mode 100644
index 000000000000..8acb9219472c
--- /dev/null
+++ b/media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild,v 1.1 2013/03/31 16:08:53 hd_brummy Exp $
+
+EAPI="5"
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR Plugin: use various devices for controlling vdr (keyboards, lirc, remotes bundled with tv-cards)"
+HOMEPAGE="http://www.escape-edv.de/endriss/vdr/"
+SRC_URI="http://www.escape-edv.de/endriss/vdr/${P}.tgz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.7.35"
+RDEPEND="${DEPEND}"