public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joerg Bornkessel" <hd_brummy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-remote/
Date: Sat, 10 Oct 2015 18:35:11 +0000 (UTC)	[thread overview]
Message-ID: <1444502102.e0edd794e41c6ea9f493df8ea1621073fef8426e.hd_brummy@gentoo> (raw)

commit:     e0edd794e41c6ea9f493df8ea1621073fef8426e
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 18:35:02 2015 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 18:35:02 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0edd794

expand vdr version depends, reported by Sebastion on bug #562428

Package-Manager: portage-2.2.20.1

 .../vdr-remote/vdr-remote-0.6.0-r1.ebuild          | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/media-plugins/vdr-remote/vdr-remote-0.6.0-r1.ebuild b/media-plugins/vdr-remote/vdr-remote-0.6.0-r1.ebuild
new file mode 100644
index 0000000..5eec3a9
--- /dev/null
+++ b/media-plugins/vdr-remote/vdr-remote-0.6.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="systemd"
+
+DEPEND=">=media-video/vdr-2.0.0"
+
+pkg_setup() {
+	vdr-plugin-2_pkg_setup
+
+	if use systemd; then
+		if ! getent group input | grep -q vdr; then
+			einfo "add user 'vdr' to group 'input' for full access to remote control device"
+			gpasswd -a vdr input
+		fi
+	fi
+}


             reply	other threads:[~2015-10-10 18:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-10 18:35 Joerg Bornkessel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-01  4:26 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-remote/ Sam James
2024-12-01 11:54 Sam James
2021-10-22  8:22 Jakov Smolić
2021-07-17 14:09 Mikle Kolyada
2021-07-17 14:07 Mikle Kolyada
2021-05-01 12:19 Jörg Bornkessel
2020-09-24  1:06 Aaron Bauman
2016-05-05 13:53 Joerg Bornkessel
2015-09-27 11:19 Joerg Bornkessel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1444502102.e0edd794e41c6ea9f493df8ea1621073fef8426e.hd_brummy@gentoo \
    --to=hd_brummy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox